
    .expert-card {
        min-height: 450px;
    }

    .nav-tabs .nav-link {
        color: #333;
        position: relative;
        padding: 0.5rem 0;
        white-space: nowrap;
        transition: color 0.3s ease;
    }

    .nav-tabs > li.nav-item {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0 !important;
    }

    .nav-tabs .nav-link:hover {
        color: #0d47a1;
    }

    .nav-tabs .nav-link.active {
        color: #0d47a1;
        font-weight: 500;
    }

    .nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0d47a1;
    }

    .quote-mark {
        font-size: 3rem;
        line-height: 0;
        color: #999;
    }

    .object-fit-cover {
        object-fit: cover;
    }

    .services-box {
        height: 420px !important;
    }

    .custom-shape-divider-bottom-1745063804 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

    .custom-shape-divider-bottom-1745063804 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 80px;
    }

    .custom-shape-divider-bottom-1745063804 .shape-fill {
        fill: #ffffff !important;
    }

    .btn.btn-black:hover,
    .btn.btn-black:active {
        background-color: #355c7d;
        border-color: #355c7d;
        color: var(--white);
    }

    .btn.btn-black {
        background-color: #123459;
        color: var(--white);
    }

    .bg-very-light-gray {
        background-color: #f8f8f8;
        padding: 80px 0;
    }

    .text-base-color {
        color: #4f99e3;
    }

    .ls-1px {
        letter-spacing: 1px;
    }

    .ls-minus-1px {
        letter-spacing: -1px;
    }

    .text-dark-gray {
        color: #333;
    }

    .Capital {
        width: 100%;
        background-color: white;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        padding: 25px 20px 20px;
        transition: all 0.3s ease-out;
        height: 100%;
        margin-bottom: 30px;
    }

    .Capital:hover {
        background-color: #123459;
    }

    .Capital:hover .card-title,
    .Capital:hover .card-description {
        color: white;
    }

    .service-box-content-icon {
        margin-bottom: 15px;
        margin-left: -5px;
        margin-top: -25px;
    }

    .service-box-content-icon span {
        font-size: 40px;
        color: #8500d1;
        width: 78px;
        height: 78px;
        background: #f8ecff;
        text-align: center;
        line-height: 78px;
        border-radius: 0 0 50% 50%;
        display: inline-block;
        transition: all 0.3s ease-out 0s;
    }

    .service-box-content-icon.st-1 span {
        color: #4f99e3;
        background: #daeafa;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Capital:hover .service-box-content-icon.st-1 span {
        transform: translateY(-10px);
        background: #4f99e3;
    }

    .Capital:hover .icon {
        background-color: white;
        color: #123459;
    }

    .service-box-content span {
        padding-top: 15px;
    }

    .icon {
        width: 28px;
        height: 28px;
        background-color: #4f99e3;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
        transition: all 0.3s ease-out;
    }

    .card-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #1a1a1a;

        transition: all 0.3s ease-out;
    }

    .card-description {
        font-size: 19px;
        color: #666;

        transition: all 0.3s ease-out;
    }

    .swiper {
        width: 100%;
        padding-bottom: 50px;
    }

    .swiper-slide {
        height: auto;
    }

    .btn-link {
        color: var(--rv-primary);
        text-decoration: none;
        padding: 0;
        transition: all 0.3s ease;
    }

    .Capital:hover .btn-link {
        color: white;
    }

    /* Service box style from the original template */
    .services-box-style-02 {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        overflow: hidden;
    }

    .services-box {
        padding: 3.5rem !important;
        transition: all 0.3s ease-in-out;
    }

    .services-box-img {
        min-height: 300px;
    }

    .cover-background {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* Icon images */
    .service-icon-img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .white-overlay {
        background-color: rgba(255, 255, 255, 0.92);
        padding: 80px 0;
    }

    .image-dot-wrap {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .image-dot-wrap::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        background-color: #f0f0f0;
        /* Light gray dot */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .image-dot-wrap img {
        position: relative;
        z-index: 2;
    }

    .equal_height {
        height: 370px !important;
    }

