* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Brand colors (original) */
    --primary: #1F3966;
    --navy-deep: #0e1836;
    --navy-soft: #12294f;
    --secondary: #F6B719;
    --secondary-muted: #F9D16C;
    --field-bg: #ffffff;
    --border-soft: rgba(255, 255, 255, 0.15);
    --text-muted-light: rgba(255, 255, 255, 0.65);

    /* Added: colors that were repeated as raw hex throughout the file */
    --accent-blue: #3E72CC;
    --accent-blue-dark: #2E4D9B;
    --text-dark: #323232;
    --text-charcoal: #3F3D38;
    --white: #ffffff;
    --black: #000000;
    --footer-divider: #7699D5;

    /* Added: repeated border colors */
    --border-grey-light: #BDBDBD;
    --border-grey-lighter: #E2E2E2;
    --border-grey-lightest: #D1D1D1;
    --border-field: #CED4DA;

    /* Added: repeated border-radius values */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 10px;
    --radius-xl: 12px;

    /* Added: repeated box-shadow values */
    --shadow-card: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --shadow-course-card: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    --shadow-btn-sm: 2px 2px 4px 0px #00000040;
    --shadow-btn-md: 4px 4px 4px 0px #00000040;

}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
2. BASE / TYPOGRAPHY / UTILITIES
========================================================================== */

html,
body {
    font-family: 'NunitoSans' !important;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
    font-weight: 700 !important;
}

p {
    font-size: 16px;
}

section {
    padding: 64px 0 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.hero-yellow-txt {
    color: var(--secondary);
    display: block;
}

.hero-sub-head {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 14px 0;
}

.btn-py-28 {
    padding: 10px 28px !important;
}

/* ==========================================================================
3. HEADER (top ribbon, navigation, hover preview images)
========================================================================== */

.header-ads {
    background-color: var(--secondary-muted);
    padding: 8px 12px !important;
}

.header-ads span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: var(--text-charcoal);
}

.course-rebbon {
    justify-content: center;
    z-index: 1030 !important;
}

.com-list-head {
    z-index: 1040 !important;
}

.rib-divider {
    display: flex;
    align-items: center;
    /* gap: 12px; */
    flex-wrap: wrap;
}

.rib-divider .divider {
    color: var(--text-charcoal);
    background: var(--text-charcoal);
    height: 20px;
    width: 1px;
}

.rib-divider span:first-child::after {
    content: "|";
    color: #000;
    padding: 0 5px;
}

/* Navigation */

/*
.dropdown-menu-custom {
top: calc(100% + 8px);
left: 0;
min-width: 220px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: 0.25s ease;
}

.dropdown-hover:hover .dropdown-menu-custom {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.nav-link {
color: #222;
}

.nav-link:hover {
color: var(--bs-primary);
}

.dropdown-item {
padding: 0.5rem 1rem;
}

.dropdown-item:hover {
background-color: #f5f7ff;
color: var(--bs-primary);
} */

/* Hover preview card images (position each card individually, then share
the common visual treatment across all three) */

.card-img-1 {
    position: absolute;
    top: -170px;
    left: 100px;
}

.card-img-2 {
    position: absolute;
    left: -14px;
}

.card-img-3 {
    position: absolute;
    right: -15px;
    top: -11%;
}

.card-img-1,
.card-img-2,
.card-img-3 {
    overflow: hidden;
    border-radius: 20px;
}

.card-img-1 img,
.card-img-2 img,
.card-img-3 img {
    display: block;
    filter: blur(3px);
    transition: filter .8s ease;
}

/* Overlay blur */
.img-overlay-effect {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .08);
    opacity: 1;
    transition: opacity .8s ease;
    pointer-events: none;
}

/* Active image state */
.card-img-1.active img,
.card-img-2.active img,
.card-img-3.active img {
    filter: blur(0);
}

.card-img-1.active .img-overlay-effect,
.card-img-2.active .img-overlay-effect,
.card-img-3.active .img-overlay-effect {
    opacity: 0;
}

.hero-certificate img {
    height: 140px;
}

/* ==========================================================================
4. HERO BANNER
========================================================================== */

.info-hero-banner {
    padding: 44px 0px 0px 0 !important;
    background: linear-gradient(95.5deg, #1E3B6A 22.17%, #87919D 58.76%, #F1E5C6 99.04%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.txt-upskill {
    color: var(--white);
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
}

.hrd-tain {
    background: var(--accent-blue);
    width: fit-content;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700;
    padding: 4px 12px;
    color: var(--white) !important;
    border-radius: 15px;
    margin-bottom: 12px;
}

.hour-txt {
    color: var(--secondary);
}

div#countdownText {
    color: var(--secondary);
    font-size: 46px;
    font-weight: 800;
    height: 65px;
    position: relative;
}

.g-review-img {
    margin-bottom: 20px;
}

.g-review-img img {
    max-width: 435px;
}

.hero-btn-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-btn-section a {
    width: 100%;
    max-width: 340px;
    text-align: center;
    text-decoration: none;
}

#viewcourses {
    scroll-margin-top: 180px;
}

#enquiryform,
#viewcourseslist,
#overview {
    scroll-margin-top: 120px;
}

#certificate,
#trainers {
    scroll-margin-top: 50px;
}

#faq,
#learner {
    scroll-margin-top: 70px;
}

/* ==========================================================================
5. JOB RESHAPE SECTION
========================================================================== */

.job-reshap {
    background-image: url(../img/job-reshap.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 67px 0;
}

.job-reshap-back {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15.180000305175781px);
    padding: 28px;
    border-radius: 16px;
    transition: transform 0.4s ease-out;
}

.job-reshap-back:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease-in;
}

.rehap-head {
    background: var(--white);
    padding: 16px;
    border-radius: var(--radius-lg);
}

.rehap-head h3 {
    font-size: 27px;
    color: #3F3F3F;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.rehap-head h3 span,
.rehap-head p span {
    color: var(--accent-blue);
    font-weight: 700;
}

.rehap-head p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #3F3F3F;
}

.reshap-cal {
    text-align: right;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px !important;
    color: #5D5D5D !important;
    line-height: 28px !important;
}

.reshp-sec2 {
    margin-top: 24px;
}

.reshp-sec2 h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.reshp-sec2 p {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
}

.reshp-sec2 a {
    width: 100%;
    max-width: 478px;
    text-decoration: none;
}

/* ==========================================================================
6. WHY CHOOSE SECTION
========================================================================== */

.why-choose-left {
    padding: 0 45px 0 13px;
}

.why-choose h2 {
    font-size: 60px;
    line-height: 68px;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 28px;
}

.why-choose-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary);
    margin-top: 16px;
    max-width: 425px;
    width: 100%;
}

.why-choose-batch {
    background-color: var(--accent-blue);
    padding: 8px 12px;
    border-radius: var(--radius-md);
    line-height: 20px;
    font-size: 14px;
    width: fit-content;
    color: var(--white);
    font-weight: 800;
}

.why-choose-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.why-choose-right h4 {
    font-size: 20px;
    color: var(--primary);
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.why-choose-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-dark);
}

/* ==========================================================================
7. HIGH DEMAND / COURSE CARDS SECTION
========================================================================== */

.high-demand {
    background: linear-gradient(281.1deg, var(--secondary) -19.89%, var(--accent-blue-dark) 108.24%);
    padding: 40px 0;
}

.high-demand h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-shadow: 0 3px 12px rgba(255, 255, 255, 0.45);
}

.couse-select-tab {
    margin-top: 28px;
}

.couse-select-tab ul {
    width: 100%;
    border-bottom: 2px solid #D0D0D0;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.couse-select-tab ul li {
    list-style: none;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 4px;
    cursor: pointer;
}

.couse-select-tab ul li.active {
    font-weight: 800;
    border-bottom: 3px solid var(--white);
}

.course-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.course-cards .card {
    border: 1px solid var(--border-grey-light);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.card-content a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";

}

.course-img {
    overflow: hidden;
    min-height: fit-content;
}

.course-cards .card:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in;
}

.course-cards .card-content {
    padding: 10px 12px;
    background-color: #F7F7F7;
    height: 100%;
}

.course-cards .card-content h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #1D2939;
    margin-bottom: 8px;
    box-shadow: 0px 0px 4px 0px #FFFFFF40;
}


.course-cards .card-content .course-time {
    margin-bottom: 27px;
}

.course-cards .card-content .course-time .course-title {
    width: 84px;
}

.course-time p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0;
    color: #343A40;
}

/* ==========================================================================
8. UPSKILL SECTION
========================================================================== */

.upskill-sec {
    background: radial-gradient(134.44% 335.3% at 8.06% -93.47%, var(--primary) 0%, var(--accent-blue) 100%);
    padding: 64px 0;
}

.upskill-sec h2 {
    box-shadow: 0px 0px 6px 0px var(--primary)40;
    color: var(--white);
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 24px;
}

.upskill-sec h2 span {
    color: var(--secondary);
    font-weight: 700;
    font-style: italic;
}

.upskill-sec h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
}

.upskill-sec p {
    color: var(--white);
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0;
}

.upskill-con {
    padding-left: 76px;
}

.upskill-ctas {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    padding-top: 10px;
}

.upskill-certificate {
    height: 213px;
}

/* ==========================================================================
9. CERTIFICATE SECTION
========================================================================== */

.certificate-section {
    background: radial-gradient(77.22% 154.43% at 8.06% -93.47%, #FCE9BB 60%, #EBF4FF 100%);
}

.certificate-section h2 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 14px;
}

.certificate-section h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: var(--black);
    margin-bottom: 6px;
}

.certificate-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
    margin-bottom: 14px;
}

.par-certificate {
    height: 448px;
}

/* ==========================================================================
10. LOGO MARQUEE / SLIDER
========================================================================== */

.marquee-wrap {
    /* max-width: 1100px; */
    margin: 0 auto;
}

/* The slick slider itself needs no horizontal padding gaps between logos */
.marquee {
    overflow: hidden;
}

.marquee .slide-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* variableWidth:true means each slide's width is set by its content,
    so we control spacing via padding on this wrapper */
    padding: 0 24px;
}

.logo-box {
    width: 110px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-box:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* Prevent the flash-of-unstyled-list before slick initializes */
.marquee:not(.slick-initialized) {
    display: none;
}

.company-logo-head {
    justify-content: space-between;
}

.company-logo-head h2 {
    color: var(--primary);
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-shadow: 0 0 6px rgba(31, 57, 102, 0.25);
}

.company-logo-head .btn-sec {
    gap: 12px;
    display: flex;
}

/* ==========================================================================
11. GOOGLE REVIEW SLIDER & TESTIMONIALS
========================================================================== */

.google-review-slider h2 {
    color: var(--white);
    line-height: 40px;
}

.google-review-slider {
    background: radial-gradient(77.22% 154.43% at 8.06% -93.47%, var(--accent-blue) 0%, var(--primary) 100%);
    border: 1px solid #BBBBBB;
    padding: 30px;
}

.google-review img {
    height: 40px;
}

.testimonial-panel {
    margin-top: 28px;
}

.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    /* display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 220px; */
    display: grid;
    grid-template-columns: 40% 60%;
}

.video-thumb {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    cursor: pointer;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 220px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 1.1rem;
    border: 3px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease;
}

.video-thumb:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}

.testimonial-body {
    padding: 22px 26px;
    flex: 1;
    min-width: 260px;
}

.testimonial-body .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.learner-name {
    color: var(--text-dark);
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
}

.course-link {
    color: var(--accent-blue);
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
}

.course-link:hover {
    text-decoration: underline;
}

.learner-since {
    color: var(--text-dark);
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}

hr.divider {
    margin: 10px 0 14px;
    border-top: 1px solid #EEEEEE;
    opacity: 100%;
}

.review-text {
    color: var(--black);
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
}

/* Carousel controls */
.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 22px;
}

.nav-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #00000099;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: background 0.2s ease;
}

.nav-arrow:hover {
    background: var(--purple);
}

.carousel-indicators-custom {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-indicators-custom button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
    transition: all 0.2s ease;
}

.carousel-indicators-custom button.active {
    background: var(--white);
    border-radius: 5px;
}

.floating-help {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--pink);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(255, 47, 146, 0.45);
    z-index: 50;
}

@media (max-width: 576px) {
    .testimonial-panel {
        padding: 20px 16px 16px;
    }

    .testimonial-title {
        font-size: 1.1rem;
    }

    .video-thumb {
        width: 100%;
        height: 200px;
    }

    .video-thumb img {
        min-height: 100%;
    }

    .testimonial-body {
        padding: 18px 18px;
    }

    .rating-badge {
        padding: 5px 10px;
    }
}

/* ==========================================================================
12. CONTACT SECTION
========================================================================== */

/* Outer wrapper */
/* .contact-wrapper {
max-width: 960px;
margin: 48px auto;
} */

