/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.5.1775020503
Updated: 2026-04-01 05:15:03

*/

:root {
    --orange-color: #F6A00B;
    --green-color: #408333;
    --dark-bg: #0e1a1f;
    --text-light: #ffffff;
    --text-muted-custom: #cfd8dc;
    --heading-color: #0F1616;

    --linco-red: #E32D2D;
    --linco-red-hover: #c42222;
    --text-dark: var(--heading-color);
    --nav-bg: #ffffff;
    --accent-yellow: var(--orange-color);
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 92% !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #751f63;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000!important;
}
.header-wrapper {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 1030;
    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
}

.header-wrapper.is-sticky {
    top: 15px;
}

.custom-navbar {
    background-color: var(--nav-bg);
    border-radius: 50px;
    padding: 12px 30px;
    width: 95%;
    max-width: 1600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.header-wrapper.is-sticky .custom-navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.navbar-brand h3 {
    font-weight: 800;
    margin: 0;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

.navbar-brand span.text-red {
    color: var(--linco-red);
    font-size: 1.2em;
}

.nav-item {
    margin: 0 5px;
}

.nav-link {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-dark) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover,
.nav-item.dropdown:hover .nav-link {
    color: var(--linco-red) !important;
}

.dropdown-toggle::after {
    display: none;
}

.nav-link i.fa-caret-down {
    font-size: 0.8rem;
    margin-top: 2px;
}

.dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dropdown-item {
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 20px;
    color: var(--text-dark);
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: rgba(227, 45, 45, 0.05);
    color: var(--linco-red);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-actions i {
    font-size: 1.1rem;
    color: var(--text-dark);
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-actions i:hover {
    color: var(--linco-red);
}

.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(14, 26, 31, 0.85) 0%, rgba(14, 26, 31, 0.4) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.pre-heading {
    color: var(--linco-red);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.main-heading {
    color: var(--text-light);
    font-size: clamp(2.5rem, 4.5vw, 5.5rem);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.btn-hero {
    background-color: var(--linco-red);
    color: var(--text-light);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-hero:hover {
    background-color: var(--linco-red-hover);
    color: var(--text-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(227, 45, 45, 0.3);
}

.services-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-preheading {
    color: var(--accent-yellow);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.services-main-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: -1px;
}

.services-main-heading span {
    color: var(--linco-red);
    font-weight: 700;
    font-style: italic;
}

.services-wrapper {
    display: flex;
    border-radius: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
    background: #ffffff;
}

.service-col {
    flex: 1;
    padding: 60px 45px;
    position: relative;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.service-col:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.service-col:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: none;
}

.service-col.center-col {
    background-color: #fdfaf7;
}

.service-title,
.service-desc,
.service-list li,
.service-link,
.watermark,
.service-icon {
    transition: all 0.4s ease;
}

.service-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-desc {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 30px;
    min-height: 80px;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
    background-color: #fff4f4;
    color: var(--linco-red);
}

.center-col .service-icon {
    background-color: var(--text-dark);
    color: var(--linco-red);
}

.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.service-list li {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.service-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--accent-yellow);
    margin-right: 12px;
    transition: all 0.4s ease;
}

.center-col .service-list li::before {
    background-color: var(--text-dark);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.watermark {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-col:hover {
    transform: scale(1.03) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border-radius: 30px !important;
    border: none;
}

.service-col:hover .service-link i {
    transform: translateX(8px);
}

.service-col.hover-dark:hover {
    background-color: var(--text-dark);
}

.service-col.hover-dark:hover .service-title {
    color: var(--text-light);
}

.service-col.hover-dark:hover .service-desc {
    color: rgba(255, 255, 255, 0.7);
}

.service-col.hover-dark:hover .service-list li {
    color: rgba(255, 255, 255, 0.85);
}

.service-col.hover-dark:hover .service-list li::before {
    background-color: var(--linco-red);
}

.service-col.hover-dark:hover .service-link {
    color: var(--linco-red);
}

.service-col.hover-dark:hover .watermark {
    color: rgba(255, 255, 255, 0.05);
}

.service-col.hover-dark:hover .service-icon {
    background-color: var(--linco-red);
    color: var(--text-light);
}

.service-col.hover-red:hover {
    background-color: var(--linco-red);
}

.service-col.hover-red:hover .service-title {
    color: var(--text-light);
}

.service-col.hover-red:hover .service-desc {
    color: rgba(255, 255, 255, 0.85);
}

.service-col.hover-red:hover .service-list li {
    color: rgba(255, 255, 255, 0.9);
}

.service-col.hover-red:hover .service-list li::before {
    background-color: var(--text-dark);
}

.service-col.hover-red:hover .service-link {
    color: var(--text-dark);
}

.service-col.hover-red:hover .watermark {
    color: rgba(255, 255, 255, 0.15);
}

.service-col.hover-red:hover .service-icon {
    background-color: var(--text-light);
    color: var(--linco-red);
}

.about-section {
    padding: 100px 0;
    background-color: var(--text-light);
    overflow: hidden;
}

.img-fader-container {
    position: relative;
    width: 100%;
    /* max-width: 450px; */
    max-width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.img-bg-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #fff9e6;
    border-radius: 20px;
    z-index: 0;
}

.img-fader-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.img-fader-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: crossfade 12s infinite;
}

.img-fader-frame img:nth-child(1) {
    animation-delay: 0s;
}

.img-fader-frame img:nth-child(2) {
    animation-delay: 4s;
}

.img-fader-frame img:nth-child(3) {
    animation-delay: 8s;
}

@keyframes crossfade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    43% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.badge-advisor {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.badge-year {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background-color: var(--accent-yellow);
    padding: 20px;
    border-radius: 15px;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(246, 160, 11, 0.3);
    text-align: center;
}

.card-stack-container {
    position: relative;
    height: 300px;
    max-width: 100%;
    margin-top: 60px;
}

.stack-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 100%;
    height: 250px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.stack-icon-bg {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.sc-1 {
    background-color: var(--text-dark);
    color: var(--text-light);
    animation: stack1 12s infinite;
}

.sc-1 .stack-icon-bg {
    color: var(--accent-yellow);
}

.sc-2 {
    background-color: var(--accent-yellow);
    color: var(--text-dark);
    animation: stack2 12s infinite;
}

.sc-2 .stack-icon-bg {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--text-dark);
}

.sc-3 {
    background-color: #8c899c;
    color: var(--text-light);
    animation: stack3 12s infinite;
}

@keyframes stack1 {

    0%,
    28% {
        z-index: 3;
        transform: translate(0, 0) scale(1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }

    33%,
    61% {
        z-index: 1;
        transform: translate(30px, -30px) scale(0.9);
        box-shadow: none;
    }

    66%,
    94% {
        z-index: 2;
        transform: translate(15px, -15px) scale(0.95);
        box-shadow: none;
    }

    100% {
        z-index: 3;
        transform: translate(0, 0) scale(1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }
}

@keyframes stack2 {

    0%,
    28% {
        z-index: 2;
        transform: translate(15px, -15px) scale(0.95);
        box-shadow: none;
    }

    33%,
    61% {
        z-index: 3;
        transform: translate(0, 0) scale(1);
        box-shadow: 0 20px 40px rgba(246, 160, 11, 0.2);
    }

    66%,
    94% {
        z-index: 1;
        transform: translate(30px, -30px) scale(0.9);
        box-shadow: none;
    }

    100% {
        z-index: 2;
        transform: translate(15px, -15px) scale(0.95);
        box-shadow: none;
    }
}

@keyframes stack3 {

    0%,
    28% {
        z-index: 1;
        transform: translate(30px, -30px) scale(0.9);
        box-shadow: none;
    }

    33%,
    61% {
        z-index: 2;
        transform: translate(15px, -15px) scale(0.95);
        box-shadow: none;
    }

    66%,
    94% {
        z-index: 3;
        transform: translate(0, 0) scale(1);
        box-shadow: 0 20px 40px rgba(140, 137, 156, 0.2);
    }

    100% {
        z-index: 1;
        transform: translate(30px, -30px) scale(0.9);
        box-shadow: none;
    }
}

.about-pre {
    color: var(--accent-yellow);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.about-title span {
    font-weight: 400;
}

.quote-box {
    background-color: #fafafa;
    border-left: 4px solid var(--accent-yellow);
    border-radius: 8px;
}

.highlight-box {
    background-color: #fffaf0;
    border-radius: 12px;
}

.feat-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.feat-red {
    background-color: #ffeaea;
    color: #ff4d4d;
}

.feat-blue {
    background-color: #eaf2ff;
    color: #4d88ff;
}

.feat-green {
    background-color: #eafaf1;
    color: var(--green-color);
}

.valuable-services {
    padding: 100px 0;
    background-color: #fcfcfd;
}

.vs-header {
    margin-bottom: 50px;
}

.vs-preheading {
    color: var(--linco-red);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.vs-main-heading {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: -1px;
}

.vs-main-heading span {
    color: var(--linco-red);
}

.vs-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.vs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(227, 45, 45, 0.1);
}

.vs-icon-box {
    width: 70px;
    height: 70px;
    background-color: #fff4f4;
    color: var(--linco-red);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.vs-card:hover .vs-icon-box {
    transform: scale(1.1);
}

.vs-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.vs-desc {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.vs-ratings {
    margin-top: 20px;
    text-align: left;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

.vs-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.vs-stars {
    color: var(--accent-yellow);
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.why-choose-us {
    padding: 100px 0;
    background-color: #ffffff;
}

.why-heading {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 60px;
}

.why-heading span {
    color: var(--linco-red);
    font-weight: 600;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.why-item {
    width: 220px;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}

.why-icon-box {
    width: 85px;
    height: 85px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: var(--wi-bg);
    color: var(--wi-color);
}

.why-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: #4a5568;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.why-item:hover .why-icon-box {
    transform: scale(1.15);
    box-shadow: 0 15px 35px var(--wi-shadow);
}

.why-item:hover .why-text {
    color: var(--wi-color);
}

.why-blue {
    --wi-bg: #f0f5ff;
    --wi-color: #3b82f6;
    --wi-shadow: rgba(59, 130, 246, 0.35);
}

.why-orange {
    --wi-bg: #fff5eb;
    --wi-color: var(--accent-yellow);
    --wi-shadow: rgba(246, 160, 11, 0.35);
}

.why-green {
    --wi-bg: #f0fdf4;
    --wi-color: var(--green-color);
    --wi-shadow: rgba(64, 131, 51, 0.35);
}

.why-purple {
    --wi-bg: #faf5ff;
    --wi-color: #a855f7;
    --wi-shadow: rgba(168, 85, 247, 0.35);
}

.why-cyan {
    --wi-bg: #ecfeff;
    --wi-color: #06b6d4;
    --wi-shadow: rgba(6, 182, 212, 0.35);
}

.why-yellow {
    --wi-bg: #fefce8;
    --wi-color: #eab308;
    --wi-shadow: rgba(234, 179, 8, 0.35);
}

.why-indigo {
    --wi-bg: #eef2ff;
    --wi-color: #6366f1;
    --wi-shadow: rgba(99, 102, 241, 0.35);
}

.expert-network {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.en-header {
    text-align: center;
    margin-bottom: 60px;
}

.en-preheading {
    color: var(--accent-yellow);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.en-main-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: var(--text-dark);
    margin: 0;
    letter-spacing: -1px;
}

.en-main-heading span {
    color: var(--linco-red);
    font-weight: 600;
}

.cards-stack-container {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.scroll-card {
    position: sticky;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    transform-origin: top center;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    will-change: transform, opacity;
}

#sc-1 {
    top: 100px;
    z-index: 1;
}

#sc-2 {
    top: 130px;
    z-index: 2;
}

#sc-3 {
    top: 160px;
    z-index: 3;
}

#sc-4 {
    top: 190px;
    z-index: 4;
}

#sc-5 {
    top: 220px;
    z-index: 5;
}

.card-dark {
    background-color: var(--text-dark);
    color: var(--text-light);
}

.card-dark .sc-btn {
    background-color: var(--linco-red);
    color: var(--text-light);
}

.card-dark .sc-btn:hover {
    background-color: var(--text-light);
    color: var(--linco-red);
}

.card-red {
    background-color: var(--linco-red);
    color: var(--text-light);
}

.card-red .sc-btn {
    background-color: var(--text-dark);
    color: var(--text-light);
}

.card-red .sc-btn:hover {
    background-color: var(--text-light);
    color: var(--text-dark);
}

.sc-content {
    padding: 80px 70px;
    flex: 1;
    z-index: 2;
}

.sc-title {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.sc-desc {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 95%;
}

.sc-btn {
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.sc-img-box {
    flex: 1;
    height: 100%;
    position: relative;
    min-width: 500px;
}

.sc-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-dark .sc-img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, var(--text-dark) 10%, transparent 100%);
    z-index: 1;
}

.card-red .sc-img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, var(--linco-red) 10%, transparent 100%);
    z-index: 1;
}

.testimonials-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.testi-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.testi-preheading {
    color: var(--accent-yellow);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(246, 160, 11, 0.1);
    padding: 5px 15px;
    border-radius: 20px;
}

.testi-preheading i {
    margin-right: 5px;
}

.testi-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.testi-title span {
    color: var(--accent-yellow);
}

.testi-desc {
    color: #6c757d;
    font-size: 1rem;
    max-width: 500px;
    margin-bottom: 0;
}

.google-rating-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.gr-left span {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
}

.gr-left strong {
    font-size: 1.5rem;
    color: var(--text-dark);
    font-weight: 800;
    margin-right: 5px;
}

.gr-left i {
    color: var(--accent-yellow);
    font-size: 0.8rem;
}

.gr-right i.fa-google {
    font-size: 1.8rem;
    color: #4285F4;
}

.testi-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px 25px;
    position: relative;
    margin: 25px 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}

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

.quote-icon {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: var(--accent-yellow);
    color: var(--text-dark);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(246, 160, 11, 0.3);
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.testi-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f1f3f5;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.testi-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 5px;
}

.testi-info h5 i {
    color: #3b82f6;
    font-size: 0.9rem;
}

.testi-info p {
    margin: 0;
    font-size: 0.75rem;
    color: #adb5bd;
}

.testi-stars {
    color: var(--accent-yellow);
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.testi-text {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testi-text a {
    color: var(--accent-yellow);
    font-weight: 600;
    text-decoration: none;
}

.testi-footer {
    border-top: 1px solid #f1f3f5;
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: #adb5bd;
    font-weight: 500;
}

.testi-footer i.fa-google {
    font-size: 1rem;
    color: #6c757d;
}

.testimonials-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 30px;
    z-index: 10;
}

.testimonials-carousel .owl-nav button.owl-prev,
.testimonials-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--text-dark) !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.testimonials-carousel .owl-nav button.owl-prev:hover,
.testimonials-carousel .owl-nav button.owl-next:hover {
    background: var(--linco-red) !important;
    color: var(--text-light) !important;
}

.divisions-section {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.div-header {
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
}

.div-main-heading {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: -1px;
}

.div-main-heading span {
    color: #9ca3af;
    font-weight: 300;
}

.div-item {
    height: 100px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px 5px;
}

.div-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(227, 45, 45, 0.2);
}

.div-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    width: auto !important;
    margin: 0 auto;
}

.div-item:hover img {
    opacity: 1;
}

.divisions-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.latest-news {
    padding: 100px 0;
    background-color: #ffffff;
}

.news-header {
    margin-bottom: 50px;
    text-align: center;
}

.news-main-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: -1px;
}

.news-main-heading span {
    color: var(--linco-red);
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.news-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}

.news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.news-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    color: var(--heading-color);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.news-content {
    padding: 0 10px;
}

.news-category {
    color: var(--accent-yellow);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.news-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1.4;
    margin-bottom: 15px;
}

.news-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-card:hover .news-title a {
    color: var(--linco-red);
}

.news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.news-author {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--heading-color);
}

.author-avatar {
    width: 24px;
    height: 24px;
    background: #f1f3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--heading-color);
}

.meta-dot {
    color: #dee2e6;
    font-size: 0.5rem;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.page-num {
    color: #6c757d;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.page-num:hover {
    background: rgba(0, 0, 0, 0.03);
    color: var(--heading-color);
}

.page-num.active {
    color: var(--linco-red);
    position: relative;
}

.page-num.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--linco-red);
    border-radius: 50%;
}

.page-arrow {
    color: #adb5bd;
    transition: color 0.3s ease;
}

.page-arrow:hover {
    color: var(--heading-color);
}

/* ==========================================
    FOOTER SECTION
    ========================================== */
.site-footer {
    background-color: #000000;
    color: var(--text-light);
    overflow: hidden;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
    padding: 80px 50px 30px;
    min-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right {
    flex: 0 0 350px;
    background-color: var(--accent-yellow);
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 400px;
}

.footer-contact-row {
    display: flex;
    flex-wrap: wrap;
/*     gap: 40px; */
    margin-bottom: 50px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #111111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffffff;
    flex-shrink: 0;
}

.contact-info label {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.contact-info span {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ffffff;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-col h5 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--linco-red);
    padding-left: 5px;
}

.footer-right h2 {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 50px;
    line-height: 1.1;
}

.cta-circle {
    width: 180px;
    height: 180px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.cta-circle span {
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: color 0.4s ease;
}

.cta-circle i {
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    transition: transform 0.4s ease, color 0.4s ease;
}

.cta-circle::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.cta-circle:hover {
    transform: scale(1.05);
}

.cta-circle:hover::before {
    transform: scale(8);
}

.cta-circle:hover span,
.cta-circle:hover i {
    color: #000000;
}

.cta-circle:hover i {
    transform: translateX(8px);
}

.footer-bottom {
    padding-top: 0;
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
}

.footer-bottom p {
    margin-bottom: 5px;
    line-height: 1.6;
}

.dev-credit {
    font-weight: 600;
    color: var(--accent-yellow);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .cards-stack-container {
        max-width: 900px;
        padding: 0 20px;
    }

    .sc-img-box {
        min-width: 350px;
    }

    .testimonials-carousel .owl-nav {
        padding: 0 10px;
    }

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

@media (max-width: 991px) {
    .footer-main {
        flex-direction: column;
    }

    .footer-right {
        width: 100%;
        min-width: 100%;
        padding: 80px 20px;
    }

    .footer-left {
        padding: 60px 20px;
    }

    .footer-contact-row {
        flex-direction: column;
        gap: 30px;
    }

    .custom-navbar {
        border-radius: 15px;
        padding: 15px;
    }

    .header-wrapper {
        top: 10px;
    }

    .header-wrapper.is-sticky {
        top: 10px;
    }

    .nav-actions {
        margin-top: 15px;
        justify-content: flex-start;
    }

    .main-heading {
        line-height: 1.2;
    }

    .services-wrapper {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .service-col {
        border-radius: 30px !important;
        margin-bottom: 20px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .img-fader-container {
        max-width: 100%;
        height: 350px;
    }

    .badge-year {
        right: 10px;
        bottom: -20px;
    }

    .why-grid {
        gap: 15px;
    }

    .why-item {
        width: 45%;
        padding: 10px 0;
    }

    .why-icon-box {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .scroll-card {
        height: auto;
        flex-direction: column;
        min-height: auto;
        margin-bottom: 20px;
    }

    #sc-1 {
        top: 80px;
    }

    #sc-2 {
        top: 95px;
    }

    #sc-3 {
        top: 110px;
    }

    #sc-4 {
        top: 125px;
    }

    #sc-5 {
        top: 140px;
    }

    .sc-content {
        padding: 40px 30px;
        order: 1;
        width: 100%;
    }

    .sc-desc {
        max-width: 100%;
    }

    .sc-img-box {
        min-width: 100%;
        height: 300px;
        order: 2;
        width: 100%;
    }

    .card-dark .sc-img-box::before {
        width: 100%;
        height: 100px;
        top: -1px;
        left: 0;
        background: linear-gradient(to bottom, var(--text-dark) 5%, transparent 100%);
    }

    .card-red .sc-img-box::before {
        width: 100%;
        height: 100px;
        top: -1px;
        left: 0;
        background: linear-gradient(to bottom, var(--linco-red) 5%, transparent 100%);
    }

    .testi-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .google-rating-box {
        width: 100%;
        justify-content: space-between;
    }

    .testimonials-carousel .owl-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .why-item {
        width: 100%;
        max-width: 250px;
    }

    .valuable-services .vs-card {
        margin-bottom: 10px;
    }

    .news-title {
        font-size: 1.2rem;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:767px) {
.service-col {
    padding: 40px 35px;
}

.service-link {
    font-size: 11px;
}

.sc-btn {
    padding: 14px 40px;
    font-size: 12px;
}

.sc-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
}

.contact-info span {
    font-size: 12px;
}

.contact-item{
    flex-wrap: wrap;
}
}

/* breadcrumb Css */
.linco-breadcrumb {
    background: linear-gradient(135deg, var(--dark-bg) 0%, #1a2a32 100%);
    padding: 140px 0 70px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.linco-breadcrumb .breadcrumb-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.15;
    animation: floatShape 8s infinite alternate ease-in-out;
}

.linco-breadcrumb .shape-1 {
    width: 300px;
    height: 300px;
    background: var(--linco-red);
    top: -50px;
    left: -50px;
}

.linco-breadcrumb .shape-2 {
    width: 250px;
    height: 250px;
    background: var(--orange-color);
    bottom: -80px;
    right: 10%;
    animation-delay: 2s;
}

@keyframes floatShape {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(30px) scale(1.1);
    }
}

.linco-breadcrumb .page-title {
    color: var(--text-light);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: -1px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.linco-breadcrumb .glass-breadcrumb {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: inline-flex;
}

.linco-breadcrumb .glass-breadcrumb .breadcrumb-item {
    font-size: 1rem;
    font-weight: 500;
}

.linco-breadcrumb .glass-breadcrumb .breadcrumb-item a {
    color: var(--orange-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.linco-breadcrumb .glass-breadcrumb .breadcrumb-item a:hover {
    color: var(--linco-red);
}

.linco-breadcrumb .glass-breadcrumb .breadcrumb-item.active {
    color: var(--text-light);
    opacity: 0.8;
}

.linco-breadcrumb .glass-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* =========================
   CONTAINER FIX (IMPORTANT)
========================= */
/* .container {
    max-width: 1320px;
}
@media (min-width:1400px){
    .container {
        max-width: 1400px;
    }
} */

/* =========================
   BODY
========================= */
body {
    font-family: 'Manrope', sans-serif;
    background: #f3f6fb;
    color: #121c2a;
     overflow-x: hidden;
    /* margin: 0; */
}
html, body {
    overflow-x: hidden;
}

/* section, div {
    max-width: 100%;
} */
/* =========================
   NAVBAR
========================= */
.header-wrapper {
    position: fixed;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.custom-navbar {
    background: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    width: 96%;
    max-width: 1500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.custom-navbar a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}

.custom-navbar a.active {
    color: #d90416;
    border-bottom: 2px solid #d90416;
}

.btn-quote {
    background: #d90416;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

/* =========================
   HERO
========================= */
.hero {
    position: relative;
    height: 720px;
    display: flex;
    align-items: center;
    background: #f3f6fb;
    overflow: hidden;
    padding-top: 100px;
}

/* IMAGE */
.hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://lh3.googleusercontent.com/aida-public/AB6AXuCS4o0RlCLgoN7x6qSaslOopiv23RjtlrNDDiw_iAQcdIVtR1p-QuQc0rgaf2Ir5oP6L3ocw5a5iSeh7j_fgSZw5q1K8ihbom9y4UDwGI8gV4GL4Hh-BM7A5S1mMAmlaPYT6-XFCosJT728-_YWGwEebmpzDgoQA29tJ69QJdLFJqyn7DyQDE-xwO22-b03rasNUel9OkOz7exEOFJv-1Foc0FYaYqQaBpr9ih681P_nsC3d3mUjyg3oEP5sek6Ba1B7Phj8sO-GMI') center/cover no-repeat;
    filter: grayscale(100%);
    opacity: 0.35;
}

/* LEFT GRADIENT */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #f3f6fb 45%, rgba(243,246,251,0.6) 65%, transparent);
}

/* CONTENT */
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin-top: 40px;
}

.hero-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: #b47c12;
    font-weight: 700;
}

.hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: #0f1a2b;
}

.hero-title span {
    color: #d90416;
}

.hero-desc {
    font-weight: 600;
    font-size: large;
    color: #545e6e;
    line-height: 1.7;
}

/* =========================
   OVERVIEW
========================= */
.overview {
    padding: 40px 0;
    background: #f3f6fb;
}

/* IMAGE WRAP */
.overview-img-wrap {
    position: relative;
}

/* BACK SHAPE */
.img-bg {
    position: absolute;
    inset: -15px;
    background: #dbe3f2;
    border-radius: 20px;
    transform: rotate(-5deg);
}

/* IMAGE */
.overview-img {
    position: relative;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    filter: grayscale(100%);
}


/* RED BADGE */
.year-box {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #e21c23;
    padding: 30px 45px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

.year-box h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 800;
}

.year-box span {
    font-size: 11px;
    letter-spacing: 1px;
}

/* TEXT */
.overview-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0f1a2b;
}

.overview-line {
    width: 60px;
    height: 3px;
    background: #e21c23;
    margin: 15px 0 25px;
}

.overview p {
    font-size: 1.2rem;
    color: rgb(93 63 60);
    line-height: 1.625;
}

/* STATS */
.overview-stats {
    display: flex;
    gap: 80px;
    margin-top: 40px;
}

.overview-stats h4 {
    color: #9c6b00;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 2.5rem;
}

.overview-stats span {
    font-size: 13px;
    letter-spacing: 1px;
    color: #545e6e;
    font-weight: bold;
}


/* ===== FRAMEWORK BACKGROUND ===== */
.framework {
    padding: 50px 0;
    background: #e9eff8;
}

/* HEADER */
.fw-label {
    font-size: 12px;
    letter-spacing: 4px;
    color: #be0013cc;
    font-weight: 700;
}

.fw-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    color: #0f1a2b;
}

.fw-desc {
    color: #5c6675;
}

/* ===== MISSION CARD ===== */
.fw-mission {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 56px;
    border: 1px solid #dde4f0;
    overflow: hidden;
}

.fw-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.fw-top .line {
    width: 40px;
    height: 2px;
    background: #d90416;
}

.fw-top small {
    font-size: 11px;
    letter-spacing: 2px;
    color: #d90416;
    font-weight: 700;
}

/* TEXT */
.fw-mission h3 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
    color: #0f1a2b;
}

.fw-mission .italic {
    color: #d90416;
    font-style: italic;
    font-weight: 100;
}

.fw-mission p {
    margin-top: 25px;
    color: #5c6675;
    line-height: 1.7;
}

/* ROCKET */
.rocket-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 80px;
    opacity: 0.08;
}

/* ===== ISO CARD ===== */
.fw-iso {
    background: linear-gradient(135deg, #0b1628, #091221);
    color: #fff;
    padding: 35px;
    border-radius: 22px;
}

.iso-top {
    font-size: 20px;
    color: #f4b400;
    margin-bottom: 20px;
}

.fw-iso h5 {
    font-size: 24px;
    font-weight: 700;
}

.fw-iso span {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
}

.divider {
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 20px 0px 30px 0;
}

.fw-iso p {
    font-style: italic;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

/* ===== VISION CARD ===== */
.fw-vision {
    position: relative;
    background: #be0013;
    color: #fff;
    padding: 35px;
    border-radius: 22px;
    overflow: hidden;
}

.fw-vision h4 {
    font-size: 32px;
    font-weight: 800;
}

.fw-vision p {
    margin-top: 10px;
    font-size: 14px;
}

/* CIRCLE EFFECT */
.circle-bg {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    border: 6px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}

/* ===== CORE VALUES ===== */
/* CORE VALUES */
.core-values {
    padding: 50px 0;
    padding-bottom: 50px;
    padding-top: 0;
}

.cv-line {
    width: 50px;
    height: 3px;
    background: #d90416;
    margin: 10px 0 20px;
}

.cv-desc {
    color: #5c6675;
}

/* CARDS */


.cv-card:hover {
    background: transparent;
    border: 1px solid rgba(217,4,22,0.3);
    transform: translateY(-8px);
}

.cv-card:hover .icon-box {
    background: #d90416;
    color: #fff;
}

.bottom-line {
    height: 3px;
    width: 0;
    background: #d90416;
    margin-top: 20px;
    transition: width 0.4s ease;
}

.cv-card:hover .bottom-line {
    width: 100%;
    opacity: 0.3;
}

/* ICON */
.icon-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.cv-card h5 {
    margin-top: 15px;
    font-weight: 700;
}

.cv-card p {
    color: #5c6675;
}

/* ===== TEAM ===== */
.team {
    background: #ffffff;
    padding: 80px 0;
}

/* BUTTON */
.team-btn {
    background: #dbe4f2;
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    color: #0f1a2b;
    transition: 0.35s ease;
}

.team-btn:hover {
    border: 1px solid;
    background: #fff;
}

/* TEAM CARD */
.team-card {
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s ease;
}

.team-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4; /* keeps nice card shape */
    object-fit: cover;
    border-radius: 18px;
    filter: grayscale(100%);
    transition: 0.35s ease;
}

.team-card:hover img {
    filter: grayscale(0%);
}

.team-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
/* OVERLAY */
.team-card {
    margin-top: 42px;
    position: relative; /* required */
}

/* overlay layer */
.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.3),
        transparent
    );

    color: #fff;

    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

/* TEXT STYLE */
.team-overlay h5 {
    margin: 0;
    font-weight: 600;
}

.team-overlay span {
    font-size: 14px;
    color: #f5a623;
}

/* HOVER EFFECT */
.team-card:hover .team-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* optional zoom effect */
.team-card:hover img {
    transform: scale(1.05);
}




/* FOOTER */
.footer {
    background: #071a34;
    color: #aab4c5;
    padding: 80px 0 30px;
}

/* LOGO */
.footer-logo {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-tag {
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

/* ICONS */
.footer-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-icons span:hover {
    background: #ffb400;
    color: #000;
}

/* HEADINGS */
.footer-heading {
    color: #ffb400;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-links li:hover {
    color: #fff;
}

.footer-links .active {
    color: #ffb400;
}

/* NEWSLETTER */
.footer-desc {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 8px;
}

.newsletter-box input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    font-size: 13px;
}

.newsletter-box input::placeholder {
    color: #aab4c5;
}

.arrow {
    color: #ffb400;
    font-size: 20px;
    cursor: pointer;
}

/* LINE */
.footer-line {
    border-color: rgba(255,255,255,0.1);
    margin: 50px 0 20px;
}

/* COPYRIGHT */
.footer-copy {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #7f8ca3;
}

/* RESPONSIVE */
@media(max-width:768px){
    .footer {
        text-align: center;
    }

    .newsletter-box {
        justify-content: center;
    }
    .manufacturing-hero__card{
        margin-top: 10%;
    }
        .vision-left {
        display: flex;
        gap: 285px;
    }
        .img-box img {
        height: 486px;
    }
    
}

/* Responsive */
/* STAGGER EFFECT (ONLY DESKTOP) */
@media(max-width:992px){
    .team .col-lg-3:nth-child(2),
    .team .col-lg-3:nth-child(4){
        transform: translateY(40px);
    }
}

/* RESPONSIVE FIXES */
@media(max-width:768px){
    .core-values {
        padding: 60px 0;
    }

    .fw-mission h3 {
    font-size: 2.8rem;
    }
}

@media(max-width:360px){
    .hero-title, .fw-title {
    font-size: 2.8125rem;
    }
    .fw-mission {
    padding: 25px;
    }
    .fw-mission h3 {
    font-size: 35px;
    line-height: 1.1;
    }
}


/* career page */

/* ===== HERO ===== */

.careers-hero {
    background: #eef2f7;
    overflow: hidden;
}

/* LEFT SIDE */
.careers-hero__left {
    padding: 120px 100px;
    position: relative;
}

/* subtle fade like image */
.careers-hero__left::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, rgba(238,242,247,1), rgba(238,242,247,0));
}

/* CONTENT WIDTH */
.careers-hero__content {
    max-width: 520px;
}

/* TAG */
.careers-hero__tag {
    font-size: 12px;
    letter-spacing: 1px;
    background: #ffe8ea;
    color: #e11d2e;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

/* TITLE */
.careers-hero__title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
}

.careers-hero__title span {
    color: #e11d2e;
}

/* DESC */
.careers-hero__desc {
    color: #6b7280;
    font-size: 16px;
    margin: 20px 0 30px;
}

/* BUTTONS */
.careers-btn-primary {
    background: #e11d2e;
    color: #fff;
    border-radius: 40px;
    padding: 12px 26px;
    font-weight: 500;
}

.careers-btn-secondary {
    background: #e5eaf2;
    border-radius: 40px;
    padding: 12px 26px;
    margin-left: 10px;
}

/* RIGHT IMAGE */
.careers-hero__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){

    .careers-hero__left {
        padding: 60px 30px;
    }

    .careers-hero__title {
        font-size: 42px;
    }

    .careers-hero__left::after {
        display: none;
    }
}


