
    .about-modern-section {
    padding: 60px 0;
    background: #f6f7f9;
    overflow: hidden;
}

.about-modern-wrap {
    background: #fff;
    border-radius: 30px;
    padding: 55px;
    box-shadow: 0 20px 60px rgba(20, 37, 63, 0.08);
}

/* Images */

.about-modern-images {
    position: relative;
    min-height: 550px;
    padding-right: 50px;
}

.main-about-image {
    height: 510px;
    border-radius: 25px;
    overflow: hidden;
}

.main-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-about-image {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 220px;
    height: 230px;
    padding: 8px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.small-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.experience-badge {
    position: absolute;
    z-index: 3;
    top: 35px;
    right: 15px;
    background: #b47710;
    color: #fff;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border: 7px solid #fff;
}

.experience-badge strong {
    font-size: 24px;
    font-weight: 700;
}

.experience-badge span {
    font-size: 13px;
    margin-top: 5px;
}

/* Content */

.about-modern-content {
    padding-left: 20px;
}

.about-tag {
    display: inline-block;
    color: #b47710;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.about-modern-content h2 {
    color: #172b45;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-modern-content h2 span {
    color: #b47710;
}

.about-modern-content > p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 35px;
}

.about-feature {
    display: flex;
    gap: 13px;
    padding: 15px;
    border: 1px solid #e8ebee;
    border-radius: 12px;
    transition: 0.3s;
}

.about-feature:hover {
    border-color: #b47710;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.07);
}

.feature-icon {
    min-width: 42px;
    height: 42px;
    background: #f8f1e5;
    color: #b47710;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.about-feature h4 {
    color: #172b45;
    font-size: 16px;
    margin: 2px 0 6px;
}

.about-feature p {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

.about-modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #172b45;
    color: #fff;
    padding: 16px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.about-modern-btn:hover {
    background: #b47710;
    color: #fff;
}

/* Responsive */

@media (max-width: 991px) {

    .about-modern-wrap {
        padding: 30px;
    }

    .about-modern-images {
        min-height: 500px;
        margin-bottom: 50px;
        padding-right: 40px;
    }

    .about-modern-content {
        padding-left: 0;
    }

    .about-modern-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .about-modern-section {
        padding: 60px 0;
    }

    .about-modern-wrap {
        padding: 20px;
        border-radius: 20px;
    }

    .about-modern-images {
        min-height: 390px;
        padding-right: 25px;
    }

    .main-about-image {
        height: 360px;
    }

    .small-about-image {
        width: 140px;
        height: 150px;
    }

    .experience-badge {
        width: 110px;
        height: 110px;
        right: 0;
    }

    .experience-badge strong {
        font-size: 18px;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-modern-content h2 {
        font-size: 30px;
    }
}



    .smtc-journey-cta {
    padding: 60px 0;
    background: #ffff;
}

.journey-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    overflow: hidden;
    min-height: 480px;
    border-radius: 28px;
    background: #172b45;
    box-shadow: 0 25px 70px rgba(23, 43, 69, 0.18);
}


/* Decorative shapes */

.journey-cta-box::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 80px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    top: -220px;
    left: -150px;
}

.journey-cta-box::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(180, 119, 16, 0.08);
    border-radius: 50%;
    bottom: -180px;
    right: 100px;
}


/* Left Content */

.journey-cta-content {
    position: relative;
    z-index: 2;
    padding: 75px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.journey-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d9a13b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.journey-label i {
    font-size: 16px;
}

.journey-cta-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 22px;
    max-width: 580px;
}

.journey-cta-content h2 span {
    color: #d9a13b;
}

.journey-cta-content > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.9;
    max-width: 560px;
    margin-bottom: 35px;
}


/* Buttons */

.journey-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.journey-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 17px 25px;
    background: #b47710;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.journey-btn-primary:hover {
    background: #fff;
    color: #172b45;
    transform: translateY(-3px);
}

.journey-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.play-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.journey-btn-outline:hover {
    color: #d9a13b;
}

.journey-btn-outline:hover .play-icon {
    background: #d9a13b;
    color: #172b45;
    border-color: #d9a13b;
}


/* Right Panel */

.journey-cta-side {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 65px 55px;
    backdrop-filter: blur(10px);
}

