body {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    overflow-x: hidden;
}

section {
    padding: 90px 0;
    position: relative;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    color: #000066;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title h2 span {
    color: #247fe1;
}

/* Hero Section */
.hero-section {
    padding: 0;
    position: relative;
    background: #f8f9fa;
}

.hero-slide {
    position: relative;
    width: 100%;
}

.hero-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center right;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 600px;
    z-index: 2;
}

.first-line {
    margin-bottom: -10px;
    color: #247fe1;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
}

.second-line {
    font-size: 48px;
    line-height: 1.2;
    color: #000066;
    font-weight: 300;
    margin-bottom: 20px;
}

.first-line span {
    color: #247fe1;
    font-weight: 700;
}

.hero-btn {
    display: inline-block;
    margin-top: 20px;
    color: #000066;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid #000066;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.hero-btn strong {
    font-weight: 700;
}

.hero-btn:hover {
    color: #237ee0;
    border-color: #237ee0;
    text-decoration: none;
}

/* About Section */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.about-content h2 {
    color: #000066;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.about-btn {
    display: inline-block;
    background: #fff;
    color: #000066;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000066;
    transition: 0.3s;
    margin-top: 10px;
}

.about-btn:hover {
    background: #000066;
    color: #fff;
    text-decoration: none;
}

.about-image img {
    width: 100%;
    /* border-radius: 15px; */
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
}

.partners-section h2 {
    color: #000066;
    font-size: 35px !important;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 45px;
}

.partners-section {
    background: #fff;
    padding: 60px 0;
}

#partnerCarousel {
    padding: 0 40px;
}

.partner-item {
    padding: 10px;
}

.partner-item img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 8px;
    transition: 0.3s;
    background: #fff;
}

.partner-item img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.custom-control {
    width: 40px;
    color: #000066;
    font-size: 24px;
    opacity: 0.8;
}

.custom-control:hover {
    color: #247fe1;
    opacity: 1;
}

.about-section {
    background: #f2f2f2;
}

.process-section {
    background: #f2f2f2;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.process-video video {
    width: 100%;
}

.process-content h2 {
    color: #000066;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}

.process-content h2 strong {
    font-weight: 800;
}

.accordion-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
}

.accordion-title {
    padding: 15px 25px;
    cursor: pointer !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #000066;
    font-size: 15px;
    user-select: none;
}

.accordion-title span {
    font-size: 22px;
    font-weight: 400;
    width: 20px;
    text-align: center;
}

.accordion-title i {
    margin-right: 12px;
    color: #247fe1;
    font-size: 18px;
}

.accordion-content {
    display: none;
    padding: 0 25px 20px 45px;
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

.accordion-item.active {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: #e0e6ed;
    border-radius: 25px;
}

.stats-wrapper-section {
    position: relative;
    z-index: 10;
    padding-top: 0;
    background: transparent;
}

.stats-box-container {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 70px 40px;
    margin-bottom: -130px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    background-color: #fff;
    border-radius: 4px;
}

.advisor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 1;
}

.stats-content-inner {
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.stat-box {
    text-align: center;
    position: relative;
}

.stat-box:not(.border-none)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #999;
    transform: rotate(20deg);
}

.stat-box h3 {
    font-size: 75px;
    font-weight: 600;
    line-height: normal;
    color: #000066;
    margin-bottom: 5px;
}

.stat-box span {
    font-size: 16px;
    color: #000000;
}

.counter {
    color: #000066 !important;
    font-size: 75px !important;
    font-weight: 600;
    line-height: normal;
}

.talk {
    color: #000066;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
}

.talk-para {
    color: #000000;
    margin: 0 auto;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0 0 15px;
    line-height: 31px;
}

.testimonial-section {
    background: #000066;
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 1;
}

.testimonial-section .light h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.testimonial-inner {
    padding-top: 60px;
    padding-bottom: 30px;
}