.contact-form-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-form-card form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact-form-card form .row.g-3 {
    flex: 1;
}

.form-submit-wrap {
    margin-top: 1rem;
    margin-top: auto;
    padding-top: 1rem;
}

.contact-form-card {
    background: var(--primary);
    border-radius: var(--radius-xl);
    padding: 20px;
    color: var(--white);
    height: 100%;
}

.contact-form-card .card-title {
    font-size: 24px;
    font-weight: 700 !important;
    margin-bottom: 0;
    line-height: 32px;
}

.reply-badge {
    background: #C9F3CB;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: var(--radius-lg);
    white-space: nowrap;
    color: #1D2939;
    border: 1px solid #3FE245;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reply-badge::before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 20px;
    background-color: #31C71F;
}

.contact-form-card label {
    font-size: 12px;
    color: var(--white);
    margin-bottom: .3rem;
    font-weight: 700;
    line-height: 16px;
}

.contact-form-card label .required {
    font-size: 12px;
    color: var(--white);
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    background: var(--white);
    border: 1px solid var(--border-field);
    border-radius: var(--radius-sm);
    font-size: 12px;
    padding: 8px 12px;
    font-weight: 700;
    color: #808080;
}

.contact-form-card .form-control::placeholder {
    color: #808080;
}

.contact-form-card textarea.form-control {
    resize: none;
    min-height: 70px;
}

.consent-text {
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--white) !important;
    font-weight: 400 !important;
}

.consent-text a {
    color: var(--white) !important;
    text-decoration: underline;
}

.form-check-input {
    margin-top: .2rem;
}

.form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.btn-submit {
    background: var(--gold);
    border: none;
    color: #0b1e3f;
    font-weight: 700;
    letter-spacing: .03em;
    padding: .65rem 1rem;
    border-radius: var(--radius-sm);
    width: 100%;
    transition: background .15s ease;
}

.btn-submit:hover {
    background: var(--gold-hover);
    color: #0b1e3f;
}

/* Right card: Talk to us directly */
.contact-side-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 20px;
    height: 100%;
    border: 1px solid var(--border-grey-lightest);
    display: flex;
    flex-direction: column;
}

.contact-links {
    display: grid;
    gap: 12px;

}

.contact-side-card .card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    color: #2A2A2A;
    line-height: 28px;
}

.multi-select {
    position: relative;
    width: 100%;
}

.select-box {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 30px 8px 12px;
    font-size: 12px;
    color: #808080;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    height: 36px;
    position: relative;
}

.selected-count {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected-item {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-box::after {
    content: "";
    background: url(/assets/img/icons/chevron-down.svg);
    background-size: 100%;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 22px;
    height: 22px;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
    filter: brightness(0) saturate(100%) invert(85%) sepia(14%) saturate(6%) hue-rotate(314deg) brightness(92%) contrast(86%);
}

.select-box[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.checkboxes {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 260px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 20;
    padding: 6px 0;
}

.checkboxes.open {
    display: block;
}

.checkboxes label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
    color: #808080;
    font-weight: 700;
}

.checkboxes label:hover {
    background: #f3f4f6;
}

.checkboxes input[type="checkbox"] {
    margin-top: 3px;
    flex: 0 0 auto;
    accent-color: var(--primary)
}

.selected-count {
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 700;
    color: #fff;
    background-color: #30579C;
    border-radius: 4px;
    width: fit-content;
}

.selected-count.has-selection {
    padding: 4px 10px;
    font-weight: 700;
    color: #fff;
    background-color: #30579C;
    border-radius: 4px;
}

.btn-phone,
.btn-office {
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--navy) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: var(--radius-lg);
    padding: 4px 13px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-office {
    height: 40px;
}

.benefit-list {
    list-style: none;
    padding-left: 0;
    margin-top: 24px;
    margin-bottom: 0;
}

.benefit-list li {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-dark);
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-bottom: 12px;
}

.benefit-list i {
    color: #16a34a;
    margin-top: .15rem;
    flex-shrink: 0;
}



.side-photo-wrap {
    /* margin-top: auto; */
    padding-top: 1rem;
}

.side-photo-wrap img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    display: block;
    transition: max-height 0.35s ease;
}

.enq-form-main:has(.consent-more.open) .side-photo-wrap img {
    max-height: 580px;
}

@media (max-width: 767.98px) {

    .contact-form-card,
    .contact-side-card {
        margin-bottom: 24px;
    }
}

.trai-locetion {
    padding-top: 40px !important;
}

/* ==========================================================================
13. FAQ SECTION
========================================================================== */

.faqs {
    padding-bottom: 30px !important;
}

.faqs h2 {
    color: var(--primary);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-shadow: 0 0 6px rgba(31, 57, 102, 0.25);
}

.modern-faq-section {
    overflow: hidden;
}

.modern-faq-accordion .faq-item {
    border-bottom: 1px solid #AFAFAF78;
    overflow: hidden;
    transition: .3s ease;
}

.modern-faq-accordion .faq-item.active {
    /* border: 1px solid var(--ds-yellow); */
    background: var(--white);
}

.modern-faq-accordion .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    cursor: pointer;
}

.modern-faq-accordion .faq-header p {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}

.modern-faq-accordion .faq-icon {
    font-size: 18px;
    color: #030303;
    font-weight: 300;
    border: 1px solid #030303;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-faq-accordion .faq-body {
    padding-bottom: 16px;
    font-size: 16px;
    color: #343A40;
    line-height: 28px;
    font-weight: 400;
    margin-top: 8px;
}

@media(max-width:767px) {
    .modern-faq-accordion .faq-header p {
        font-size: 16px;
        padding-right: 20px;
        line-height: 1.5;
    }

    .modern-faq-accordion .faq-body {
        padding: 0 24px 24px;
        font-size: 15px;
        line-height: 1.8;
    }

    .modern-faq-accordion .faq-icon {
        font-size: 16px;
    }

    .modern-faq-accordion .faq-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 26px;
    }
}


.site-mapurl li a {

    color: #000;
    font-weight: 600;

}

.site-mapurl li {
    margin-bottom: 20px !important;
}

.txt-dec li span {
    font-size: 16px;
    color: #000 !important;
}

.txt-dec li span a {
    text-decoration: underline;
}

/* ==========================================================================
14. FOOTER
========================================================================== */

.footer-sec {
    background-color: var(--primary);
    padding: 40px;
}

.footer-logo-sec {
    margin-bottom: 12px;
}

.footer-logo-sec img {
    height: 54px;
}

.footer-logo-sec p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 12px 0 0;
}

.footer-sec .col-split p {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 15px;
}

.footer-sec ul {
    list-style: none;
    padding: 0;
}