.journey-side-title {
    margin-bottom: 30px;
}

.journey-side-title span {
    color: #d9a13b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.journey-side-title h3 {
    color: #fff;
    font-size: 27px;
    line-height: 1.3;
    margin: 10px 0 0;
}


/* Features */

.journey-feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-feature:last-child {
    border-bottom: none;
}

.journey-feature-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(180, 119, 16, 0.18);
    color: #d9a13b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.journey-feature h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}

.journey-feature p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}


/* Tablet */

@media (max-width: 991px) {

    .journey-cta-box {
        grid-template-columns: 1fr;
    }

    .journey-cta-content {
        padding: 60px 50px;
    }

    .journey-cta-side {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 50px;
    }
}


/* Mobile */

@media (max-width: 575px) {

    .smtc-journey-cta {
        padding: 60px 0;
    }

    .journey-cta-box {
        border-radius: 20px;
    }

    .journey-cta-content {
        padding: 45px 25px;
    }

    .journey-cta-side {
        padding: 40px 25px;
    }

    .journey-cta-content h2 {
        font-size: 36px;
    }

    .journey-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}


    /* =========================================
   SMTC COURSE SECTION
========================================= */

.smtc-course-section {
    padding: 30px 0;
    background: #ffff;
    overflow: hidden;
}


/* =========================================
   HEADING
========================================= */

.smtc-course-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.smtc-course-tag {
    display: inline-block;
    margin-bottom: 14px;

    color: #b47710;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.smtc-course-title h2 {
    margin: 0 0 15px;

    color: #172b45;

    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.smtc-course-title h2 span {
    color: #b47710;
}

.smtc-course-title p {
    max-width: 620px;
    margin: 0 auto;

    color: #000;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SLIDER
========================================= */

.smtc-course-slider {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 10px 5px 25px;
}

.smtc-course-track {
    display: flex;

    flex-wrap: nowrap;

    gap: 25px;

    transform: translateX(0);

    will-change: transform;
}

.smtc-course-slide {
    flex: 0 0 calc((100% - 75px) / 4);

    min-width: 0;
}


/* =========================================
   CARD
========================================= */

.smtc-course-card {
    height: 100%;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(23, 43, 69, 0.07);

    transition: 0.35s ease;
}

.smtc-course-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 18px 40px rgba(23, 43, 69, 0.13);
}


/* =========================================
   IMAGE
========================================= */

.smtc-course-image {
    width: 100%;

    height: 210px;

    overflow: hidden;
}

.smtc-course-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.smtc-course-card:hover .smtc-course-image img {
    transform: scale(1.07);
}


/* =========================================
   CONTENT
========================================= */

.smtc-course-card-content {
    flex: 1;

    display: flex;

    flex-direction: column;

    padding: 24px;
}

.smtc-course-card-content h3 {
    margin: 0 0 10px;

    color: #172b45;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.35;
}

.smtc-course-card-content p {
    margin: 0 0 22px;

    color: #000;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   BUTTON
========================================= */

.smtc-course-btn {
    width: fit-content;

    margin-top: auto;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 11px 17px;

    background: #b47710;

    color: #ffffff !important;

    border-radius: 5px;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.3s ease;
}

.smtc-course-btn:hover {
    background: #172b45;

    color: #ffffff !important;
}

.smtc-course-btn i {
    transition: transform 0.3s ease;
}

.smtc-course-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   SLIDER ARROWS
========================================= */

.smtc-slider-arrow {
    position: absolute;

    top: 50%;

    z-index: 20;

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: none;

    border-radius: 50%;

    background: #b47710;

    color: #ffffff;

    font-size: 14px;

    cursor: pointer;

    transform: translateY(-50%);

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);

    transition: all 0.3s ease;
    margin-top: 44px;
}

.smtc-slider-arrow:hover {
    background: #172b45;

    transform: translateY(-50%) scale(1.08);
}

.smtc-slider-prev {
    left: 15px;
}

.smtc-slider-next {
    right: 15px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .smtc-course-slide {
        flex: 0 0 calc((100% - 50px) / 3);
    }

    .smtc-course-title h2 {
        font-size: 42px;
    }
}


@media (max-width: 991px) {

    .smtc-course-section {
        padding: 80px 0;
    }

    .smtc-course-slide {
        flex: 0 0 calc((100% - 25px) / 2);
    }

    .smtc-course-image {
        height: 230px;
    }

    .smtc-course-title h2 {
        font-size: 38px;
    }
}


@media (max-width: 767px) {

    .smtc-course-track {
        gap: 15px;
    }

    .smtc-course-slide {
        flex: 0 0 calc((100% - 15px) / 2);
    }
}


@media (max-width: 575px) {

    .smtc-course-section {
        padding: 60px 0;
    }

    .smtc-course-header {
        margin-bottom: 35px;
    }

    .smtc-course-title h2 {
        font-size: 32px;
    }

    .smtc-course-slide {
        flex: 0 0 100%;
    }

    .smtc-course-image {
        height: 240px;
    }

    .smtc-slider-arrow {
        width: 40px;
        height: 40px;
    }

    .smtc-slider-prev {
        left: 8px;
    }

    .smtc-slider-next {
        right: 8px;
    }
}





/* ==========================================
   OBJECTIVE SECTION
========================================== */

.smtc-objective-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: #f7f8fa;
}


