/* Custom Styles */
:root {
    --font-kanit: 'Kanit', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-Urbanist: 'Urbanist', sans-serif;
    --primary-color: #1e90ff;
    /* Bright blue from the image */
    --c-glass: #bbbbbc;
    --c-light: #fff;
    --c-dark: #000;
    --c-content: #224;
    --c-action: #0052f5;
    --c-bg: #E8E8E9;
    --glass-reflex-dark: 1;
    --glass-reflex-light: 1;
    --saturation: 150%;
}

body {
    font-family: var(--font-poppins);
    background-color: rgba(245, 251, 255, 1);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
.hero-title {
    font-family: var(--font-kanit);
}

h2,
h3,
h5,
.common-title {
    font-family: var(--font-Urbanist);
    color: rgba(5, 47, 84, 1);
    font-weight: 500;
}


.hero-section {
    height: 100vh;
}

.hero-img {
    height: 100vh;
    min-height: 700px;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.hero-overlay-dark {
    background: linear-gradient(to top right, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 60%) 35%, rgb(0 0 0 / 22%) 60%, transparent 80%);
}

.header {
    background: transparent;
}

/* Header layout: logo | nav | actions on a single line from 1200px up */
@media (min-width: 1200px) {
    .header .row {
        flex-wrap: nowrap !important;
    }

    .header .row>.col-auto {
        min-width: 0;
    }
}

.main-nav ul {
    flex-wrap: nowrap;
    gap: clamp(0.9rem, 1.8vw, 3rem) !important;
}

.main-nav .nav-link {
    white-space: nowrap;
}

.nav-link {
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #dedfe1 !important;
}

.language-switcher {
    background-color: #0d6efd;
    padding: 4px 6px 4px 6px;
    cursor: pointer;
    flex-wrap: nowrap !important;
}

.lang-btn {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

@media (max-width: 400px) {
    .lang-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.active-lang {
    background-color: #fff;
    color: #000;
}

.inactive-lang {
    color: #fff;
}

/* ── Check Status Button ── */
.check-status-btn {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.check-status-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgb(0 0 0 / 15%);
}

/* Live pulse dot */
.status-pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #22c55e;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
}

.status-pulse-dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background-color: rgba(34, 197, 94, 0.4);
    animation: statusPulse 1.8s ease-out infinite;
}

@keyframes statusPulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.hero-content {
    z-index: 2;
}

.hero-title {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(247, 247, 247, 1) !important;
}

.hero-desc {
    /* font-size: 1.1rem; */
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff !important;
}

.font-poppins {
    font-family: var(--font-poppins);
}

.font-weight-medium {
    font-weight: 500;
}

.btn-contact {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 15px;
    padding: 7px 13px;
}

.btn-contact:hover {
    background-color: #187bcd;
    border-color: #187bcd;
}

.btn-support {
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
        inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000),
        inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent),
        inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
        inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent),
        inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
        0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    color: #fff;
    font-size: 15px;
    padding: 10px 24px;
    transition: all 0.3s ease;
}


.slide-indicator {
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-sub {
    margin-top: 100px;
}

.logo img {
    /* width: 100%; */
    height: 100% !important;
    width: 212px;
}

.lang-fr.heading {
    font-size: 50px;
}




/* =======================================hero about============================= */
.fst-italic {
    font-weight: 500;
    font-size: 15px;
}

.hero-about-section {
    /* background-color: #f8fbff; */
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-about-bg {
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    height: 69%;
    object-fit: contain;
    object-position: right center;
    pointer-events: none;
    z-index: 0;
}

.certification-badge {
    background-color: rgba(239, 246, 253, 1);
    border-color: #1774ca !important;
    color: #1774ca !important;
    width: fit-content;
}

.text-dark-blue {
    color: #0b2e59;
}

.text-light-blue {
    color: #1774ca;
}

.hero-about-heading {
    font-size: 2.5rem;
    line-height: 1.3;
}

.heading-separator {
    width: 72px;
    height: 2px;
    background-color: #1774ca;
}

.text-muted-custom {
    color: #5a6b7c;
    font-size: 15px;
    line-height: 2.1;
}

.hero-about-subheading {
    font-size: 18px;
}

@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }
}


/* =============================================hero services=============================- */
#services {
    background: rgba(232, 245, 254, 1);
    padding-top: 100px;
    padding-bottom: 100px;
}

.setting-bg-icon {
    top: 13px;
    right: -81px;
    width: 215px;
    pointer-events: none;
    z-index: 0;
    animation: rotateGear 25s linear infinite;
}

@keyframes rotateGear {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.common-title {
    font-weight: 600;
    font-size: 42px;
}

.service-boxes {
    background: linear-gradient(180deg, #ffffff66 0%, #ffffff 100%);
    padding: 32px 28px 27px 28px;
    border-radius: 12px;
    border: solid 1px rgba(234, 233, 233, 1);
    height: calc(100%);
}

.service-contents p {
    font-size: 15px;
    color: rgba(75, 73, 73, 1);
    margin-bottom: 20px;
}

.service-contents img {
    border-radius: 12px;
    width: 100%;
}

.service-boxes h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.rapair-cards {
    margin-top: 0px;
}

/* ============================================why choose================================== */
.certification-badge {
    padding: 3px 15px 3px 15px;
}

.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 24px;
}

.center-content-left {
    align-items: flex-start !important;
}

#why-choose {
    padding-top: 108px;
    padding-bottom: 144px;
}

.why-choose-box {
    background: #ffffff4a;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(242, 237, 237, 1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 24px;
}

.why-choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

.why-choose-box .icon-box {
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-box h5 {
    color: #0b2e59;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--font-Urbanist);
    font-size: 23px;
}

.why-choose-box p {
    color: #5a6b7c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-choose-bg.gradient-tr {
    top: -33px;
    right: -256px;
    width: 677px;
}

.why-choose-bg.gradient-bl {
    bottom: -150px;
    left: -268px;
    width: 649px;
    transform: rotate(180deg);
}

.why-choose-bg.setting-tl {
    top: 53px;
    left: -30px;
    width: 224px;
}

.why-choose-bg.setting-br {
    bottom: 47px;
    right: -30px;
    width: 200px;
    opacity: 0.8;
    animation: rotateGear 20s linear infinite;
}

/* Prevent why-choose background images from causing horizontal overflow */
#why-choose,
#why-choose-2 {
    overflow: hidden;
}

.phone-setting-icon {
    top: 1%;
    right: 0%;
    width: 81px;
    z-index: 3;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}


/* ======================================device category======================= */
.device-category {
    background: linear-gradient(169deg, #3fa8ff, #0f67d8);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    padding-bottom: 0px;
}


.device-content {
    color: #fff;
    margin-top: 49px;
}

.device-content h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    color: white;
}

.device-content p {
    font-size: 16px;
    opacity: .9;
    max-width: 500px;
}