.footer-sec ul li a {
    margin-bottom: 12px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

.footer-sec ul li a:hover {
    text-decoration: none;
    color: #cac8c8;
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 24px;
}

.foot-contact {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
    text-decoration: none;
}

.foot-contact:hover p {
    color: #cac8c8;
}

.foot-contact span {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.border-right {
    border-right: 1px solid var(--footer-divider);
}

.footer-divider {
    border-top: 1px solid var(--footer-divider);
    opacity: 100%;
    margin: 20px 0;
}

.footer-sec2 p {
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}

.footer-sec2 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.footer-sec2 ul li {
    display: flex;
}

.footer-sec2 ul li a {
    margin-bottom: 0;
}

.footer-sec2 ul li::after {
    content: "";
    border-right: 1px solid var(--footer-divider);
    padding-right: 10px;
}

.footer-sec2 ul li:last-child::after {
    content: "";
    display: none;
}

.copy-rights {
    background-color: #F6F8FB;
    padding: 24px 0;
}

.copy-rights .container {
    justify-content: space-between;
}

.copy-rights p {
    font-weight: 700;
    margin: 0;
}

.copy-rights ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.copy-rights ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
}

.copy-rights ul li a:hover {
    color: var(--primary);
}

/* ==================== Contact ================ */

.contact-hero-sec {
    background: url(../img/contact-hero.webp);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-hero-sec .hero-para-16 {
    color: #fff;
}

.contact-hero-sec a {
    display: inline-block;
}

.hero-para-16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* ============== About Section       */

.about-hero-sec {
    background: url(../img/about-hero.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-hero-sec h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;

}

.about-hero-sec p {
    color: #fff;
}

.our-legacy {
    background: linear-gradient(281.1deg, #F6B719 -19.89%, #2E4D9B 108.24%);
    padding: 36px 0 !important;
}

.legacy-split {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.our-legacy h3 {
    color: #fff;
}

.legasy-card img {
    /* height: 90px; */
}

.grid-split-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.legasy-card {
    border-radius: 20px;
    border: 1.46px solid #D9D9D9B2;
    padding: 18px 24px;
    box-shadow: 4.39px 4.39px 5.86px 0px #00000040;
    backdrop-filter: blur(13.9619779586792px);
    background: #FFFFFF26;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.legasy-card h3 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 800;
    line-height: 87px;
    margin: 0;
}

.legasy-card p {
    color: #FFFFFF;
    margin-top: 10px;
}

/* background: url(../img/about-purpose.webp); */

.our-purpose {
    position: relative;
    z-index: 2;
}

.our-purpose::after {
    content: "";
    background: linear-gradient(89.73deg, rgba(255, 255, 255, 0.1) 35.44%, #FFFFFF 50%, #FFFFFF 76.13%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}

.our-purpose figure {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 50%;
    z-index: -1;
}

.our-purpose figure img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.our-purpose figure img.active {
    display: block;
}

.our-purpose h3 {
    color: var(--primary);
    text-shadow: 0px 0px 8px #1F396640;
    margin-bottom: 32px;
}

.our-purpose p {
    color: var(--primary);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.btn-no-border {
    padding: 8px 10px;
    border: 1px solid #1F3966;
    border-radius: 4px;
    color: #323232;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease-in;
}

.btn-no-border:hover {
    background-color: #323232;
    color: #fff;
}

.abt-our-story {
    background: linear-gradient(90deg, #01366F 0%, #024FA2 100%);

}

.abt-our-story h3 {
    color: #fff;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.6);
}

.abt-our-story p {
    margin: 20px 0 0 0;
    color: #fff;

}

.abs-why-info h2 {
    color: var(--primary);
    margin: 0;
}

.our-leaders {
    background: linear-gradient(98.98deg, #1E5FA8 -0.62%, #1E467B 101.59%);
}

.our-leaders h2 {
    color: #fff;
}

.leader-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 48px;
}

.leader-grid .leader-card {
    padding: 0 12px;
}

.leader-card h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 12px 0 6px 0;
}

.leader-card p {
    color: #fff;
    font-size: 10px !important;
    line-height: 10px;
    font-weight: 500;
    margin: 0;
}

/* ======== Corporate ========== */

.corporate-hero-right {
    background: #FFFFFF4D;
    border-radius: 40px;
    padding: 28px;
    backdrop-filter: blur(7.059206008911133px);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
}

.corporate-hero-right h3 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}

.corporate-hero-right button {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.boost-text {
    display: flex;
    align-items: center;
    gap: 4px;
    max-height: 50px
}

.boost-text .bold {
    font-size: 59px;
    font-weight: 800;
    color: #F5B81F
}

.boost-text.boost-3 .bold {
    color: #F6BE32
}

.boost-3 .circle {
    border: 8px solid #F6BE32
}

.boost-text.boost-4 .bold {
    color: #F7C446
}

.boost-4 .circle {
    border: 8px solid #F7C446
}

.boost-text.boost-5 .bold {
    color: #F7CA59
}

.boost-5 .circle {
    border: 8px solid #F7CA59
}

.boost-text.boost-6 .bold {
    color: #F8D06D
}

.boost-6 .circle {
    border: 8px solid #F8D06D
}

.boost-text.boost-7 .bold {
    color: #F9D780
}

.boost-7 .circle {
    border: 8px solid #F9D780
}

.boost-text.boost-8 .bold {
    color: #FADD94
}

.boost-8 .circle {
    border: 8px solid #FADD94
}

.boost-text.boost-9 .bold {
    color: #FBE3A7
}

.boost-9 .circle {
    border: 8px solid #FBE3A7
}

.boost-text.boost-10 .bold {
    color: #FCE9BB
}

.boost-10 .circle {
    border: 8px solid #FCE9BB
}

@media(min-width: 992px) and (max-width: 1300.98px) {
    .circle:nth-of-type(n+8) {
        display: none;
    }
}

.circle {
    width: 42px;
    height: 47px;
    border-radius: 50px;
    overflow: hidden;
    border: 8px solid #F5B81F;
    display: inline-block;
    opacity: 1;
    transition: opacity .4s ease
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hidden {
    display: none
}

.course-hero-sec h1 {
    /* font-size: 34px; */
    line-height: 1.3;
    font-weight: 700;
}

.course-hero-sec p {
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

.co-head-img {
    height: 380px;
}

.crs-main {
    background-color: #F6F8FB;
    padding-bottom: 72px;
}

.cor-badge {
    background-color: #2E5392;
    border-radius: 20px;
    padding: 6px 14px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    width: fit-content;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.corporate-empower h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}

.corporate-empower h2 span {
    color: var(--secondary);
}

.corporate-empower .container {
    /* background: linear-gradient(98.37deg, #1F3966 0%, #2E5392 60%, #2A6FDB 100%); */
    border-radius: 20px;

    background: url(../img/corporate/Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    transition: transform 0.4s ease-out;
}

/* .emp-ai-logos {
background: url(../img/corporate-empower.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} */

/* .emp-ai-logos {
position: relative;
}

.emp-ai-logos::after {
content: "";
background: url(../img/corporate/ai-logo-full.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
} */

.corporate-empower .container:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease-in;
}

.cor-bild-cor {
    padding: 44px 0 44px 44px;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.cor-bild-cor p {
    color: #FFFFFFD1;
}

.btn-cor-outline {
    border: 1px solid #FFFFFF80;
    border-radius: 6px;
    padding: 14px 22px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    width: fit-content;
    text-decoration: none;
    background-color: transparent;
}

.btn-cor-outline:hover {
    background-color: #fff;
    color: var(--primary);
}

/* ============= End ============== */

/* ============ Corporate ================ */

.cop-train-sec1 {
    border: 1px solid #4582EA;
    border-radius: 8px;
    padding: 12px 20px;
    background-color: #EFF5FF;
}

.cop-train-sec1 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #344054;
    margin: 0;
}

.cop-train-sec1 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #344054;
}

.skil-train {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.cop-train-sec2 span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #2E5392;
    text-transform: uppercase;
    letter-spacing: 1.54px;
}

.cop-train-sec2 span::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #2E5392;
    display: block;

}

.skill-card {
    box-shadow: 3px 3px 4px 0px #00000040;
    backdrop-filter: blur(15px);
    border: 1px solid #C8D8E8;
    background-color: #FFFFFFD9;
    border-radius: 25px;
    padding: 20px 16px;
}

.cop-train h2 {
    color: #1F3966;
    margin: 8px 0;
}

.skil-train h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 8px;
    margin-top: 12px;
}

.skil-train p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #1F3966;
    margin-bottom: 8px;
    margin: 0;
}

.skil-drive {
    padding-top: 20px !important;
}

.skil-drive .container {
    background: linear-gradient(95.31deg, #1E5FA8 -5.16%, #1E467B 110.18%);
    border-radius: 15px;
    padding: 48px 36px;
    border: 1px solid #D9D9D9;

}

.skil-drive .skil-span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1.54px;
}

.skil-drive .skil-span::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.skil-drive h2 {
    color: #fff;
    margin: 8px 0 0 0;
}

.btn-outline-sm {
    border: 1px solid var(--white);
    padding: 10px;
    border-radius: 4px;
    background: transparent;
    color: var(--white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-decoration: none;
}

.gen-card {
    box-shadow: 3px 3px 4px 0px #00000040;
    backdrop-filter: blur(15px);
    background-color: #FFFFFFD9;
    border: 1px solid #959BB7;
    padding: 16px;
    border-radius: 15px;
}

.gen-tag-txt  {
    color: #1F3966;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.gen-per-txt {
    color: #007BFF;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 4px;

}

.gen-card p {
    font-size: 16px;
    font-weight: 400;
    color: #1F3966;
    line-height: 20px;
    margin: 0;
}

.gen-card p span {
    color: #007BFF;
}

.cor-steps {
    background: linear-gradient(0deg, #30579C 0%, #223F71 67.71%, #162F69 100%);
    padding: 80px 88px;
}

.cor-steps h2 {
    color: #fff;
    font-weight: 600 !important;
    text-shadow: 0 3px 12px rgba(255, 255, 255, 0.45);
}

.cor-steps h2 span {
    font-weight: 800;
}

.cor-step-head {
    gap: 12px;
    margin-bottom: 12px;
}

.cor-tops-sec p {
    color: #fff;
}

.cor-steps a {
    line-height: 24px;
    font-weight: 700;
    box-shadow: var(--shadow-btn-md);
    padding: 8px 16px;
    border-radius: 4px;
}

.corporate-upskill-sec {
    background: radial-gradient(77.22% 154.43% at 8.06% -93.47%, #FCE9BB 0%, #EBF4FF 100%);
    padding: 64px 0;
}

.corporate-upskill-sec h2 {
    box-shadow: 0px 0px 6px 0px var(--primary)40;
    color: #000000;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600 !important;
    margin-bottom: 24px;
}

.corporate-upskill-sec h2 span {
    color: #1F3966;
    font-weight: 800;
    font-style: italic;
}

.corporate-upskill-sec h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.corporate-upskill-sec p {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0;
}

.upskill-con {
    padding-left: 76px;
}

.upskill-ctas {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    padding-top: 10px;
}

.upskill-certificate {
    height: 213px;
}

.corporate-upskill-sec {
    background-color: #F6F8FB;
}

.cor-train-question h2,
.cor-train-question p {
    color: #1F3966;
}

.cor-train-question a {
    margin-top: 12px;
    padding: 8px 16px;
}

.cr-train-card {
    box-shadow: 3px 3px 4px 0px #00000040;
    backdrop-filter: blur(15px);
    border: 1px solid #C8D8E8;
    background-color: #FFFFFFD9;
    border-radius: 25px;
    padding: 20px 16px;

}

.cr-train-card h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 8px;
    margin-top: 12px;
}

.cr-train-card p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #1F3966;
    margin: 0;
}

.corporate-g-slider .video-thumb {
    padding: 22px 0 22px 22px;
    width: 460px;
}

.corporate-g-slider .nav-arrow {
    width: 60px;
    height: 50px;
    background-color: #007BFFE5;
}

.corporate-g-slider .nav-arrow img {
    height: 20px;
}

.corporate-g-slider .video-thumb img {
    border-radius: 10px;
}

.learner-name span {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.no-border-btn {
    padding: 8px 10px;
    border-radius: 4px;
    color: #323232;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.coporate-hero-sec {
    background: linear-gradient(98.18deg, #1E3B6A 22.51%, #02ADCD 120.61%, #02ADCD 188.08%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding-bottom: 120px !important;
}

.coporate-hero-sec p {
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

/* ==========================================================================
Hero card
========================================================================== */

.claim-hero-sec {
    /* background: radial-gradient(95.79% 222.75% at 88% 12%, rgba(246, 183, 25, 0.16) 0%, rgba(246, 183, 25, 0) 40%); */
    background: linear-gradient(100.43deg, #1F3966 -32.85%, #2E5392 50.61%, #FCE9BB 118.89%);
    padding: 74px 0 !important;
}

.claim-hero-sec .hrd-corp-ups {
    font-size: 28px;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 40px;
    color: #fff;
}

.claim-hero-sec span {
    font-size: 80px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 88px;
}

.claim-hero-sec h2 {
    color: var(--secondary);
    font-weight: 800 !important;
    font-size: 28px;
    line-height: 40px;
}

.hero-para-20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFFD1;

}

.claim-hero-sec button {
    font-size: 14px;
}

.hrd-crop .txt-fund {

    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: #2E5392;
    text-transform: uppercase;
    letter-spacing: 0.96px;

}

.hrd-crop h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
}

.hrd-crop p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
}

.who-claim {
    background-color: #f7f7f9;
}

.who-claim-left {
    border: 1px solid #007BFF;
    border-radius: 16px;
    padding: 30px;
    background-color: #EBF4FF;
    height: 100%;
}

.who-claim-left h3 {
    color: #1F3966;
    margin: 12px 0;
}

.who-claim-left p {
    color: #475467;
    margin-bottom: 16px;
}

.who-claim-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

.who-claim-left ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #344054;
}

.who-claim-left a {
    padding: 14px;
    color: #007BFF;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px;
    display: block;
}

.cost-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #F5F5F5;
    border: 1px solid #808080;
    border-radius: 8px;
    padding: 12px;
    text-decoration: none;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    cursor: default;
}

.cost-btn:hover {
    color: #344054;
}

.hrd-claim {
    box-shadow: 0px 12px 16px -4px #10182814;
    background-color: #FFFAF0;
    border: 1px solid #FBBC05;
    border-radius: 16px;
    padding: 32px;
}

.hrd-round {
    background-color: #F6B7192E;
    padding: 5px 12px;
    border-radius: 30px;
    color: #896506 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    width: fit-content;
    margin: 0;
}

.hrd-list {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.hrd-list h4 {
    color: #3A3A3A;
}

.hrd-list p {
    color: #666666C7;
}

.who-claim-right {
    border: 1px solid #E5E8EE;
    border-radius: 16px;
    padding: 30px;
    background-color: #fff;
}

.claim-train {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.trin-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 6px;
    border-radius: 28px;
    border: 1px solid #E5E8EE;
    background-color: #F7F7F9;
}

.trin-card p {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.trin-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 300px;
}

.elegible-train {
    background-color: #f7f7f9;

}

.elegible-train h2 {
    color: #1F3966;
    margin-bottom: 12px;
}

.elegible-train p {
    color: #667085;
    font-weight: 400;
}

.elegible-train table {
    margin-top: 40px;
    table-layout: fixed;
    border-radius: 16px;
    border: 1px solid #E5E8EE;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #1018281A;

}

.elegible-train table th {
    background-color: #1F3966;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 24px;
}

.elegible-train table tr {
    border-bottom: #F0F0F0;
}

.elegible-train table td {
    font-size: 15px;
    line-height: 24px;
    padding: 16px 24px;
    color: #667085;
}

.elegible-train table td:first-child {
    font-weight: 600;
    color: #1F3966;
}

.elegible-train table td:nth-child(2) {
    color: #475467;
    font-weight: 400;
}

.elegible-train a {
    box-shadow: 0px 8px 20px -6px #F6B71980 !important;
    width: fit-content;
    margin: 40px auto;
    padding: 12px 28px !important;
}

/* Steps section */

.claim-cta-section {
    background: var(--primary);
    padding: 4rem 1rem;
    color: #fff;
}

.claim-cta-section .eyebrow {
    letter-spacing: 0.96px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.claim-cta-section .heading {
    font-weight: 800;
    font-size: 2.1rem;
}

.claim-cta-section .subheading {
    color: #fff;
    font-size: 1rem;
}

.claim-cta-section .btn-cta {
    background: var(--secondary);
    color: #16294a;
    font-weight: 700;
    border: none;
    padding: .7rem 1.6rem;
    border-radius: .4rem;
    transition: background .2s ease, transform .2s ease;
}

.claim-cta-section .btn-cta:hover {
    background: var(--secondary);
    color: #16294a;
    transform: translateY(-1px);
}

/* Steps */
.steps-row {
    position: relative;
}

.step-item {
    text-align: center;
    padding: 0 .5rem;
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    border: 3px solid var(--secondary);
    color: var(--gold);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .75rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.step-circle span {
    width: 44px;
    height: 44px;
    background: #F6B719;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F3966;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
}

.step-title {
    color: #FBCA3F;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: .4rem;
}

.step-desc {
    color: #FFFFFFCC;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
}

/* connecting line for desktop layout */
@media (min-width: 768px) {

    .corporate-g-slider .video-thumb {
        padding: 22px;
        /* width: 100% !important; */
    }

    .steps-row {
        display: flex;
        align-items: flex-start;
    }

    .step-item {
        flex: 1;
        position: relative;
    }

    .step-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 29px;
        left: 50%;
        width: 100%;
        height: 1px;
        opacity: .5;
        z-index: 1;
        background: linear-gradient(90deg, rgba(246, 183, 25, 0.5) 0%, rgba(246, 183, 25, 0.5) 0.74%, rgba(246, 183, 25, 0.3) 99.99%, rgba(246, 183, 25, 0) 100%);

    }
}

/* Step 6 box */
.final-step-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #F6B71980;
    border-radius: 12px;
    padding: 12px;
}

.final-step-box .step-badge {
    background: var(--secondary);
    color: var(--primary);
    font-weight: 800;
    width: 32px;
    height: 32px;
    border-radius: .3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .6rem;
}

.final-step-box .final-title {
    color: var(--secondary);
    font-weight: 700;
    font-size: 1rem;
}

.final-step-box .final-desc {
    color: #FFFFFFCC;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 14px 0 0 0;

}

@media (max-width: 767.98px) {

    .step-item {
        margin-bottom: 2rem;
    }

    .heading {
        font-size: 1.5rem;
    }
}

.why-choose-info span {
    color: #2E5392;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}

.why-choose-info h2 {
    color: #1F3966;
    margin: 12px 0;
}

.why-choose-info p {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.choose-crd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px !important;
}

.choose-crd .c-card {
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 20px 16px;
    background-image:
        linear-gradient(#fff, #fff),
        /* your card's actual background */
        linear-gradient(95.31deg, #1E5FA8 -5.16%, #1E467B 110.18%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.c-card img {
    height: 80px;
    margin-bottom: 16px;
}

.c-card h4 {
    color: #1F3966;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.c-card p {
    color: #1F3966;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}

.why-choose-btn {
    margin-top: 48px !important;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.smart-badge-cyan {
    padding: 5px 16px;
    background-color: #02ADCD;
    border-radius: 15px;
    color: #fff;
    width: fit-content;
    margin: 16px 0;
}

/* ==========================================================================
15. BUTTONS (shared / reusable button styles)
========================================================================== */

.btn-dark-outline {
    border: 1px solid var(--primary);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    color: var(--text-dark);
    line-height: 24px;
    font-weight: 700;
    background-color: transparent;
    transition: .3s ease;
    text-decoration: none;
}

.btn-sm-white {
    border: 1px solid #E2E2E2;
    box-shadow: 0px 0px 15px 0px #FFFFFF66;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    background-color: #fff;
    color: #2E4D9B;
    text-decoration: none;
    transition: .3s ease;

}

.btn-couse-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--accent-blue-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border: 1px solid var(--border-grey-lighter);
    box-shadow: var(--shadow-course-card);
    padding: 8px 12px;
    border-radius: var(--radius-lg);
    background-color: var(--white);
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

.btn-couse-view:hover {
    background-color: #EBF4FF;
}

.btn-white-fill {
    background-color: var(--white);
    box-shadow: var(--shadow-card);
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 800;
    padding: 12px 16px;
    border: none;
    border-radius: var(--radius-xl);
    transition: .3s ease;
    text-decoration: none;
}

.btn-white-fill:hover {
    background-color: var(--primary);
    color: #fff;
}

.btn-primary-rounded {
    background-color: var(--primary);
    border: 1px solid var(--accent-blue-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 10px;
    border-radius: var(--radius-md);
    color: var(--white);
    cursor: pointer;
    transition: .3s ease;
}

.btn-primary-rounded:hover {
    background-color: #153878;
    color: #fff;
}

.btn-enqury {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    padding: 8px 24px;
    text-decoration: none;
    display: block;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: .3s ease;
}

.btn-enqury:hover {
    background-color: #153878;
    color: var(--primary);
}

.btn-secondery-yellow {
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    box-shadow: var(--shadow-btn-md);
    padding: 10px;
    border-radius: var(--radius-lg);
    border: none;
    transition: .3s ease;
}

.btn-secondery-yellow:hover {
    background-color: #ffc83c;
    color: var(--primary);
}

.btn-secondry-sm {
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    box-shadow: var(--shadow-btn-sm);
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    border: none;
    text-decoration: none;
    display: inline-flex;
    width: fit-content;
    justify-content: center;
    transition: .3s ease;
}

.btn-white-outline {
    border: 1px solid var(--white);
    padding: 10px;
    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    transition: .3s ease;
}

.btn-white-outline-sm {
    border: 1px solid var(--white);
    padding: 14px 22px;
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transition: .3s ease;
    text-decoration: none;
}

.btn-white-outline-sm:hover,
.btn-white-outline:hover {
    background-color: #fff;
    color: var(--primary);
}

.btn-dark-outline-sm {
    border: 1px solid #36363680;
    padding: 14px 22px;
    border-radius: var(--radius-sm);
    background: transparent;
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transition: .3s ease;
    text-decoration: none;
}

.btn-dark-outline-sm:hover,
.btn-dark-outline:hover {
    background-color: #363636;
    color: #fff;
}

.hero-btn-fill-14 {
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: var(--shadow-btn-md);
    padding: 12px 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--secondary);
    text-decoration: none;
    transition: .3s ease;
}

.hero-btn-fill-14:hover,
.btn-secondry-sm:hover {
    background-color: #ffc83c;
    color: var(--primary);
}

.hero-btn-outline-14 {
    border: 1px solid var(--white);

    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: var(--shadow-btn-md);
    padding: 12px 20px;

    border-radius: var(--radius-lg);
    background: transparent;
    color: var(--white);
    text-decoration: none;
    transition: .3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.hero-btn-outline-14:hover {
    background-color: #fff;
    color: var(--primary);
}

.hero-btn-outline-14:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(55%) saturate(1562%) hue-rotate(196deg) brightness(93%) contrast(89%);
}

body:has(.course-rebbon) .header-ads {
    display: none;
}

.hero-btn-trans-14 {
    padding: 14px 28px;
    border-radius: var(--radius-lg);
    background: transparent;
    color: #323232;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.mobil-disable {
    display: block;
}

.mobil-enable {
    display: none;
}

.mb-gap {
    gap: 16px;
}

.fw-16-700 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.fw-20-700 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.fw-28-700 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.fw-22-700 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.fw-32-700 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.fw-30-700 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}

.fw-36-700 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}

.fw-15-400 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.hero-btn-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.mt-40 {
    margin-top: 40px;
}

.mobil-show {
    display: none;
}

/* =================== Course Page Style ================ */

.course-hero-sec {
    background: url(/assets/contents/course-thumb/courser-hero.webp
);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
    padding-bottom: 120px !important;
}

.course-hero-sec::before {
    content: "";
    background: linear-gradient(270deg, rgba(31, 57, 102, 0.5) 0%, #213D6E 67.71%, #182C4E 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.course-hero-para {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 18px;
}

.courser-hero-btn-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.courser-hero-btn-sec button {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    font-weight: 500;
}

.courser-hero-btn-sec .courser-g-reviewimg {
    height: 57px;
}

.courser-hero-right .course-key {
    background: #FFFFFF80;
    backdrop-filter: blur(9.09333324432373px);
    opacity: 70%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    margin-bottom: 12px;
    padding: 4px 10px 4px 4px;

}

.courser-hero-right .course-key p {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 24px;
    margin: 0;

}

.courser-hero-right {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
}

.course-logo-slide {
    padding: 24px !important;
    border-radius: 10px;
    border: 1px solid #BBBBBB;
    position: relative;
    margin-top: -51px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #0865FF4D;

}

.course-logo-slide h3 {
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 24px;
    color: var(--primary);
    text-shadow: 0 0 6px rgba(31, 57, 102, 0.25);
}

.course-select-tabs {
    top: 49.5px !important;
    background: #fff;
    padding-top: 12px;
}

.course-select-tabs ul {
    display: grid;
    align-items: center;
    gap: 0px;
    border-bottom: 0.56px solid #00000080;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
}

.hrm-inside-sticky {
    grid-template-columns: repeat(5, 1fr) !important;
}

.course-select-tabs ul li {
    /* padding: 0px 35px; */

}

.course-select-tabs ul li a {
    color: #00000080;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.course-select-tabs ul li a.active {

    color: #0965FF;
    font-weight: 800;
    border-bottom: 2px solid #0965FF;
}

.overview-section {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #A4A4A4;
    margin-top: 50px;
}

.crs-over-sec1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dividers {
    border-left: 1px solid #A4A4A4;
    padding-left: 20px;
}

.meet-time {
    display: flex;
    align-items: center;
    gap: 24px;
}

.meet-time p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #343A40;
}

.meet-time h5 {
    font-weight: 700;
    color: #343A40;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.meet-time h5 a {
    color: #007BFF;
    font-weight: 400;
}

.ai-work-flow {
    margin-top: 64px;
}

.ai-work-flow h2 {
    color: var(--primary);
}

.key-module-con {
    background-color: #D4E8FF;
    padding: 16px;
    border-radius: 16px;
    margin-top: 20px;
}

.ai-work-flow h3 {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.key-m-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.key-m-card img {
    height: 60px !important;
}

.course-key {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 19px;
    border-radius: 44px;
    margin-bottom: 12px;
    padding: 4px 16px 4px 4px;
    transition: all 1s ease-out;

}

.courser-hero-right .course-key.active {
    background: #FFFFFFD9;
    backdrop-filter: blur(9.09333324432373px);
    opacity: 100%;
    transition: all 1s ease-in;
}

.course-key p {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 20px;
    margin: 0;
}

.course-key img {
    height: 80px;
}

.smart-m-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.smart-m-card .course-key:last-child {
    grid-column: -1/1;
    justify-self: center;
    width: 400px;
}

.smart-m-card .course-key img {
    height: 62px;
}

.course-ques-card {
    padding: 20px;
    margin-top: 64px;
}

.course-ques-card {
    border: 1px solid #00000020;
    padding: 30px;
    border-radius: 16px;
}

.meet-last-col {
    border-top: 1px solid #A4A4A4;
    padding-top: 16px;
    margin-top: 20px;
}

.meet-last-col {
    grid-column: -1/1;
}

.course-ques-card h3 {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.course-ques-card ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-ques-card ol li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--text-dark);
    line-height: 20px;
    font-weight: 500;
}

.course-ques-card p,
.course-ques-card ul li,
.cur-content ul li {
    font-size: 16px;
    color: var(--text-dark);
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.course-schedule h2,
.certificate-main h2,
.course-faqs h2,
.other-courses h2,
.meet-trainer h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.course-schedule {
    margin-top: 64px;
    /* padding: 0 20px; */
}

.course-sche {
    border: 1px solid #00000020;
    border-radius: 16px;
    padding: 30px;
    margin: 20px 20px 0 20px;
}

.curs-img {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.curs-img img {
    height: 80px;
}

.cur-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.certificate-main {
    margin-top: 64px;
    background: radial-gradient(77.22% 154.43% at 28.06% -93.47%, #FCE9BB 40%, #EBF4FF 120%);
    padding: 40px;
    border-radius: 20px;

}

.certificate-main p {
    font-size: 18px;
    color: var(--text-dark);
    line-height: 24px;
    font-weight: 400;
    margin-top: 6px;

}

/* .cer-image img {
height: 475px;
width: 100%;
} */

.claim-main {
    margin-top: 64px;
}

.claim-main h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: var(--primary);
    margin-bottom: 12px;
}

.claim-main p {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.calim-card-main {
    margin: 44px 0 24px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.calim-card-main .clm-num {
    background-color: #fff;
    border: 2px solid #007BFF;
    color: #1F3966;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    overflow: hidden;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.calim-card-main .clm-num span {
    width: 100%;
    height: 100%;
    display: flex;
    background: #d1def2;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    color: #1F3966;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
}

.claim-card {
    text-align: center;
    /* display: grid; */
    justify-items: center;
}

.claim-card h4 {
    color: #1F3966;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.claim-card p {
    color: #000000CC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}

.course-faqs .modern-faq-accordion {
    margin-top: 20px;
}

.course-faqs {
    margin: 64px 0;
}

.other-course-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.other-course-card .other-card {
    background-color: #fff;
    box-shadow: 2px 2px 4px 0px #00000040;
    border: 1px solid #D1DEF2;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
}

.other-course-card .other-card a {

    text-decoration: none;
}

.other-course-card .other-card a h4 {
    padding: 16px;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin: 0;
}

.other-course-card .other-card a:hover {
    text-decoration: underline;
    color: #000000;
}

.other-course-card .other-card img {
    /* height: 150px; */
    width: 100%;
}

.meet-trainer {
    margin-top: 64px;
}

.meet-trainer2 {
    margin-top: 30px;
}

.wht-learn-head {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* // New train  */

.meet-trainer {
    max-width: 1100px;
    margin-top: 64px;
    position: relative;
}

.meet-trainer-slider {
    position: relative;
    margin: 0 60px;
}

.meet-trainer-slider .slick-slide {

    margin: 0 10px;
    box-sizing: border-box;
    height: auto;
    flex-shrink: 0;

}

.meet-trainer-slider a {
    text-decoration: none;
}

.meet-trainer-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.meet-trainer-slider .slick-list {
    width: 100%;
    overflow: hidden;
}

.meet-trainer .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
    width: 100%;

}

.meet-trainer .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.meet-trainer .card-body {
    padding: 18px 20px 22px;
}

.meet-trainer .name {
    font-weight: 700;
    font-size: 18px;
    color: #1c3f6e;
    margin: 0 0 10px;
}

.meet-trainer .bio {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Arrows ---------- */
.meet-trainer-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b7b7b7;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s ease;
}

.meet-trainer-arrow:hover {
    background: #9a9a9a;
}

.meet-trainer-arrow svg {
    width: 16px;
    height: 16px;
    display: block;
}

.meet-trainer-slider .slick-prev,
.meet-trainer-slider .slick-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
}

.meet-trainer-slider .slick-prev {
    left: -50px;

}

.meet-trainer-slider .slick-next {
    right: -50px;
}

.meet-trainer-slider .slick-prev:before,
.meet-trainer-slider .slick-next:before {
    content: none;
}

/* ---------- Dots ---------- */
.meet-trainer-slider .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    width: auto;
    list-style: none;
}

.meet-trainer-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.meet-trainer-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    background: #d3d3d3;
    font-size: 0;
}

.meet-trainer-slider .slick-dots li button:before {
    content: none;
}

.meet-trainer-slider .slick-dots li.slick-active button {
    background: #1c3f6e;
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    .meet-trainer {
        /* padding: 0 20px; */
    }



    .meet-trainer-slider {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 18px;
    }

    .meet-trainer-slider .slick-list {
        order: 1;
        flex: 0 0 100%;
    }

    .meet-trainer-slider .slick-prev img,
    .meet-trainer-slider .slick-next img {
        height: 12px;

    }

    .meet-trainer-slider .slick-prev {
        bottom: -22px;
        top: auto;
        left: 30%;
        height: 28px;
        width: 28px;
    }

    .meet-trainer-slider .slick-next {
        bottom: -22px;
        top: auto;
        right: 30%;
        height: 28px;
        width: 28px;
    }

    .meet-trainer-slider .slick-dots {
        order: 3;
        margin-top: 20px;
    }

    .meet-trainer-slider .slick-next {
        order: 4;
        margin-left: 12px;
    }
}

/* New train  */

.enroll-sticky {
    top: 72px !important;
}

.course-enroll {
    box-shadow: 0px 0px 10px 0px #0865FF40;
    padding: 16px 15px;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 20px;
    /* margin-top: 60px; */
}

.enroll-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #323232;
    margin-bottom: 8px;
}

.coruse-mode {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.coruse-mode2 {
    margin-bottom: 8px;
    border-top: 1px solid #DEE2E6;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.coruse-mode p,
.coruse-mode2 p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.enroll-content button {
    width: 100%;
    padding: 6px;
    margin-bottom: 12px;
}

.enroll-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enroll-content ul li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 10px;
}

.enroll-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.enroll-contact h3 {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    line-height: 24px;
    margin: 0;
}

.enroll-contact img {
    height: 54px;

}

.enroll-btn-outline {
    border: 1px solid #C0C0C0;
    padding: 6px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 10px;
    text-decoration: none;
}

.enroll-contact-btn {
    display: grid;
    gap: 12px;
    text-align: center;
    margin-top: 20px;
}

/* ===================== End ================= */

/* =========== Success Story ======== */

.success-story-hero {
    /* background-image: url(../img/success-story/success-banner.webp); */
    background: url(../img/sc-bg.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/* .success-story-hero::before {
content: "";
background: linear-gradient(272.8deg, rgba(62, 114, 204, 0.4) 21.12%, rgba(46, 77, 155, 0.8) 39%, #2E4D9B 43.37%, #2E4D9B 56.74%, #2E4D9B 99.51%);

position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
} */

.success-story-hero h1 {
    color: var(--secondary);
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;

}

.success-story-hero h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 10px;
}

.success-story-hero p {
    color: #fff;
    line-height: 1.5;
    font-weight: 700 !important;
    font-size: 16px;
    margin: 0;
}

.success-hero-btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 12px;
}

/* ---- Tabs ---- */
.alumni-tabs {
    border-bottom: 2px solid #DEE2E6;
    margin-bottom: 16px;
    position: sticky;
    top: 113px;
    background: #fff;
    z-index: 1020;
}

.alumni-tabs .nav-link {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #323232 !important;
    border: none;
    border-radius: 0;
    padding: 0.4rem 0.2rem;
    margin-right: 2rem;
    background: transparent;
    transition: color .2s ease, border-color .2s ease;
    position: relative;
}

.alumni-tabs .nav-link:hover {
    color: var(--ink);
}

.alumni-tabs .nav-link.active::after {
    background: #323232;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
}

/* ---- Panel ---- */
.courses-panel {
    background: #1F3966;
    border-radius: 10px;
    color: #fff;
    /* box-shadow: 0 20px 45px rgba(16, 36, 92, .28); */
    margin-top: 16px;
}

.section-title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 36px;
}

.panel-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 35px 20px;
}

.panel-header h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.panel-header h3 span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.panel-header img {
    height: 40px;
}

/* ---- Masonry via CSS columns ---- */
.testimonial-grid {
    column-count: 3;
    column-gap: 1.1rem;
    padding: 30px 20px;
    background: linear-gradient(333.27deg, #134A85 -51.65%, #3E72CC 60.74%);

}

@media (max-width: 991.98px) {
    .testimonial-grid {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .testimonial-grid {
        column-count: 1;
    }
}

.t-card {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.1rem;
    box-shadow: 0px 0px 10px 0px #3A3A3A66;

}

.t-card .media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.t-card .media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    backdrop-filter: blur(2px);
}

.t-body {
    padding: .9rem 1rem 1.1rem;
}

.t-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-bottom: .15rem;
}

.t-name {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #3E3E3E;
    margin: 0;
}

.t-since {
    font-size: 12px;
    color: #323232;
    line-height: 24px;
    white-space: nowrap;
    margin-top: .15rem;
}

.t-course {
    font-size: 12px;
    color: #3E72CC;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 24px;
}

.t-text {
    font-size: 16px;
    line-height: 20px;
    color: #343A40;
    font-weight: 400;
    margin: 0;
}

.tab-ai-tab {
    background-color: #016A7E;
}

.ai-card-lists {
    background: linear-gradient(139.1deg, #0295B1 37.93%, #013F4B 135.98%);
}

/* Fallback grid for browsers without column support look (not needed, but keep tidy on tab fade) */
.tab-pane-fade {
    animation: fadeIn .35s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== End =============== */

.md-visible {
    display: none;
}

/* ============== Trainer Style ================== */

.our-train-hero-sec {
    background: url(../img/trainer-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.our-train-hero-sec h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #fff;
    margin: 0 0 24px 0;
}

.our-train-hero-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}

.trainers-sec h2 {
    color: #1F3966;
}

.trainers-sec p {
    font-weight: 400;
    color: #1F3966;
    margin-top: 24px;

}

.trainers-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 12px; */
    max-width: 60%;
    width: 100%;
    margin-top: 44px !important;
    margin: auto;
}

.tr-card {
    padding: 0 15px;
}

.tr-card h3 {
    font-size: 20px;
    line-height: 24px;
    color: #1F3966;
    font-weight: 700;
    margin: 16px 0 6px 0;
}

.tr-card a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #337AB7;
    text-decoration: none;
}

/* ================= End ================= */

.trainer-des h2 {
    color: #1F3966;
    margin-bottom: 20px;
}

.trainer-des p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.back-btn {
    color: #007BFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
}

.train-loc-head h1 {
    color: #1F3966;
}

.classroom-sec {
    margin-top: 20px;
    padding: 30px;
    /* background: linear-gradient(271.01deg, rgba(62, 114, 204, 0) 1.32%, rgba(57, 96, 193, 0.2) 15.21%, #3960C1 26.97%, #3960C1 100.51%); */
    border-radius: 18px;
    background: url(../img/trainer-hero-imgae.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 44px;

}

.classroom-sec h2 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 20px;
}

.classroom-sec p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
}

.gmap-btn {
    background-color: #fff;
    color: #1F3966;
    border: 1px solid #B7B7B7;
    padding: 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: start;
    gap: 8px;

}

.gmap-btn img {
    height: 16px;
}

.train-img-mobile {
    display: none;
}

.gmap-btn:hover {
    background-color: #fff;
    color: #1F3966;
}

.class-room {
    padding-top: 0 !important;
}

.facility {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.facility-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.facility-card span {
    background-color: var(--secondary);
    border-radius: 8px;
    padding: 4px;
    color: #110000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.class-room h2 {
    color: #1F3966;
}

.faq-tak-flex {
    display: flex;
    gap: 12px;
}

.head-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-off {
    background-color: #f7f7f9;
}

.download-off h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--primary);
}

.download-off p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #667085;
}

.download-brouch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px !important;

}

.download-card {
    border-radius: 12px;
    border: 1px solid #E5E8EE;
    padding: 22px;
    background-color: #fff;
    position: relative;
}

.down-icon {
    border-radius: 8px;
    background-color: #FDE5E2;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down-icon img {
    height: 18px;
}

.download-card h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    color: #1F3966;
}

.download-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #667085;
    margin: 0;
}

.book-con {
    background-color: #EBF4FF !important;
}

.download-card button {
    background-color: transparent !important;
    border: none;
}

.tools-section {
    padding: 20px;
    background-color: #F6F8FB;
    border-radius: 16px;
    margin-top: 64px;
}

.tools-heading {
    color: #1F3966;
    margin-bottom: 20px;
}

.tool-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.tool-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.tool-name {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
}

/* Center the last 2 cards on row 2 (5 items in a 3-col grid) */
.tool-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: auto;
    width: 100%;
}

.tool-card:nth-child(5) {
    grid-column: 3 / 4;
    margin-right: auto;
    width: 100%;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 100%;
    margin-top: 20px;
}

.tool-card {
    grid-column: span 2;
}

.tool-card:nth-child(4) {
    grid-column: 2 / 4;
}

.tool-card:nth-child(5) {
    grid-column: 4 / 6;
}

.consent-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

@media (max-width: 767px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tool-card,
    .tool-card:nth-child(4),
    .tool-card:nth-child(5) {
        grid-column: span 1;
        /* reset to simple 2-per-row on mobile */
    }
}

.consent-more.open {
    /* max-height set dynamically via JS to match content height */
}

.consent-more-inner {
    padding-bottom: 4px;
}

/* ===== Main Header ===== */
.header-main {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    position: relative;
}

.navbar-brand img {
    height: 42px;
}

.header-main .nav-link {
    color: #323232 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    height: 64px;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--brand-yellow-dark) !important;
}

/* Mobile hamburger — controlled entirely by our own JS/class, not Bootstrap's JS,
so it keeps working even if the Bootstrap bundle fails to load. */
.navbar-toggler {
    /* border: 1px solid rgba(0, 0, 0, .15); */
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 -0.8rem rgba(27, 42, 74, .15);
}

.nav-hambur-icon {
    background: transparent !important;
    border: 1px solid #ccc;
    padding: 0;
    width: 34px;
    height: 32px;
    position: relative;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;

}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 13px;
}

.hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b2a4a;
    /* match your brand color */
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.line-top {
    top: 0;
}

.line-middle {
    top: 50%;
    transform: translateY(-50%);
}

.line-bottom {
    bottom: 0;
}

/* X state — applied when button has .active */
.nav-hambur-icon.active .line-top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.nav-hambur-icon.active .line-middle {
    opacity: 0;
}

.nav-hambur-icon.active .line-bottom {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
}

@media (max-width:991.98px) {
    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.show {
        display: block;
        height: 100vh;
    }

    body:has(.navbar-collapse.show) .is-sticky {
        /* position: absolute; */
        animation: none !important;
        transform: none;
    }


}

/* Company dropdown: hover on desktop, click/tap on mobile — both driven by our own JS class */
.dropdown-hover .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    border-radius: .5rem;
    padding: .5rem 0;
    display: none;
}

@media (min-width:992px) {
    .dropdown-hover:hover .dropdown-menu {
        display: block;
        animation: fadeIn .15s ease-in-out;
    }
}

@media (max-width:991.98px) {
    .dropdown-hover.show-dropdown .dropdown-menu {
        display: block;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu .dropdown-item:hover {
    border-radius: 10px;
    background: #EBFCFF;
}

.com-menu {
    background: transparent !important;
    box-shadow: none;
    z-index: 1040 !important;
}

.com-list-head {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 4px 0px #00000040;
    border: 1px solid #D5D5D5;
    padding: 10px;
    list-style: none;

}

.com-menu ul li a {
    padding: 10px;
    color: #323232 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
}

/* ===== Mega Menu (Courses) ===== */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    padding: 8px 0;
    /* background: #fff; */
    /* border-radius: .6rem; */
    /* box-shadow: 0 16px 40px rgba(0, 0, 0, .16); */
    overflow: hidden;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

@media (min-width:992px) {
    .mega-menu-item:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }
}

/* Mobile open state — set as a plain class rule (belt) AND mirrored as an inline
style by the JS below (suspenders), so it can't silently fail either way. */
@media (max-width:991.98px) {
    .mega-menu-item.show-mega .mega-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

.mega-menu-inner {
    max-height: 80vh;
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 2px 4px 4px 0px #00000040;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
}

.mega-menu-inner a {
    text-decoration: none;
}

.mega-section-header {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.mega-section-header.ai-skills {
    background: linear-gradient(90deg, rgba(1, 93, 111, 0.85) 0%, rgba(2, 136, 161, 0.85) 100%);
    border-radius: 8px;
    padding: 4px 12px;
}

.mega-section-header.digital-skills {
    background: linear-gradient(90deg, rgba(1, 54, 111, 0.85) 0%, rgba(2, 79, 162, 0.85) 100%);
    border-radius: 8px;
    padding: 4px 12px;
}

.mega-course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: .25rem 0;
}

.mega-course-grid.cols-3 {
    grid-template-columns: 1.2fr 1.2fr 1.6fr;
}

.mega-course-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: .75rem;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    font-weight: 700;
    text-decoration: none;
    margin-top: 4px;
}

.mega-course-grid a {
    text-decoration: none;
}



.mega-course-item:hover {
    border-radius: 10px;
    background: #EBFCFF;
    color: #2E4D9B;
}

.mega-course-item a:hover {
    color: var(--brand-yellow-dark);
}

.mega-day-badge {
    flex-shrink: 0;
    background: #FDF0CE;
    color: #896506;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
}

.mega-course-item.empty {
    background: transparent;
    border-bottom: 1px solid transparent;
}

/* ===== Mobile / Tablet adjustments ===== */
@media (max-width:991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem 0;
        border-top: 1px solid #eee;
        margin-top: .5rem;
    }

    .navbar-nav {
        gap: .25rem !important;
    }

    .nav-item {
        width: 100%;
    }

    .dropdown-hover .dropdown-menu {
        position: static !important;
        width: 100%;
    }

    .com-menu {
        box-shadow: none !important;
    }

    .mega-menu {
        display: none;
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        box-shadow: none;
        /* border: 1px solid #eee;
    margin: .5rem 0; */
    }

    .mega-course-grid,
    .mega-course-grid.cols-3 {
        grid-template-columns: 1fr;
    }

    .top-bar .container {
        flex-wrap: wrap;
        row-gap: .4rem;
    }

    .top-bar-msg {
        font-size: .8rem;
        text-align: center;
        width: 100%;
    }

    .btn-talk {
        margin: 0 auto;
    }
}

@media (max-width:767px) {


    .rehap-head h3,
    .high-demand h2,
    .upskill-sec h2 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .header-main .nav-link {
        height: auto;
    }

    .hr-tool-cover img {
        height: 100%;
    }

    .courser-hero-right {
        grid-template-columns: 100%;
    }

    .courser-hero-btn-sec a {
        width: 80%;
    }

    .course-key img {
        height: 50px;
    }

    .mobile-menu {
        height: 100vh;
        z-index: 9999;
        position: fixed;
        background: #fff;
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 40px;
        z-index: 99;
        overflow: auto;
        transition: .2s;
        padding-bottom: 100px;
    }

    .mega-menu-inner {
        max-height: 100%;
    }

    .mb-enq {
        font-size: 14px;
        padding: 8px 16px;
        line-height: 18px;
        height: auto;
        border-radius: 4px;
    }

    .mobile-enq {
        display: block !important;
    }

    .nav-hambur-icon {
        height: 35px;
        padding: 4px 6px;
        width: 36px;

    }

    .nav-hambur-icon .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }
}