/* ==========================================
   CONTENT
========================================== */

.smtc-objective-content {
    position: relative;
    z-index: 2;
}


.smtc-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: #b47710;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.8px;
}


.smtc-section-tag span {
    width: 34px;
    height: 2px;

    display: inline-block;

    background: #b47710;
}


/* ==========================================
   HEADING
========================================== */

.smtc-objective-content h2 {
    margin: 0 0 20px;

    color: #172b45;

    font-size: 47px;
    font-weight: 700;

    line-height: 1.18;
}


.smtc-objective-content h2 span {
    display: block;

    color: #b47710;
}


.smtc-objective-text {
    max-width: 540px;

    margin-bottom: 30px;

    color: #000;

    font-size: 16px;

    line-height: 1.9;
}


/* ==========================================
   OBJECTIVE LIST
========================================== */

.smtc-objective-list {
    display: flex;
    flex-direction: column;

    gap: 14px;

    margin-bottom: 35px;
}


/* Objective Item */

.smtc-objective-item {
    display: flex;
    align-items: center;

    gap: 18px;

    padding: 15px 18px;

    background: #ffffff;

    border: 1px solid #e8ebef;

    border-radius: 10px;

    transition: all 0.35s ease;
}


.smtc-objective-item:hover {
    transform: translateX(8px);

    border-color: #b47710;

    box-shadow: 0 12px 30px rgba(23, 43, 69, 0.08);
}


/* Icon */

.smtc-objective-icon {
    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(180, 119, 16, 0.12);

    color: #b47710;

    font-size: 17px;

    transition: all 0.3s ease;
}


.smtc-objective-item:hover .smtc-objective-icon {
    background: #b47710;

    color: #ffffff;
}


/* Text */

.smtc-objective-info h4 {
    margin: 0 0 5px;

    color: #172b45;

    font-size: 17px;

    font-weight: 700;
}


.smtc-objective-info p {
    margin: 0;

    color: #000;

    font-size: 16px;

    line-height: 1.65;
}


/* ==========================================
   BUTTON
========================================== */

.smtc-objective-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 14px 25px;

    background: #b47710;

    color: #ffffff !important;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;

    transition: all 0.3s ease;
}


.smtc-objective-btn:hover {
    background: #172b45;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(23, 43, 69, 0.15);
}


.smtc-objective-btn i {
    transition: transform 0.3s ease;
}


.smtc-objective-btn:hover i {
    transform: translateX(4px);
}


/* ==========================================
   IMAGE SECTION
========================================== */

.smtc-objective-images {
    position: relative;

    min-height: 550px;

    padding: 35px 0 30px 65px;
}


/* Decorative Shape */

.smtc-image-shape {
    position: absolute;

    border: 2px solid rgba(180, 119, 16, 0.25);

    border-radius: 50%;
}


.shape-one {
    width: 280px;
    height: 280px;

    top: 10px;
    left: 5px;
}


.shape-two {
    width: 380px;
    height: 380px;

    bottom: 0;
    right: 30px;

    border-color: rgba(23, 43, 69, 0.12);
}


/* Main Image */