.contact-btn {
    border-radius: 50px;
    padding: 8px 25px;
    margin-top: 15px;
    font-weight: 600;
    color: rgba(19, 97, 147, 1);
}

.hero-man {
    margin-top: 64px;
    margin-left: -146px;
}

.hero-man img.img-fluid {
    max-width: 527px;
    width: 100%;
}

.hero-man img.man-bg {
    top: 108%;
    left: 24%;
    transform: translate(-50%, -50%);
    max-width: none;
}

.hero-man img.man-bg.ring {
    width: 900px;
    opacity: 0.6;
}

.hero-man img.man-bg.light-gradient {
    width: 800px;
    opacity: 0.8;
    margin-left: -97px;
}

.service-card {
    background: #eef4f8;
    border-radius: 24px;
    padding: 36px 27px 29px 27px;
}

.service-card h4 {
    color: #102a78;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card p {
    color: #666;
    font-size: 16px;
    min-height: 60px;
}

.card-img {
    background: #ebe8ec;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    height: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px rgb(222 222 222);
}

.card-img img {
    max-height: 201px;
    object-fit: contain;
    width: 100%;
}


@media(max-width:991px) {

    .hero-content {
        text-align: center;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-man {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-man img {
        max-width: 300px;
    }
}

/* ==================================testimonials====================================== */
#testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonial-card {
    background-color: rgba(240, 248, 250, 1);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #dee2e6;
}

.testimonial-card .quote-icon {
    margin-bottom: 1.5rem;
}

.testimonial-card .quote-icon svg {
    width: 36px;
    height: 36px;
    fill: #8cbcf5;
}

.testimonial-card p {
    color: rgba(37, 36, 36, 1);
    margin-bottom: 1.5rem;
    min-height: 80px;
}

.testimonial-card hr {
    color: #6c757d;
    margin-bottom: 1.5rem;
    opacity: 0.25;
}

.testimonial-slider {
    margin-top: 90px;
}

.testimonial-card .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-card .author-img {
    border-radius: 50%;
    object-fit: cover;
    width: 45px;
    height: 45px;
}

.testimonial-card .author-info h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: #212529;
}

.testimonial-card .author-info small {
    color: #6c757d;
}

/* ====================================== CTA Newsletter Banner ======================= */
.cta-fade-logo {
    top: 39%;
    left: -79px;
    transform: translateY(-50%);
    height: 90%;
    max-width: none;
    pointer-events: none;
}

.cta-gear {
    top: 8%;
    right: 4%;
    width: 133px;
    opacity: 0.5;
    /* filter: blur(3px); */
}

.cta-man-img {
    margin-bottom: -30px;
    /* Slight overflow at the bottom if needed */
    display: block;
    max-height: 420px;
    margin-left: -20px;
}

/* Positioned 3D man image (career-opportunities section) */
#career-opportunities .cta-man-img {
    position: absolute;
    right: 30px;
    bottom: 0;
    max-height: 380px;
    width: auto;
    max-width: 400px;
    margin: 0;
    z-index: 2;
}

@media (max-width: 1199px) {
    #career-opportunities .cta-man-img {
        position: absolute;
        right: -35px;
        bottom: 0;
        max-height: 350px;
        width: auto;
        max-width: 400px;
        margin: 0;
        z-index: 2;
    }
}

@media (max-width: 991px) {
    #career-opportunities .cta-man-img {
        position: relative;
        right: auto;
        bottom: auto;
        max-height: 280px;
        max-width: 200px;
        margin: 0 auto;
    }
}

.cta-banner {
    background: rgba(255, 253, 253, 1);
    min-height: 413px;
    box-shadow: 0px 6px 16px rgba(226, 249, 253, 1);
}

.cta-title,
.cta-subtitle {
    font-size: 2.9rem;
}

.cta-subtitle {
    color: #034369eb;
}

.cta-desc {
    opacity: 0.8;
    font-size: 17px;
}


.btn-cta-outline {
    color: #2196f3;
    border: 2px solid #2196f3;
    background: transparent;
    transition: all 0.3s;
    border-radius: 100px;
    padding: 10px 25px 10px 25px;
}

.btn-cta-primary:hover,
.btn-cta-outline:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

section#newsletter {
    padding: 20px 168px 20px 168px;
}

img.garident-cta.position-absolute {
    width: 50%;
    bottom: 9%;
    right: 51%;
}

img.garident-cta2 {
    width: 59%;
    left: 66%;
    top: 23%;
}

/* ====================================== Footer ======================= */
.ftr-content {
    padding-top: 17px;
}


.site-footer {
    background: linear-gradient(3deg, rgba(0, 67, 107, 1), rgba(0, 131, 209, 1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    /* margin-top: 94px; */
    margin: 95px 17px 12px 17px;
    border-radius: 12px;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.7;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.footer-contact a {
    text-decoration: none;
    color: inherit;
}

.footer-contact a:hover {
    text-decoration: none;
    color: #49b5f5;
}

/* Bullet dot links */
.footer-links li {
    padding: 6px 0;
    position: relative;
    padding-left: 18px;
}

.footer-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aad0e6;
}

.footer-links li a {
    color: rgb(204 226 237);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.contact-details {
    margin-left: 85px;
}

.footer-links li a:hover {
    color: #49b5f5;
}

/* Contact list */
.footer-contact li {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    padding: 6px 0;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact .contact-icon {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.quick_links {
    margin-left: 52px;
}

.repairing-ftr {
    margin-left: 24px;
}


/* Social Icons */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #FFFFFF, #1D6572) border-box;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(29, 101, 114, 0.25);
}

.social-icon img {
    width: 17px;
}

/* Bottom bar */
.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
}

.footer-brand-link {
    color: #f0c040;
    text-decoration: none;
    font-weight: 500;
}

.footer-brand-link:hover {
    text-decoration: underline;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-legal a:hover {
    color: #49b5f5;
}



/* =============================================about page======================================== */
.about-hero-content {
    max-width: 650px;
    padding-top: 259px;
    padding-bottom: 120px;
}

.about-hero {
    background: linear-gradient(360deg, rgba(7, 64, 103, 1), rgba(67, 168, 233, 1));
    overflow: hidden;
    position: relative;
}

.about-hero-content h1 {
    font-size: 53px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.about-hero-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* ============================================= Training Hero ============================================ */
.training-hero-content {
    max-width: 1180px;
}

.training-hero-subtitle {
    font-family: var(--font-kanit);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px !important;
    margin-bottom: 16px !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.training-hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0 !important;
}

.training-hero-cta .btn-contact img {
    height: 16px;
}

@media (max-width: 991px) {
    .training-hero-subtitle {
        font-size: 20px;
    }

    .training-hero-content {
        padding-top: 200px;
        padding-bottom: 80px;
    }
}

.about-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.about-image img {
    /* max-width: 100%; */
    max-height: 98%;
    object-fit: contain;
    opacity: 0.50;
    bottom: 10%;
    /* margin-bottom: 38%; */
}

/* ========================================== Service Alternate Layout ======================================== */
#our-services {
    padding: 100px 0 110px;
    background-color: #ffffff;
}

.sa-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 151, 209, 0.2), transparent);
    margin: 60px 0;
    opacity: 1;
}

.service-alternate-row {
    transition: all 0.4s ease;
    margin-top: 109px;
}

.sa-image-box {
    position: relative;
    border-radius: 24px;
}

.sa-image-box img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    max-height: 420px;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s ease;
}