.mobile-enq {
    display: none;
}

@media (max-width:575.98px) {
    .navbar-brand img {
        height: 34px;
    }
}

.is-sticky {
    position: fixed;
    animation: slideDown .35s ease-out;
    background: #fff;
    width: 100%;
    z-index: 1024;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

/* Header End  */

.thank-section {
    background-color: #f6f8fb;
}

.thank-card {
    margin: 0 auto;
    padding: 30px 40px 50px;
    max-width: 600px;
    background-color: #fff;
}

.thank-card img {
    margin: 0 auto 50px;
    width: 300px;
    height: 300px;
}

.thank-card h4 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 800;
    color: #1f3966;
}

.thank-card p {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    line-height: 24px;
    margin: 10px 0;
    display: block;
}

.thank-card a {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 8px 16px !important;
}

.smart-learn,
.hand-practice,
.skill-practical,
.smart-prompt {
    border: 1px solid #D3D3D3;
    border-radius: 16px;
    padding: 20px;
    margin-top: 64px;
}

.smart-prompt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.smart-prompt h3 {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.prompt-card h4,
.prompt-card1 h4 {
    font-size: 18px !important;
    color: #1F3966 !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}

.prompt-card,
.prompt-card1 {
    padding: 16px;
    border: 1px solid #00000020;
    border-radius: 10px;
}

.prompt-card p,
.prompt-card1 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #323232CC;
    margin: 0;
}

.prompt-card:last-child {
    grid-column: -1/1;
    justify-self: center;
    width: 50%;

}

.overview-main h4 {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.samrt-learn-card {
    margin-top: 20px;
}

.samrt-learn-card h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary);

}