.smtc-main-objective-image {
    position: relative;
    z-index: 2;

    width: 72%;

    height: 490px;

    overflow: hidden;

    border-radius: 16px;

    box-shadow: 0 25px 60px rgba(23, 43, 69, 0.15);
}


.smtc-main-objective-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* Small Image */

.smtc-small-objective-image {
    position: absolute;

    z-index: 4;

    right: 0;
    bottom: 15px;

    width: 48%;
    height: 245px;

    padding: 8px;

    background: #ffffff;

    border-radius: 14px;

    box-shadow: 0 20px 50px rgba(23, 43, 69, 0.18);
}


.smtc-small-objective-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 9px;
}


/* ==========================================
   SUCCESS BOX
========================================== */

.smtc-success-box {
    position: absolute;

    z-index: 5;

    left: 25px;
    bottom: 55px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 15px 20px;

    background: #172b45;

    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(23, 43, 69, 0.25);
}


.smtc-success-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b47710;

    color: #ffffff;

    border-radius: 50%;
}


.smtc-success-box strong {
    display: block;

    margin-bottom: 2px;

    color: #ffffff;

    font-size: 15px;
}


.smtc-success-box small {
    display: block;

    color: rgba(255, 255, 255, 0.65);

    font-size: 11px;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {

    .smtc-objective-content h2 {
        font-size: 40px;
    }

    .smtc-objective-images {
        min-height: 480px;
        padding-left: 35px;
    }

    .smtc-main-objective-image {
        height: 430px;
    }

    .smtc-small-objective-image {
        height: 210px;
    }
}


@media (max-width: 991px) {

    .smtc-objective-section {
        padding: 80px 0;
    }

    .smtc-objective-images {
        margin-top: 20px;
    }

    .smtc-objective-content {
        max-width: 650px;
        margin: auto;
    }

    .smtc-objective-images {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 767px) {

    .smtc-objective-section {
        padding: 65px 0;
    }

    .smtc-objective-content h2 {
        font-size: 34px;
    }

    .smtc-objective-images {
        min-height: 450px;

        padding: 20px 0 20px 20px;
    }

    .smtc-main-objective-image {
        width: 80%;

        height: 400px;
    }

    .smtc-small-objective-image {
        width: 47%;

        height: 180px;

        bottom: 20px;
    }

    .smtc-success-box {
        left: 5px;
        bottom: 50px;
    }
}


@media (max-width: 575px) {

    .smtc-objective-content h2 {
        font-size: 29px;
    }

    .smtc-objective-content h2 span {
        display: inline;
    }

    .smtc-objective-item {
        align-items: flex-start;

        padding: 15px;
    }

    .smtc-objective-images {
        min-height: 400px;

        padding-left: 10px;
    }

    .smtc-main-objective-image {
        width: 88%;

        height: 350px;
    }

    .smtc-small-objective-image {
        width: 48%;

        height: 145px;

        right: 0;
    }

    .smtc-success-box {
        padding: 10px 14px;

        bottom: 35px;
    }

    .smtc-success-icon {
        width: 35px;
        height: 35px;
    }

    .shape-one {
        width: 200px;
        height: 200px;
    }
}



    /* =========================================
   WHY CHOOSE SECTION
========================================= */

.smtc-why-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}


/* =========================================
   LEFT IMAGE AREA
========================================= */

.smtc-why-images {
    position: relative;
    min-height: 570px;
    padding: 20px 80px 40px 0;
}


/* Background Shape */

.smtc-why-shape {
    position: absolute;

    width: 260px;
    height: 260px;

    top: 10px;
    left: -30px;

    border-radius: 50%;

    background: rgba(180, 119, 16, 0.08);

    border: 2px solid rgba(180, 119, 16, 0.25);
}


/* Main Image */

.smtc-why-main-image {
    position: relative;
    z-index: 2;

    width: 88%;
    height: 470px;

    overflow: hidden;

    border-radius: 18px;

    box-shadow: 0 25px 60px rgba(23, 43, 69, 0.15);
}

.smtc-why-main-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* Small Image */

.smtc-why-small-image {
    position: absolute;

    z-index: 4;

    right: 0;
    bottom: 20px;

    width: 58%;
    height: 260px;

    padding: 7px;

    overflow: hidden;

    background: #ffffff;

    border-radius: 15px;

    box-shadow: 0 20px 50px rgba(23, 43, 69, 0.2);
}

.smtc-why-small-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 10px;
}