/* ===== STATS ===== */

.careers-stats {
    background: #e5eaf2;
    padding: 35px 0;
}

/* ITEM */
.careers-stats__item h3 {
    font-size: 26px;
    font-weight: 700;
    color: #c47a2c; /* golden tone like screenshot */
    margin-bottom: 5px;
}

.careers-stats__item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* spacing between items */
.careers-stats__item {
    padding: 10px 0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){

    .careers-stats {
        padding: 25px 0;
    }

    .careers-stats__item h3 {
        font-size: 22px;
    }

    .careers-stats__item {
        margin-bottom: 10px;
    }
}

/* ===== CULTURE ===== */

.careers-culture {
    padding: 100px 0;
    background: #f5f7fb;
}

/* HEADER */
.careers-culture__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.careers-culture__header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f1a2b;
}

.careers-culture__header p {
    color: #6b7280;
    max-width: 520px;
    margin-top: 10px;
}

/* right side line */
.careers-culture__line {
    width: 60px;
    height: 3px;
    background: #e11d2e;
}

/* CARD */
.careers-culture__card {
    border-top: 4px solid #e11d2e;
    background: #fff;
    padding: 35px 26px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    transition: 0.3s;
}


/* HOVER */
.careers-culture__card:hover {
    transform: translateY(-8px);
}