.icon-sec {
    margin-top: 28px;
}

.con-sec ul {
    padding-left: 20px;
}

.con-sec ul li {
    color: #323232;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.hand-pra-sec1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.hand-card {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--color-black-125, #00000020)
}

.hand-card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--primary);
    margin-top: 12px;
}

.hand-pra-sec2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.icon-sec {
    gap: 20px;
}

.skill-practical ul {
    padding: 0;
    margin: 20px 0 0 0;
    display: grid;
    gap: 12px;

}

.skill-practical ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;

}

.cur-content ul {
    padding-left: 20px;
}

.enq-pop-close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}

.enq-pop-content {
    border-radius: 16px;
    overflow: hidden;
}

/* .enq-pop-content .contact-form-card,
.contact-side-card {
border-radius: unset;
}

.enq-pop-content .side-photo-wrap img {
height: 300px;
} */

.hr-tool-cover {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    gap: 10px;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.hr-tool-cover div {
    padding: 24px 0;
}

.hr-tool-cover img {
    /* height: 22px; */
}

.tools-section h4 {
    color: var(--primary);
}

.cur-day-span {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
}

.crs-hero-logo {
    text-align: center;
    padding: 14px !important;
    display: flex;
    justify-content: center;
}

.crs-hero-logo img {
    height: 40px !important;
}

.gen-ai-subhead {
    margin: 40px 0;
}

.gen-ai-subhead h3 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
}