/* Floating Box */

.smtc-why-floating-box {
    position: absolute;

    z-index: 5;

    left: 25px;
    bottom: 20px;

    display: flex;
    align-items: center;

    gap: 13px;

    padding: 17px 22px;

    background: #172b45;

    border-left: 4px solid #b47710;

    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(23, 43, 69, 0.25);
}

.smtc-why-floating-number {
    color: #ffffff;

    font-size: 31px;
    font-weight: 800;

    line-height: 1;
}

.smtc-why-floating-box span:last-child {
    color: rgba(255,255,255,0.75);

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.smtc-why-content {
    position: relative;
}


/* Tag */

.smtc-why-tag {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 14px;

    color: #b47710;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.smtc-why-tag i {
    font-size: 11px;
}


/* Heading */

.smtc-why-content h2 {
    margin: 0 0 15px;

    color: #172b45;

    font-size: 47px;
    font-weight: 700;

    line-height: 1.2;
}

.smtc-why-content h2 span {
    color: #b47710;
}


/* Intro */

.smtc-why-intro {
    max-width: 600px;

    margin-bottom: 32px;

    color: #000;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   FEATURE LIST
========================================= */

.smtc-why-features {
    display: flex;
    flex-direction: column;

    gap: 16px;

    margin-bottom: 35px;
}


/* Individual Feature */

.smtc-why-feature {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 15px;

    padding: 20px 22px;

    background: #ffffff;

    border: 1px solid #e6e9ed;

    border-radius: 12px;

    transition: all 0.35s ease;
}


/* Number */

.smtc-why-number {
    position: absolute;

    top: 13px;
    right: 16px;

    color: #edf0f3;

    font-size: 38px;
    font-weight: 800;

    line-height: 1;

    transition: all 0.35s ease;
}


/* Icon */

.smtc-why-icon {
    position: relative;
    z-index: 2;

    width: 52px;
    height: 52px;

    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(180, 119, 16, 0.1);

    color: #b47710;

    font-size: 18px;

    transition: all 0.35s ease;
}


/* Feature Content */

.smtc-why-feature-content {
    position: relative;
    z-index: 2;
}

.smtc-why-feature-content h3 {
    margin: 0 0 7px;

    color: #172b45;

    font-size: 19px;
    font-weight: 700;
}

.smtc-why-feature-content p {
    margin: 0;

    color: #000;

    font-size: 16px;

    line-height: 1.7;
}


/* Hover */

.smtc-why-feature:hover {
    transform: translateX(8px);

    border-color: #b47710;

    box-shadow: 0 14px 35px rgba(23, 43, 69, 0.09);
}

.smtc-why-feature:hover .smtc-why-icon {
    background: #b47710;

    color: #ffffff;
}

.smtc-why-feature:hover .smtc-why-number {
    color: rgba(180, 119, 16, 0.1);
}


/* =========================================
   BUTTON
========================================= */

.smtc-why-btn {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 15px 24px;

    background: #172b45;

    color: #ffffff !important;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 13px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.smtc-why-btn:hover {
    background: #b47710;

    color: #ffffff !important;

    transform: translateY(-3px);
}

.smtc-why-btn i {
    transition: transform 0.3s ease;
}

.smtc-why-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .smtc-why-content h2 {
        font-size: 40px;
    }

    .smtc-why-images {
        min-height: 500px;
    }

    .smtc-why-main-image {
        height: 420px;
    }

    .smtc-why-small-image {
        height: 220px;
    }
}


@media (max-width: 991px) {

    .smtc-why-section {
        padding: 80px 0;
    }

    .smtc-why-images {
        max-width: 650px;

        margin: 0 auto;
    }

    .smtc-why-content {
        max-width: 700px;

        margin: 20px auto 0;
    }
}


@media (max-width: 767px) {

    .smtc-why-images {
        min-height: 450px;

        padding-right: 40px;
    }

    .smtc-why-main-image {
        width: 88%;

        height: 390px;
    }

    .smtc-why-small-image {
        width: 55%;

        height: 180px;
    }

    .smtc-why-content h2 {
        font-size: 34px;
    }
}


@media (max-width: 575px) {

    .smtc-why-section {
        padding: 65px 0;
    }

    .smtc-why-images {
        min-height: 400px;

        padding: 0 10px 0 0;
    }

    .smtc-why-main-image {
        width: 90%;

        height: 330px;
    }

    .smtc-why-small-image {
        width: 55%;

        height: 140px;

        bottom: 0;
    }

    .smtc-why-floating-box {
        left: 5px;

        padding: 12px 15px;
    }

    .smtc-why-floating-number {
        font-size: 24px;
    }

    .smtc-why-content h2 {
        font-size: 29px;
    }

    .smtc-why-feature {
        padding: 17px 15px;

        gap: 12px;
    }

    .smtc-why-icon {
        width: 45px;
        height: 45px;

        min-width: 45px;
    }

    .smtc-why-number {
        font-size: 30px;
    }

    .smtc-why-feature-content h3 {
        font-size: 17px;
    }
}


    .smtc-grid-course-section {
    padding: 60px 0;
    background: #f7f8fa;
}

.smtc-grid-course-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.smtc-grid-course-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: #b47710;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.smtc-grid-course-heading h2 {
    margin: 0 0 15px;
    color: #172b45;
    font-size: 46px;
    font-weight: 700;
}

