/* font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
/* variable */

:root {
    --base-color: #074eb9;
    --dark-gray: #252840;
    --black: #05060a;
    --medium-gray: #7d8087;
    --very-light-gray: #f0f2f8;
    --primary-font: 'Montserrat', sans-serif;
}

/* reset */
body {
    line-height: 29px;
}

/* header */
header .navbar-brand img {
    max-height: 32px;
}

.navbar .navbar-nav .nav-link {
    font-size: 12px;
}

header .btn.btn-rounded.btn-large {
    padding: 10px 26px;
    font-size: 13px;
    font-weight: 500;
}

.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: .5;
}

/* btn */
[class*=btn-transparent],
[class*=" btn-transparent"] {
    font-weight: 500;
}

.btn {
    text-transform: none;
    font-family: var(--primary-font);
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 10px 31px;
}

.btn-gradient-purple-pink {
    background-color: #D4AF37;
    background-size: 200% auto;
    color: var(--white);
}

/* bg gradient color */
.bg-gradient-dark-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), #d4af37);
}

.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, #d4af3733, rgba(255, 255, 255, 0.0))
}

.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-midnight-blue {
    background-color: #1e2033;
}

/* text */
.text-flamingo {
    color: #e55b53;
}

.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}

/* blog */
.categories-btn {
    font-size: 11px;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}

.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}

.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}

/* height */
.h-72px {
    height: 72px !important;
}

#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}

/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}

/* line-height */
.lh-200 {
    line-height: 12.5rem;
}

/* bottom */
.bottom-auto {
    bottom: auto;
}

/* footer */
footer .footer-logo img {
    max-height: 35px;
}

footer ul li {
    margin-bottom: 0;
}

.footer-light a:hover,
.footer-navbar li a:hover {
    color: var(--dark-gray);
}

@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }

    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }

    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }

    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}

/* Desktop only - margin left */
.navbar-custom-offset {
    margin-left: -100px;
}

/* Remove margin on mobile/tablet */
@media (max-width: 991px) {
    .navbar-custom-offset {
        margin-left: 0;
    }
}

.supply-bar {
    background: linear-gradient(163deg, #D4AF37 0%, #000000 100%);
    min-height: 60px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    margin-bottom: 0;
}

/* Container to match navigation width */
.supply-bar-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0;
}

/* Flexbox content wrapper */
.supply-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    width: 100%;
    margin-bottom: 0;
}

.supply-bar-text {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    white-space: nowrap;
}

.supply-bar-text i {
    color: #ffd600;
    font-size: 0.9rem;
}

/* Three dots divider */
.supply-bar-divider {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.supply-bar-divider .doot {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: block;
}

.supply-bar-btn {
    background: #D4AF37;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.supply-bar-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Remove white space after supply bar */
.supply-bar+* {
    margin-top: 0;
    padding-top: 0;
}

.supply-bar+section,
.supply-bar+div {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Responsive breakpoints */
@media (max-width: 1399px) {
    .supply-bar-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .supply-bar-container {
        max-width: 960px;
    }

    .supply-bar-content {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .supply-bar-container {
        max-width: 720px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .supply-bar-content {
        gap: 20px;
    }

    .supply-bar-text {
        font-size: 1rem;
    }

    .supply-bar-btn {
        font-size: 0.9rem;
        padding: 8px 20px;
    }

    .supply-bar-divider {
        padding: 0 12px;
    }

    /* Remove navbar offset on mobile */
    #navbarNav {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .supply-bar {
        min-height: 50px;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .supply-bar-container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .supply-bar-content {
        gap: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .supply-bar-text {
        font-size: 1rem;
        letter-spacing: 0.08em;
    }

    .supply-bar-text i {
        font-size: 1rem;
    }

    .supply-bar-divider .dot {
        width: 5px;
        height: 5px;
    }

    .supply-bar-btn {
        font-size: 0.95rem;
        padding: 7px 16px;
    }
}

@media (max-width: 575px) {
    .supply-bar {
        padding: 10px 0;
        margin-bottom: 0;
        margin-top: 85px !important;
    }

    .supply-bar-content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 12px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .supply-bar-text {
        flex: 100%;
        justify-content: center;
        white-space: normal;
    }

    .supply-bar-divider {
        display: none;
        /* Hide divider on very small screens */
    }

    .supply-bar-btn {
        flex: 100%;
    }
}

.supply-bar {
    margin-top: 105px;
    /* Adjust to your header's height */
}

@media (max-width: 767.98px) {
    .page-layout {
        margin-top: -95px !important;
    }
}

.hero-section {
    min-height: 450px;
    height: 200vh;
    max-height: 750px;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 400px;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 570px;
        height: 50vh;
        border-bottom-right-radius: 0px;
    }
}

/* Responsive hero heading */
.hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 3.2rem;
        margin-top: -100px;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 3.4rem;
        margin-top: -40px;
    }
}


/*hero other*/
.hero-section-2 {
    min-height: 450px;
    height: 200vh;
    max-height: 750px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-section-2 {
        min-height: 600px;
        height: 50vh;
    }
}

/* Responsive hero heading */
.hero-section-2 h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-section-2 h1 {
        font-size: 3.2rem;
        margin-top: -100px;
    }
}

@media (max-width: 575.98px) {
    .hero-section-2 h1 {
        font-size: 3.5rem;
        margin-top: 30px;
    }
}


/*hero other*/
.hero-section-3 {
    min-height: 450px;
    height: 200vh;
    max-height: 750px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-section-3 {
        min-height: 600px;
        height: 50vh;
    }
}

/* Responsive hero heading */
.hero-section-3 h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-section-3 h1 {
        font-size: 3.2rem;
        margin-top: -100px;
    }
}

@media (max-width: 575.98px) {
    .hero-section-3 h1 {
        font-size: 3.5rem;
        margin-top: -60px;
    }
}


.image-slider {
    width: 100%;
    /*margin: -70px 0;*/
    margin-bottom: 10px;
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
}

.slide a {
    display: block;
    cursor: pointer;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slider-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 20px;
}

.slider-arrow.next {
    right: 20px;
}

.slider-arrow svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    width: 30px;
    border-radius: 5px;
    background: white;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.9);
}