/* ICON */
.careers-culture__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 18px;
}

/* ICON COLORS */
.careers-culture__icon.red {
    background: #ffe8ea;
    color: #e11d2e;
}

.careers-culture__icon.gold {
    background: #fff4e5;
    color: #c47a2c;
}

.careers-culture__icon.blue {
    background: #e8f0ff;
    color: #3b82f6;
}

/* TEXT */
.careers-culture__card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.careers-culture__card p {
    font-size: 14px;
    color: #6b7280;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){

    .careers-culture__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .careers-culture__line {
        display: none;
    }

}

/* SECTION */
.careers-jobs {
    padding: 100px 0;
    background: #e9edf5;
}

/* TITLE */
.careers-jobs__title h2 {
    font-size: 42px;
    font-weight: 700;
}

.careers-jobs__title p {
    color: #6b7280;
    margin-top: 10px;
}

/* CARD */
.careers-job-card-red {
    background: #f8f9fb;
    padding: 30px;
    border-radius: 18px;
    height: 100%;
}
.careers-job-card-red:hover{
    background: #d90416;
    color: #fff;
}
.careers-job-card-red:hover a {
    color: #fff;
}
.careers-job-card-brown {
    background: #f8f9fb;
    padding: 30px;
    border-radius: 18px;
    height: 100%;
}
.careers-job-card-brown:hover{
    color: #ffff;
    background: #835400;
}
.careers-job-card-brown:hover a {
    color: #ffff;
}
.careers-job-card-dark_blue {
    background: #f8f9fb;
    padding: 30px;
    border-radius: 18px;
    height: 100%;
}
.careers-job-card-dark_blue:hover {
    background: #121c2a;
    color: #ffffff;
}
.careers-job-card-dark_blue:hover a {
    color: #ffffff;
}