.sa-image-box:hover img {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(11, 46, 89, 0.15) !important;
}

.sa-floating-icon {
    position: absolute;
    bottom: -25px;
    left: 40px;
    width: 85px;
    height: 85px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f97d1, #1fc7e9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 151, 209, 0.4);
    border: 6px solid #ffffff;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 2;
}

.sa-image-box:hover .sa-floating-icon {
    transform: translateY(-10px) scale(1.05);
}

.sa-floating-icon.right-side {
    left: auto;
    right: 40px;
}

.sa-title {
    font-family: var(--font-Urbanist);
    font-size: 36px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sa-desc {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 1.85;
    color: #5a6b7c;
    margin-bottom: 35px;
}

.sa-subtitle {
    font-family: var(--font-Urbanist);
    font-size: 22px;
    font-weight: 700;
    color: #0b2e59;
    margin-bottom: 33px;
    position: relative;
    display: inline-block;
}

.sa-subtitle::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #1fc7e9;
    border-radius: 2px;
}

.sa-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
}

.sa-list li {
    font-family: var(--font-poppins);
    font-size: 15.5px;
    color: #3a4a5c;
    display: flex;
    align-items: center;
    gap: 14px;
}

.sa-list li i {
    color: #0f97d1;
    font-size: 18px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .sa-title {
        font-size: 32px;
    }

    .sa-floating-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        bottom: -20px;
        left: 20px;
    }

    .sa-floating-icon.right-side {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .sa-list {
        grid-template-columns: 1fr;
    }

    .sa-divider {
        margin: 40px 0;
    }
}

/* ========================================== Brands Marquee ======================================== */
#brands {
    padding: 80px 0 100px;
    background-color: #f8fbff;
    overflow: hidden;
}

.brands-marquee-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    /* Creates the left/right fade-in effect */
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.brands-marquee {
    display: flex;
    width: max-content;
    padding: 20px 0;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    animation: scrollMarquee 35s linear infinite;
}

.brands-marquee:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.brand-card {
    background: #ffffff;
    border: 1px solid rgba(15, 151, 209, 0.1);
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    width: 220px;
    height: 110px;
    flex-shrink: 0;
}

.brand-card img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(15, 151, 209, 0.15);
    border-color: rgba(15, 151, 209, 0.4);
}

.brand-card:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .marquee-content {
        animation-duration: 20s;
    }

    .brand-card {
        padding: 15px 20px;
        width: 160px;
        height: 90px;
    }

    .brand-card img {
        max-height: 45px;
    }
}

/* ========================================== Trading Page Layout ======================================== */


.trading-image-wrapper {
    position: relative;
    border-radius: 24px;
}

.trading-image-wrapper img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    border-radius: 20px;
}

.trading-floating-card {
    position: absolute;
    bottom: -30px;
    right: 30px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(11, 46, 89, 0.15);
    border: 1px solid rgba(15, 151, 209, 0.1);
    animation: floatUpDown 4s ease-in-out infinite;
    z-index: 2;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.trading-floating-card i {
    font-size: 32px;
    color: #0f97d1;
}

.tfc-text h4 {
    font-family: var(--font-Urbanist);
    font-size: 18px;
    font-weight: 700;
    color: #0b2e59;
    margin-bottom: 2px;
}

.tfc-text span {
    font-family: var(--font-poppins);
    font-size: 13px;
    color: #5a6b7c;
}

.trading-heading {
    font-family: var(--font-Urbanist);
    font-size: 38px;
    font-weight: 700;
    color: #0b2e59;
    line-height: 1.25;
}

.trading-lead {
    font-family: var(--font-poppins);
    font-size: 17px;
    line-height: 1.8;
    color: #3a4a5c;
}

.trading-highlight-box {
    background: #f8fbff;
    border-left: 4px solid #0f97d1;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0px 6px 16px #0000000d;
}

.trading-highlight-box i {
    font-size: 28px;
    color: #0f97d1;
    margin-top: 5px;
}

.trading-highlight-box p {
    font-family: var(--font-poppins);
    font-size: 15.5px;
    line-height: 1.7;
    color: #0b2e59;
    margin-bottom: 0;
    font-weight: 500;
}

/* ========================================== Hover Expand Panel Layout ======================================== */
.title-line {
    width: 50px;
    height: 4px;
    background: #0f97d1;
    border-radius: 2px;
}

.supply-expand-container {
    display: flex;
    width: 100%;
    height: 480px;
    gap: 20px;
}

.supply-expand-panel {
    position: relative;
    height: 100%;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.global {
    margin-bottom: 35px;
}

.supply-expand-panel:hover,
.supply-expand-panel.active {
    flex: 3.5;
}

.supply-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(13 25 39 / 95%) 0%, rgba(11, 46, 89, 0.3) 60%, rgba(11, 46, 89, 0) 100%);
    z-index: 1;
    transition: all 0.4s ease;
}

.supply-expand-panel:hover .supply-overlay,
.supply-expand-panel.active .supply-overlay {
    background: linear-gradient(to top, rgb(2 17 24 / 95%) 0%, rgb(255 255 255 / 0%) 100%);
}

.supply-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    z-index: 2;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.supply-expand-panel:hover .supply-icon,
.supply-expand-panel.active .supply-icon {
    background: #ffffff;
    color: #0f97d1;
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.supply-title-vertical {
    position: absolute;
    bottom: 50px;
    left: 45px;
    font-family: var(--font-Urbanist);
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    white-space: nowrap;
    transform-origin: left bottom;
    transform: rotate(-90deg) translateX(20px);
    opacity: 1;
    transition: all 0.4s ease;
    pointer-events: none;
    letter-spacing: 1px;
}

.supply-expand-panel:hover .supply-title-vertical,
.supply-expand-panel.active .supply-title-vertical {
    opacity: 0;
    transform: rotate(-90deg) translateX(40px);
}

.supply-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0s;
    width: 100%;
    max-width: 450px;
}

.supply-expand-panel:hover .supply-content,
.supply-expand-panel.active .supply-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.supply-content h3 {
    font-family: var(--font-Urbanist);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
    color: white;
}