.smtc-grid-course-heading h2 span {
    color: #b47710;
}

.smtc-grid-course-heading p {
    margin: 0;
    color: #687486;
    font-size: 15px;
    line-height: 1.8;
}


/* COURSE BOX */

.smtc-grid-course-box {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    transition: all 0.35s ease;
}

.smtc-grid-course-box:hover {
    transform: translateY(-8px);
    border-color: #b47710;
    box-shadow: 0 18px 45px rgba(23, 43, 69, 0.12);
}


/* IMAGE */

.smtc-grid-course-img {
    height: 200px;
    overflow: hidden;
}

.smtc-grid-course-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.smtc-grid-course-box:hover .smtc-grid-course-img img {
    transform: scale(1.08);
}


/* CONTENT */

.smtc-grid-course-info {
    padding: 22px;
}

.smtc-grid-course-info h3 {
    margin: 0 0 12px;
    color: #172b45;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.smtc-grid-course-info p {
    min-height: 72px;
    margin: 0 0 18px;
    color: #000;
    font-size: 15px;
    line-height: 1.8;
}


/* BUTTON */

.smtc-grid-course-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b47710;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.smtc-grid-course-btn:hover {
    color: #172b45;
}

.smtc-grid-course-btn i {
    transition: transform 0.3s ease;
}

.smtc-grid-course-btn:hover i {
    transform: translateX(5px);
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    .smtc-grid-course-heading h2 {
        font-size: 40px;
    }

    .smtc-grid-course-img {
        height: 190px;
    }
}

@media (max-width: 767px) {

    .smtc-grid-course-section {
        padding: 70px 0;
    }

    .smtc-grid-course-heading {
        margin-bottom: 35px;
    }

    .smtc-grid-course-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {

    .smtc-grid-course-heading h2 {
        font-size: 28px;
    }

    .smtc-grid-course-img {
        height: 220px;
    }
}




    .smtc-title {
    text-align: center;
    padding-top:10px;

}
    .smtc-recognition {
    text-align: center;
    margin-top: 10px;
    
}

.smtc-recognition p {
    margin: 3px 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
}

.smtc-recognition p:last-child {
    font-size: 11px;
    font-style: italic;
}


    .qr-code-section {
    width: 100%;
    padding: 70px 20px;
    background: #f7f9fc;
}

.qr-code-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.qr-code-content {
    max-width: 600px;
}

.qr-small-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #777;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.qr-code-content h2 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.2;
    color: #222;
}

.qr-code-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #020202;
}

.qr-code-box {
    width: 600px;
    min-width: 600px;
    height: 600px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .qr-code-container {
        gap: 40px;
        padding: 40px;
    }

    .qr-code-content h2 {
        font-size: 32px;
    }

    .qr-code-box {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .qr-code-section {
        padding: 45px 15px;
    }

    .qr-code-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 35px 20px;
        border-radius: 15px;
    }

    .qr-code-content h2 {
        font-size: 28px;
    }

    .qr-code-content p {
        font-size: 15px;
    }

    .qr-code-box {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
}


    /* =========================================
   FIRST SLIDE - SCREENSHOT STYLE
   ========================================= */

.smtc-first-slide-content {
    max-width: 900px;
}

/* First Slide Heading */
.smtc-first-slide-content h1 {
    font-size: 58px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 0 0 28px 0 !important;
    color: #ffffff !important;
}

/* Green Highlight */
.smtc-first-slide-content h1 span {
    color: #fff !important;
}

/* First Slide Paragraph */
.smtc-first-slide-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    max-width: 887px;
    margin: 0 0 28px 0 !important;
}