/* WIDE CARD */
.careers-job-card.wide {
    padding: 35px;
}

/* BADGE */
.badge {
    margin: 10px 0;
    background: #e5eaf2;
    color: #6b7280;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
}

/* ICON COLORS */
.icon.red {font-size: 25px; color: #d90416; }
.icon.gold {font-size: 25px; color: #c47a2c; }

/* TEXT */
.careers-job-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 5px;
}

.careers-job-card p {
    color: #6b7280;
    font-size: 14px;
}

/* APPLY LINK */
.apply {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}

.apply.red {    text-decoration: none; color: #d90416; }
.apply.gold {    text-decoration: none; color: #c47a2c; }

/* BUTTON */
.apply-btn {
    background: #d90416;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
}

/* CTA BOX */
.careers-job-cta {
    text-align: center;
    background: #e11d2e;
    color: #fff;
    padding: 40px;
    border-radius: 18px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.careers-job-cta h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.careers-job-cta a {
    color: #fff;
    text-decoration: underline;
}

/* ===== CTA ===== */

.careers-cta {
    position: relative;
    padding: 120px 0;

    background: url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b') center/cover no-repeat;

    overflow: hidden;
}

/* DARK OVERLAY */
.careers-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

/* CONTENT */
.careers-cta__content {
    position: relative;
    color: #fff;
    max-width: 700px;
    margin: auto;
}

/* TITLE */
.careers-cta h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TEXT */
.careers-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 35px;
    line-height: 1.6;
}

/* BUTTONS */
.careers-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* RED BUTTON */
.careers-btn-red {
    background: #d90416;
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
}

/* GLASS BUTTON */
.careers-btn-glass {
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
}

/* HOVER */
.careers-btn-red:hover {
    background: #b50312;
}

.careers-btn-glass:hover {
    background: rgba(255,255,255,0.2);
}

/* RESPONSIVE */
@media(max-width:768px){

    .careers-cta {
        padding: 80px 20px;
    }

    .careers-cta h2 {
        font-size: 34px;
    }

    .careers-cta p {
        font-size: 15px;
    }

    .careers-cta__buttons {
        flex-direction: column;
    }

}

/* contact-us page */

.contact-hero {
    padding: 100px 0 40px;
    background: #f3f6fb;
}

.contact-hero__tag {
    font-size: 12px;
    color: #c47a2c;
    letter-spacing: 1px;
}

.contact-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: #0f1a2b;

}

.contact-hero h1 span {
    color: #d90416;
}

.contact-hero p {
    max-width: 500px;
    color: #6b7280;
    margin-top: 20px;
}

.contact-form-section {
    padding: 40px 0 80px;
    background: #f3f6fb;
}

/* FORM CARD */
.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
}

/* INPUTS */
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #eef2f7;
}

.contact-form-card textarea {
    height: 163px;  
    resize: none; /* optional: prevents manual resize */
}

/* BUTTON */
.contact-submit {
    margin-top: 20px;
    width: 100%;
    background: #d90416;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    border: none;
}

/* RIGHT CARDS */
.contact-info-card {
    background: #e5eaf2;
    padding: 25px;
    border-radius: 16px;
}

.contact-info-card + .contact-info-card {
    margin-top: 20px;
}

/* STATUS */
.status {
    color: green;
    font-size: 13px;
}

.contact-map {
    padding: 60px 0;
    background: #f3f6fb;
}

.contact-map__wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.contact-map__wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.85);
}

/* FLOAT CARD */
.contact-map__card {
    position: absolute;
    top: 30px;
    left: 30px;

    background: rgba(255,255,255,0.9);
    padding: 25px;
    border-radius: 16px;
    max-width: 300px;
}

.contact-map__card a {
    color: #d90416;
    text-decoration: none;
}

/* INPUT GROUP */
.input-group-custom {
    position: relative;
}

.input-group-custom input,
.input-group-custom select,
.input-group-custom textarea {
    padding-left: 45px; /* space for icon */
    border: 1px solid transparent;
    transition: 0.25s;
}

/* ICON */
.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #9aa4b2;
}

/* TEXTAREA ICON TOP ALIGN */
.textarea-group .input-icon {
    top: 20px;
    transform: none;
}

/* FOCUS EFFECT (IMPORTANT) */
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
    outline: none;
    border: 1px solid #d90416;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(217,4,22,0.08);
}

/* ICON COLOR CHANGE ON FOCUS */
.input-group-custom:focus-within .input-icon {
    color: #d90416;
}

/* ===== third party Manufacturing page ===== */

.manufacturing-hero {
    position: relative;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.manufacturing-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url('https://images.unsplash.com/photo-1581093588401-16f3d0e1c60b') center/cover no-repeat;

    filter: blur(2px);
    transform: scale(1.05);
}

/* DARK OVERLAY */
.manufacturing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,20,35,0.9), rgba(5,20,35,0.6));
}

/* CONTENT ABOVE */
.manufacturing-hero .container {
    position: relative;
    z-index: 2;
}

/* TAG */
.manufacturing-hero__tag {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    color: #facc15;
}

/* TITLE */
.manufacturing-hero h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
}

.manufacturing-hero p {
    font-size: 16px;
    line-height: 1.6;
}

.manufacturing-hero h1 span {
    color: #e11d2e;
}


/* BUTTONS */
.manufacturing-hero__btns {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.btn-red {
    background: #e11d2e;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
}

.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    backdrop-filter: blur(6px);
}

/* RIGHT CARD */
.manufacturing-hero__card {
    background: rgba(255,255,255,0.06);
    padding: 18px;
    border-radius: 22px;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.1);
}
/* IMAGE */
.manufacturing-hero__card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
}
/* BADGES */
.manufacturing-hero__badges {
    display: flex;
    gap: 15px;
    margin-top: 18px;
}

.badge-box {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
}

.badge-box strong {
    font-size: 16px;
    font-weight: 700;
    color: #e11d2e;
}

.badge-box small {
    font-size: 11px;
    color: #6b7280;
}

/* HERO */
.manufacturing-hero {
    position: relative;
    padding: 120px 0;
    min-height: 650px; /* IMPORTANT FIX */
    overflow: hidden;
    color: #fff;
}

/* BACKGROUND IMAGE */
.manufacturing-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.manufacturing-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    filter: blur(3px);
    transform: scale(1.05);
}

/* OVERLAY */
.manufacturing-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(5,20,35,0.95),
        rgba(5,20,35,0.6)
    );

    z-index: 1;
}

/* CONTENT ABOVE */
.manufacturing-hero .container {
    position: relative;
    z-index: 2;
}

/* ICON */
.mc-icon {
    width: 28px;
    margin-bottom: 12px;
}

/* IMAGE RIGHT SIDE */
.mc-card__image {
    width: 45%;
    height: 100%;
}

.mc-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

/* SMALL IMAGE */
.mc-card.small img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

/* DARK CARD TEXT */
.mc-card--dark h5 {
    color: #fff;
}

.mc-card--dark p {
    color: rgba(255,255,255,0.7);
}

/* GOLD CARD */
.mc-card--gold h5 {
    font-size: 22px;
    font-weight: 700;
}
/* SECTION */
.manufacturing-capabilities {
    padding: 50px 0;
    background: #f3f6fb;
}

/* HEADER */
.mc-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

.manufacturing-capabilities h2 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

.mc-desc {
    color: #6b7280;
}

/* CARD BASE */
.mc-card {
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    height: 100%;
}

/* WIDE CARD */
.mc-card--wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fb;
    overflow: hidden;
}

/* RIGHT IMAGE BOX */
.mc-card__image {
    width: 45%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.6), #e5e7eb);
    border-radius: 0 20px 20px 0;
}

/* CONTENT */
.mc-card__content {
    width: 55%;
}

/* ICON */
.mc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

/* LIST */
.mc-card ul {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
}

.mc-card ul li {
    margin-bottom: 8px;
}

/* LIGHT CARD */
.mc-card--light {
    background: #e9edf5;
}

/* DARK CARD */
.mc-card--dark {
    background: #1e1324;
    color: #fff;
}

.mc-card--dark a {
    color: #ff2d2d;
    text-decoration: none;
}

/* DIVIDER */
.mc-divider {
    height: 1px;
    background: #d1d5db;
    margin: 20px 0;
}

/* GOLD CARD */
.mc-card--gold {
    background: linear-gradient(135deg, #c47a2c, #f59e0b);
    color: #fff;
}

/* TAGS */
.mc-tags span {
    background: #e5e7eb;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
}

/* SMALL VARIANT */
.mc-card.small {
    align-items: center;
}

.mc-card.small img {
    width: 140px;
    border-radius: 12px;
}

/* RESPONSIVE */
@media(max-width:992px){


    .mc-card__image {
        width: 100%;
        height: 150px;
        border-radius: 0 0 20px 20px;
    }

    .mc-card__content {
        width: 100%;
    }
}


/* SECTION */
.manufacturing-quality {
    padding: 50px 0;
    background: #f3f6fb;
}

/* TAG */
.mq-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

/* TITLE */
.manufacturing-quality h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 30px;
}

/* IMAGE */
.mq-image-wrapper {
    position: relative;
}

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

/* FLOAT BADGE */
.mq-badge {
    position: absolute;
    bottom: -25px;
    right: 30px;

    background: #fff;
    padding: 20px 30px;
    border-radius: 16px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.mq-badge h2 {
    margin: 0;
    font-size: 40px;
    color: #c47a2c;
}

.mq-badge span {
    font-size: 12px;
    color: #6b7280;
}

/* ITEMS */
.mq-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

/* ICON BOX */
.mq-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.mq-icon img {
    width: 22px;
}

/* TEXT */
.mq-item h5 {
    margin: 0;
    font-weight: 600;
}

.mq-item p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .mq-badge {
        right: 15px;
        bottom: -20px;
    }
}

/* SECTION */
.manufacturing-hub {
    padding: 100px 0;
    background: #f3f6fb;
}

/* TAG */
.mh-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

/* TITLE */
.manufacturing-hub h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-top: 10px;
}

/* INFO CARDS */
.mh-info-card {
    display: flex;
    align-items: center;
    gap: 15px;

    background: #e9edf5;
    padding: 20px;
    border-radius: 16px;
}

.mh-info-card img {
    width: 26px;
}

.mh-info-card h6 {
    margin: 0;
    font-weight: 600;
}

.mh-info-card p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* HERO IMAGE */
.mh-hero {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.mh-hero img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* OVERLAY */
.mh-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* CONTENT */
.mh-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    max-width: 600px;
}

.mh-content h2 {
    font-family: Plus Jakarta Sans;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
}

.mh-content p {
    font-weight: 300;
    line-height: 1.625;
    margin: 15px 0 25px;
    font-size: 1.25rem;
}

