    .hero-image-box {
        overflow: hidden;
        border-radius: 25px;
    }

    .hero-main-image {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 25px;
        display: block;
    }

    .hero-block {
        padding: 40px 0;
    }

    @media (max-width:768px) {

        .hero-block {
            padding: 25px 0;
        }

    }

    @media (max-width:768px) {

        .hero-main-section .py-5 {
            padding-top: 15px !important;
            padding-bottom: 15px !important;
        }

        .hero-main-section .row {
            --bs-gutter-y: 0.8rem;
        }

        .hero-content {
            margin-top: 100px !important;
        }

        .hero-image-box {
            margin: 0 !important;
        }

        .hero-main-image {
            height: 260px;
            margin-bottom: 0;
        }

    }

    @media (max-width:768px) {

        .hero-image-box {
            margin: 15px 0 !important;
        }

        .hero-main-image {
            display: block;
            width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 20px;
        }

    }

    .stats-section {
        background: #1d4ed8;
        padding: 15px 0;
    }

    .stats-badge {
        display: inline-block;
        background: #ffffff;
        color: #1d4ed8;
        padding: 14px 35px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-card h3 {
        margin: 0;
        color: #fff;
        font-size: 64px;
        font-weight: 800;
        line-height: 1;
    }

    .stat-suffix {
        font-size: 64px;
        font-weight: 800;
        color: #fff;
        line-height: 1;
    }

    .stat-card p {
        margin-top: 15px;
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .stats-section {
        background: #1d4ed8;
        padding: 35px 0;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    @media (max-width:768px) {

        .stats-section {
            padding: 50px 0;
        }

        .stats-badge {
            font-size: 13px;
            padding: 12px 20px;
        }

        .stat-card {
            padding: 15px 5px;
        }

        .stat-card h3 {
            font-size: 64px;
        }

        .stat-suffix {
            font-size: 58px;
        }

        .stat-card p {
            font-size: 14px;
            line-height: 1.4;
        }

        .stats-section {
            margin-top: 60px;
            margin-bottom: 60px;
            padding: 30px 0;
        }

    }


    /* Services Section */
    .team-one {
        background: #2E72FF;
        padding: 70px 0;
        margin: 60px 0;
    }

    /* Heading */
    .team-one .section-title {
        margin-bottom: 50px;
    }

    .team-one .section-title__title {
        color: #fff;
        line-height: 1.3;
        margin-top: 10px;
    }

    /* Service Card */
    .team-one__single {
        text-align: center;
    }

    /* Image */
    .team-one__img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 25px;
        display: block;
    }

    /* Title Area */
    .team-one__content {
        padding-top: 18px;
    }

    .team-one__title {
        margin: 0;
        text-align: center;
    }

    .team-one__title a {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        font-weight: 600;
        display: block;
        margin-left: -30% !important;
    }

    /* Arrow Hide */
    .team-one__arrow {
        display: none;
    }

    /* Mobile */
    @media(max-width:768px) {

        .team-one {
            padding: 50px 0;
            margin: 40px 0;
        }

        .team-one .section-title {
            margin-bottom: 35px;
        }

        .team-one .section-title__title {
            font-size: 32px;
            line-height: 1.3;
        }

        .team-one__img img {
            height: 220px;
        }

        .team-one__content {
            padding-top: 15px;
        }

        .team-one__title a {
            font-size: 24px;
        }

    }


    .why-choose-section {
        padding: 80px 0;
        background: #fff;
    }

    .why-badge {
        display: inline-block;
        color: #2E72FF;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .why-title {
        font-size: 52px;
        font-weight: 700;
        line-height: 1.2;
        color: #0b2354;
        margin-bottom: 25px;
    }

    .why-title span {
        color: #2E72FF;
    }

    .why-text {
        font-size: 20px;
        line-height: 1.9;
        color: #333;
        text-align: justify;
    }

    .appointment-card {
        background: #f5f7ff;
        padding: 35px;
        border-radius: 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    }

    .appointment-card h3 {
        font-size: 36px;
        font-weight: 700;
        color: #0b2354;
        margin-bottom: 8px;
    }

    .appointment-card p {
        color: #666;
        margin-bottom: 25px;
    }

    .custom-input {
        height: 58px;
        border-radius: 12px;
        border: 1px solid #dfe5f2;
        box-shadow: none !important;
    }

    .custom-textarea {
        height: 120px;
        resize: none;
        padding-top: 15px;
    }

    .appointment-btn {
        width: 100%;
        height: 58px;
        border: none;
        border-radius: 12px;
        background: #2E72FF;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .appointment-btn:hover {
        background: #1f5de0;
    }

    @media(max-width:768px) {

        .why-choose-section {
            padding: 50px 0;
        }

        .why-title {
            font-size: 34px;
        }

        .why-text {
            font-size: 17px;
            line-height: 1.8;
        }

        .appointment-card {
            padding: 25px;
        }

        .appointment-card h3 {
            font-size: 28px;
        }

    }


    .podcast-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }

    .podcast-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


    .faq-section {
        background: #2E72FF;
        padding: 80px 0;
    }

    .faq-heading {
        color: #fff;
        font-weight: 700;
    }

    .faq-accordion .accordion-item {
        border: none;
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .faq-accordion .accordion-button {
        background: #fff;
        color: #0d1b4d;
        font-weight: 600;
        padding: 22px 25px;
        box-shadow: none;
        font-size: 20px;
    }

    .faq-accordion .accordion-button:not(.collapsed) {
        background: #fff;
        color: #2E72FF;
    }

    .faq-accordion .accordion-body {
        background: #fff;
        color: #444;
        padding: 0 25px 22px;
        line-height: 1.8;
        font-size: 18px;

    }

    .faq-accordion .accordion-button::after {
        transform: scale(.8);
    }

    @media(max-width:768px) {

        .faq-section {
            padding: 50px 0;
        }

        .faq-accordion .accordion-button {
            font-size: 15px;
            padding: 18px;
        }

        .faq-accordion .accordion-button {
            font-size: 18px;
            padding: 20px;
        }

        .faq-accordion .accordion-body {
            font-size: 16px;
        }

    }