/* Student Login Button */
.smtc-first-slide-content .smtc-btn-primary {
    background: #ffffff !important;
    color: #b46c0c !important;
    border: 2px solid #ffffff !important;
    min-width: 182px;
    height: 45px;
    padding: 0 25px !important;
    border-radius: 30px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px;
    text-decoration: none;
}

/* Hover */
.smtc-first-slide-content .smtc-btn-primary:hover {
    background: #b46c0c !important;
    color: #ffffff !important;
    border-color: #b46c0c !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .smtc-first-slide-content {
        max-width: 100%;
    }

    .smtc-first-slide-content h1 {
        font-size: 32px !important;
        line-height: 1.18 !important;
        margin-bottom: 20px !important;
    }

    .smtc-first-slide-content p {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 22px !important;
    }

    .smtc-first-slide-content .smtc-btn-primary {
        min-width: 170px;
        height: 43px;
    }
}


/* =========================================
   TABLET
   ========================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .smtc-first-slide-content {
        max-width: 600px;
    }

    .smtc-first-slide-content h1 {
        font-size: 38px !important;
    }

    .smtc-first-slide-content p {
        font-size: 15px !important;
    }
}



/* FIRST SLIDE - LEFT ALIGNMENT ONLY */
.smtc-first-slide-content {
    max-width: 970px;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Heading */
.smtc-first-slide-content h1 {
    text-align: left !important;
}

/* Paragraph */
.smtc-first-slide-content p {
    text-align: left !important;
}

/* Buttons */
.smtc-first-slide-content .smtc-hero-buttons {
    justify-content: flex-start !important;
    text-align: left !important;
}


/* FIRST SLIDE BUTTON - LEFT ALIGN */
.smtc-first-slide-content .smtc-hero-buttons {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    text-align: left !important;
    padding-left: 22px;
}

.smtc-first-slide-content .smtc-btn-primary {
    margin-left: 0 !important;
    margin-right: auto !important;
}



@media (max-width: 767px) {
    .smtc-first-slide-content .smtc-hero-buttons {
        padding-left: 0px !important;
   
    }
}

    .smtc-footer-map {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 8px;
}

.smtc-footer-map iframe {
    width: 100%;
    height: 180px;
    display: block;
    border: 0;
}



/* =========================================
   STICKY WHATSAPP + CALL
========================================= */

.smtc-sticky-contact {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: 40px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Common Button */
.smtc-sticky-contact a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

/* WhatsApp */
.smtc-sticky-whatsapp {
    background: #25D366;
}

/* Call */
.smtc-sticky-call {
    background: #00306e;
}

/* Icons */
.smtc-sticky-wa-icon,
.smtc-sticky-call-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smtc-sticky-wa-icon svg,
.smtc-sticky-call-icon svg {
    width: 100%;
    height: 100%;
}

/* Hide text normally */
.smtc-sticky-text {
    display: none;
}

/* Hover */
.smtc-sticky-contact a:hover {
    transform: scale(1.08);
}

/* Tooltip */
.smtc-sticky-contact a::after {
    content: attr(aria-label);
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    pointer-events: none;
}

.smtc-sticky-contact a:hover::after {
    opacity: 1;
    visibility: visible;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .smtc-sticky-contact {
        left: 14px;
        right: auto;
        bottom: 18px;
        gap: 10px;
    }


    .smtc-sticky-contact a {
        width: 52px;
        height: 52px;
    }

    .smtc-sticky-wa-icon,
    .smtc-sticky-call-icon {
        width: 24px;
        height: 24px;
    }

    /* Remove tooltip on mobile */
    .smtc-sticky-contact a::after {
        display: none;
    }
}








/* Main Wrapper */

.dv-form-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.07);
    box-sizing: border-box;
}