/* BUTTON */
.mh-btn {
    background: #fff;
    color: #000;
    padding: 12px 26px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;

    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mh-btn span {
    font-size: 12px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .mh-content h2 {
        font-size: 36px;
    }

    .mh-hero img {
        height: 350px;
    }
}

.manufacturing-cta {
    padding: 50px 0;
    background: #f3f6fb;
}

/* MAIN WRAPPER */
.manufacturing-cta__wrapper {
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    background: #e6ebf2; /* FIXED exact grey */
}

/* LEFT RED */
.manufacturing-cta__left {
    width: 36%;
    padding: 60px 50px;
    background: linear-gradient(180deg, #e30613, #d90416);
    color: #fff;
}

.manufacturing-cta__left h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.manufacturing-cta__left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* CONTACT */
.cta-contact div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-weight: 500;
}

.cta-contact i {
    font-size: 18px;
}

/* TRUSTED */
.cta-trusted {
    margin-top: 50px;
}

.cta-trusted p {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 12px;
}

.dots span {
    width: 16px;
    height: 16px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

/* RIGHT SIDE */
.manufacturing-cta__right {
    width: 64%;
    padding: 50px 60px;
}

/* LABEL */
.manufacturing-cta__right label {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* INPUTS (FIXED COLOR + RADIUS) */
/* ===== FINAL INPUT STYLE (MATCH CONTACT PAGE) ===== */

.manufacturing-cta__right input,
.manufacturing-cta__right select,
.manufacturing-cta__right textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #eef2f7;
    font-size: 14px;
}

/* TEXTAREA */
.manufacturing-cta__right textarea {
    height: 163px;
    resize: none;
}

/* FOCUS (RED BORDER LIKE CONTACT PAGE) */
.manufacturing-cta__right input:focus,
.manufacturing-cta__right select:focus,
.manufacturing-cta__right textarea:focus {
    outline: none;
    border: 1px solid #d90416;
    background: #fff;
}

/* BUTTON (MATCH CONTACT PAGE) */
.manufacturing-cta__right .cta-btn {
    margin-top: 20px;
    width: 100%;
    background: #d90416;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    border: none;
}




/* RESPONSIVE */
@media(max-width:992px){
    .manufacturing-cta__wrapper {
        flex-direction: column;
    }

    .manufacturing-cta__left,
    .manufacturing-cta__right {
        width: 100%;
    }

    .cta-btn {
        width: 100%;
    }
}

/* 
<!-- Our mission page --> */

.precision-section {
    padding: 100px 0;
    background: #ffffff;
}

/* TAG */
.ps-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

/* TITLE */
.precision-section h1 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: #0f1a2b;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.precision-section h1 span {
    color: #d90416;
}

/* TEXT */
.precision-section p {
    max-width: 520px;
    color: #6b7280;
    margin: 20px 0;
    line-height: 1.6;
}

/* BUTTON */
.ps-btn {
    display: inline-block;
    background: #d90416;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
}

/* CARD */
.ps-card {
    position: relative;
    width: 360px;
}

/* IMAGE */
.ps-card img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

/* 🔥 ONLY IMAGE TILTS */
.ps-card:hover img {
    transform: rotate(6deg) scale(1.03);
}

/* FLOAT CARD (ALWAYS STRAIGHT) */
.ps-float {
    position: absolute;
    bottom: -42px;
    left: 30px;

    background: #fff;
    padding: 20px 22px;
    border-radius: 14px;
    width: 250px;

    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* FLOAT TEXT */
.ps-float h3 {
    color: #d90416;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.ps-float h6 {
    margin: 5px 0;
    font-weight: 600;
}

.ps-float p {
    font-size: 12.5px;
    color: #6b7280;
    margin: 0;
}

/* RESPONSIVE */
@media(max-width:992px){
    .precision-section h1 {
        font-size: 2.5rem;
    }

    .ps-card {
        width: 100%;
        margin-top: 30px;
    }

}

.our-vision {
    padding: 50px 0;
    background: #eff4ff;
}

/* LEFT LAYOUT */
.vision-left {
    display: flex;
    gap: 24px;
}
.vision-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.vision-img img {
    width: 230px;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
}
/* BIG LEFT COLUMN */
.vision-img.big img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
}

/* RIGHT STACK */
.vision-right-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* SMALL IMAGE */
.vision-img.small img {
    width: 220px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

/* CARDS */
.vision-card {
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-card.light {
    background: #f1f3f6;
    height: 140px;
}

.vision-card.red {
    background: #d90416;
    color: #fff;
    height: 120px;
}
/* ICON */
.vision-card img {
    width: 26px;
    margin-bottom: 10px;
}

/* RIGHT CONTENT */
.vision-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

.our-vision h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 15px 0;
}

.our-vision p {
    color: #6b7280;
    max-width: 520px;
}

/* POINTS */
.vision-point {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.vision-point .icon {
    width: 45px;
    height: 45px;
    background: #fde8ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-point img {
    width: 20px;
}

/* TAG */
.cv-tag {
    font-size: 13px;
    letter-spacing: 2px;
    color: #c47a2c;
}

/* TITLE */
.cv-title {
    font-size: 48px; /* BIGGER like design */
    font-weight: 800;
    margin-top: 10px;
    color: #0f172a;
}

/* ROW SPACING */
.core-values .row {
    margin-top: 40px;
}

/* CARD */
.cv-card {
    position: relative;
    background: #ffffff;
    padding: 50px 40px; /* BIGGER padding */
    border-radius: 20px;
    text-align: left;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: 100%;
    min-height: 320px; /* 🔥 IMPORTANT (size fix) */
    transition: 0.3s ease;
}

/* DARK CENTER CARD */
.cv-card.dark {
    background: linear-gradient(180deg, #1e293b, #0f172a);
    color: #fff;
    border: none;
    transform: scale(1.03); /* slightly bigger center */
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* ICON BOX */
.cv-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.cv-icon.light {
    background: #fde8ea;
}

.cv-icon.dark-icon {
    background: rgba(255,255,255,0.08);
}

/* ICON */
.cv-icon img {
    width: 24px;
}

/* TEXT */
.cv-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cv-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
}

.cv-card.dark p {
    color: rgba(255,255,255,0.75);
}

/* BACKGROUND ICON */
.cv-bg-icon {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.06;
}

.cv-bg-icon img {
    width: 140px; /* BIGGER like design */
}

.linco-promise {
    padding: 50px 0;
    background: #f3f6fb;
}

/* MAIN CARD */
.promise-wrapper {
    display: flex;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;

    background: linear-gradient(
        90deg,
        #cfd8e6 0%,
        #cfd8e6 55%,
        rgba(207,216,230,0.6) 70%,
        rgba(207,216,230,0) 100%
    );
}

/* LEFT SIDE */
.promise-content {
    width: 50%;
    padding: 70px 60px;
}

/* TAG */
.promise-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #d90416;
    font-weight: 600;
}

/* TITLE */
.promise-content h2 {
    font-family: Plus Jakarta Sans;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin: 20px 0;
    color: #0f172a;
}

/* TEXT */
.promise-content p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    max-width: 480px;
}

/* STATS */
.promise-stats {
    display: flex;
    gap: 80px;
    margin-top: 40px;
}

.promise-stats h4 {
    
    font-size: 26px;
    color: #b7791f;
    font-weight: 700;
    margin-bottom: 5px;
}

.promise-stats span {
    font-size: 13px;
    color: #0f172a;
}

/* RIGHT IMAGE */
.promise-image {
    width: 50%;
    height: 100%;
}

.promise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE */
@media(max-width:992px){
    .promise-wrapper {
        flex-direction: column;
    }

    .promise-content,
    .promise-image {
        width: 100%;
    }

    .promise-content {
        padding: 40px;
    }

    .promise-content h2 {
        font-size: 32px;
    }
    .cv-card {
    padding: 28px 13px;
    min-height: 300px;
    text-align: left;
    }
    .careers-culture__card p {
    font-size: 1rem;
    }
    .mc-desc {
    margin-top: 12%;
    }
    .mq-icon {
    width: 80px;
    }
    .vision-left {
    display: inline-grid;
    gap: 26px;
    }
    .fw-mission {
    padding: 14px;
    }
}

/* <!-- product range page --> */
.product-hero {
    padding: 100px 0;
    background: #f3f6fb;
}

/* TAG */
.ph-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
    font-weight: 600;
}

/* TITLE */
.product-hero h1 {
    font-size: 4.5rem;   /* 🔥 bigger like screenshot */
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: #0f172a;
    letter-spacing: -1px; /* tighter like design */
    font-family: Plus Jakarta Sans;
}

.product-hero h1 span {
    color: #d90416;
    font-style: italic;
}

/* TEXT */
.product-hero p {
    color: #6b7280;
    max-width: 520px;
    line-height: 1.7;
    font-size: 16px;
}

/* BADGES */
.ph-badges {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.ph-badge {
    display: flex;
    align-items: center;
    gap: 8px;

    background: #e9edf5;
    padding: 10px 16px;
    border-radius: 25px;

    font-size: 14px;
    font-weight: 500;
}

.ph-badge img {
    width: 16px;
}

/* IMAGE */
.ph-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    object-fit: cover;
}

.ph-image {
    display: flex;
    justify-content: center;
}

.ph-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;

    transform: rotate(3deg);   /* 🔥 TILT */
    transition: 0.4s ease;
}

/* subtle hover (optional but premium) */
.ph-image img:hover {
    transform: rotate(0deg) scale(1.02);
}

/* RESPONSIVE */
@media(max-width:992px){
    .product-hero h1 {
        font-size: 3rem;
    }

    .ph-image img {
        margin-top: 30px;
    }

    .ph-badges {
        flex-wrap: wrap;
    }
}


.product-grid {
    padding: 50px 0;
    background: #f3f6fb;
}

/* CARD BASE */
.pg-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* DARK IMAGE CARD */
.pg-dark {
    height: 328px;
}

.pg-dark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.pg-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* CONTENT */
.pg-content {
    position: absolute;
    top: 72px;
    left: 40px;
    z-index: 2;
    color: #fff;
    max-width: 400px;
}

.pg-content h3 {
    font-size: 30px;
    font-weight: 700;
}

.pg-content p {
    margin: 15px 0;
    font-size: 15px;
    opacity: 0.9;
}

/* RIGHT ALIGN CONTENT */
.pg-content.right-align {
    left: auto;
    right: 40px;
    text-align: right;
}

/* BUTTONS */
.pg-btn {
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

.pg-btn.white {
    background: #fff;
    color: #000;
}

.pg-btn.red {
    background: #d90416;
    color: #fff;
}

/* LIGHT CARDS */
.pg-light {
    background: #eef2f7;
    padding: 30px;
    height: 260px;
}

.pg-light h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.pg-light p {
    color: #6b7280;
    font-size: 15px;
    margin: 10px 0 20px;
}

/* ICON */
.pg-icon {
    width: 50px;
    height: 50px;
    background: #fde8ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-icon img {
    width: 22px;
}

/* GOLD ICON */
.pg-icon.gold {
    background: #f6e4c3;
}

/* LINK */
.pg-link {
    color: #d90416;
    font-weight: 500;
    text-decoration: none;
}
/* IMAGE HOVER ZOOM (ONLY BIG CARDS) */
.pg-dark {
    overflow: hidden; /* important */
}

.pg-dark img {
    transition: transform 0.5s ease;
}

/* HOVER EFFECT */
.pg-dark:hover img {
    transform: scale(1.08);
}

/* RESPONSIVE */
@media(max-width:992px){
    .pg-dark::after {
        display: none;
    }

    .pg-content.right-align {
        text-align: left;
    }
}

/* SECTION */
.stats-cta {
    background: #fff;
}

/* ===== FULL WIDTH STRIP ===== */
.stats-strip {
    background: #e9edf5;
    padding: 70px 0;
}

/* EACH STAT */
.stat-item {
    padding: 20px 0;
}

/* BIG NUMBERS */
.stat-item h2 {
    font-size: 56px;   /* 🔥 bigger like design */
    font-weight: 800;
    color: #8a5a00;
    margin-bottom: 8px;
}

/* LABEL */
.stat-item p {
    font-size: 13px;
    letter-spacing: 2px;
    color: #6b7280;
    margin: 0;
}

/* ===== CTA ===== */
.cta-content {
    padding: 90px 0;
}

.cta-content h2 {
    font-size: 3rem;  /* 🔥 closer to design */
    font-weight: 800;
    color: #0f1a2b;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif
}

.cta-content p {

    max-width: 720px;
    margin: 0 auto 40px;
    color: #6b7280;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* PRIMARY */
.btn-primary {
    background: #d90416;
    color: #fff;
    padding: 16px 36px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
}

/* OUTLINE */
.btn-outline {
    border: 1px solid #e5e7eb;
    padding: 16px 36px;
    border-radius: 40px;
    text-decoration: none;
    color: #0f1a2b;
    font-weight: 500;
    background: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){

    .stat-item h2 {
        font-size: 36px;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .cta-buttons {
        flex-direction: column;
    }
}


/* 
<!-- R&D Page --> */
/* HERO */
.rd-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* IMAGE */
.rd-hero-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 🔥 GRADIENT OVERLAY (KEY PART) */
.rd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.85) 30%,
        rgba(255,255,255,0.2) 55%,
        rgba(0,0,0,0.7) 100%
    );
}

/* CONTENT (LEFT SIDE FIXED) */
.rd-hero-content {
    position: relative;
    z-index: 2;

    max-width: 600px;

    margin-left: 100px;   /* 🔥 LEFT ALIGN LIKE IMAGE */
    padding-top: 140px;
}