.key-module-con h3 {
    color: var(--text-dark);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.who-span {
    color: #323232;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.crs-sub-txt {
    margin-bottom: 16px !important;
}

.list-space li {
    margin-bottom: 8px !important;
}

.learners-say {
    background: radial-gradient(77.22% 154.43% at 8.06% -93.47%, #3E72CC 0%, #1F3966 100%);
    border: 1px solid #BBBBBB;
    padding: 30px 20px;
    border-radius: 15px;
    margin: 48px 0 0 0;

}

.l-head-testimonal h3 {
    color: #fff;
}

.l-head-testimonal img {
    height: 40px;
    margin-top: 12px;
    margin-bottom: 28px;
}

.learners-testimonial-rating .learners-testimonial-divider {
    width: 1px;
    height: 16px;
    background: #d1d5db;
}

.learners-testimonial-rating .learners-testimonial-stars {
    color: var(--learners-testimonial-star);
    letter-spacing: 2px;
    font-size: 13px;
}

.learners-testimonial-review-card {
    background: #fff;
    color: #1a1a2e;
    border-radius: 14px;
    padding: 22px 24px;
    height: 100%;
}

.learners-testimonial-review-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.learners-testimonial-review-name {
    font-weight: 800;
    font-size: 14px;
}

.learners-testimonial-review-since {
    font-size: 14px;
    color: #323232;
}

.learners-testimonial-review-course {
    font-size: 12px;
    color: #3E72CC;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.learners-testimonial-review-body {
    font-size: 16px;
    line-height: 24px;
    color: #343A40;
    margin: 0;
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}

.learners-testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.learners-testimonial-nav {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    flex: 0 0 auto;
}

.learners-testimonial-nav:hover {
    background: #1f2937;
}

.learners-testimonial-indicators {
    display: flex;
    align-items: center;
    gap: 8px;
}

.learners-testimonial-indicators button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    padding: 0;
    opacity: 1;
    text-indent: -9999px;
}

.learners-testimonial-indicators button.active {
    background: #fff;
    width: 11px;
    height: 11px;
}

@media (max-width:576px) {
    .learners-testimonial-card {
        padding: 28px 20px 22px;
    }

    .learners-testimonial-heading {
        font-size: 20px;
    }
}

.suc-g-img {
    max-width: 400px;
}

.mobile-show {
    display: none;
}

.dtrainer-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.trainer-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #d0d0d0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.trainer-dots .dot.active {
    background: #1f3966;
    /* swap for your brand color */
    transform: scale(1.25);
}

.cop-slide .nav-arrow {
    display: none;
}

.course-tabs {
    padding-bottom: 0 !important;
}

.corporate-empower {
    padding: 0 !important;
}

.cor-thum-back {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 0px 14px 0px #FFFFFF66;
    background: #fff;

    backdrop-filter: blur(4px);
    height: 100%;
}

.corporate-test {
    padding: 22px 0 !important;
}

.cor-sub {
    color: #323232;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
}

.corporate-testimonial .carousel-item {
    min-height: 295px;
}

.hrms-slider .carousel-item {
    min-height: 300px;
}

.nav-gap-max {
    gap: 6px;
}

.data-protect-hero {
    background: linear-gradient(90deg, #1F3966 0%, #3E72CC 126.18%);
}

.video-mode .modal-content {
    background-color: transparent;
    border: none !important;
}

.video-mode .close {
    position: absolute;
    right: -20px;
    top: 16px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: none;
}

.mi-faq {
    max-width: 760px;
    margin: 0 auto;
}

.faq-eyebrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 700;
    margin: 0 0 10px;
}

.faq-title {
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.15;
    margin: 0 0 8px;
    color: var(--navy-deep);
}

.faq-sub {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink-soft);
    font-size: 15px;
    margin: 0 0 36px;
    max-width: 52ch;
}

.accordion {
    border-top: 1px solid var(--line);
}

.card {
    border-bottom: 1px solid var(--line);
}

.card-head {
    margin: 0;
}

.acc-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 4px;
    cursor: pointer;
    user-select: none;
}

.acc-arrow:hover .Positionheader {
    color: var(--teal);
}

.Positionheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: var(--navy-deep);
    transition: color 0.2s ease;
}

.icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    background: var(--teal);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.28s ease, opacity 0.2s ease;
}

.icon::before {
    width: 14px;
    height: 2px;
}

.icon::after {
    width: 2px;
    height: 14px;
}

.acc-arrow[aria-expanded="true"] .icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.collapse {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.collapse.show {
    grid-template-rows: 1fr;
}

.collapse-inner {
    overflow: hidden;
}

.card-body {
    padding: 0 4px 24px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink-soft);
}

.card-body p {
    margin: 0;
}

.card-body a {
    color: var(--teal);
    text-decoration: underline;
    text-decoration-color: rgba(30, 127, 118, 0.4);
}

.card-body a:hover {
    text-decoration-color: var(--teal);
}

.d-none {
    display: none;
}

@media (prefers-reduced-motion: reduce) {

    .collapse,
    .icon::before,
    .icon::after {
        transition: none;
    }
}

.enq-form-main .text-danger {
    color: #fff !important;
}

#btnsubmit3:disabled {
    background-color: #a68a3f;

    color: #2a3a5c;

    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;

}

#btnsubmit3:not(:disabled) {
    cursor: pointer;
}

/* ---- modal styles (this is the part that makes dual-mode work) ---- */
.eq-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 22, 28, .55);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 16px;
    overflow-y: auto;
    z-index: 9999;
}

.eq-modal-overlay.is-open {
    display: flex;
}

.eq-modal-box {
    background: #ffff;
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin: auto;
    animation: eqPop .18s ease-out;
    border-radius: 12px;
    padding: 10px 0;
}

@keyframes eqPop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.eq-modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9dce1;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

body.eq-modal-locked {
    overflow: hidden;
}

.eq-modal-box section {
    padding: 0 !important;
}

.data-pro-batch {
    color: #FBCA3F;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.data-protect-hero h1 {
    font-weight: 800;
    color: #fff;
    font-size: 44px;
    line-height: 48px;
    margin-top: 14px;
    margin-bottom: 32px;
}

.data-protect-hero a {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: auto;
}