/* Header */

.dv-form-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #b46c0c;
}

.dv-form-header h2 {
    margin: 0 0 6px;
    color: #b46c0c;
    font-size: 28px;
    font-weight: 700;
}

.dv-form-header p {
    margin: 0;
    color: #666;
    font-size: 14px;
}


/* Grid */

.dv-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}

.dv-grid-1 {
    grid-template-columns: 1fr;
}

.dv-grid-2 {
    grid-template-columns: 1fr 1fr;
}


/* Fields */

.dv-field {
    margin-bottom: 14px;
}

.dv-field input,
.dv-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    border: 1px solid #dbdada;
    border-radius: 5px;
    background: #fff;
    color: var(--dv-text);
    font-family: inherit;
    font-size: 13px;
    outline: none;
    transition: 0.25s ease;
}

.dv-field input:focus,
.dv-field textarea:focus {
    border-color: #b46c0c;
    box-shadow: 0 0 0 3px rgba(180,108,12,0.10);
}

.dv-field textarea {
    resize: vertical;
    min-height: 100px;
}


/* Label */

.dv-label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}


/* Section Heading */

.dv-section-title {
    margin: 25px 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
}

.dv-section-title span {
    color: #b46c0c;
       font-size: 17px;
    font-weight: 700;
}


/* Document Row */

.document-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
}

.document-row .dv-field {
    margin-bottom: 0;
}


/* File Input */

input[type="file"] {
    padding: 9px;
    background: #fafafa;
    cursor: pointer;
}

.dv-file-label span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}


/* Buttons */

.add-row,
.delete-row,
.submit-btn {
    border: none;
    cursor: pointer;
    transition: 0.25s ease;
    font-weight: 600;
}

.add-row {
    padding: 10px 18px;
    background: #b46c0c;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.add-row:hover {
    background: #b46c0c;
}

.delete-row {
    padding: 11px 13px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
}

.delete-row:hover {
    background: #111;
}


/* Payment */

.payment-info {
    background: var(--dv-light);
    border-left: 4px solid #b46c0c;
    padding: 18px;
    font-size: 13px;
    line-height: 1.7;
    color: #444;
}

.payment-info p {
    margin: 0 0 10px;
}

.payment-info p:last-child {
    margin-bottom: 0;
}


/* Bank */

.bank-details {
    margin-top: 20px;
}

.bank-details h3 {
    margin: 0 0 14px;
    font-size: 14px;
    color: #b46c0c;
}

.bank-table {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.bank-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.bank-row:last-child {
    border-bottom: none;
}

.bank-row span {
    color: #666;
}

.bank-row strong {
    color: #222;
}


/* QR Scanner */

.payment-scanner {
    margin-top: 25px;
    padding: 25px;
    text-align: center;
    border: 1px solid #ead8c0;
    background: #fffaf4;
    border-radius: 8px;
}

.payment-scanner h3 {
    margin: 0 0 5px;
    color: #b46c0c;
    font-size: 20px;
}

.payment-scanner p {
    margin: 0 0 18px;
    color: #666;
    font-size: 13px;
}

.scanner-box {
    width: 250px;
    height: auto;
    margin: auto;
    padding: 8px;
    background: #fff;
    border: 2px solid #b46c0c;
    border-radius: 8px;
    box-sizing: border-box;
}

.scanner-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.scanner-amount {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
}

.scanner-amount strong {
    color: #b46c0c;
    font-size: 17px;
}


/* Receipt */

.receipt-field {
    margin-top: 22px;
}

.receipt-field small {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 11px;
}


/* Submit */

.submit-btn {
    margin-top: 12px;
    padding: 13px 25px;
    background: #b46c0c;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}

.submit-btn:hover {
    background: #b46c0c;
    transform: translateY(-1px);
}


/* Message */

#formMessage {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
}


/* Mobile */

@media (max-width: 700px) {

    .dv-form-wrapper {
        padding: 20px 15px;
        margin: 20px auto;
    }

    .dv-grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .document-row {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 6px;
        margin-bottom: 12px;
    }

    .delete-row {
        width: fit-content;
    }

    .bank-row {
        grid-template-columns: 100px 1fr;
    }

    .scanner-box {
        width: 220px;
        height: auto;
    }

}