.supply-content p {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .supply-expand-container {
        flex-direction: column;
        height: 750px;
    }

    .supply-expand-panel {
        flex: 1;
        padding: 30px;
    }

    .supply-expand-panel:hover,
    .supply-expand-panel.active {
        flex: 2.5;
    }

    .supply-title-vertical {
        transform: none;
        bottom: 30px;
        left: 30px;
        font-size: 24px;
    }

    .supply-expand-panel:hover .supply-title-vertical,
    .supply-expand-panel.active .supply-title-vertical {
        opacity: 0;
        transform: translateY(20px);
    }

    .supply-content h3 {
        font-size: 26px;
    }
}



@media (max-width: 991px) {


    .about-hero-content h1 {
        font-size: 49px;
    }

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

/* ========================================== Supply Profile Carousel ======================================== */
.supply-profile-slider {
    margin: 0 -10px;
}

.supply-profile-slider .slick-list {
    padding: 8px 0 18px;
}

.supply-profile-slider .slick-slide {
    padding: 0 10px;
}

.supply-profile-card {
    position: relative;
    height: 430px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    /* box-shadow: 0 12px 28px rgba(11, 46, 89, 0.12); */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-right: 24px;
}

.supply-profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(11, 46, 89, 0.2);
}

.supply-profile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 46, 89, 0.02) 32%, rgba(11, 46, 89, 0.92) 100%);
}

.supply-profile-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 28px 24px 24px;
    color: #fff;
}

.supply-profile-category {
    display: inline-block;
    margin-bottom: 11px;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(57, 215, 253, 0.9);
    color: #063c66;
    font-family: var(--font-poppins);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.supply-profile-content h3 {
    margin: 0 0 9px;
    color: #fff;
    font-family: var(--font-Urbanist);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
}

.supply-profile-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-poppins);
    font-size: 13px;
    line-height: 1.55;
}

.supply-profile-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0f97d1;
    box-shadow: 0 8px 20px rgba(11, 46, 89, 0.18);
    font-size: 0;
    transform: translateY(-50%);
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.supply-profile-slider .slick-arrow:hover {
    background: #0f97d1;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.supply-profile-slider .slick-prev {
    left: 8px;
}

.supply-profile-slider .slick-next {
    right: 8px;
}

.supply-profile-slider .slick-prev::before,
.supply-profile-slider .slick-next::before {
    display: block;
    color: currentColor;
    font-family: "Font Awesome 7 Free";
    font-size: 15px;
    font-weight: 900;
    line-height: 42px;
    opacity: 1;
    text-align: center;
}

.supply-profile-slider .slick-prev::before {
    content: "\f053";
}

.supply-profile-slider .slick-next::before {
    content: "\f054";
}

.supply-profile-slider .slick-dots {
    bottom: -27px;
}

.supply-profile-slider .slick-dots li button::before {
    color: #0f97d1;
    font-size: 9px;
}

.supply-profile-slider .slick-dots li.slick-active button::before {
    color: #0080fb;
}

@media (max-width: 991px) {
    .supply-profile-card {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .supply-profile-slider {
        margin: 0 10px;
    }

    .supply-profile-slider .slick-slide {
        padding: 0 4px;
    }

    .supply-profile-card {
        height: 410px;
    }

    .supply-profile-slider .slick-prev {
        left: 6px;
    }

    .supply-profile-slider .slick-next {
        right: 6px;
    }
}

/* =============================================about details content======================================== */
.about-details-section {
    padding: 100px 0;
    background-color: rgba(245, 251, 255, 1);
}

.about-details-section h2 {
    font-family: var(--font-kanit);
    font-size: 38px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 24px;
}

.about-right {
    margin-top: 68px;
}

.lead-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
    margin-bottom: 45px;
}

.about-image-layout {
    height: 100%;
    min-height: 480px;
}