.data-container {
    max-width: 900px;
    margin: auto;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.data-main-body h2 {
    font-weight: 800 !important;
    font-size: 36px;
    color: var(--primary);
    margin: 0;
}

.data-main-body h5,
.dp-number-txt {
    margin-top: 42px;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

.dp-contact-address {
    font-weight: 600 !important;
    /* line-height: 32px !important; */
}

.dp-stp-link li {
    font-weight: 700 !important;
}

#dp1,
#dp2,
#dp3,
#dp4,
#dp5,
#dp6,
#dp7,
#dp8,
#dp9,
#dp10,
#dp11,
#dp12,
#dp13,
#dp14,
#dp15,
#dp16,
#dp17 {
    scroll-margin-top: 140px;
}

.dp-stp-link a {
    color: #0086f0 !important;

}


.data-main-body span {
    font-size: 14px;
    line-height: 24px;
    color: #8FA7C8;
    font-weight: 400;
}

.data-main-body p {
    font-weight: 400;
    color: #344054;
    line-height: 28px;
    font-size: 16px;
}

.ul-dic {
    padding-left: 40px ! IMPORTANT;
    list-style: circle !important;
}

.ul-dic li {
    display: list-item !important;
}

.ul-dic li::before {
    content: "";
    display: none !important
}

.data-main-body ol {
    padding-left: 18px;
}

.data-main-body ol li {
    margin-bottom: 12px;
    font-weight: 400;
    color: #344054;
    line-height: 28px;
    font-size: 16px;
}

.data-main-body h3 {
    color: #1F3966;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
}

.data-main-body ul {
    list-style: none;
    padding: 0;
}

.data-main-body ul li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 12px;
}

.data-main-body ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #F6B719;
    border-radius: 2px;
    min-width: 6px;
    margin-top: 8px;

}

.data-main-body a {
    color: #2E5392;
    text-decoration: none;
}

.data-main-body table {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #E5E8EE;
    table-layout: fixed;
    border-collapse: unset;
    border-spacing: 0;
    width: 100%;
}

.data-main-body table th {
    background-color: #CED4DA;
    color: #3F3D38;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 18px;
}

.data-main-body table td {
    color: #3F3D38;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 14px 18px;
    border-top: 1px solid #E5E8EE;
}

.da-bottom-batch {
    background-color: #EBF4FF;
    padding: 22px 28px;
    border-radius: 12px;
    margin-top: 24px;
}

.da-bottom-batch p {
    color: var(--primary);
    font-weight: 700;
    line-height: 28px;
    font-size: 16px;
}

.data-pro-contact {
    background-color: #1F3966;
    padding: 24px 40px;
    border-radius: 16px;
    margin-top: 44px;
}