.testimonial-card {
    background: #fff;
    border-radius: 4px;
    padding: 60px 30px 30px;
    text-align: center;
    margin: 0 10px;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #f4f6f9;
    background: #fff;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #fab637;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 900;
}

.testimonial-card p {
    color: #000000;
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 25px;
    font-style: italic;
    flex-grow: 1;
    text-align: center;
}

.testimonial-card h4 {
    color: #000066;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.testimonial-card span {
    color: #888;
    font-size: 13px;
}

.custom-indicators {
    bottom: -30px;
}

.custom-indicators button {
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
    border: none !important;
}

.custom-indicators .active {
    background-color: #fff !important;
}

.custom-control-white {
    width: 40px;
    color: #fff;
    font-size: 24px;
    opacity: 0.8;
}

.custom-control-white:hover {
    color: #ffb400;
    opacity: 1;
}

/* --- Responsive Breakpoints --- */

@media (max-width: 1199px) {

    .first-line,
    .second-line {
        font-size: 36px;
    }

    .about-content h2,
    .process-content h2,
    .section-title h2 {
        font-size: 32px;
    }

    .stat-box h3 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 70px 0;
    }

    .hero-slide img {
        height: 500px;
        object-position: 70% center;
    }
    .partners-section h2 {
    font-size: 30px !important;
    }

    .hero-content {
        left: 5%;
    }

    .about-grid,
    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .process-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .stat-box::after {
        display: none !important;
    }

    .stats-wrapper-section {
        padding: 50px 0 0 0;
    }

    .stats-box-container {
        padding: 50px 20px;
        margin-bottom: -100px;
    }

    .testimonial-section {
        padding: 180px 0 80px 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .stat-box:nth-child(2)::after,
    .stat-box:nth-child(4)::after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hero-slide img {
        height: 400px;
    }

    .first-line {
        font-size: 28px;
        margin-bottom: 0;
    }

    .second-line {
        font-size: 28px;
    }

    .section-title h2,
    .about-content h2,
    .process-content h2 {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 50px 20px 20px;
    }

    .hero-btn {
        margin-top: 15px;
        font-size: 18px;
    }

    #partnerCarousel {
        padding: 0 25px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .stat-box::after {
        display: none !important;
    }

    .stat-box h3 {
        font-size: 55px;
    }

    .stats-box-container {
        margin-bottom: -60px;
    }

    .testimonial-section {
        padding: 140px 0 60px 0;
    }

    .testimonial-section .light h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 50px 0;
    }

    .first-line,
    .second-line {
        font-size: 24px;
    }

    .hero-btn {
        font-size: 16px;
    }

    .section-title h2,
    .about-content h2,
    .process-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .testimonial-section .light h2 {
        font-size: 24px;
    }

    .accordion-title {
        font-size: 14px;
        padding: 15px;
    }

    .accordion-content {
        font-size: 13px;
        padding: 0 15px 15px 40px;
    }

    .about-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .stat-box h3 {
        font-size: 48px;
    }

    .testimonial-section .light h2 {
        font-size: 24px;
    }
}

@media (max-width: 350px) {
    .hero-slide img {
        height: 280px;
    }

    .hero-content {
        padding: 15px;
        left: 2%;
        right: 2%;
    }

    .first-line,
    .second-line {
        font-size: 20px;
    }

    .section-title h2,
    .about-content h2,
    .process-content h2 {
        font-size: 22px;
    }

    .about-content p {
        font-size: 14px;
    }

    .stat-box h3 {
        font-size: 38px;
    }

    .testimonial-section .light h2 {
        font-size: 20px;
    }

    .testimonial-card {
        margin: 10px 5px;
        padding: 45px 15px 20px;
    }

    .testimonial-card p {
        font-size: 13px;
    }

    .partner-col {
        padding: 0 5px;
    }

    .custom-control {
        width: 25px;
    }

    .stats-box-container {
        padding: 30px 15px;
    }

    .stat-box h3 {
        font-size: 40px;
    }
}