/* TAG */
.rd-tag {
    display: inline-block;
    background: #fde8ea;
    color: #8a5a00;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
}

/* HEADING */
.rd-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    color: #0f1a2b;
    margin: 20px 0;
}

.rd-hero h1 span {
    color: #d90416;
}

/* TEXT */
.rd-hero p {
    color: #6b7280;
    max-width: 520px;
    line-height: 1.6;
}

/* BUTTON */
.rd-btn {
    display: inline-block;
    margin-top: 25px;
    background: #d90416;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
}

/* FLOAT CARD */
.rd-float {
    position: absolute;
    right: 100px;
    bottom: 60px;
    z-index: 3;

    background: #f5f7fa;
    padding: 22px;
    width: 260px;
    border-radius: 16px;
    border-left: 4px solid #c47a2c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* GOLD BORDER */


/* FLOAT TEXT */
.rd-float h3 {
    color: #8a5a00;
    font-size: 28px;
    margin: 0;
}

.rd-float p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px 0;
}

.rd-float small {
    font-size: 12px;
    color: #6b7280;
}

/* RESPONSIVE */
@media(max-width:992px){


    .rd-hero h1 {
        font-size: 40px;
    }

    .rd-float {
        right: 20px;
        bottom: 20px;
        width: 220px;
    }
}

.rd-special {
    padding: 50px 0;
    background: #f3f6fb;
}

/* LEFT */
.rd-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #c47a2c;
}

.rd-special h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 15px 0;
    color: #0f1a2b;
}

.rd-desc {
    color: #6b7280;
    margin-bottom: 30px;
}

/* LEFT CARDS */
.rd-box {
    display: flex;
    gap: 15px;
    background: #e9edf5;
    padding: 22px;
    border-radius: 14px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.rd-box h6 {
    margin: 0;
    font-weight: 600;
}

.rd-box p {
    margin: 6px 0 0;
    font-size: 13px;
    color: #6b7280;
}

/* ICON */
.icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 18px;
}

.icon.red {
    background: #fde8ea;
    color: #d90416;
}

.icon.gold {
    background: #f5e6d3;
    color: #c47a2c;
}

/* RIGHT LAYOUT (IMPORTANT FIX) */
.rd-flex {
    display: flex;
    gap: 20px;
}

.rd-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* DARK CARD */
.rd-dark {
    height: 190px;
    border-radius: 20px;
    background: radial-gradient(circle, #1c3b50, #0f1a2b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9cc9e3;
    font-size: 13px;
}

/* IMAGE */
.rd-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

/* TALL IMAGE */
.rd-img.tall img {
    height: 279px;
}

/* RED CARD */
.rd-red {
    height: 170px;
    background: #d90416;
    border-radius: 20px;
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rd-red i {
    font-size: 22px;
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .rd-flex {
        flex-direction: column;
    }

    .rd-col {
        width: 100%;
    }

    .rd-img.tall img {
        height: 300px;
    }
}

.standards {
    padding: 100px 0;
    background: #f3f6fb;
}

/* TITLE */
.std-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f1a2b;
}

.std-line {
    width: 60px;
    height: 4px;
    background: #d90416;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* CARD */
.std-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-bottom: 4px solid transparent;
}

/* TOP */
.std-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.std-top h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

/* TEXT */
.std-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

/* ICON */
.icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 18px;
}

.icon.gold {
    background: #f5e6d3;
    color: #c47a2c;
}

.icon.blue {
    background: #e6edf5;
    color: #4b6b88;
}

/* BOTTOM STRIP */
.std-bottom {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 12px;
    letter-spacing: 1px;
}

/* BORDER COLORS */
.std-card.red {
    border-bottom-color: #d90416;
}

.std-card.gold {
    border-bottom-color: #c47a2c;
}

.std-card.blue {
    border-bottom-color: #6b7280;
}

/* HOVER EFFECT */
.std-card {
    transition: all 0.35s ease;
}

.std-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* subtle color glow on hover */
.std-card.red:hover {
    box-shadow: 0 20px 45px rgba(217, 4, 22, 0.15);
}

.std-card.gold:hover {
    box-shadow: 0 20px 45px rgba(196, 122, 44, 0.15);
}

.std-card.blue:hover {
    box-shadow: 0 20px 45px rgba(75, 107, 136, 0.15);
}

/* SECTION */
.cta-section {
    padding: 80px 20px;
    background: #f3f6fb;
}

/* MAIN BOX */
.cta-box {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    min-height: 280px;
}

/* LEFT SIDE */
.cta-left {
    width: 85%;
    padding: 70px 80px;
    background: #0b1a2d;
    color: #fff;
}

/* RIGHT SIDE (SAME AS LEFT) */
.cta-right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b1a2d; /* 🔥 SAME COLOR */
}

/* TEXT */
.cta-left h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.cta-left p {
    color: #9aa6b2;
    font-size: 17px;
    max-width: 520px;
}

/* BUTTON */
.cta-btn {
    background: #fff;
    color: #0b1a2d;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    transform: scale(1.05);
}

/* SECTION */
.pcd-section {
    padding: 100px 0;

    /* 🔥 BACKGROUND IMAGE */
    background: 
        linear-gradient(rgba(243,246,251,0.9), rgba(243,246,251,0.9)),
        url("https://images.unsplash.com/photo-1582719478250-c89cae4dc85b");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* TAG */
.pcd-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b07a1c;
}

/* TITLE */
.pcd-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0;
    color: #0f1a2b;
}

.pcd-title span {
    color: #d90416;
}

/* TEXT */
.pcd-text {
    color: #6b7280;
    max-width: 520px;
    line-height: 1.6;
}

/* BUTTONS */
.pcd-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.btn-red {
    background: #d90416;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
}

.btn-light {
    background: #e7ecf5;
    color: #0f1a2b;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
}

/* IMAGE BOX */
.pcd-image-box {
    position: relative;
    transform: rotate(-4deg);
}

/* IMAGE */
.pcd-image-box img {
    width: 445px;
    height: 455px;
    object-fit: cover;
    border-radius: 20px;
    border: 12px solid #fff;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* FLOAT CARD */
.pcd-float {
    position: absolute;
    bottom: 20px;
    left: 20px;

    background: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

    transform: rotate(4deg); /* 🔥 COUNTER ROTATION */
}

.pcd-float h3 {
    color: #d90416;
    font-size: 28px;
    margin: 0;
}

.pcd-float p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #6b7280;
    margin: 0;
}

/* RESPONSIVE */
@media(max-width: 992px){
    .pcd-title {
        font-size: 40px;
    }

    .pcd-image-box {
        transform: none;
        margin-top: 40px;
    }

    .pcd-image-box img {
        width: 100%;
        height: auto;
    }
}

/* SECTION */
.advantage-section {
    padding: 50px 0;
    background: #f3f6fb;
}

/* TITLE */
.adv-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f1a2b;
}

.adv-sub {
    color: #6b7280;
    max-width: 600px;
}

.adv-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b07a1c;
}

/* CARD BASE */
.adv-card {
    border-radius: 18px;
    background: #fff;
    padding: 30px;
    height: 100%;
}

/* BIG CARD */
.adv-card.big {
    display: flex;
    overflow: hidden;
}

.adv-left {
    width: 55%;
}

.adv-right-img {
    width: 45%;
    background: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");
    background-size: cover;
    opacity: 0.2;
}

/* ICON */
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle.red {
    background: #fde8ea;
}

/* LINK */
.link-red {
    color: #d90416;
    font-weight: 600;
    text-decoration: none;
}

/* SIDE CARD */
.adv-card.side {
    background: #eef2f7;
    border-left: 4px solid #b07a1c;
}

.icon-top img {
    width: 26px;
    margin-bottom: 10px;
}

.roi {
    font-size: 42px;
    color: #d1d5db;
    margin-top: 20px;
}

/* BOTTOM DARK */
.adv-bottom {
    background: #0b1a2d;
    border-radius: 18px;
    padding: 40px;
    color: #fff;
}

.adv-bottom h3 {
    font-size: 28px;
    font-weight: 700;
}

.adv-bottom p {
    color: #9aa6b2;
}

/* LIST */
.adv-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.adv-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.adv-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d90416;
}

/* IMAGES */
.img-box {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .adv-card.big {
        flex-direction: column;
    }

    .adv-left,
    .adv-right-img {
        width: 100%;
    }
}

/* WRAPPER (center spacing like your UI) */
.promo-wrapper {
    padding: 60px;
    background: #eef1f5;
}