.data-pro-contact h4 {
    color: #FBCA3F;
    font-size: 12px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.data-pro-contact p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.data-pro-contact a {
    color: #fff;
    text-decoration: underline;
}

.data-pro-contact p span {
    font-weight: 700 !important;
    color: #fff;
    font-size: 16px;
    display: block;
}

.dp-sub-head span {
    font-weight: 600;
    color: var(--primary);
    font-size: 24px;
}

.ai-crs-mly {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.ai-crs-mly .course-key {
    margin-bottom: 0;
}

.crs-logo-split-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.cr-logos {
    background-color: #fff;
    padding: 12px 18px;
    border-radius: 25px;
    display: grid;
    justify-content: center;
    align-items: center;
}

/* course-style    */

@media (max-width: 1400px) {

    .legasy-card h3 {
        font-size: 42px;
    }

    .leader-card h4 {
        font-size: 16px;
    }

    .leader-grid {
        gap: 20px;
    }

    .txt-upskill {
        font-size: 34px;
    }

    .card-img-1 {
        left: 80px;
    }

    /* .card-img-2 {
bottom: 280px;
} */

    .card-img-3 {
        right: -35px;
        top: -17%;
    }

    .card-img-1 img,
    .card-img-2 img {
        height: 130px;
    }

    .card-img-3 img {
        height: 120px;
    }

    .g-review-img img {
        height: 45px;
    }

    .legasy-card h3 {
        font-size: 42px;
    }

}

@media (min-width: 1025px) and (max-width: 1279px) {

    .other-course-card .other-card a {
        /* padding: 12px 12px; */

    }

    .other-course-card .other-card a h4 {
        font-size: 16px;
    }

    .course-select-tabs ul li a {
        font-size: 13px;
    }

    /* Header */
    .nav-gap-max {
        gap: 0 !important;
    }

    .nav-gap-max a {
        font-size: 12px !important;
    }

    .navbar-brand {
        margin-right: 20px !important;
    }

    /* End Header */

    .legasy-card h3 {
        font-size: 36px;
    }

    .leader-grid {
        gap: 0;
    }

    .leader-grid h3 {
        font-size: 14px;
    }

    .legasy-card p {
        font-size: 16px;
    }

    .g-review-img img {
        height: 40px;
    }

    div#countdownText {
        font-size: 38px;
        height: 42px;
    }

    .hero-btn-section a {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-btn-section {
        margin-bottom: 18px;
    }

    .txt-upskill {
        font-size: 34px;
        line-height: 1.3;
    }

    /* Card Images */
    .card-img-1 {
        top: -180px;
        left: 60px;
    }

    .card-img-2 {
        left: -45px;
        top: -10px;
    }

    .card-img-3 {
        position: absolute;
        right: -25px;
        top: -17%;
    }

    .card-img-3 img {
        height: 100px;
    }

    .card-img-1 img,
    .card-img-2 img {
        /* height: 110px; */
    }
}

@media (min-width: 999px) and (max-width: 1024px) {
    .card-img-1 {
        top: -140px;
        left: 60px;
    }

    .card-img-2 {
        /* bottom: 70%;
    left: -40px; */
    }

    .card-img-3 {
        position: absolute;
        right: -25px;
        top: -17%;
    }

    .card-img-3 img {
        height: 100px;
    }

    .card-img-1 img,
    .card-img-2 img {
        height: 110px;
    }

    .other-course-card .other-card a {
        padding: 12px 12px;

    }

    .other-course-card .other-card a h4 {
        font-size: 16px;
    }
}

/* Tablet Responsive  */

@media(max-width: 998px) {



    .corporate-hero-right {
        max-width: 100%;
    }

    body:has(.navbar-collapse.show) .is-sticky {
        animation: none !important;
        transform: none;
    }



    .mobile-enq {
        display: block;
    }

    .mb-enq {
        font-size: 14px;
        padding: 8px 16px;
        line-height: 18px;
        height: auto;
        border-radius: 4px;
    }

    .nav-hambur-icon {
        width: 36px;
        height: 36px;
    }

    .navbar-collapse .mobil-disable {
        display: none;
    }



    .alumni-tabs {
        top: 100px;
    }

    .cop-slide .nav-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
    }

    .corporate-g-slider .nav-arrow img {
        height: 14px;
    }

    .train-img-mobile {
        display: block;
    }

    .course-tabs {
        padding-bottom: 20px !important;
    }

    body:has(.enroll-sticky) #footer {
        padding-bottom: 140px;
    }

    .enroll-sticky .course-enroll:first-child {
        display: block;
        position: fixed;
        bottom: 0;
        margin: 0;
        left: 0;
        border-radius: 0;
        box-shadow: 0px 0px 5px 0px #0865FF40;
        width: 100%;
    }

    .enroll-sticky .course-enroll:first-child h3,
    .coruse-mode,
    .coruse-mode2 {
        display: none;
    }

    .enroll-content ul li {
        display: flex;
        align-items: start;
        gap: 12px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #323232;
        font-weight: 500;
    }

    .course-enroll {
        display: none;
    }

    .overview-section {
        margin-top: 30px;
    }

    .mobile-menu .header-ads {
        display: flex !important;
        justify-content: center;
    }

    .alumni-tabs .nav-item {
        width: fit-content;
    }

    .legacy-split {
        grid-template-columns: repeat(2, 1fr);
    }

    .trainer-des {
        margin-top: 20px;
    }

    .courser-hero-right {
        display: none;
    }

    .course-hero-sec::before {
        background-color: var(--primary);
    }

    .course-logo-slide h3 {
        font-weight: 700 !important;
        line-height: 1.5;
        text-align: center;
    }

    .contact-hero-sec {
        background: var(--primary);
    }

    .download-card button {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .c-card h4 {
        font-size: 18px;
    }

    .c-card p {
        font-size: 14px !important;
    }

    .cost-btn {
        width: fit-content;
    }

    .about-hero-sec {
        background: #1e3b6a;
    }

    .course-cards .card-content .course-time .course-title {
        width: 120px;
    }

    .course-time p {
        margin-bottom: 10px;
    }

    .corporate-empower .container {
        background-position: left;
    }

    .co-head-img {
        height: 270px;
    }

    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 32px !important;
        font-weight: 700 !important;
    }

    .skil-drive .skil-span {
        line-height: 20px;
    }

    .skil-drive .skil-span::before {
        display: none;
    }

    .ds-visible {
        display: none;
    }

    .nav-arrow {
        display: none;
    }

    .hero-btn-fill-14,
    .hero-btn-outline-14 {
        font-size: 15px;
        line-height: 20px;
        padding: 14px 20px;
    }

    .claim-hero-sec h5 {
        font-size: 22px;
        font-weight: 700;
        font-style: italic;
        line-height: 20px;
    }

    .md-visible {
        display: block;
    }

    .acadamic--hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .txt-upskill {
        font-size: 30px !important;
        line-height: 1.3 !important;
    }

    .hero-btn-section {
        display: flex;
        flex-direction: row;
        margin-bottom: 28px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }

    .header-main .nav-link {
        height: auto;
    }

    .hero-btn-section a {
        min-width: 230px;
    }

    .hero-right-sec {
        margin-top: 40px !important;
    }

    .hero-right-side {
        margin: auto;
    }

    .rehap-head h3 {
        font-size: 32px;
        font-weight: 600 !important;
        line-height: 1.3;
    }

    p {
        font-size: 16px !important;
    }

    section {
        padding: 50px 0 !important;
    }

    .why-choose h2 {
        font-size: 32px;
        line-height: 1.3;
        color: var(--primary);
        font-weight: 700 !important;
        margin-bottom: 28px;
    }

    .why-choose-left {
        padding: 0;
    }

    .why-choose-para {
        max-width: 100%;
    }

    .card-img-1 img,
    .card-img-2 img,
    .card-img-3 img {
        height: 80px;
    }

    .card-img-1 {
        position: absolute;
        top: -24%;
        left: 100px;
    }

    .card-img-2 {
        position: absolute;
        left: 34px;
        top: 8%;
    }

    .card-img-3 {
        position: absolute;
        right: 5px;
        top: -9%;
    }

    .div#countdownText {
        font-size: 42px;
    }

    .hide-br br {
        display: none;
    }

    .claim-train {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .step-title {
        color: #FBCA3F;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: .4rem;
    }

    .who-claim-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .trin-card:last-child {
grid-column: -1/1;
justify-self: center;
width: 300px;
} */

    .leader-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        row-gap: 30px;
    }

    .hr-tool-cover {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .leader-card h4 {
        font-size: 16px;
    }

    .course-cards,
    .grid-split-4,
    .skil-train,
    .choose-crd,
    .smart-m-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .skill-card:last-child,
    .choose-crd .c-card:last-child {
        grid-column: -1/1;
        justify-self: center;
        width: 350px;
    }

    .high-demand .high-demand-head {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    /* .couse-select-tab ul {
justify-content: center;
} */

    .upskill-con {
        text-align: center;
        padding: 0;
    }

    .upskill-ctas {
        justify-content: center;
    }

    .upskill-certificate {
        height: 160px;
        margin-top: 20px !important;
        margin: auto;
        text-align: center;
        display: flex;
    }

    .tab-certificate {
        display: flex;
        justify-content: center;
        margin-top: 20px !important;
    }

    .par-certificate {
        height: 350px;
    }

    .company-logo-head {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 14px;
    }

    .border-right {
        border: none;
    }

    .col-split {
        margin-top: 20px !important;
    }

    .contact-links {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 10px;
    }

    .course-hero-para {
        margin-top: 0;
    }

    .courser-hero-btn-sec {
        justify-content: center;
    }

    .courser-hero-btn-sec button {
        min-width: 200px;
        text-align: center;
        justify-content: center;
    }

    .courser-hero-btn-sec .courser-g-reviewimg {
        /* flex: 0 0 100%; */
        margin: auto;
        height: 60px;

    }

    .courser-hero-right {
        padding-top: 30px;
    }

    .course-select-tabs {
        top: 48px !important;
    }

    .course-select-tabs ul {
        justify-content: center;
        gap: 0;
    }

    .course-select-tabs ul li a {
        padding: 10px 4px;
    }

    .certificate-main .cer-cs-con {
        text-align: center;
    }

    .cer-image {
        display: flex;
        margin: auto;
    }

    /* .cer-image img {
width: auto;
margin: auto;
} */

    .enroll-sticky {
        /* padding-top: 50px; */
    }

    .claim-main {
        text-align: center;
    }

    .meet-trainer h2,
    .meet-trainer p {
        text-align: center;
    }

    .our-purpose {
        background: #fff;
    }

    .trainers-card {
        max-width: 100%;
    }

    .our-purpose figure {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .our-purpose::after {
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 35.44%, #FFFFFF 60%, #FFFFFF 76.13%);
        top: 0;
    }

    .other-course-card .other-card a h4 {
        font-size: 16px;
    }

    .course-cards .card-content .course-time {
        margin: 15px 0;
    }

}

/* End   */

@media (min-width:430px) and (max-width:768px) {



    .cor-faq-head h2 {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .course-cards .card-content {
        height: auto;
    }

    .card-img-1 {
        top: -18% !important;
        left: 140px;
    }

    .card-img-2 {
        left: 66px !important;
    }

    .card-img-3 {
        right: 60px !important;
        top: -3% !important;
    }

    .card-img-1 img,
    .card-img-2 img,
    .card-img-3 img {
        height: 90px;
    }
}

/* Mobile Responsive   */

@media (max-width:767px) {

    .crs-logo-split-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-card a {
        position: absolute;
        top: 38px;
        right: 30px;
    }

    .down-content,
    .download-card {
        width: 100%;
    }

    .hrd-list {
        flex-wrap: wrap;
    }

    .course-cards .card-content {
        height: auto;
    }

    .course-cards .card-content .course-time {
        margin: 5px 0;
    }

    .upskill-certificate {
        height: 150px;
    }


    .g-recaptcha div {
        max-width: 100%;
    }

    .g-recaptcha iframe {
        max-width: 100%;
    }

    .data-protect-hero h1 {
        font-size: 34px !important;
        line-height: 38px;
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .tool-name {
        font-size: 15px;
    }

    .calim-card-main {
        gap: 20px;
    }

    .course-ques-card,
    .course-faqs {
        margin-top: 44px;
    }

    .meet-trainer-slider {
        margin: 0 20px;
    }

    .prompt-card:last-child {
        width: 100%;
    }

    .elegible-train table th,
    .elegible-train table td {
        padding: 12px;
    }

    .trainers-sec {
        padding-bottom: 0 !important;
    }

    .mb-learn {
        display: none;
    }

    .course-select-tabs ul {
        gap: 0;
    }

    .alumni-tabs {
        top: 80px;
    }

    .cop-slide .nav-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
    }

    .mobile-res-card {
        margin-bottom: 20px;
    }

    .corporate-g-slider .nav-arrow img {
        height: 14px;
    }

    .contact-side-card {
        margin-top: 20px;
    }

    .train-img-mobile {
        display: block;
    }

    .meet-trainer2 {
        /* padding-bottom: 30px; */
        margin-top: 20px;
    }

    .mobile-show {
        display: flex;
        align-items: center;
        gap: 10px;
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
    }

    .mobile-show .nav-btn {
        display: flex !important;
        width: 28px !important;
        height: 28px !important;
    }

    .mobile-show button img {
        height: 10px;
    }

    .mobile-show .trainer-dots {
        display: flex;
        gap: 4px;
    }

    .col-split {
        margin-top: 0px !important;
    }

    .course-logo-slide h3 {
        font-size: 20px !important;
        text-shadow: none;
    }

    .info-hero-banner {
        background: linear-gradient(180deg,
                #1E3B6A 22.17%,
                #87919D 58.76%,
                #F1E5C6 99.04%);
    }

    .our-purpose::after {
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 35.44%, #FFFFFF 46%, #FFFFFF 76.13%);
    }

    .our-purpose h3 {
        margin-bottom: 12px;
    }

    .our-purpose figure {
        width: 100%;
        position: relative;
        margin-top: 20px;

    }

    .alumni-tabs .nav-item {
        width: fit-content;
    }

    .meet-last-col {
        border: none;
    }

    .tr-card {
        padding: 15px;
    }

    .trainer-des {
        margin-top: 20px;
    }

    .back-btn {
        font-size: 14px;
    }

    .testimonial-card {
        grid-template-columns: 100%;
    }

    .abs-why-info h2,
    .faqs h2 {
        text-align: center;
    }

    .hero-btn-flex a {
        width: 80%;
        margin: auto;

    }

    .ai-work-flow h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .key-m-card .course-key img {
        height: 46px;
    }

    .course-ques-card h3,
    .cur-content h3 {
        font-size: 20px;
    }

    .course-ques-card p,
    .course-ques-card ul li,
    .cur-content ul li,
    .course-ques-card ol li,
    .skill-practical ul li,
    .con-sec ul li {
        font-size: 14px;
    }

    .meet-trainer .nav-btn {
        display: none;
    }

    .curs-img img {
        height: 60px;
    }

    .card-img-1 {
        top: -28%;
    }

    .card-img-3 {
        right: 0;
        top: -10%;
    }

    .card-img-2 {
        left: 14px;
        top: 8%;
    }

    .card-img-3 img {
        height: 66px !important;
    }

    .course-select-tabs {
        top: 36px !important;
    }

    .course-select-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid var(--border);
        scrollbar-width: thin;
    }

    /* .mb-scroll-tabs ul {
min-width: 550px !important;
gap: 10px;
} */

    /* .course-select-tabs ul {
min-width: 400px;
gap: 10px;
} */

    .course-select-tabs ul li a {
        white-space: nowrap;
        font-size: 12px;
        padding: 10px 5px;
    }

    .legasy-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .legasy-card img {
        width: 100%;
        height: auto;
    }

    .legasy-card h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .success-hero-btn-sec .suc-g-img {
        height: 40px;
    }

    .btn-sm-white {
        font-size: 14px;
    }

    .success-story-hero {
        background-position: left;
    }

    .co-head-img {
        height: 230px;
    }

    .circle:nth-of-type(n+6) {
        display: none;
    }

    .cor-bild-cor {
        padding: 36px 10px;
    }

    .faq-tak-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .step-item {
        display: grid;
        align-items: start;
        gap: 12px;
        grid-template-columns: 42px 1fr;
    }

    .step-circle {
        width: 34px;
        height: 33px;
    }

    .step-circle span {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .stp-con-mb {
        text-align: start;
    }

    .step-desc {
        margin-bottom: 0;
    }

    .step-title {
        line-height: 18px;
    }

    .steps-row::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 30px;
        width: 1px;
        height: 80%;
        opacity: .5;
        z-index: 1;
        background: linear-gradient(90deg, rgba(246, 183, 25, 0.5) 0%, rgba(246, 183, 25, 0.5) 0.74%, rgba(246, 183, 25, 0.3) 99.99%, rgba(246, 183, 25, 0) 100%);
    }

    .header-ads span {
        font-size: 10px;
    }

    .header-ads .mb-gap {
        justify-content: center;
    }

    .header-ads {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .rib-divider {
        gap: 6px;
    }

    .mb-gap {
        gap: 0.2rem !important;
    }

    .header-ads img {
        height: 22px;
    }

    h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .g-review-img img {
        height: 38px;
    }

    .txt-upskill {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .gen-ai-subhead h3 {
        font-size: 22px !important;
        text-align: center;
    }

    .smart-learn,
    .hand-practice,
    .skill-practical,
    .smart-prompt,
    .course-schedule,
    .certificate-main {
        margin-top: 34px;
    }

    div#countdownText {
        font-size: 32px;
        height: auto;
    }

    .hero-btn-section {
        flex-direction: column;
    }

    .hero-btn-section a {
        min-width: 270px;
    }

    .hero-certificate img {
        height: 90px;
    }

    .card-img-1,
    .card-img-2,
    .card-img-3 {
        border-radius: 12px;
    }

    .card-img-1 img,
    .card-img-2 img,
    .card-img-3 img {
        height: 70px;
    }

    .reshp-sec2 h3 {
        font-size: 20px;
    }

    .btn-secondery-yellow {
        font-size: 12px;
    }

    .reshap-cal {
        font-size: 14px !important;
        color: #5D5D5D !important;
        line-height: 28px !important;
        text-align: left;
    }

    .corporate-hero-right {
        max-width: 100%;
    }

    .corporate-hero-right {
        text-align: center;
    }

    .corporate-hero-right button {
        font-size: 14px;
    }

    .why-choose h2 {
        margin-bottom: 16px;
    }

    .our-purpose {
        background-position: right;
    }

    .leader-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .leader-card:last-child {
        grid-column: -1/1;
        justify-self: center;

    }

    .leader-card:last-child img {

        height: 250px !important;
        /* height: 320px; */

    }

    .corporate-g-slider .video-thumb {
        padding: 20px;
        width: 100%;
    }

    .trin-card:last-child {
        width: 100%;
    }

    .claim-main h3 {
        font-size: 28px;
    }

    .course-sche {
        margin: 20px 0;
    }

    .tools-section h4 {
        font-size: 20px;
        text-align: center;
    }

    .smart-prompt h3 {
        font-size: 22px;
        text-align: center;
    }

    .hr-tool-cover {
        grid-template-columns: repeat(2, 1fr);
    }

    .hr-tool-cover div:last-child {
        grid-column: -1/1;
        justify-self: center;
    }

    .why-choose-right,
    .smart-prompt-grid,
    .key-m-card,
    .calim-card-main,
    .other-course-card,
    .crs-over-sec1,
    .grid-split-4,
    .skil-train,
    .choose-crd,
    .facility,
    .claim-train,
    .download-brouch,
    .smart-m-card,
    .hand-pra-sec1,
    .hand-pra-sec2 {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .skill-card:last-child,
    .choose-crd .c-card:last-child,
    .smart-m-card .course-key:last-child {
        width: 100%;
    }

    .cor-tops-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .cor-step-head img {
        display: none;
    }

    .mb-center-align {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
    }

    .crs-over-sec1,
    .dividers {
        padding: 0;
        border: none;
        margin-top: 20px;

    }

    .crs-over-sec1 {
        margin-top: 0;
    }

    .course-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .course-cards .card-content .course-time .course-title {
        width: 120px;
    }

    .upskill-con h3 span {
        display: block;

    }

    .upskill-sec h4 {
        font-size: 20px;
    }

    .upskill-ctas {
        flex-direction: column;
    }

    .upskill-ctas a,
    .upskill-ctas button {
        width: 70%;
    }

    .btn-secondry-sm,
    .btn-dark-outline-sm {
        font-size: 14px;
    }

    .company-logo-head {
        text-align: center;
    }

    .company-logo-head .btn-sec {
        flex-wrap: wrap;
        justify-content: center;
    }

    .company-logo-head button,
    .company-logo-head a,
    .mobil-show button,
    .mobil-show a {
        width: 60%;
    }

    .contact-links {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-sec {
        padding: 40px 12px;
    }

    .border-right {
        margin-bottom: 30px;
    }

    .border-right ul {
        margin: 0;
    }

    .foot-contact {
        margin-bottom: 10px;
    }

    .copy-rights .container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        text-align: center;

    }

    .copy-rights ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobil-disable {
        display: none;
    }

    .mobil-hide {
        display: none !important;
    }

    .mobil-show {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        text-align: center;
        margin-top: 20px;
    }

    .mobil-enable {
        display: none;
        font-size: 12px;
        padding: 4px 12px;
        border-radius: 4px;
        white-space: nowrap;
    }

    .header-ads span {
        line-height: 15px;
    }

    .rib-divider {
        display: unset;
        line-height: 12px;
    }

    .trainers-card {
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .high-demand h2,
    .faqs h2,
    .abt-our-story h3,
    .company-logo-head h2,
    .our-purpose h3 {
        text-shadow: none;
    }

    .calim-card-main .clm-num {
        margin: auto;
        margin-bottom: 4px !important;
    }

    .claim-card {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

}



@media (max-width: 376px) {

    .panel-header img {
        height: 30px;
    }

    .elegible-train table th,
    .elegible-train table td {
        padding: 8px;
    }

    .who-claim-left a {
        font-size: 13px;
    }

    .boost-text .bold {
        font-size: 46px;
    }

    .circle {
        border: 6px solid #FCE9BB !important;
        width: 36px;
        height: 37px;
    }

    .g-recaptcha div {
        padding-right: 15px;
    }





    .reshp-sec2 .btn-secondery-yellow {
        font-size: 12px;
    }

    .job-reshap-back {
        padding: 24px;
    }

    .leader-card:last-child img {
        height: 174px !important;
    }

    .card-img-1 {
        top: -28%;
    }

    .card-img-3 {
        right: 0;
        top: 0%;
    }

    .card-img-2 {
        left: 14px;
        top: 8%;
    }

    .card-img-1 img,
    .card-img-2 img {
        height: 60px !important;
    }

    .card-img-3 img {
        height: 55px !important;
    }

    .mobil-show button,
    .mobil-show a {
        width: 80%;
    }

    .g-review-img img {
        height: 34px;
    }

}

@media (max-width: 320px) {
    .reshp-sec2 .btn-secondery-yellow {
        font-size: 10px;
    }



    .company-logo-head button,
    .company-logo-head a {
        width: 80%;
    }

    .g-review-img img {
        height: 32px;
    }
}

/* End   */


.courser-hero-btn-sec .hero-btn-outline-14 {
    display: none;
}