/* Tablet */
@media (max-width: 992px) {
    .slider-container {
        padding: 0 15px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .slider-arrow.prev {
        left: 15px;
    }

    .slider-arrow.next {
        right: 15px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .image-slider {
        margin: 20px 0;
    }

    .slider-container {
        padding: 0 10px;
    }

    .slider-wrapper {
        border-radius: 6px;
    }

    .slide img {
        max-height: 200px;
        object-fit: cover;
    }

    .slider-arrow {
        width: 35px;
        height: 35px;
    }

    .slider-arrow.prev {
        left: 10px;
    }

    .slider-arrow.next {
        right: 10px;
    }

    .slider-arrow svg {
        width: 20px;
        height: 20px;
    }

    .slider-dots {
        bottom: 12px;
        gap: 8px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 24px;
    }
}

/* Small mobile */
@media (max-width: 576px) {
    .slider-container {
        padding: 0 8px;
    }

    .slide img {
        max-height: 160px;
    }

    .slider-arrow {
        width: 30px;
        height: 30px;
    }

    .slider-arrow svg {
        width: 18px;
        height: 18px;
    }

    .slider-dots {
        bottom: 3px;
        gap: 6px;
    }

    .dot {
        width: 6px;
        height: 6px;
    }

    .dot.active {
        width: 20px;
    }
}



.stats-container {
    max-width: 1320px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 3px solid #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.stat-icon:hover {
    transform: scale(1.1);
    border-color: #D4AF37;
}

.stat-icon svg {
    width: 35px;
    height: 35px;
    stroke: #D4AF37;
    fill: none;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c3e50;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Tablet */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .stat-icon svg {
        width: 30px;
        height: 30px;
    }

    .stat-label {
        font-size: 0.8rem;
    }
}

/* Mobile - Vertical Stack */
@media (max-width: 576px) {
    .stats-section {
        padding: 40px 20px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .stat-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .stat-icon svg {
        width: 35px;
        height: 35px;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .stat-label {
        font-size: 0.95rem;
    }
}



.innovation-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.innovation-content {
    padding-right: 40px;
}

.innovation-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.2;
}

.innovation-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.white-paper-box {
    background: #fff;
    border-left: 4px solid #D4AF37;
    padding: 20px 25px;
    margin-top: 40px;
}

.white-paper-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.white-paper-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #3498db;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.white-paper-link:hover {
    color: #2980b9;
}

.pdf-icon {
    width: 20px;
    height: 20px;
    fill: #D4AF37;
}

.innovation-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.innovation-image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.innovation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orange-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(206deg, #2125294a 0%, #000000b0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.image-text-overlay {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
}

.image-text-overlay h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #D4AF37;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.cta-button:hover {
    background: #D4AF37;
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 4px 12px #d4af37bc;
}

/* Tablet */
@media (max-width: 992px) {
    .innovation-container {
        gap: 40px;
    }

    .innovation-content {
        padding-right: 20px;
    }

    .innovation-title {
        font-size: 2.5rem;
    }

    .innovation-description {
        font-size: 1rem;
    }

    .innovation-image {
        height: 450px;
    }

    .image-text-overlay h3 {
        font-size: 2rem;
    }

    .image-text-overlay {
        left: 30px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .innovation-section {
        padding: 50px 15px;
    }

    .innovation-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .innovation-content {
        padding-right: 0;
    }

    .innovation-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .innovation-description {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .white-paper-box {
        margin-top: 30px;
        padding: 15px 20px;
    }

    .innovation-image {
        height: 400px;
    }

    .image-text-overlay {
        left: 20px;
    }

    .image-text-overlay h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .cta-button {
        bottom: 20px;
        right: 20px;
        padding: 12px 25px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .innovation-title {
        font-size: 1.75rem;
    }

    .innovation-image {
        height: 350px;
    }

    .image-text-overlay h3 {
        font-size: 1.3rem;
    }
}

/* Add to assets/css/it.css or your custom CSS file */
.footer-images {
    margin-top: 20px;
    text-align: left;
    /* or center, as you prefer */
}

.footer-img {
    max-width: 180px;
    /* adjust as needed */
    margin-bottom: 10px;
    border-radius: 8px;
    /* optional, for rounded corners */
}

@media (max-width: 575px) {
    .footer-img {
        max-width: 48%;
    }
}


@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        display: none;
        position: static;
        float: none;
        background: transparent;
        box-shadow: none;
        border: none;
        padding-left: 1.5rem;
    }

    .navbar-nav .dropdown-menu.show {
        display: block;
    }
}


/* ==========================================
     ADIM SECTION
========================================== */
.adim-section {
    padding: 120px 50px;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container-x {
    max-width: 1300px;
    margin: 0 auto;
}

/* Large screens */
@media (min-width: 1200px) {
    .container-x {
        max-width: 1200px;
    }
}

/* Medium screens */
@media (max-width: 1199px) {
    .container-x {
        max-width: 960px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .container-x {
        max-width: 1200px;
        margin: 0 auto;
    }
}


/* Mobile */
@media (max-width: 767px) {
    .container-x {
        max-width: 100%;
    }
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 600;
}

.zones-logo {
    text-align: right;
    margin-bottom: 30px;
}

.zones-logo img {
    height: 40px;
}

/* Process Flow */
.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 0;
}

.process-step {
    position: relative;
    background: linear-gradient(359deg, #D4AF37 0%, #765f15 50%, #ffd653 100%);
    padding: 30px 40px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
    margin-right: -30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:first-child {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
    border-radius: 50px 0 0 50px;
}

.process-step:last-child {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 30px 100%, 0 50%);
    border-radius: 0 50px 50px 0;
    margin-right: 0;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.step-icon svg {
    width: 35px;
    height: 35px;
    fill: white;
}

.step-name {
    font-size: 1.3rem;
    font-weight: 500;
}

/* Process Details */
.process-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.detail-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #D4AF37;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.detail-card h3 {
    color: #D4AF37;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.detail-card p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ==========================================
    WHY  SECTION
========================================== */
.why-zones-section {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, #005b96 60%, #005b96 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.why-zones-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, #005b96 50%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.why-zones-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.why-zones-text {
    flex: 1;
    max-width: 600px;
}

.why-zones-text h2 {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.why-zones-text p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background: #D4AF37;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    background: #d66d2b;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(230, 126, 60, 0.3);
}

.cta-button::after {
    content: ' ›';
    margin-left: 5px;
}

.feedback-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #D4AF37;
    color: white;
    padding: 10px 20px;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    z-index: 1000;
}

/* ==========================================
    MOBILE RESPONSIVE
========================================== */
@media (max-width: 1024px) {
    .process-flow {
        flex-direction: column;
        gap: 20px;
    }

    .process-step {
        clip-path: none;
        border-radius: 8px;
        margin-right: 0;
        width: 100%;
        max-width: 400px;
    }

    .process-step:first-child,
    .process-step:last-child {
        clip-path: none;
        border-radius: 8px;
    }

    .process-details {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-zones-section {
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #005b96 50%, #D4AF37 100%);
    }

    .why-zones-section::before {
        clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0% 100%);
        width: 100%;
    }

    .why-zones-content {
        flex-direction: column;
        text-align: center;
    }

    .why-zones-text {
        max-width: 100%;
    }

    .why-zones-text h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .process-details {
        grid-template-columns: 1fr;
    }

    .process-step {
        padding: 25px 30px;
        flex-direction: column;
        text-align: center;
    }

    .step-name {
        font-size: 1.1rem;
    }

    .why-zones-text h2 {
        font-size: 2rem;
    }

    .why-zones-text p {
        font-size: 1rem;
    }

    .adim-section {
        padding: 40px 15px;
    }

    .why-zones-section {
        padding: 50px 15px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
    }

    .process-step {
        padding: 20px;
        min-width: auto;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

    .step-icon svg {
        width: 28px;
        height: 28px;
    }

    .step-name {
        font-size: 1rem;
    }

    .detail-card {
        padding: 20px;
    }

    .detail-card h3 {
        font-size: 1.1rem;
    }

    .why-zones-text h2 {
        font-size: 1.8rem;
    }

    .cta-button {
        padding: 8px 18px;
        font-size: 0.8rem;
    }
}

/* ==========================================
        FEATURES SECTION
    ========================================== */
.features-section {
    padding: 80px 20px;
    background: #ffc1071a
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
    margin-top: 20px;
}

.feature-card {
    text-align: left;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 100px;
    height: 100px;
    border: 3px solid #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #D4AF37;
    transform: scale(1.05);
}

.feature-icon svg {
    width: 50px;
    height: 50px;
    stroke: #D4AF37;
    fill: none;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}

.feature-card:hover .feature-icon svg {
    stroke: #ffffff;
}

.feature-title {
    font-size: 1.75rem;
    color: #D4AF37;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-description {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
}

/* ==========================================
        MOBILE RESPONSIVE
    ========================================== */
@media (max-width: 768px) {
    .features-section {
        padding: 50px 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .feature-card {
        text-align: center;
    }

    .feature-icon {
        margin: 0 auto 25px;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .feature-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 40px 15px;
    }

    .feature-icon {
        width: 80px;
        height: 80px;
    }

    .feature-icon svg {
        width: 40px;
        height: 40px;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .features-grid {
        gap: 40px;
    }
}

/* ========================================
           FLIP CARD TEAM SECTION
           Prefix: fts- (Flip Team Section)
           ======================================== */

.fts-team-section {
    padding: 80px 0;
    background: #f0f4f8;
}

.fts-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.fts-section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.fts-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #a2872f);
    border-radius: 2px;
}

.fts-section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 20px auto 0;
}

/* Flip Card Container */
.fts-flip-card {
    perspective: 1000px;
    height: 450px;
    margin-bottom: 30px;
}

.fts-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.fts-flip-card:hover .fts-flip-card-inner {
    transform: rotateY(180deg);
}

.fts-flip-card-front,
.fts-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Front Side */
.fts-flip-card-front {
    background: white;
    display: flex;
    flex-direction: column;
}

.fts-front-image {
    height: 60%;
    overflow: hidden;
    position: relative;
}

.fts-front-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fts-flip-card:hover .fts-front-image img {
    transform: scale(1.1);
}

.fts-front-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px;
    color: white;
}

.fts-front-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.fts-member-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 5px;
}

.fts-member-position {
    font-size: 0.78rem;
    font-weight: 600;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fts-hover-hint {
    margin-top: 15px;
    font-size: 0.75rem;
    color: #94a3b8;
    font-style: italic;
}

/* Back Side */
.fts-flip-card-back {
    background: linear-gradient(135deg, #D4AF37 0%, #a2872f 100%);
    transform: rotateY(180deg);
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.fts-back-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.fts-back-position {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fts-back-bio {
    font-size: 0.89rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.95;
}

.fts-back-contact {
    margin-top: auto;
}

.fts-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.76rem;
}

.fts-contact-item i {
    width: 20px;
    text-align: center;
}

.fts-back-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.fts-social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fts-social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: white;
}

/* Mobile - Disable flip, show both sides stacked */
@media (max-width: 767px) {
    .fts-flip-card {
        height: auto;
    }

    .fts-flip-card-inner {
        transform: none !important;
    }

    .fts-flip-card-front,
    .fts-flip-card-back {
        position: relative;
        backface-visibility: visible;
    }

    .fts-flip-card-back {
        transform: none;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .fts-section-title h2 {
        font-size: 2.3rem;
    }
}