/* CARD */
.promo-card {
    background: linear-gradient(90deg, #081a2f, #071a2c);
    border-radius: 20px;
    padding: 60px;
    max-width: 1200px;
    margin: auto;
}

/* LEFT */
.promo-left h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.promo-left p {
    color: #9fb0c3;
    font-size: 15px;
    line-height: 1.7;
    max-width: 500px;
}

/* ICON */
.promo-icon {
    width: 32px;
    margin-bottom: 20px;
}

/* LIST */
.promo-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.promo-list li {
    color: #fff;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

/* RED CIRCLE + CHECK */
.promo-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #ff1c2e;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* RIGHT */
.promo-right {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* IMAGES */
.img-box {
    width: 400px;
    height: 240px;
    object-fit: cover;
    border-radius: 14px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .promo-card {
        padding: 30px;
    }

    .promo-right {
        flex-direction: column;
        margin-top: 30px;
    }

    .img-box {
        width: 100%;
        height: auto;
    }
}

/* SECTION */
.portfolio-section {
    padding: 80px 0;
    background: #f3f5f8;
}

/* HEADER */
.portfolio-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1c2b3a;
    margin-bottom: 10px;
}

.portfolio-header p {
    color: #6c7a89;
    font-size: 16px;
    max-width: 600px;
    margin: auto;
}

/* CARD */
.portfolio-card h4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #1c2b3a;
}

.portfolio-card p {
    color: #6c7a89;
    font-size: 15px;
    line-height: 1.6;
}

.portfolio-card a {
    color: #e11b22;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

/* IMAGE BOX */
.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* EXACT IMAGE SIZE */
.img-box img {
    width: 100%;
    height: 240px;   /* SAME HEIGHT */
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* 🔥 HOVER ZOOM */
.img-box:hover img {
    transform: scale(1.08);
}

/* BADGE */
.badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

/* COLORS */
.badge.red {
    background: #e11b22;
}

.badge.gold {
    background: #a86b00;
}

.badge.blue {
    background: #3c4f6b;
}

/* RESPONSIVE */
@media(max-width:992px){
    .portfolio-header h2 {
        font-size: 28px;
    }

    .img-box img {
        height: 200px;
    }
}

/* 
<!-- PCD Pharama Faranchise --> */
.inquiry-section {
    padding: 80px 0;
    background: #eff4ff;
}

/* LEFT */
.left-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1c2b3a;
}

.left-content h2 span {
    color: #e11b22;
}

.left-content .desc {
    color: #6c7a89;
    font-size: 16px;
    margin: 20px 0 30px;
    max-width: 500px;
}

/* CONTACT BOX */
.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-box .icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box img {
    width: 22px;
}

.contact-box small {
    color: #8a97a6;
    font-size: 12px;
    letter-spacing: 1px;
}

.contact-box h5 {
    margin: 0;
    font-weight: 600;
    color: #1c2b3a;
}

/* FORM CARD */
.form-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

/* LABEL */
.form-card label {
    font-size: 12px;
    color: #6c7a89;
    margin: 15px 0 5px;
    display: block;
}

/* INPUT (YOUR REQUIREMENT) */
.form-control {
    width: 100%;
    background: #eef1f5;
    border: 1px solid #e11b22;  /* 🔴 RED BORDER */
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;

    /* 🔥 TRANSITION */
    transition: all 0.3s ease;
}

/* FOCUS */
.form-control:focus {
    outline: none;
    border-color: #c5141a;
    box-shadow: 0 0 0 2px rgba(225, 27, 34, 0.15);
}

/* TEXTAREA */
textarea.form-control {
    height: 120px;
    resize: none;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #e11b22, #ff2b2b);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* RESPONSIVE */
@media(max-width:992px){
    .left-content {
        margin-bottom: 30px;
    }

    .left-content h2 {
        font-size: 28px;
    }
}

.form-control {
    width: 100%;
    background: #eef1f5;
    border: 1px solid #dcdfe4;   /* default light border */
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;

    transition: all 0.3s ease;
}

/* 🔴 HOVER EFFECT */
.form-control:hover {
    border-color: #e11b22;
}

/* FOCUS */
.form-control:focus {
    outline: none;
    border-color: #e11b22;
    box-shadow: 0 0 0 2px rgba(225, 27, 34, 0.15);
}

/* <!-- FAQ page --> */
.kb-hero {
  background: #f4f7fb;
  padding-top: 10px;
  padding-bottom: 60px;
}

.kb-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT */
.kb-left {
  max-width: 650px;
}

.kb-label {
  color: #b7892b;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.kb-left h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #0d1b2a;
}

.kb-left h1 span {
  color: #e11b22;
}

.kb-desc {
  color: #6b7a90;
  font-size: 17px;
  margin: 20px 0 30px;
  line-height: 1.6;
}

/* SEARCH */
.kb-search {
  background: #e9eef5;
  border-radius: 40px;
  padding: 16px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.kb-search i {
  color: #6b7a90;
}

.kb-search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #555;
}

/* BUTTONS */
.kb-tags button {
  border: none;
  padding: 12px 22px;
  border-radius: 30px;
  background: #dde4ef;
  color: #0d1b2a;
  margin-right: 12px;
  font-weight: 500;
  transition: 0.3s;
}

.kb-tags button i {
  margin-right: 6px;
}

.kb-tags .active {
  background: #e11b22;
  color: #fff;
  box-shadow: 0 6px 20px rgba(225,27,34,0.3);
}

/* RIGHT IMAGE */
.kb-right {
  width: 420px;
  height: 280px;
  border-radius: 20px;

  background: 
    radial-gradient(circle at center, rgba(160,220,255,0.8), transparent 60%),
    linear-gradient(135deg, #0b2a4a, #123a5a);

  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.faq-section {
    overflow: visible;
  background: #ffffff; /* bigger section spacing */
}

.faq-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  
}

.faq-left {
  flex: 2;
}

.faq-right {
  flex: 1;
}
.sticky-box {
  position: sticky;
  top: 100px; /* navbar height ke hisaab se adjust */
}
/* HEADINGS */
.faq-heading {
  font-size: 26px;   /* bigger like image */
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ACCORDION */
.acc-item {
  background: #eef1f5;
  border-radius: 16px; /* smoother */
  margin-bottom: 18px;
  overflow: hidden;
  transition: 0.3s;
}

/* ACTIVE */
.acc-item.active {
  background: #fff;
  border-left: 5px solid #e11b22;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HEADER */
.acc-head {
  padding: 22px 24px; /* bigger padding */
  font-size: 18px;    /* bigger text */
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* BODY */
.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7a90;
}

.acc-item.active .acc-body {
  max-height: 200px;
  padding: 0 24px 22px;
}

/* ===== RIGHT SIDE ===== */
.contact-card {
  background: linear-gradient(180deg,#1c2b3a,#0f1a26);
  color: #fff;
  padding: 35px; /* bigger */
  border-radius: 18px;
}

.contact-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 20px;
}

.contact-item {
  margin-bottom: 12px;
  font-size: 15px;
}

/* BUTTON */
.contact-card button {
  background: #e11b22;
  border: none;
  padding: 16px;
  border-radius: 40px;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

/* QUALITY CARD */
.quality-card {
  background: #e6ecf5;
  padding: 30px;
  border-radius: 18px;
  margin-top: 25px;
}

.label {
  color: #b7892b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.q-item {
  font-size: 15px;
  margin-bottom: 10px;
}


/* 
<!-- cookies & policy page --> */
.cookie-section {
  background: #f4f7fb;
  padding: 50px 0;
}


/* HEADER */
.cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.tag {
  color: #835400;
  font-size: 12px;
  letter-spacing: 1px;
}

h1 {
  font-size: 52px;
  margin: 10px 0;
}

.desc {
  color: #6b7a90;
  max-width: 500px;
}

/* DATE CARD */
.date-card {
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
}

/* GRID */
.cookie-grid {
  display: flex;
  gap: 40px;
}

.left { flex: 2; }
.right { flex: 1; }

/* CARDS */
.card {
  background: #eef1f5;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.card.big { padding: 30px; }

.card-row {
  display: flex;
  gap: 20px;
}

.card.small {
  flex: 1;
}

.card.wide {
  width: 100%;
}

/* LIST */
.list div {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.list span {
  color: #835400;
  font-weight: bold;
}

/* RIGHT CONTROL */
.control-card {
  background: #1f2937;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/* TOGGLE */
.toggle {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.switch {
  width: 40px;
  height: 20px;
  background: #999;
  border-radius: 20px;
  position: relative;
  border: none;
  cursor: pointer;
}

.switch::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: 0.3s;
}

.switch.active {
  background: #e11b22;
}

.switch.active::after {
  left: 22px;
}

/* BUTTON */
.save {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  background: #e11b22;
  border: none;
  color: #fff;
  margin-top: 15px;
}

/* IMAGE CARD */
.image-card {
  height: 150px;
  background: url('https://images.unsplash.com/photo-1581091870627-3a3b7b4c2b3c') center/cover;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  color: #fff;
}

/* CTA */
.bottom-cta {
  margin-top: 50px;
  text-align: center;
  background: #e6ecf5;
  padding: 10% 20%;
  border-radius: 20px;
}

.bottom-cta h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
}
.bottom-cta p{
        font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
}

.bottom-cta a {
    text-decoration: none;
  color: #e11b22;
  font-weight: 600;
}

.cta-bg {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;

  background: url('shield.png') no-repeat center;
  background-size: contain;

  opacity: 0.08; /* very light like image */
  z-index: 1;
}
.cta-bg img {
  width: 100%;
  opacity: 0.08;
}

/* 
<!-- <!-- Privacy Policy page --> --> */
.legal-wrapper {
  display: flex;
  gap: 40px;
}

/* SIDEBAR */
.legal-sidebar {
  width: 260px;
}

.sidebar-title {
  font-size: 12px;
  color: #b7892b;
  margin-bottom: 15px;
}

.legal-sidebar ul {
  list-style: none;
  padding: 0;
}

.legal-sidebar li {
  padding: 10px 0;
  color: #6c7a92;
  cursor: pointer;
}

.legal-sidebar li.active {
  color: #e11b22;
  border-left: 3px solid #e11b22;
  padding-left: 10px;
}

.update-box {
  background: #e9eff6;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* CONTENT */
.legal-content {
  flex: 1;
}


.section-block h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.circle-icon {
  background: #f2d1a5;
  padding: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

/* CARDS */
.policy-cards {
  display: flex;
  gap: 20px;
}

.card {
  flex: 1;
  padding: 25px;
  border-radius: 15px;
  background: #f1f4f8;
}

.card.red {
  border-left: 4px solid #e11b22;
}

.card.gold {
  border-left: 4px solid #b7892b;
}

/* COOKIE */
.cookie-item {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #eef2f6;
  border-radius: 12px;
  margin-bottom: 15px;
}

.tag {
  color: #b7892b;
  font-size: 12px;
}

/* SWITCH */
.switch {
  position: relative;
  width: 40px;
  height: 20px;
}

.switch input {
  display: none;
}

.switch span {
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.switch span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked + span {
  background: #e11b22;
}

.switch input:checked + span:before {
  transform: translateX(20px);
}

/* QUOTE */
.quote {
  background: #f3f0ea;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  font-style: italic;
}

/* NEWSLETTER */
.newsletter {
  background: linear-gradient(135deg,#0b1b2d,#111f3a);
  padding: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-left h3 {
  color: #fff;
}

.subscribe {
  display: flex;
  margin-top: 15px;
}

.subscribe input {
  padding: 12px;
  border-radius: 30px 0 0 30px;
  border: none;
  width: 250px;
}

.subscribe button {
  background: #e11b22;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 0 30px 30px 0;
}

.newsletter img {
  width: 200px;
  border-radius: 15px;
}

/* Enquire page */
.partner-hero {
  padding: 60px 0 40px;
}

.tag {
  color: #b7892b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f1a26;
}

.title span {
  color: #e11b22;
}

.desc {
  max-width: 600px;
  color: #6c7a92;
  margin-top: 20px;
}

.inquiry-section {
  background: #f5f7fb;
  padding: 50px 0;
}


.inquiry-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/* LEFT FORM */

.form-card h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #0f1a26;
}

/* ROW */
.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  margin-bottom: 18px;
}

.form-group.full {
  width: 100%;
}

/* LABEL */
.form-group label {
  font-size: 13px;
  color: #5c6b82;
  margin-bottom: 6px;
  display: block;
}

/* INPUT */
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid transparent;;
   transition: 0.2s ease;
  background: #eef2f6;
  font-size: 14px;
  color: #333;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border: 2px solid #e11b22; /* RED BORDER */
  background: #fff;
}

/* TEXTAREA HEIGHT */
.form-group textarea {
  height: 130px;
  resize: none;
}

/* BUTTON */
.submit-btn {
  margin-top: 10px;
  background: linear-gradient(90deg, #e11b22, #ff3b3b);
  border: none;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* RIGHT SIDE */
.right-side {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* HQ CARD */
.hq-card {
  background: #e6ecf5;
  padding: 25px;
  border-radius: 18px;
}

.hq-card h4 {
  margin-bottom: 15px;
}

.hq-item {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.hq-item .icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MINI */
.mini-grid {
  display: flex;
  gap: 15px;
}

.mini-card {
  flex: 1;
  background: #eef2f6;
  padding: 18px;
  border-radius: 15px;
}

.mini-icon {
  margin-bottom: 10px;
}

/* IMAGE CARD */
.image-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* DARK OVERLAY */
.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
}

.overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.overlay h4 {
  margin-bottom: 5px;
}

.cert-strip {
  padding: 40px 0;
}

.cert-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 50px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ITEM */
.cert-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* CIRCLE */
.circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #e11b22;
  color: #e11b22;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;
}

/* TEXT */
.text h4 {
  font-size: 16px;
  margin: 0;
  color: #0f1a26;
}

.text p {
  font-size: 13px;
  color: #7a879c;
  margin-top: 4px;
}

.policy-hero {
  padding: 50px 0;
  background: #f4f7fb;
}

.policy-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #eef2f6;
  border-radius: 20px;
  overflow: hidden;
}

/* LEFT */
.policy-left {
  padding: 60px;
}

/* TAG */
.tag {
  color: #b7892b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* TITLE */
.title {
  font-size: 56px;
  font-weight: 800;
  color: #0f1a26;
}

.title span {
  color: #e11b22;
}

/* DESC */
.desc {
  margin-top: 20px;
  max-width: 520px;
  color: #6b7a90;
  line-height: 1.6;
}

/* META */
.meta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7a90;
  font-size: 14px;
}

.meta .dot {
  opacity: 0.5;
}

/* RIGHT IMAGE */
.policy-right {
  background: url("https://images.unsplash.com/photo-1581092919534-5d6f3a2f3c65") center/cover;
  opacity: 0.2;
}

.policy-hero {
  padding: 50px 0;
  background: #f4f7fb;
}

.policy-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #eef2f6;
  border-radius: 20px;
  overflow: hidden;
}


.tag {
  color: #b7892b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.title {
  font-size: 56px;
  font-weight: 800;
  color: #0f1a26;
}

.title span {
  color: #e11b22;
}

.desc {
  margin-top: 20px;
  max-width: 520px;
  color: #6b7a90;
  line-height: 1.6;
}

.meta {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  color: #6b7a90;
  font-size: 14px;
}

.meta .dot {
  opacity: 0.5;
}

/* RIGHT IMAGE */
.policy-right {
  position: relative;
  height: 100%;
}

.policy-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1) contrast(0.9);
}

/* FADE EFFECT (IMPORTANT FOR MATCH) */
.policy-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #eef2f6;
  opacity: 0.65; /* same faded look */
}

.policy-content {
  padding: 60px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

/* SIDEBAR */
.sidebar {
  position: sticky;
  top: 100px;
}

.nav {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  border-left: 2px solid #e5eaf2;
}

.nav li {
  padding: 12px 15px;
  color: #6b7a90;
  cursor: pointer;
}

.nav li.active {
  color: #e11b22;
  border-left: 3px solid #e11b22;
  margin-left: -2px;
}

/* HELP BOX */
.help-box {
  background: #e6ecf5;
  padding: 20px;
  border-radius: 15px;
}

.help-box h4 {
  margin-bottom: 10px;
}

.help-box p {
  font-size: 13px;
  color: #6b7a90;
}

.help-box a {
  color: #e11b22;
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
}

/* RIGHT CONTENT */
.heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.heading .icon {
  background: #e11b22;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading h2 {
  font-size: 28px;
  color: #0f1a26;
}

/* INTRO */
.intro {
  margin: 20px 0 30px;
  color: #6b7a90;
  max-width: 700px;
}

/* CARDS */
.cards {
  display: flex;
  gap: 20px;
}

.card {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #eef2f6;
}

.card h4 {
  margin-bottom: 10px;
}

/* NOTE */
.note {
  margin-top: 25px;
  padding-left: 15px;
  border-left: 4px solid #f0a500;
  color: #6b7a90;
  font-style: italic;
}

.use-info {
  padding: 60px 0;
}

.use-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.use-icon {
  width: 48px;
  height: 48px;
  background: #e9eff7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.use-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f1a26;
}

/* Description */
.use-desc {
  color: #6b7a90;
  font-size: 16px;
  max-width: 850px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* List */
.use-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Item */
.use-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check {
  width: 22px;
  height: 22px;
  border: 2px solid #e11b22;
  border-radius: 50%;
  color: #e11b22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 4px;
}

.use-item p {
  margin: 0;
  color: #2b2f36;
  line-height: 1.7;
}

.use-item strong {
  color: #0f1a26;
}

.third-user-section {
  padding: 60px 0;
}

/* SECTION TITLE */
.section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0f1a26;
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.icon.gray {
  background: #e9eff7;
}

/* ================= THIRD PARTY ================= */

.third-box {
  background: #eef2f7;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 50px;
}

.third-desc {
  color: #6b7a90;
  margin-bottom: 25px;
  font-size: 15px;
}

.third-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.third-item {
  text-align: center;
  flex: 1;
}

.third-icon {
  font-size: 22px;
  color: #b8892d;
  margin-bottom: 10px;
}

.third-item h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.third-item p {
  font-size: 13px;
  color: #6b7a90;
}

/* ================= USER RIGHTS ================= */

.mt-60 {
  margin-top: 60px;
}

.user-desc {
  color: #6b7a90;
  max-width: 850px;
  margin-bottom: 35px;
  line-height: 1.7;
}

/* GRID */
.rights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

/* ITEM */
.right-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT (PIXEL MATCH) */
.right-item:hover {
  background: #eff4ff;   /* same light blue */
}
.num {
  color: #b8892d;
  font-weight: 700;
  font-size: 18px;
  min-width: 40px;
}

.right-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.right-item p {
  font-size: 14px;
  color: #6b7a90;
  line-height: 1.6;
}

/* 
<!-- Director message page --> */

/* SECTION */
.director {
  padding: 100px 0;
  background: #f5f7fb;
}

/* GRID */
.director-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}

/* TAG */
.director-tag {
  font-size: 12px;
  letter-spacing: 5px;
  color: #e11b22;
  font-weight: 600;
  margin-bottom: 25px;
}

/* TITLE */
.director-title {
  font-size: 78px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f1a26;
  margin: 0;
}

.director-title span {
  color: #e11b22;
}

/* DESCRIPTION */
.director-desc {
  margin-top: 40px;
  padding-left: 24px;
  border-left: 2px solid #f2a3a5;
  max-width: 520px;
}

.director-desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #6b7a90;
  margin: 0;
}

/* RIGHT SIDE */
.director-image-wrap {
  position: relative;
}

/* BACKGROUND SHAPE (IMPORTANT FOR PIXEL MATCH) */
.director-bg {
  position: absolute;
  top: 30px;
  left: -60px;
  width: 360px;
  height: 460px;
  background: #e9eff7;
  border-radius: 24px;
}

/* IMAGE CARD */
.director-card {
  position: relative;
  width: 360px;
  height: 460px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* IMAGE */
.director-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

/* OVERLAY */
.director-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.35) 50%,
    transparent 100%
  );
  color: #fff;
}

/* NAME */
.director-overlay h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

/* ROLE */
.director-overlay p {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.85;
  margin-top: 6px;
}
/* SECTION */
.pioneer {
  padding: 50px 0;
  background: #f5f7fb;
}

/* GRID */
.pioneer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
}

/* TITLE */
.pioneer-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0f1a26;
}

/* TEXT */
.pioneer-text {
  font-size: 17px;
  line-height: 1.9;
  color: #6b7a90;
  margin-bottom: 25px;
  position: relative;
}

/* DROP CAP */
.dropcap {
  float: left;
  font-size: 70px;
  font-weight: 800;
  color: #e11b22;
  line-height: 1;
  margin-right: 12px;
}

/* ================= RIGHT SIDE ================= */

.stats {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.stat-box {
  flex: 1;
  background: #e9eff7;
  padding: 28px;
  border-radius: 6px;
}

.stat-box h3 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}

.stat-box .red {
  color: #e11b22;
}

.stat-box .gold {
  color: #8c5a00;
}

.stat-box p {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6b7a90;
  margin-top: 6px;
}

/* SIGNATURE CARD */
.signature-card {
  background: #e9eff7;
  padding: 30px;
  border-radius: 18px;
}

/* TOP ROW */
.sig-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sig-top h4 {
  font-size: 18px;
  margin: 0;
  color: #0f1a26;
}

/* BADGE */
.badge {
  background: #fff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  color: #0f1a26;
}

/* SIGNATURE TEXT */
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 48px;
  line-height: 1.2;
  margin: 20px 0;
  color: #0f1a26;
}

/* ROLE */
.sig-role {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

/* REF */
.sig-ref {
  font-size: 12px;
  color: #6b7a90;
}

/* ================= QUOTE ================= */

.pioneer-quote {
  margin-top: 60px;
  position: relative;
}

.quote-mark {
position: absolute;
    left: -35px;
    top: -52px;
    font-size: 6rem;
  color: rgba(225, 27, 34, 0.08);
}

.pioneer-quote p {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  color: #0f1a26;
   font-family: 'Plus Jakarta Sans', sans-serif;
  max-width: 700px;
}

.pioneer-quote span {
  color: #e11b22 !important;
  font-weight: 500;
}

.future-section {
  padding: 80px 0;
}


/* LAYOUT */
.future-wrapper {
  display: flex;
  gap: 30px;
}

/* LEFT CARD */
.future-left {
  flex: 2;
  background: #e7efff;
  padding: 60px;
  border-radius: 20px;
  position: relative;
  position: relative;
  overflow: hidden; /* IMPORTANT */
}

.future-left:hover::after {
  width: 260px;
  height: 260px;
  top: -80px;
  right: -80px;
}
/* subtle top corner shape */
.future-left::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: #be00130d;
  border-radius: 50%;
  transition: all 0.4s ease;
}
/* red small line */
.top-line {
  width: 40px;
  height: 4px;
  background: #d60000;
  margin-bottom: 25px;
}

.future-left h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1b2430;
  margin-bottom: 20px;
}

.future-left p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 16px;
  max-width: 520px;
}

/* STATS */
.future-stats {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}

.future-stats span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #c00000;
  font-weight: 600;
}