.training-about-image {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.training-about-image img {
    width: 100%;
    height: auto;
    max-height: 485px;
    object-fit: cover;
    border-radius: 12px;
}

.training-about-image {
    position: relative;
}

.training-float-box {
    position: absolute;
    background: rgb(255 255 255 / 65%);
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 8px 28px rgba(0, 70, 112, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}

.training-float-box-top {
    top: 33px;
    left: -15px;
    animation: trainingBobTop 3s ease-in-out infinite;
}

.training-float-box-right {
    right: -17px;
    top: 82%;
    transform: translateY(-50%);
    width: 321px;
    min-width: 260px;
    animation: trainingBobRight 3.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes trainingBobTop {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes trainingBobRight {
    0%, 100% {
        transform: translateY(-50%) translateY(0);
    }

    50% {
        transform: translateY(-50%) translateY(-12px);
    }
}

.training-float-number {
    font-family: var(--font-poppins);
    font-size: 28px;
    font-weight: 700;
    color: #095aa4;
    line-height: 1;
}

.training-float-text {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 600;
    color: #004670;
    margin: 0;
    line-height: 1.3;
}

.about-img-col,
.about-card-col {
    flex: 1;
    width: 50%;
}

.about-img-tall {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.about-blue-card {
    background: linear-gradient(181deg, rgba(29, 141, 253, 1) 0%, rgba(17, 84, 151, 1) 100%);
    border-radius: 16px;
    padding: 35px 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(50% - 8px);
    box-shadow: 0 10px 24px rgba(30, 144, 255, 0.25);
    height: 161px;
    position: relative;
}

.about-fade {
    position: absolute;
    left: 61%;
    width: 100%;
    bottom: 17%;
}

.about-fade img {
    width: 42%;
}

.about-blue-card h3 {
    font-family: var(--font-kanit);
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.about-blue-card p {
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.95;
    line-height: 1.3;
}

.about-img-short-wrapper {
    height: calc(50% - 8px);
    flex: 1;
}

.about-img-short-full {
    height: 100%;
}

.about-img-short {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.about-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-text-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
    margin-bottom: 24px;
}

.btn-view-services {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    padding: 11px 26px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 32px !important;
}

.btn-view-services:hover {
    background-color: #1774ca;
    border-color: #1774ca;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 144, 255, 0.35);
}

.btn-view-services .arrow-icon-circle {
    background-color: #fff;
    color: var(--primary-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-view-services:hover .arrow-icon-circle {
    transform: translateX(3px);
}

.global-heading {
    font-family: var(--font-poppins) !important;
    font-size: 38px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 24px;
}

/* Training introduction heading */
.training-intro-heading {
    font-family: var(--font-kanit);
    font-size: 32px;
    font-weight: 600;
    color: #0b2e59;
    line-height: 1.25;
}

.training-intro-text {
    justify-content: flex-start !important;
    text-align: left;
}

.training-intro-text .global-heading,
.training-intro-text .lead-desc {
    text-align: left;
}

@media (max-width: 991px) {
    .training-intro-heading {
        font-size: 26px;
    }
}

/* ============================================= Training Programs / Course Card ============================================ */
.training-programs-section {
    padding: 70px 0;
    background-color: rgba(245, 251, 255, 1);
}

.training-programs-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
    max-width: 700px;
}

.course-card.last-card {
    margin-bottom: 0;
}

.course-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(242, 237, 237, 1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
}

.course-card-layout {
    display: flex;
    align-items: stretch;
    min-height: 430px;
}

@media (max-width: 1199px) {
    .course-card-layout {
        min-height: 380px;
    }
}

@media (max-width: 991px) {
    .course-card-layout {
        min-height: auto;
    }
}

.course-card-image {
    flex: 0 0 35%;
    max-width: 35%;
    overflow: hidden;
    padding: 10px;
}

.course-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.course-card-content {
    flex: 1;
    padding: 36px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-card:hover {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

/* Course Header */
.course-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.course-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.course-code-badge {
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    color: #fff;
    font-family: var(--font-kanit);
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: 14px 18px;
    min-width: 80px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1.2;
}

.course-header-text {
    flex: 1;
    min-width: 0;
}

.course-title {
    font-family: var(--font-Urbanist);
    font-size: 24px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 8px;
    line-height: 1.3;
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5a6b7c;
    font-family: var(--font-poppins);
}

.course-meta i {
    color: var(--primary-color);
    margin-right: 4px;
}

.course-meta-divider {
    color: #c5cad1;
}

/* Course Summary */
.course-summary {
    margin-bottom: 24px;
}

.course-summary p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
    margin-bottom: 0;
}

/* Course CTA */
.course-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.btn-course-toggle {
    background: transparent;
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-course-toggle:hover {
    background: var(--primary-color);
    color: #fff;
}

.btn-course-toggle i {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.btn-course-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Course Details (expandable) */
.course-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.course-details.expanded {
    max-height: 2000px;
}

.course-details-inner {
    padding: 0 36px 36px 36px;
    margin-top: 28px;
    border-top: 1px solid #eef0f3;
    padding-top: 28px;
}

.course-details-block {
    margin-bottom: 28px;
}

.course-details-block:last-child {
    margin-bottom: 0;
}

.course-details-title {
    font-family: var(--font-Urbanist);
    font-size: 18px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-details-title i {
    color: var(--primary-color);
    font-size: 18px;
}

.course-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
}

.course-details-list li {
    font-size: 15px;
    line-height: 1.5;
    color: #5a6b7c;
    padding-left: 24px;
    position: relative;
}

.course-details-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 991px) {
    .training-programs-section {
        padding: 60px 0;
    }

    .course-card {
        padding: 0;
    }

    .course-card-layout {
        flex-direction: column;
    }

    .course-card-image {
        flex: 0 0 auto;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .course-card-image img {
        min-height: 180px;
        max-height: 220px;
    }

    .course-card-content {
        padding: 24px;
    }

    .course-details-inner {
        padding: 24px 24px 24px 24px;
    }

    .course-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .course-details-list {
        grid-template-columns: 1fr;
    }

    .course-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .course-cta .btn-contact,
    .course-cta .btn-course-toggle {
        justify-content: center;
        width: 100%;
        min-height: 44px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }
}

.lead-desc {
    font-size: 16px;
    line-height: 1.85;
    color: #5a6b7c;
    margin-bottom: 0;
}

/* ==========================================repairing content======================================== */
#repairing-content {
    padding: 100px 0 110px;
    background-color: rgba(245, 251, 255, 1);
}

/* ---- Image column ---- */
.rp-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 151, 209, 0.12);
}

.rp-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rp-image-wrap:hover .rp-main-img {
    transform: scale(1.03);
}

/* Floating stat badge */
.rp-stat-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 22px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.rp-stat-number {
    font-family: var(--font-kanit);
    font-size: 28px;
    font-weight: 700;
    color: #0f97d1;
    line-height: 1;
}

.rp-stat-label {
    font-family: var(--font-poppins);
    font-size: 12px;
    color: #5a6b7c;
    margin-top: 4px;
    font-weight: 500;
}

/* ---- Text column ---- */
.rp-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.rp-title {
    font-family: var(--font-Urbanist);
    font-size: 30px;
    font-weight: 600;
    color: #0b2e59;
    line-height: 1.3;
    margin-bottom: 18px;
    margin-top: 12px;
}

.rp-desc {
    font-family: var(--font-poppins);
    font-size: 15.5px;
    line-height: 1.85;
    color: #5a6b7c;
    margin-bottom: 28px;
}

/* Feature checklist */
.rp-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rp-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-poppins);
    font-size: 15px;
    color: #3a4a5c;
    font-weight: 500;
}

.rp-features li i {
    color: #0f97d1;
    font-size: 17px;
    flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    #repairing-content {
        padding: 60px 0 70px;
    }

    .rp-title {
        font-size: 24px;
    }

    .rp-text-content {
        padding-left: 0;
        margin-top: 32px;
    }
}


@media (max-width: 991px) {
    .about-details-section {
        padding: 60px 0;
    }

    .about-details-section h2 {
        font-size: 32px;
    }

    .about-image-layout {
        min-height: 400px;
        margin-bottom: 35px;
    }

    .about-blue-card h3 {
        font-size: 36px;
    }
}

#other-electronics {
    padding: 80px 0px;
    padding-bottom: 0px !important;
}



/* ===========================================mission and vission================================== */
#mv-section {
    padding: 100px 0px;
    background: linear-gradient(172deg, rgb(116 188 224 / 23%), rgb(189 245 255 / 16%));
}

/* =========================================== How We Train ========================================== */
#how-we-train {
    padding: 100px 0;
    background: linear-gradient(172deg, rgb(116 188 224 / 23%), rgb(189 245 255 / 16%));
}

.how-we-train-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
    max-width: 600px;
    margin-bottom: 30px;
}

.training-step-card {
    background: #ffffffa1;
    border: 1px solid rgb(163 210 229 / 56%);
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.training-step-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(15, 151, 209, 0.25);
}

.training-step-number {
    font-family: var(--font-kanit);
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    line-height: 1;
}

.training-step-title {
    font-family: var(--font-Urbanist);
    font-size: 20px;
    font-weight: 600;
    color: #0b2e59;
    margin-bottom: 12px;
}

.training-step-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6b7c;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #how-we-train {
        padding: 60px 0;
    }

    .training-step-card {
        padding: 24px 20px;
    }
}

/* =========================================== Who Can Join ========================================== */
#who-can-join {
    padding: 100px 0;
}

.who-join-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.who-join-card {
    background: #ffffff4a;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(242, 237, 237, 1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-join-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

.who-join-icon {
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 128, 251, 0.25);
}

.who-join-icon i {
    font-size: 22px;
    color: #fff;
}

.who-join-card h5 {
    color: #0b2e59;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--font-Urbanist);
    font-size: 19px;
}