.future-stats h4 {
  font-size: 2rem;
  margin-top: 6px;
  font-weight: 700;
  color: #111827;
}

/* RIGHT CARD */
.future-right {
  flex: 1;
  background: #d40000;
  color: white;
  padding: 50px 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* sparkle */
.spark {
  font-size: 20px;
  margin-bottom: 20px;
}

.future-right h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.future-right p {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

.future-right a {
  margin-top: 30px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

/* 
<!-- Refund Policy page --> */
.refund-section {
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.refund-header {
  max-width: 750px;
  margin-bottom: 60px;
}

.tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #9c6b00;
  font-weight: 600;
}

.refund-header h1 {
  font-size: 56px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
}

.refund-header h1 span {
  color: #d60000;
  font-style: italic;
}

.refund-header p {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.8;
}

/* GRID */
.refund-wrapper {
  display: flex;
  gap: 60px;
}

/* LEFT MENU */
.refund-menu {
  width: 260px;
    position: sticky;
  top: 120px;
  height: fit-content;
}

/* anchor reset */
.refund-menu a {
  text-decoration: none;
  color: inherit;
}


.refund-menu ul {
  list-style: none;
  padding: 0;
}

.refund-menu li {
  font-size: 16px;
  color: #6b7280;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}

/* dash line */
.refund-menu li::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #cbd5e1;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

/* ACTIVE */
.refund-menu li.active {
  color: #d60000;
  font-weight: 600;
}

.refund-menu li.active::before {
  background: #d60000;
}

/* RIGHT CONTENT */
.refund-content {
  flex: 1;
}

/* TITLE ROW */
.title-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* ICON */
.icon-box {
  width: 50px;
  height: 50px;
  background: #e5ecf5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #d60000;
  font-size: 18px;
}

/* TITLE */
.refund-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

/* TEXT */
.refund-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  max-width: 700px;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.refund-section {
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.refund-header {
  max-width: 750px;
  margin-bottom: 60px;
}

.tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #9c6b00;
}

.refund-header h1 {
  font-size: 56px;
  font-weight: 800;
}

.refund-header span {
  color: #d60000;
  font-style: italic;
}


/* MENU */
.refund-menu {
  width: 260px;
  position: sticky;
  top: 120px;
}

.refund-menu li {
  padding: 12px 0;
  cursor: pointer;
  color: #6b7280;
}

.refund-menu li.active {
  color: #d60000;
}

/* CONTENT */
.section-block {
  margin-bottom: 50px;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #e5ecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* ELIGIBILITY */
.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.card {
  background: #e9eef6;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.card.red::before,
.card.gold::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
}


/* PROCESS */
.process-box {
  background: #f3f4f6;
  padding: 40px;
  border-radius: 20px;
}

.step {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.step span {
  background: red;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* TIMELINE */
.timeline-grid {
  display: flex;
  gap: 20px;
}

.timeline-card {
  background: #e9eef6;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  flex: 1;
}

/* CONTACT */
.contact-box {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.contact-left {
  background: #0f1f2f;
  color: #fff;
  padding: 40px;
  flex: 1;
}

.contact-right {
  flex: 1;
  background: url('https://images.unsplash.com/photo-1581091215367-59ab6b2c5d6c') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-right button {
  background: red;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
}

@media(max-width:576px){
    .manufacturing-hero h1 {
    font-size: 45px;
    }
    .year-box {
    right: 18px;
    }
    .mh-content p {
    font-size: 1.1rem;
    }
    .cta-left {
    width: 60%;
        padding: 45px 20px;
    }
    .cta-left h2 {
    font-size: 27px;
    }
    .section-block{
        width: 98%;
    }
    .card {
    padding: 24px 10px;
    }
    .quote {
    padding: 10px;
    }
    .newsletter {
    padding: 40px 20px;
    display: block;
    }
    .newsletter img {
    margin: 10% 0 0 2%;
    width: 354px;
    }
    .cookie-grid {
    display: contents;
    }
    .bottom-cta {
    padding: 5% 3%;
    }
    .policy-left {
    padding: 20px;
    }
    .content-grid {
    display: contents;
    }
    .heading {
    margin-top: 4%;
    }
    .use-info {
    padding: 0px 0;
    }
    .director-grid {
    display: contents;
    }
    .director-image-wrap {
    padding: 2% 14%;
    }
    .pioneer {
    margin: 8%;
    padding: 50px 0;
    }
    .pioneer-grid {
    display: contents;
    }
    .signature-card {
    text-align: center;
    }
    .director-content {
    padding: 0 31px;
    }
    .future-wrapper {
    display: contents;
    gap: 30px;
    }
    .refund-wrapper {
    display: contents;
    }
    .timeline-card {
    padding: 19px;
    }
    .contact-box {
    display: contents;
    }
    .contact-right {
    padding-top: 20px;  
    }
}