.who-join-card p {
    color: #5a6b7c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .who-join-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    #who-can-join {
        padding: 60px 0;
    }

    .who-join-card {
        padding: 24px 20px;
    }

    .who-join-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .who-join-grid {
        grid-template-columns: 1fr;
    }

    .who-join-card {
        padding: 20px 16px;
    }

    .who-join-icon {
        width: 48px;
        height: 48px;
    }

    .who-join-card h5 {
        font-size: 17px;
    }
}

/* =========================================== Training Experience ========================================== */
#training-experience {
    padding: 100px 0;
}

.training-experience-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}

.training-experience-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
}

.training-experience-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #0b2e59;
    font-family: var(--font-Urbanist);
}

.training-experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
}

.training-experience-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #0b2e59;
    font-family: var(--font-poppins);
    font-weight: 500;
}

.training-experience-list li i {
    color: #fff;
    font-size: 15px;
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(0, 128, 251, 0.2);
}

@media (max-width: 991px) {
    #training-experience {
        padding: 60px 0;
    }

    .training-experience-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .training-experience-list li {
        font-size: 14px;
    }

    .training-experience-list li i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* =========================================== Career & Business Opportunities ========================================== */
#career-opportunities {
    padding: 100px 0;
}

.career-opportunities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
    margin-bottom: 0;
}

.career-opportunity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #0b2e59;
    font-family: var(--font-poppins);
    font-weight: 500;
}

.career-opportunity-item i {
    color: var(--primary-color);
    font-size: 16px;
    flex-shrink: 0;
}

/* =========================================== Build Your Future CTA ========================================== */
#build-future {
    padding: 80px 0;
    text-align: center;
}

.build-future-content {
    max-width: 700px;
    margin: 0 auto;
}

.build-future-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b7c;
}

@media (max-width: 991px) {
    #career-opportunities {
        padding: 60px 0;
    }

    .career-opportunities-list {
        grid-template-columns: 1fr;
    }

    #build-future {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .career-opportunities-list {
        gap: 10px;
    }

    .career-opportunity-item {
        font-size: 14px;
    }
}

.vision-card,
.mission-card {
    border-radius: 32px;
    padding: 51px 40px 51px 37px;
    /* min-height: 330px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-card {
    position: relative;
    background: linear-gradient(45deg, #ffffffa1, white);
    border: 1px solid rgb(163 210 229 / 56%);
    color: #5a6b7c;
    box-shadow: 0 15px 35px rgba(15, 151, 209, 0.04);
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f97d1 0%, #1fc7e9 100%);
    opacity: 1;
    clip-path: circle(0% at 69px 83px);
    z-index: -1;
    transition: clip-path 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(15, 151, 209, 0.25);
}

.vision-card:hover::before {
    clip-path: circle(130% at 69px 83px);
}

.mission-card {
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    color: #444;
}

.vision-card .icon-box {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(15, 151, 209, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex-shrink: 0;
    z-index: 1;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(57 215 253), rgba(0, 128, 251, 1));
    opacity: 1;
    clip-path: circle(0% at 50% 50%);
    z-index: -1;
    transition: clip-path 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card:hover .icon-box {
    box-shadow: 0 10px 20px rgba(0, 128, 251, 0.2);
}

.vision-card:hover .icon-box::before {
    clip-path: circle(100% at 50% 50%);
}

.vision-card .icon-box i {
    font-size: 23px;
    color: #0f97d1;
    z-index: 2;
    transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card:hover .icon-box i {
    color: #ffffff;
}

/* Fallback for general .icon-box if any */
.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(57 215 253), rgba(0, 128, 251, 1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgb(1 6 7 / 10%);
}

.icon-box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.card-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.vision-card .card-title {
    color: #0b2e59;
    transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card:hover .card-title {
    color: #ffffff;
}

.mission-card .card-title {
    color: #0c4b87;
}

.card-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
}

.vision-card .card-text {
    color: #5a6b7c;
    transition: color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vision-card:hover .card-text {
    color: rgba(255, 255, 255, 0.95);
}

.mission-card .card-text {
    color: #555;
}

.icon-box i {
    font-size: 23px;
    color: white;
}


/* =====================================why choose (split editorial)========================================= */
#why-choose-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(1000px 520px at 8% -10%, rgba(15, 151, 209, 0.14), transparent 60%),
        radial-gradient(900px 520px at 100% 110%, rgba(0, 128, 251, 0.12), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, rgba(245, 251, 255, 0.92) 100%);
    overflow: hidden;
}

.why-choose-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 151, 209, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 151, 209, 0.04) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 78%);
    mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 78%);
    pointer-events: none;
}

/* ---- Reference-style split layout ---- */
.why-choose-top {
    margin-bottom: 34px;
}

.why-choose-intro {
    max-width: 100%;
    padding-right: 0;
}

.why-choose-content {
    margin-top: 4px;
}

.why-choose-image-wrap {
    position: relative;
    min-height: 430px;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #0b2e59;
    box-shadow: 0 18px 38px rgba(11, 46, 89, 0.16);
}

.why-choose-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.why-choose-image-wrap:hover .why-choose-image {
    transform: scale(1.04);
}

.why-choose-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(11, 46, 89, 0.8) 100%);
    pointer-events: none;
}

.why-choose-image-caption {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
}

.why-choose-image-caption i {
    color: #39d7fd;
    font-size: 18px;
}

/* ---- Feature cards ---- */

.why-choose-intro .common-title {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.25;
    margin-bottom: 18px;
}

.why-choose-lead {
    color: #5a6b7c;
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.why-choose-stats {
    display: flex;
    gap: 36px;
    margin-bottom: 32px;
    padding: 22px 0;
    border-top: 1px solid rgba(15, 151, 209, 0.18);
    border-bottom: 1px solid rgba(15, 151, 209, 0.18);
}

.why-choose-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.why-choose-stat-num {
    font-family: var(--font-kanit);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #0f97d1, #0080fb);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.why-choose-stat-label {
    font-family: var(--font-poppins);
    font-size: 13px;
    color: #5a6b7c;
}

.why-choose-cta {
    margin-top: 4px;
}

/* ---- Right feature grid ---- */
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.why-choose-item {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(163, 210, 229, 0.5);
    box-shadow: 0 10px 28px rgba(15, 151, 209, 0.06);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 0.4s ease, border-color 0.4s ease;
    animation: whyChooseReveal 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) both;
    overflow: hidden;
}

.why-choose-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, rgb(57 215 253), rgba(0, 128, 251, 1));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.why-choose-item:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 151, 209, 0.4);
    box-shadow: 0 18px 36px rgba(15, 151, 209, 0.16);
}

.why-choose-item:hover::after {
    transform: scaleY(1);
}

.why-choose-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(15, 151, 209, 0.1);
    color: #0f97d1;
    font-size: 20px;
    transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.why-choose-item:hover .why-choose-icon {
    background: linear-gradient(135deg, rgb(57 215 253), rgba(0, 128, 251, 1));
    color: #fff;
    transform: scale(1.08);
}

.why-choose-body {
    flex: 1;
    min-width: 0;
}

.why-choose-body h3 {
    margin: 2px 0 6px;
    color: #0b2e59;
    font-family: var(--font-Urbanist);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.why-choose-body p {
    margin: 0;
    color: #5a6b7c;
    font-family: var(--font-poppins);
    font-size: 15px;
    line-height: 1.6;
}

.why-choose-grid .why-choose-item:nth-child(2) {
    animation-delay: 0.06s;
}

.why-choose-grid .why-choose-item:nth-child(3) {
    animation-delay: 0.12s;
}

.why-choose-grid .why-choose-item:nth-child(8) {
    grid-column: 2;
    grid-row: 2;
}

.why-choose-grid .why-choose-item:nth-child(4) {
    animation-delay: 0.18s;
}

.why-choose-grid .why-choose-item:nth-child(5) {
    animation-delay: 0.24s;
}

.why-choose-grid .why-choose-item:nth-child(6) {
    animation-delay: 0.30s;
}

.why-choose-grid .why-choose-item:nth-child(7) {
    animation-delay: 0.36s;
}

.why-choose-grid .why-choose-item:nth-child(8) {
    animation-delay: 0.42s;
}

@keyframes whyChooseReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .why-choose-intro {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.8fr);
        column-gap: 58px;
        align-items: end;
    }

    .why-choose-intro .certification-badge,
    .why-choose-intro .common-title,
    .why-choose-intro .why-choose-lead,
    .why-choose-intro .why-choose-cta {
        grid-column: 1;
    }

    .why-choose-intro .why-choose-stats {
        grid-column: 2;
        grid-row: 1 / span 4;
        align-self: center;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .why-choose-intro {
        position: static;
        margin-bottom: 12px;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    #why-choose-section {
        padding: 80px 0;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-choose-grid .why-choose-item:nth-child(8) {
        grid-column: auto;
        grid-row: auto;
    }

    .why-choose-stats {
        gap: 24px;
    }

    .why-choose-stat-num {
        font-size: 26px;
    }
}

/* =====================================our values========================================= */

#our-values {
    padding: 80px 0px;
}


/* ===========================================repairing page==================================== */
#repairing-content {
    padding: 114px 0px;
}

.repairing-image img {
    width: 100%;
    border-radius: 12px;
}

.repairing-right h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.repairing-right p {
    color: rgba(53, 53, 53, 1);
    line-height: 1.9;
}

.repairing-right {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.repairing-right {
    margin-top: 93px;
}

/* ============================================services================================ */
#solutions {
    padding: 80px 0px;
}

.values-header.service-content {
    margin-bottom: 101px;
}

#brands {
    padding: 80px 0px;
}

/* ====================================trading page============================================ */
#trading-hub {
    padding: 100px 0px;
    padding-top: 120px;
    padding-bottom: 9px;
}

.we-supply {
    padding: 84px 0px;
}

/* ====================================contact page============================================ */
.contact-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    border-radius: 12px;
}

.contact-form-box {
    padding: 40px;
    border-radius: 24px;
}

.contact-form-title {
    color: #0b2e59;
    font-family: var(--font-Urbanist);
}

.contact-textarea {
    height: 150px;
}

.btn-gradient {
    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
    color: white;
}

.btn-gradient:hover {
    color: white;
    opacity: 0.9;
}

.text-muted {
    font-size: 17px;
}

.btn-gradient {
    width: 100%;
    margin-top: 30px;
    border-radius: 100px;
    padding: 10px;
}

.common-links {
    text-decoration: none;
}

.contact-info-wrapper {
    margin-top: 8px;
}

/* ====================why choose======================== */
#why-choose-2 {
    padding: 70px 0px;
}

.btn-call {
    padding: 10px 22px;
    background: rgb(29, 144, 253);
    border-radius: 100px;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
    width: fit-content;
}

.btn-call:hover {
    background: rgb(10, 110, 210);
    transform: translateY(-3px) scale(1.0);
    box-shadow: 0 1px 19px rgb(33 126 214 / 45%);
    color: white;
}

/* ========================================== Premium Overlapping Cards ======================================== */
.premium-values-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    width: 100%;
}

.premium-value-item {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding-bottom: 30px;
}

.premium-value-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(15, 151, 209, 0.15);
}

.premium-item-image {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: -40px;
    /* pull content up over image */
}

.premium-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-value-item:hover .premium-item-image img {
    transform: scale(1.08);
}

.premium-item-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(11, 46, 89, 0.8) 100%);
}

.premium-item-badge {
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 40px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--font-kanit);
    z-index: 2;
    transition: color 0.4s ease;
}

.premium-value-item:hover .premium-item-badge {
    color: #0f97d1;
}

.premium-item-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 0 20px;
    padding: 30px 20px 10px 20px;
    position: relative;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    z-index: revert-layer;
}

.premium-item-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0f97d1, #1fc7e9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    box-shadow: 0 8px 20px rgba(15, 151, 209, 0.3);
    transition: transform 0.4s ease;
}

.premium-value-item:hover .premium-item-icon {
    transform: translateX(-50%) scale(1.1);
}

.premium-item-title {
    font-family: var(--font-kanit);
    color: #0b2e59;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
}

.premium-item-text {
    font-family: var(--font-poppins);
    color: #5a6b7c;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .premium-values-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .premium-values-wrapper {
        grid-template-columns: 1fr;
    }
}

.header-border {
    border-bottom: 1px solid #c5cad166;
}

/* =========================================== Language Toggling ==================================== */
body.lang-fr .lang-en {
    display: none !important;
}

body.lang-en .lang-fr {
    display: none !important;
}




/* ====================================header fixing================================================= */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    z-index: 999 !important;
}


.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding-top: 10px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.4s ease;
    z-index: 999 !important;
}

.header.fixed-header .nav-link {
    color: #004670 !important;
}

.header.fixed-header .nav-link:hover,
.header.fixed-header .nav-link.active {
    color: #004670 !important;
    opacity: 0.7;
}

.header.fixed-header .row {
    border-bottom-color: rgba(0, 70, 112, 0.15) !important;
}

.header.fixed-header .check-status-btn {
    color: #004670;
    border-color: rgba(0, 70, 112, 0.45);
    /* background: rgba(0, 70, 112, 0.08); */
}

.header.fixed-header .check-status-btn:hover {
    background: rgba(0, 70, 112, 0.18);
    border-color: rgba(0, 70, 112, 0.75);
    color: #004670;
}

.header.fixed-header .hamburger-btn span {
    background: #095aa4;
}

.header.fixed-header .hamburger-btn {
    background: rgba(230, 242, 249, 0.92) !important;
    border: 1.5px solid rgba(9, 90, 164, 0.45) !important;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    box-shadow: 0 4px 14px rgb(0 70 112 / 9%);
}

.header.fixed-header .hamburger-btn:hover {
    background: rgba(230, 242, 249, 1) !important;
    border-color: rgba(9, 90, 164, 0.7) !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}




/* =====================sticky button=================== */

.sticky-contact-wrapper {
    position: fixed;
    right: 30px;
    bottom: 12%;
    transform: translateY(50%);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sticky-contact-wrapper.show-sticky {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.sticky-contact-container {
    /* background: #ffffff; */
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
        inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000),
        inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent),
        inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
        inset -0.3px -1px 4px 0px color-mix(in srgb, #ffffff calc(var(--glass-reflex-dark) * 11%), transparent),
        inset -0.5px -0.5px 0px -4px color-mix(in srgb, #ffffff calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 0px 4px 1px -13px color-mix(in srgb, #ffffff calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
        0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    padding: 14px 9px 14px 10px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-btn-2 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
    /* background: #0d6efd; */

    background: linear-gradient(99deg, rgba(0, 197, 245, 1), rgba(0, 128, 251, 1));
}

.call-btn {
    background: linear-gradient(45deg, #004670c7, #21c5f8);
}

.contact-btn-2:hover {
    transform: scale(1.15);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .sticky-contact-wrapper {
        right: 15px;
    }

    .contact-btn-2 {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .sticky-contact-container {
        padding: 10px;
        gap: 12px;
    }
}




/* ============================================================
   MOBILE HAMBURGER TOGGLE & NAV POPUP
   ============================================================ */

/* Hamburger button — hidden on desktop, visible below 992px */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    cursor: pointer;
    gap: 5px;
    padding: 0;
    transition: background 0.25s ease, border-color 0.25s ease;
    flex-shrink: 0;
}

.hamburger-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
}

.hamburger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s ease,
        width 0.3s ease;
    transform-origin: center;
}

/* Animated ✕ state */
.hamburger-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.hamburger-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile Nav Popup Overlay ─────────────────────────────── */
.mobile-nav-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
}

.mobile-nav-popup.is-open {
    pointer-events: all;
    visibility: visible;
}

/* Backdrop */
.mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.mobile-nav-popup.is-open .mobile-nav-backdrop {
    opacity: 1;
}

/* Drawer panel */
.mobile-nav-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    background: linear-gradient(160deg, #02749b 0%, #09354b 60%, #0a1020 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.mobile-nav-popup.is-open .mobile-nav-panel {
    transform: translateX(0);
}

/* Panel header bar */
.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav-header .mobile-logo img {
    height: 34px;
}

/* Close button inside panel */
.mobile-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    line-height: 1;
}

.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
    transform: rotate(90deg);
}

/* Nav links list */
.mobile-nav-links {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    flex: 1;
}

.mobile-nav-links li {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Stagger link entries when popup opens */
.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.12s;
}

.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.18s;
}

.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.24s;
}

.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.30s;
}

.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.36s;
}

.mobile-nav-popup.is-open .mobile-nav-links li:nth-child(6) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.42s;
}

/* Check Status highlight in mobile nav */
.mobile-nav-links a.check-status-mobile {
    color: #22c55e;
    font-weight: 600;
    border-left-color: #22c55e;
    background: rgba(34, 197, 94, 0.06);
}

.mobile-nav-links a.check-status-mobile i {
    color: #22c55e;
}

.mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-left: 3px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    position: relative;
}

.mobile-nav-links a i {
    font-size: 14px;
    width: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s ease;
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-left-color: #4e8fff;
}

.mobile-nav-links a:hover i,
.mobile-nav-links a.active i {
    color: #4e8fff;
}

.mobile-nav-links a.active {
    font-weight: 600;
}

/* Divider between links */
.mobile-nav-links li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Panel footer */
.mobile-nav-footer {
    padding: 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* ========================================================================= Legal Pages (Privacy Policy, Terms & Conditions) ========================================================================= */
.legal-page-section {
    background-color: #f8fbff;
    padding: 80px 0;
}

.legal-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.legal-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

.legal-title {
    font-family: var(--font-Urbanist);
    color: rgba(5, 47, 84, 1);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}

.legal-content-card p {
    color: #5a6b7c;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.legal-list li {
    position: relative;
    padding-left: 20px;
    color: #5a6b7c;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.legal-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
    list-style: none;
    padding-left: 0;
}

.legal-pill-list li {
    background-color: #f4f6f9;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

.legal-contact-info {
    background: #f0f8fa;
    padding: 25px 30px;
    border-radius: 12px;
    margin-top: 30px;
    border-left: 4px solid var(--primary-color);
}

.legal-contact-info p {
    margin-bottom: 8px;
    color: #0b2e59;
}

.legal-contact-info strong {
    font-family: var(--font-Urbanist);
    font-size: 18px;
    color: #0b2e59;
    display: block;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .legal-content-card {
        padding: 30px 20px;
    }
}

/* ========================================================================= Logo Text Styling ========================================================================= */
.logo-container {
    display: flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.logo-text {
    margin-left: 4px;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.powered-by-text {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1;
}

.novatech-text {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #fafdff;
    line-height: 1;
}

/* ========================================================================= Center Mobile Animation ========================================================================= */
@keyframes floatUpAndDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.animate-float {
    animation: floatUpAndDown 4s ease-in-out infinite;
}

.terms-link {
    text-decoration: none;
}


/* ================================location map========================================== */
.map-wrapper {
    width: 100%;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    /* Change height as needed */
    border: 0;
    display: block;
}

/* ========================================================================= Left Sticky Button (Status) ========================================================================= */
@media (min-width: 1200px) {
    .check-status-sticky {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .check-status-mobile {
        display: none !important;
    }
}

.sticky-contact-wrapper.sticky-left {
    right: auto;
    left: 30px;
}

@media (max-width: 768px) {
    .sticky-contact-wrapper.sticky-left {
        left: 15px;
    }
}

.contact-btn-2.status-btn {
    width: 54px;
    min-width: 29px;
    height: 52px;
    border-radius: 50px;
    /* Full pill shape */
    padding: 0 16px;
    background: linear-gradient(135deg, #65a3fe, #0d6efd);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
    text-decoration: none;
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .contact-btn-2.status-btn {
        min-width: 50px;
        padding: 0 13px;
        height: 50px;
    }
}

.status-btn-text {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    /* Text is now on the right */
}

.contact-btn-2.status-btn:hover .status-btn-text {
    max-width: 250px;
    opacity: 1;
    margin-left: 12px;
}

/* Icon composition */
.status-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.status-icon-wrapper .fa-mobile-screen {
    color: #fff;
    font-size: 26px;
}

.status-icon-wrapper .repair-icon-overlay {
    position: absolute;
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e67e22;
    /* Matches the new button background gradient */
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}