* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: clamp(14px, 0.875rem + 0.5vw, 16px);
    /* Responsive: scales from 14px to 16px based on viewport */
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');


@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff'),
        url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/Gilroy-SemiBold.woff') format('woff'),
        url('fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-HeavyItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Black.woff2') format('woff2'),
        url('fonts/Gilroy-Black.woff') format('woff'),
        url('fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Legacy font-family names for backward compatibility */
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff'),
        url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/Gilroy-SemiBold.woff') format('woff'),
        url('fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Black';
    src: url('fonts/Gilroy-Black.woff2') format('woff2'),
        url('fonts/Gilroy-Black.woff') format('woff'),
        url('fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

.enquiry-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    border: 1px solid #dbe4f0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.enquiry-list .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.enquiry-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.enquiry-list .icon-round ul li .elementor-icon-list-icon {
    background-color: #e67112;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.container,
.about-container,
.businesses-container,
.facilities-container,
.content-container,
.sustainability-container,
.life-at-sabco-container,
.footer-container {
    max-width: 100%;
    box-sizing: border-box;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 20px 0;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    overflow: visible;
}

.header.scrolled {
    background: #ffffff;
    border-bottom: 2px solid #e0e0e0;

}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    z-index: 1001;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-icon img {
    height: 60px;
    /* width: 214px; */
    max-width: 100%;
    /* filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); */
}

.logo-text h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
}

.logo-text .tagline {
    color: #ffffff;
    font-size: 0.6875rem;
    letter-spacing: 3px;
    margin-top: 2px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Hamburger Menu Styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    flex-shrink: 0;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.header.scrolled .hamburger-line {
    background-color: #000000;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation Styles */
.navigation {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
    position: relative;
    overflow: visible;
}

.nav-menu li a {
    font: normal normal normal 0.875rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-menu li a:hover {
    opacity: 0.8;
}

.header.scrolled .nav-menu li a {
    color: #000000;
}

.header.scrolled .nav-menu li a:hover {
    opacity: 0.7;
}

.dropdown {
    position: relative;
}

.dropdown .chevron {
    font-size: 0.625rem;
    margin-left: 3px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.dropdown:hover .chevron,
.dropdown.active .chevron {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    /* margin-top: 20px; */
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E0E0E0;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    min-width: 600px;
    max-width: 90vw;
    padding: 0;
    z-index: 1001;
    pointer-events: none;
    color: #002E6E;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    
    /* Position 1px higher than the white triangle */
    top: -9px; 
    left: 50%;
    transform: translateX(-50%);
    
    /* Size is 1px larger (9px) */
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #E0E0E0; /* <--- Your Border Color */
}

/* 2. The Mask Layer (Top Triangle) */
/* This is the white triangle that sits on top */
.dropdown-menu::after {
    content: '';
    position: absolute;
    
    /* Standard position */
    top: -8px; 
    left: 50%;
    transform: translateX(-50%);
    
    /* Standard size (8px) */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff; /* Main background color */
}

.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.dropdown-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 50px;
}

.dropdown-column {
    display: flex;
    flex-direction: column;
}

.dropdown-heading {
    font: normal normal normal 1.125rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #1a4d8c;
    margin: 0 0 20px 0;
    letter-spacing: 0px;
    font-weight: 600;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dropdown-list li {
    margin: 0;
    padding: 0;
}

.nav-menu li .dropdown-list a {
    font: normal normal normal 1rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #002E6E;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.dropdown-list a:hover {
    color: #28A456;
}

/* Dropdown styles when header is scrolled */
.header.scrolled .dropdown-menu {
    background: #ffffff;
}

.header.scrolled .dropdown-heading {
    color: #1a4d8c;
}

.header.scrolled .dropdown-list a {
    color: #002E6E;
}

.header.scrolled .dropdown-list a:hover {
    color: #28A456;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    zoom: 1.1;
}

.hero-watch-video-btn {
    position: absolute;
    bottom: 80px;
    left: 40px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    transition: color 0.3s ease, opacity 0.3s ease;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

.hero-watch-video-btn:hover {
    color: #ffffff;
    opacity: 0.9;
}

.hero-watch-video-btn .play-icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.hero-watch-video-btn .play-icon i {
    margin-left: 2px;
}

.hero-watch-video-btn .watch-video-text {
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #ffffff;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

@media (max-width: 768px) {
    .video-overlay {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.3) 0%,
                rgba(0, 0, 0, 0.5) 50%,
                rgba(0, 0, 0, 0.75) 100%);
    }

    .hero-watch-video-btn {
        bottom: 50px;
        left: 25px;
    }

    .hero-watch-video-btn .play-icon {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    .hero-watch-video-btn .watch-video-text {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .video-overlay {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.3) 0%,
                rgba(0, 0, 0, 0.5) 50%,
                rgba(0, 0, 0, 0.8) 100%);
    }

    .hero-watch-video-btn {
        bottom: 35px;
        left: 20px;
        gap: 8px;
        padding: 8px 0;
    }

    .hero-watch-video-btn .play-icon {
        width: 36px;
        height: 36px;
        font-size: 0.75rem;
    }

    .hero-watch-video-btn .watch-video-text {
        font-size: 0.8125rem;
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 0 40px 80px 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.hero-subtitle {
    text-align: left;
    font: normal normal normal 1.25rem/1.33 'Gilroy-Regular', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.hero-title {
    color: #ffffff;
    font-size: 3.25rem;
    font: normal normal normal 4.25rem 'Gilroy-Medium', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.33;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
    margin: 0;
}

/* About Section */
.about-section {
    padding: 65px 40px;
    background: #ffffff;
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
}

.about-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-heading {
    font: normal normal normal 1.75rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    text-align: left;
    letter-spacing: 0px;
    margin: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-left .video-wrapper {
border-radius: 0 30px 0 0;
}

.about-video {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.2);
    background: #000;
}

.about-video::-webkit-media-controls {
    display: none !important;
}

.about-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-overlay-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    min-height: 150px;
    background: #ffffff;
    border-top-right-radius: 24px;
    border-top-left-radius: 0;
    display: flex !important;
    align-items: center;
    padding: 24px 32px;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
}

.watch-video-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    background: transparent;
    color: black;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    transition: color 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.watch-video-btn:hover {
    color: #1a4d8c;
}

.play-icon {
    width: 48px;
    height: 48px;
    background: #002E6E;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.play-icon i {
    margin-left: 2px;
}

.watch-video-text {
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: black;
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    z-index: 10000;
    background: #000;
    border-radius: 8px;
    overflow: visible;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
    backdrop-filter: blur(4px);
    pointer-events: auto;
}

.video-modal-close i {
    font-size: 1.25rem;
}

.video-modal-close:hover {
    background: rgba(255, 68, 68, 0.9);
    border-color: #ff4444;
    transform: rotate(90deg) scale(1.1);
    color: #ffffff;
}

.video-modal-close:active {
    transform: rotate(90deg) scale(0.95);
}

.video-modal-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}

.video-modal-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
    }

    .video-modal-close {
        top: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
        background: rgba(0, 0, 0, 0.9);
    }

    .video-modal-close i {
        font-size: 1.125rem;
    }
}

.about-right {
    display: flex;
    align-items: flex-start;
}

.stats-card {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FEFEFE 25%, #EAF2FD 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0 0 0;
    padding: 100px 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 530px;
}

.stats-number {
    font: Italic normal normal 4.5rem/1.33 'Gilroy-RegularItalic', 'Inter', sans-serif;
    color: #002E6E;
    letter-spacing: 0px;
    margin: 0;
    margin-bottom: -25px;
}

.stats-label {
    font: normal normal normal 1.25rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: black;
    letter-spacing: 0px;
    margin: 0;
}

.stats-description {
    font: normal normal normal 1rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: black;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 1.6;
    max-width: 270px;
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #002E6E;
    text-decoration: none;
    font: normal normal normal 1rem/1.33 'Gilroy-SemiBold', 'Inter', sans-serif;
    margin-top: 10px;
    transition: gap 0.3s ease;
}

.read-more-btn:hover {
    gap: 12px;
}

.read-more-btn-white {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font: normal normal normal 1rem/1.33 'Gilroy-SemiBold', 'Inter', sans-serif;
    margin-top: 10px;
    transition: gap 0.3s ease;
}

.read-more-btn-white:hover {
    gap: 12px;
}


.arrow-icon {
    font-size: 1.25rem;
    display: inline-block;
}

.arrow-icon i {
    font-size: 1.25rem;
}

.pagination-indicators {
    display: flex;
    gap: 8px;
    margin-top: 30px;
    align-items: center;
}

.indicator {
    height: 4px;
    background: #D0D0D0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.indicator.active {
    width: 40px;
    background: #1a4d8c;
}

.indicator:not(.active) {
    width: 20px;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

.header.menu-open {
    background: #ffffff;
}

.header.menu-open .hamburger-line {
    background-color: #000000;
}

/* Mobile menu backdrop */
body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

a.dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {

    body.menu-open::before {
        opacity: 1;
        visibility: visible;
    }

    .hamburger-menu {
        display: flex;
    }

    .container {
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0;
    }

    .logo {
        z-index: 1001;
        flex-shrink: 0;
        margin-right: auto;
    }

    .logo-icon img {
        height: 50px;
    }

    .navigation {
        display: none;
    }

    .navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px 30px 30px;
        transition: right 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        display: flex !important;
        visibility: hidden;
    }

    .navigation.active {
        right: 0;
        visibility: visible;
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
        gap: 0;
        align-items: flex-start;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-menu li a {
        color: #000000;
        padding: 15px 0;
        width: 100%;
        display: block;
    }

    .header.scrolled .nav-menu li a {
        color: #000000;
    }

    .dropdown-menu {
        position: static;
        transform: none;
        min-width: 100%;
        margin-top: 0;
        margin-left: 0;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        background: #f5f5f5;
    }

    .dropdown.active .dropdown-menu {
        display: block;
    }

    .dropdown-menu::before {
        display: none;
    }

    .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .dropdown-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 0;
    }

    .dropdown-heading {
        margin-bottom: 12px;
        color: #1a4d8c;
    }

    .dropdown-list {
        gap: 8px;
    }

    .dropdown-list a {
        padding: 8px 0;
        color: #666666;
    }

    .dropdown-list a:hover {
        color: #28A456;
    }

    .hero {
        min-height: 500px;
        height: 65vh;
        max-height: 700px;
    }

    .hero-content {
        padding: 0 25px 50px 25px;
        width: 100%;
    }

    .hero-subtitle {
        line-height: 28px;
        margin-bottom: 10px;
    }

    .hero-title {
        letter-spacing: 1px;
        line-height: 1.1;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-heading {
        line-height: 48px;
    }

    .stats-card {
        padding: 40px 30px;
        height: auto;
        min-height: 400px;
    }
}

@media (max-width: 768px) {

    .header {
        padding: 15px 0;
    }

    .container {
        flex-direction: row;
        gap: 0;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        flex-shrink: 0;
        margin-right: auto;
    }

    .hamburger-menu {
        flex-shrink: 0;
        margin-left: 0;
    }

    .navigation {
        width: 85%;
        max-width: 350px;
        padding: 70px 25px 25px 25px;
    }

    .logo-icon img {
        height: 45px;
    }

    .hero {
        min-height: 450px;
        height: 60vh;
        max-height: 600px;
    }

    .hero-content {
        padding: 0 20px 40px 20px;
        width: 100%;
    }

    .hero-subtitle {
        line-height: 22px;
        margin-bottom: 8px;
    }

    .hero-title {
        line-height: 1.1;
        letter-spacing: 0.5px;
    }

    .about-section {
        padding: 60px 15px;
    }

    .about-heading {
        line-height: 38px;
    }

    .stats-card {
        padding: 30px 20px;
        height: auto;
        min-height: 350px;
    }

    .stats-number {
        line-height: 64px;
    }

    .about-video {
        pointer-events: none;
    }

    .about-video::-webkit-media-controls-play-button {
        display: none !important;
    }

    .video-overlay-panel {
        width: 55%;
        min-height: 100px;
        padding: 16px 20px;
    }

    .play-icon {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    .watch-video-text {
        font-size: 0.875rem;
    }

    .business-card-image {
        height: 250px;
    }

    .content-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    .facility-image {
        min-height: 300px;
    }
}

@media (max-width: 480px) {

    .header {
        padding: 12px 0;
    }

    .container {
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .logo {
        flex-shrink: 0;
        margin-right: auto;
        max-width: calc(100% - 45px);
    }

    .logo-icon img {
        height: 40px;
        max-width: 100%;
    }

    .hamburger-menu {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        margin-left: 0;
    }

    .navigation {
        width: 90%;
        max-width: 320px;
        padding: 65px 20px 20px 20px;
    }

    .nav-menu li a {
        padding: 12px 0;
    }

    .dropdown-content {
        padding: 15px 0;
        gap: 20px;
    }

    .dropdown-heading {
        margin-bottom: 12px;
    }

    .hero {
        min-height: 400px;
        height: 55vh;
        max-height: 550px;
    }

    .hero-content {
        padding: 0 15px 35px 15px;
        width: 100%;
    }

    .hero-subtitle {
        line-height: 18px;
        margin-bottom: 6px;
    }

    .hero-title {
        line-height: 1.1;
        letter-spacing: 0.5px;
    }

    .about-section {
        padding: 50px 15px;
    }

    .about-heading {
        line-height: 32px;
        font: normal normal normal 1.25rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    }

    .business-card-image {
        height: 200px;
    }

    .content-card-content {
        padding: 20px;
    }

    .facility-image {
        min-height: 250px;
    }

    .stats-card {
        padding: 25px 15px;
        height: auto;
        min-height: 300px;
    }

    .stats-number {
        line-height: 56px;
    }

    .stats-label {
        margin-top: 10px;
    }

    .video-overlay-panel {
        width: 45%;
        min-height: 70px;
        padding: 12px 16px;
    }

    .play-icon {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }

    .watch-video-text {
        font-size: 0.8125rem;
    }

    .watch-video-btn {
        gap: 8px;
        padding: 8px 0;
    }
    .nav-menu li .dropdown-list a {
    font: normal normal normal 0.875rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    
}
  .dropdown-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 20px;
    }
}

/* Businesses Section */
.businesses-section {
    padding: 65px 40px;
    background: #ffffff;
}

.businesses-container {
    max-width: 1400px;
    margin: 0 auto;
}

.businesses-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
    gap: 198px;
    flex-wrap: wrap;
}

.businesses-title-group {
    flex-shrink: 0;
}

.businesses-title {
    font: normal normal normal 3rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 0 0;
    letter-spacing: 0px;
}

.businesses-subtitle {
    font: normal normal normal 1.125rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    margin: 0;
    letter-spacing: 0px;
}

.businesses-tabs {
    display: flex;
    gap: 6px;
    /* align-items: start; */
    flex-shrink: 0;
}

.tab-btn {
    padding: 12px 24px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 175px;
}

.tab-btn:hover {
    background: #F5F5F5;
    border-color: #002E6E;
}

.tab-btn.active {
    background: #002E6E;
    color: #ffffff;
    border-color: #002E6E;
}

.businesses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.businesses-summary-card {
    background: #e9f1ff;
    /* border-radius: 8px; */
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    grid-column: span 3;
    width: 100%;
}

.businesses-summary-text {
    font: normal normal normal 1.5rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #1c1f23;
    margin-left: 100px;
    margin-right: 100px;
}

.business-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: none;
}

.business-card:hover {
    /* transform: translateY(-4px); */
}

.business-card-image {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.business-card-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, transparent 0%, #021A3E 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.business-card:hover .business-card-overlay {
    opacity: 1;
    background: transparent linear-gradient(180deg, transparent 0%, #021A3E 100%) 0% 0% no-repeat padding-box;
}

.business-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px;
    z-index: 2;
    color: #ffffff;
    display: block;
}

.business-card-content.align-right {
    text-align: left;
}

.business-card-title {
    font: normal normal normal 1.25rem/1.33 'Gilroy-SemiBold', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: opacity 0.3s ease;
    text-align: left;
}

.business-card-description {
    font: normal normal normal 0.875rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    margin: 8px 0 0 0;
    padding: 0;
    opacity: 0;
    letter-spacing: 0px;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    max-width: 300px;
}

/* Adjust for display scaling (150% zoom scenarios) */
@media (max-width: 1600px) {
    .business-card-description {
        max-width: 250px;
    }
}

@media (max-width: 1400px) {
    .business-card-description {
        max-width: 220px;
    }
}

@media (max-width: 1300px) {
    .business-card-description {
        max-width: 200px;
    }
}

.business-card:hover .business-card-description {
    opacity: 0.9;
    transform: translateY(0);
    max-height: 200px;
}

.business-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 3;
}

.business-card:hover .business-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

.arrow-circle {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a4d8c;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.arrow-circle i {
    font-size: 1rem;
}

.business-card:hover .arrow-circle {
    transform: translateX(4px);
}

/* Responsive Design for Businesses Section */
@media (max-width: 1200px) {
    .businesses-section {
        padding: 80px 30px;
    }

    .businesses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .businesses-summary-card {
        grid-column: span 2;
    }

    .business-card-image {
        height: 320px;
    }

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

    .business-card-description {
        max-width: 250px;
    }
}

@media (max-width: 1024px) {
    .businesses-section {
        padding: 80px 20px;
    }

    .businesses-header {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .businesses-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .businesses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .businesses-summary-card {
        grid-column: span 2;
    }

    .business-card-image {
        height: 320px;
    }

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

    .business-card-description {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .businesses-section {
        padding: 60px 15px;
    }

    .businesses-title {
        font-size: 2.25rem;
        line-height: 48px;
    }

    .businesses-subtitle {
        font-size: 1rem;
        line-height: 24px;
    }

    .tab-btn {
        padding: 10px 18px;
        font-size: 0.875rem;
    }

    .businesses-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .businesses-summary-card {
        grid-column: span 1;
    }

    .business-card-image {
        height: 320px;
    }

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

    .business-card-content {
        padding: 16px;
    }

    .business-card-title {
        font-size: 1.125rem;
        line-height: 24px;
    }

    .business-card-description {
        max-width: 180px;
    }
}

/* Businesses Carousel Styles for Mobile */
.businesses-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.businesses-carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.businesses-carousel-track .business-card {
    min-width: 100%;
    flex-shrink: 0;
    width: 100%;
}

.businesses-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 15px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #D0D0D0;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel-dot.active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background: #1a4d8c;
}

@media (max-width: 768px) {
    .businesses-grid {
        display: block;
        overflow: hidden;
    }

    .businesses-grid .business-card {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .businesses-section {
        padding: 50px 15px;
    }

    .businesses-title {
        font-size: 1.75rem;
        line-height: 36px;
    }

    .businesses-subtitle {
        font-size: 0.875rem;
        line-height: 20px;
    }

    .businesses-grid {
        grid-template-columns: 1fr;
        gap: 0;
        display: block;
        overflow: hidden;
    }

    .businesses-summary-card {
        grid-column: span 1;
    }

    .business-card-image {
        height: 320px;
    }

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

    .business-card-description {
        max-width: 250px;
    }

    /* .businesses-tabs {
        gap: 6px;
        width: 100%;
    }
    
    .tab-btn {
        padding: 8px 14px;
        font-size: 0.5rem;
        flex: 1;
        min-width: 0;
    } */
    .businesses-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        width: 100%;
        scrollbar-width: none;
    }

    .businesses-tabs::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        flex: 0 0 auto;
        padding: 8px 14px;
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .business-card-content {
        padding: 14px;
    }

    .business-card-title {
        font-size: 1rem;
        line-height: 22px;
    }

    .businesses-carousel-dots {
        margin-top: 15px;
    }

    .business-card-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

 

 
  .business-card-description {
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    display: block !important;
  }

 
  .business-card-arrow {
    opacity: 1 !important;
    transform: none !important;
  }

 
  .business-card-overlay {
    opacity: 1 !important;
  }

  
  .business-card:hover .business-card-description,
  .business-card:hover .business-card-arrow {
    opacity: 1 !important;
    max-height: none !important;
    transform: none !important;
  }

 
  .business-card *,
  .business-card-image img {
    transition: none !important;
  }

 
}

/* Manufacturing Facilities Section */
.manufacturing-facilities-section {
    padding: 65px 40px;
    background: #ffffff;
}

.facilities-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    border-radius: 16px;
    overflow: visible;
}

.facilities-left {
    background: #ECF3FD;
    padding: 80px 80px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    border-radius: 10px;
    height: 700px;

}

.facilities-title {
    font: normal normal normal 2.5rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 40px 0;
    letter-spacing: 0px;
}

.facility-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 34px;
}

.facility-badge {
    width: 35px;
    height: 35px;
    background: #002E6E;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    flex-shrink: 0;
}

.facility-subtitle {
    font: normal normal normal 1.5rem/1.33 'Gilroy-SemiBold', 'Inter', sans-serif;
    color: #000000;
    margin: 0;
    letter-spacing: 0px;
}

.facility-description {
    font: normal normal normal 1rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 24px 0;
    letter-spacing: 0px;
    line-height: 1.6;
    max-width: 428px;
}

.facilities-pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 100px;
}

.facilities-pagination .pagination-indicator {
    height: 4px;
    background: #D0D0D0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.facilities-pagination .pagination-indicator.active {
    width: 40px;
    background: #002E6E;
}

.facilities-pagination .pagination-indicator:not(.active) {
    width: 20px;
}

.facilities-right {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 700px;
}

.facility-image {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Responsive Design for Manufacturing Facilities Section */
@media (max-width: 1024px) {
    .manufacturing-facilities-section {
        padding: 80px 20px;
    }

    .facilities-container {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .facilities-left {
        border-radius: 16px 16px 0 0;
        padding: 50px 30px;
    }

    .facilities-right {
        border-radius: 0 0 16px 16px;
        min-height: 400px;
    }

    .facility-image {
        width: 100%;
        height: auto;
        min-height: 400px;
        max-width: 100%;
    }

    .facilities-title {
        font-size: 2.25rem;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .manufacturing-facilities-section {
        padding: 60px 15px;
    }

    .facilities-left {
        padding: 40px 20px;
    }

    .facilities-title {
        font-size: 2rem;
        line-height: 1.33;
        margin-bottom: 30px;
    }

    .facility-subtitle {
        font-size: 1.25rem;
        line-height: 1.33;
    }

    .facility-badge {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .facility-description {
        font-size: 0.875rem;
        line-height: 1.33;
        margin-bottom: 30px;
    }

    .facilities-right {
        min-height: 300px;
        height: 300px;
    }

    .facility-image {
        width: 100%;
        height: auto;
        min-height: 300px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .manufacturing-facilities-section {
        padding: 50px 15px;
    }

    .facilities-left {
        padding: 30px 15px;
        height: 500px;
    }

    .facilities-pagination {
        margin-top: 50px;
    }

    .facilities-title {
        font-size: 1.75rem;
        line-height: 1.33;
    }

    .facility-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .facility-image {
        min-height: 250px;
    }
}


.content-section {
    padding: 65px 40px;
    background: #ffffff;
}

.content-container {
    max-width: 1400px;
    margin: 0 auto;
}

.content-title {
    text-align: left;
    font: normal normal normal 3rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0 0 60px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.content-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;

}

.content-image-wrapper {
    position: relative;
    width: 100%;
    height: 414px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.content-image {
    width: 100%;
    height: 414px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.content-card-content {
    /* padding: 4px; */
    margin-top: 10px;
    max-width: 400px;
}



.content-description {
    font: normal normal normal 1.5rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: black;
    margin: 0 0 20px 0;
    letter-spacing: 0px;
}

.content-read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #002E6E;
    text-decoration: none;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    transition: gap 0.3s ease;
    margin-bottom: 4px;
}

.content-read-more:hover {
    /* gap: 16px; */
}

.content-read-more-icon {
    width: 32px;
    height: 32px;
    background: #002E6E;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.content-read-more-icon-white {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28A456;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.content-read-more-icon i {
    font-size: 0.875rem;
}

/* .content-read-more:hover .content-read-more-icon {
    transform: translateX(4px);
} */



.blog-container .elementor-post__thumbnail__link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px !important;
}

.blog-container .elementor-post__thumbnail__link:after,
.blog-container .elementor-post__thumbnail__link .elementor-post__thumbnail {
    border-radius: 10px;
}

.blog-container .elementor-post__text {
    padding-left: 0px !important;
}

.blog-container .elementor-post__title a {
    font: normal normal normal 1.5rem/1.33 'Gilroy-Medium', 'Inter', sans-serif !important;
    color: #000 !important;
    margin: 16px 0 12px !important;
    letter-spacing: 0 !important;
}


.blog-container .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #002E6E !important;
    text-decoration: none !important;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif !important;
    transition: gap 0.3s ease !important;
    margin-bottom: 4px !important;
}

/* .blog-container .elementor-post__read-more::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("/wp-content/uploads/arrow-right.svg") no-repeat center;
    background-size: contain;
    margin-left: 8px;
} */
.blog-container .elementor-post__read-more::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url("image/Arrow-Blue.svg") no-repeat center;
    background-size: contain;

    transition: transform 0.3s ease;
}




@media (max-width: 1024px) {
    .content-section {
        padding: 80px 20px;
    }

    .content-title {
        font-size: 2.25rem;
        line-height: 1.33;
        margin-bottom: 50px;
    }

    .content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .content-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .content-section {
        padding: 60px 15px;
    }

    .content-title {
        font-size: 2rem;
        line-height: 1.33;
        margin-bottom: 40px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

    .content-card-title {
        font-size: 1.25rem;
        line-height: 1.33;
    }

    .content-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .content-section {
        padding: 50px 15px;
    }

    .content-title {
        font-size: 1.75rem;
        line-height: 1.33;
        margin-bottom: 30px;
    }

    .content-grid {
        gap: 20px;
    }

    .content-card-content {
        padding: 0px;
    }

    .content-description {
        font-size: 0.875rem;
        line-height: 1.33;
    }

    .content-image-wrapper {
        width: 100%;
    }
}


.awards-section {
    padding: 100px 40px;
    background: #ffffff;
}

.awards-container {
    max-width: 1400px;
    margin: 0 auto;
}

.awards-title {
    text-align: left;
    font: normal normal normal 3.125rem/1.33 'Gilroy-SemiBold', 'Gilroy-Medium', 'Inter', sans-serif;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0 0 60px 0;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.award-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;

}

.award-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.award-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.award-content {
    padding: 32px;
}

.award-card-title {
    font: normal normal normal 1.5rem/2rem 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 16px 0;
    letter-spacing: 0px;
}

.award-description {
    font: normal normal normal 1rem/1.5rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 0px;
}

.award-read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1a4d8c;
    text-decoration: none;
    font: normal normal normal 1rem/1.5rem 'Gilroy-Medium', 'Inter', sans-serif;
    transition: gap 0.3s ease;
}

.award-read-more-icon {
    width: 32px;
    height: 32px;
    background: #1a4d8c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

/* .award-read-more:hover .award-read-more-icon {
    transform: translateX(4px);
} */

@media (max-width: 1024px) {
    .awards-section {
        padding: 80px 30px;
    }

    .awards-title {
        font-size: 2.25rem;
        line-height: 48px;
        margin-bottom: 50px;
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .awards-section {
        padding: 60px 20px;
    }

    .awards-title {
        font-size: 2rem;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .award-content {
        padding: 24px;
    }

    .award-card-title {
        font-size: 1.25rem;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .awards-title {
        font-size: 1.75rem;
        line-height: 36px;
    }

    .award-content {
        padding: 20px;
    }

    .award-description {
        font-size: 0.875rem;
        line-height: 22px;
    }
}


.sustainability-section {
    padding: 65px 40px;
    background: #ffffff;
}

.sustainability-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    border-radius: 10px;
    overflow: visible;
}

.sustainability-left {
    background: #28A456;
    padding: 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    min-height: 500px;
}

.sustainability-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 70px;
    justify-content: flex-start;
}

.sustainability-heading-small {
    font: Italic normal normal normal 1.5rem 'Gilroy-Medium', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 2px 0;
    letter-spacing: 0px;
    opacity: 0.9;
    line-height: 1.33;
}

.sustainability-heading-large {
    font: normal normal normal 3.5rem 'Gilroy-Medium', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 30px 0;
    letter-spacing: 0px;
    line-height: 1.33;
}

.sustainability-subheader svg {
    margin-bottom: 20px;
}

.sustainability-subheader {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sustainability-icon {
    font-size: 2rem;
    display: inline-block;
}

.sustainability-icon i {
    font-size: 2rem;
}

.sustainability-subtitle {
    font: normal normal normal 1.5rem 'Gilroy-SemiBold', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0px;
    line-height: 1.33;
}

.sustainability-description {
    font: normal normal normal 1rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 40px 0;
    letter-spacing: 0px;
    opacity: 0.95;
    line-height: 1.33;
}

.sustainability-pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 40px;
}

.sustainability-pagination .pagination-indicator {
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.sustainability-pagination .pagination-indicator.active {
    width: 40px;
    background: #ffffff;
}

.sustainability-pagination .pagination-indicator:not(.active) {
    width: 20px;
}

.sustainability-right {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.sustainability-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-height: 500px;
}


@media (max-width: 1024px) {
    .sustainability-section {
        padding: 80px 20px;
    }

    .sustainability-container {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .sustainability-left {
        border-radius: 16px 16px 0 0;
        padding: 50px 30px;
    }

    .sustainability-right {
        border-radius: 0 0 16px 16px;
        min-height: 400px;
    }

    .sustainability-image {
        width: 100%;
        max-width: 100%;
    }

    .sustainability-heading-large {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .sustainability-section {
        padding: 60px 15px;
    }

    .sustainability-left {
        padding: 40px 20px;
    }

    .sustainability-heading-small {
        font-size: 1.25rem;
        margin-bottom: 2px;
    }

    .sustainability-heading-large {
        font-size: 2.5rem;
        margin-bottom: 24px;
    }

    .sustainability-subheader {
        margin-bottom: 16px;
    }

    .sustainability-subtitle {
        font-size: 1.25rem;
    }

    .sustainability-icon {
        font-size: 1.75rem;
    }

    .sustainability-description {
        font-size: 0.875rem;
        margin-bottom: 30px;
    }

    .sustainability-right {
        min-height: 300px;
    }

    .sustainability-image {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .sustainability-section {
        padding: 50px 15px;
    }

    .sustainability-left {
        padding: 0px 15px;
    }

    .sustainability-heading-small {
        font-size: 1.125rem;
        margin-bottom: 2px;
    }

    .sustainability-heading-large {
        font-size: 2.25rem;
        margin-bottom: 20px;
    }

    .sustainability-subheader {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 14px;
    }

    .sustainability-image {
        width: 100%;
        max-width: 100%;
        min-height: 250px;
    }
}


.insights-section {
    padding: 100px 40px;
    background: #ffffff;
}

.insights-container {
    max-width: 1400px;
    margin: 0 auto;
}

.insights-title {
    font: normal normal normal 3rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #000000;
    margin: 0 0 60px 0;
    letter-spacing: 0px;
    text-align: left;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.insight-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

.insight-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.insight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.insight-content {
    padding: 32px;
}

.insight-description {
    font: normal normal normal 1rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #666666;
    margin: 0 0 20px 0;
    letter-spacing: 0px;
}

.insight-read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1a4d8c;
    text-decoration: none;
    font: normal normal normal 1rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    transition: gap 0.3s ease;
}

.insight-read-more:hover {
    gap: 16px;
}

.insight-read-more-icon {
    width: 32px;
    height: 32px;
    background: #1a4d8c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

/* .insight-read-more:hover .insight-read-more-icon {
    transform: translateX(4px);
} */

@media (max-width: 1024px) {
    .insights-section {
        padding: 80px 30px;
    }

    .insights-title {
        font-size: 2.25rem;
        line-height: 1.33;
        margin-bottom: 50px;
    }

    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .insights-section {
        padding: 60px 20px;
    }

    .insights-title {
        font-size: 2rem;
        line-height: 1.33;
        margin-bottom: 40px;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .insight-content {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .insights-title {
        font-size: 1.75rem;
        line-height: 1.33;
    }

    .insight-content {
        padding: 20px;
    }

    .insight-description {
        font-size: 0.875rem;
        line-height: 1.33;
    }
}


.life-at-sabco-section {
    padding: 100px 40px ;
    background: #e9f1ff;
}

.life-at-sabco-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    /* gap: 40px; */
    align-items: center;
}

.life-at-sabco-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.life-at-sabco-heading-small {
    font: Italic normal normal 4.75rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #264A7E;
    opacity: 0.5;
    margin-bottom: -30px;
    letter-spacing: 0px;
}

.life-at-sabco-heading-large {
    font: normal normal normal 10.5rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #0c3780;
    margin: 0;
    letter-spacing: 0px;
}

.life-at-sabco-description {
    max-width: 550px;
    font: normal normal normal 0.875rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #000000;
    margin: 10px 0 50px 0;
    letter-spacing: 0px;
}

.life-at-sabco-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 100px;
}

.life-at-sabco-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0d3b7c;
    text-decoration: none;
    font: normal normal normal 0.9375rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7dce5;
    transition: gap 0.3s ease, color 0.3s ease;
    width: fit-content;
}

.life-at-sabco-link:hover {
    /* gap: 16px; */
    color: #0a2f62;
}

.link-arrow-icon {
    width: 28px;
    height: 28px;
    background: #0d3b7c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.link-arrow-icon i {
    font-size: 0.875rem;
}

/* .life-at-sabco-link:hover .link-arrow-icon {
    transform: translateX(4px);
} */

.life-at-sabco-right {
    position: relative;
    min-height: 720px;
}

.life-at-sabco-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}

.life-at-sabco-image {
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    /* object-fit: cover; */
}

.life-at-sabco-image-wrapper.top-photo {
    position: absolute;
    top: 27px;
    right: 0;
    width: 320px;
    height: 320px;
    z-index: 2;
}

.life-at-sabco-image-wrapper.bottom-photo {
    position: absolute;
    bottom: 120px;
    left: -40px;
    /* width: 400px; */
    /* height: 320px; */
    z-index: 1;
}


@media (max-width: 1024px) {
    .life-at-sabco-section {
        padding: 90px 32px 70px;
    }

    .life-at-sabco-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .life-at-sabco-left {
        order: 2;
    }

    .life-at-sabco-right {
        order: 1;
        min-height: 700px;
    }

    .life-at-sabco-image-wrapper.top-photo {
        width: 240px;
        height: 240px;
        right: 0;
    }

    .life-at-sabco-image-wrapper.bottom-photo {
        width: 300px;
        height: 300px;
        left: 0;
    }
}

@media (max-width: 768px) {
    .life-at-sabco-section {
        padding: 70px 15px 60px;
    }

    .life-at-sabco-heading-small {
        font-size: 2rem;
        line-height: 1.33;
    }

    .life-at-sabco-heading-large {
        font-size: 3.875rem;
        line-height: 1.33;
        margin-bottom: 14px;
    }

    .life-at-sabco-description {
        max-width: 100%;
        font-size: 0.8125rem;
        line-height: 1.33;
        margin-bottom: 36px;
    }

    .life-at-sabco-link {
        font-size: 0.9375rem;
        line-height: 1.33;
    }

    .life-at-sabco-right {
        min-height: 0;
        display: none;
    }

    .life-at-sabco-image-wrapper.top-photo {
        width: 200px;
        height: 200px;
        right: 0;
    }

    .life-at-sabco-image-wrapper.bottom-photo {
        width: 240px;
        height: 240px;
        left: 0;
        right: auto;
    }
}

@media (max-width: 480px) {
    .life-at-sabco-section {
        padding: 50px 15px 40px 15px;
    }

    .life-at-sabco-heading-small {
        font-size: 2.125rem;
        line-height: 1.33;
    }

    .life-at-sabco-heading-large {
        font-size: 3.25rem;
        line-height: 1.33;
    }

    .life-at-sabco-links {
        gap: 16px;
        margin-top: 0px;
    }

    .life-at-sabco-link {
        padding-bottom: 10px;
    }

    .life-at-sabco-right {
        min-height: 0;
        display: none;
    }

    .life-at-sabco-image-wrapper.top-photo {
        width: 100%;
        max-width: 200px;
        height: 200px;
        position: relative;
        top: 0;
        right: 0;
        margin-left: auto;
    }

    .life-at-sabco-image-wrapper.bottom-photo {
        width: 100%;
        max-width: 200px;
        height: 200px;
        position: relative;
        left: 0;
        right: auto;
        margin-top: 20px;
    }
}

/* Scent Factory Section */
.scent-factory-section {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.scent-factory-top-bar {
    height: 2px;
    background: #0c3780;
    width: 100%;
}

.scent-factory-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    position: relative;
    padding: 0;
}

.scent-factory-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            #ff69b4 0,
            #ff69b4 4px,
            transparent 4px,
            transparent 8px);
    z-index: 10;
}

.scent-factory-left {
    position: relative;
    overflow: hidden;
}

.scent-factory-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.scent-factory-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scent-factory-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 30px 24px;
    width: 100%;
}

.scent-factory-label {
    font: normal normal normal 1.5rem/1.33 'Gilroy-Medium', 'Inter', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scent-factory-divider {
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            #ff69b4 0,
            #ff69b4 4px,
            transparent 4px,
            transparent 8px);
    position: relative;
    z-index: 5;
}

.scent-factory-right {
    background: #e9f1ff;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.scent-factory-content {
    width: 100%;
}

.scent-factory-text {
    font: normal normal normal 1.125rem/1.33 'Gilroy-Regular', 'Inter', sans-serif;
    color: #000000;
    letter-spacing: 0px;
    margin: 0;
    line-height: 1.6;
}

.scent-factory-bottom-bar {
    height: 8px;
    background: #0c3780;
    width: 100%;
}


@media (max-width: 1024px) {
    .scent-factory-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .scent-factory-divider {
        display: none;
    }

    .scent-factory-container::before {
        display: none;
    }

    .scent-factory-right {
        padding: 40px 40px;
        min-height: auto;
    }

    .scent-factory-image-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .scent-factory-right {
        padding: 30px 24px;
    }

    .scent-factory-text {
        font-size: 1rem;
        line-height: 24px;
    }

    .scent-factory-image-wrapper {
        min-height: 300px;
    }

    .scent-factory-label {
        font-size: 1.25rem;
        line-height: 28px;
    }
}

/* Footer Section */
.footer-section {
    background: #1C2A3C;
   padding: 100px 40px 30px 40px;
    color: #ffffff;
    width: 100%;
    overflow: visible;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

.footer-top {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.5fr !important;
    gap: 40px !important;
    margin-bottom: 40px;
    width: 100% !important;
    align-items: start !important;
    grid-auto-flow: row !important;
    box-sizing: border-box;
}


.footer-top>* {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.footer-column {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 100px;
    min-width: 0 !important;
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
}


.footer-top>.footer-column {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 100px !important;
}


.footer-top .footer-column:not(.footer-logo-column) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.footer-logo-column {
    gap: 32px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 16px;

}

.footer-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-icon img {
    height: 60px;
    width: auto;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-logo-title {
    font: normal normal normal 2rem/2.5rem 'Gilroy-Medium', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 4px 0;
    letter-spacing: 0px;
}

.footer-logo-tagline {
    font: normal normal normal 0.75rem/1rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
    opacity: 0.9;
}

.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D2633;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-icon i {
    font-size: 1.25rem;
}

.social-icon:hover {
    background: #E0E0E0;
}

.footer-heading {
    font: normal normal normal 1rem/1.5rem 'Gilroy-SemiBold', 'Inter', sans-serif;
    color: #ffffff !important;
    margin: 0 0 24px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


.footer-column ul.footer-links,
.footer-column .footer-links {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 2px !important;
    width: 100% !important;
    min-height: 50px !important;
}

.footer-column ul.footer-links li,
.footer-column .footer-links li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
    min-height: 20px !important;
}

.footer-column ul.footer-links li a,
.footer-column .footer-links li a,
.footer-column ul.footer-links a,
.footer-column .footer-links a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    font-size: 0.8125rem !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    padding: 2px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 20px !important;
    font-family: 'Gilroy-Regular', 'Inter', Arial, sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    position: relative !important;
    z-index: 100 !important;
}

.footer-column ul.footer-links li a:hover,
.footer-column .footer-links li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: auto !important;
}

.footer-links li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    list-style: none !important;
    min-height: 20px !important;
}

.footer-links a {
    font-family: 'Gilroy-Regular', 'Inter', Arial, sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease, color 0.3s ease;
    display: block !important;
    visibility: visible !important;
    padding: 2px 0 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
    min-height: 20px !important;
    background: transparent !important;
    border: none !important;
}

.footer-links a:hover {
    opacity: 1 !important;
    color: #ffffff !important;
}

/* Additional specificity to ensure links are visible */
.footer-section .footer-column .footer-links li a,
footer.footer-section .footer-column .footer-links li a {
    display: block !important;
    visibility: visible !important;
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 0.875rem !important;
    line-height: 22px !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-height: 22px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 400 !important;
    font-family: 'Gilroy-Regular', 'Inter', Arial, sans-serif !important;
    background: transparent !important;
    border: none !important;
    z-index: 10 !important;
}


.footer-section .footer-column .footer-links li,
footer.footer-section .footer-column .footer-links li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Ensure the ul is visible */
.footer-section .footer-column .footer-links,
footer.footer-section .footer-column .footer-links {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 4px !important;
}

.footer-address {
    margin-bottom: 24px;
}

.footer-address p {
    font: normal normal normal 0.875rem/1.375rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 4px 0;
    opacity: 0.8;
    letter-spacing: 0px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    font-size: 1rem;
    opacity: 0.9;
    display: inline-block;
    margin-right: 8px;
}

.contact-icon i {
    font-size: 1rem;
}

.contact-item a {
    font: normal normal normal 0.875rem/1.25rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.contact-item a:hover {
    opacity: 1;
}

.footer-bottom {
    margin-top: 40px;
}

.footer-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 32px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright,
.footer-designer {
    font: normal normal normal 0.75rem/1.125rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #ffffff;
    margin: 0;
    opacity: 0.7;
    letter-spacing: 0px;
}

/* Responsive Design for Footer Section */
@media (max-width: 1200px) {
    .footer-section {
        padding: 70px 30px 35px 30px;
    }

    .footer-top {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1.5fr !important;
        gap: 30px;
    }

    .footer-column {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: 0 !important;
    }

    .footer-logo-icon img {
        height: 55px;
    }
}

@media (max-width: 1024px) {
    .footer-section {
        padding: 60px 25px 30px 25px;
    }

    .footer-top {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 35px;
    }

    .footer-logo-column {
        grid-column: 1 / -1;
    }

    .footer-column:not(.footer-logo-column) {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: 0 !important;
    }

    .footer-logo-icon img {
        height: 50px;
    }

    .footer-heading {
        font-size: 0.875rem;
        margin-bottom: 16px;
    }

    .footer-links {
        gap: 2px !important;
    }

    .footer-links a {
        font-size: 0.75rem !important;
        line-height: 18px !important;
        padding: 2px 0 !important;
    }

    .footer-address p {
        font-size: 0.8125rem;
    }

    .contact-item a {
        font-size: 0.8125rem;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 50px 20px 30px 20px;
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px;
    }

    .footer-logo-column {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }

    .footer-column:not(.footer-logo-column) {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: 0 !important;
    }

    .footer-logo {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .footer-logo-icon img {
        height: 45px;
    }

    .footer-social {
        gap: 10px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .footer-heading {
        font-size: 0.8125rem;
        margin-bottom: 12px;
    }

    .footer-links {
        gap: 1px !important;
    }

    .footer-links a {
        font-size: 0.6875rem !important;
        line-height: 18px !important;
        padding: 1px 0 !important;
    }

    .footer-address {
        margin-bottom: 20px;
    }

    .footer-address p {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .footer-contact {
        gap: 10px;
    }

    .contact-item {
        gap: 8px;
    }

    .contact-item a {
        font-size: 0.75rem;
    }

    .footer-bottom {
        margin-top: 35px;
    }

    .footer-separator {
        margin-bottom: 25px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .footer-copyright,
    .footer-designer {
        font-size: 0.6875rem;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 40px 15px 25px 15px;
    }

    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .footer-logo-column {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .footer-column:not(.footer-logo-column) {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .footer-logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-logo-icon img {
        height: 40px;
    }

    .footer-social {
        flex-wrap: wrap;
        gap: 8px;
    }

    .social-icon {
        width: 32px;
        height: 32px;
    }

    .social-icon i {
        font-size: 1.125rem;
    }

    .footer-heading {
        font-size: 0.75rem;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }

    .footer-links {
        gap: 1px !important;
    }

    .footer-links a {
        font-size: 0.625rem !important;
        padding: 1px 0 !important;
        line-height: 16px !important;
    }

    .footer-address {
        margin-bottom: 18px;
    }

    .footer-address p {
        font-size: 0.6875rem;
        line-height: 18px;
        margin-bottom: 3px;
    }

    .footer-contact {
        gap: 8px;
    }

    .contact-item {
        gap: 6px;
        flex-wrap: wrap;
    }

    .contact-icon {
        font-size: 0.875rem;
    }

    .contact-item a {
        font-size: 0.6875rem;
        line-height: 18px;
        word-break: break-word;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer-separator {
        margin-bottom: 20px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .footer-copyright,
    .footer-designer {
        font-size: 0.625rem;
        line-height: 16px;
    }
}

@media (max-width: 360px) {
    .footer-section {
        padding: 35px 12px 20px 12px;
    }

    .footer-top {
        gap: 20px;
    }

    .footer-heading {
        font-size: 0.6875rem;
        margin-bottom: 8px;
    }

    .footer-links {
        gap: 0px !important;
    }

    .footer-links a {
        font-size: 0.5625rem !important;
        line-height: 14px !important;
        padding: 0px 0 !important;
    }

    .footer-logo-icon img {
        height: 35px;
    }

    .social-icon {
        width: 28px;
        height: 28px;
    }

    .social-icon i {
        font-size: 1rem;
    }

    .footer-address p {
        font-size: 0.625rem;
        line-height: 16px;
    }

    .contact-item a {
        font-size: 0.625rem;
        line-height: 16px;
    }

    .footer-copyright,
    .footer-designer {
        font-size: 0.5625rem;
        line-height: 14px;
    }
}


footer .footer-links a,
.footer-section .footer-links a,
.footer-column .footer-links a,
.footer-section .footer-column .footer-links a,
footer.footer-section .footer-column .footer-links a,
.footer-section .footer-column ul.footer-links li a,
footer .footer-column ul.footer-links li a,
ul.footer-links a,
.footer-top .footer-column .footer-links a,
.footer-top .footer-column ul.footer-links li a {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    font-size: 0.8125rem !important;
    line-height: 20px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    padding: 2px 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 20px !important;
    position: relative !important;
    z-index: 10 !important;
    font-family: 'Gilroy-Regular', 'Inter', Arial, sans-serif !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

footer .footer-links a:hover,
.footer-section .footer-links a:hover,
.footer-column .footer-links a:hover,
ul.footer-links a:hover,
.footer-top .footer-column .footer-links a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}


footer .footer-links,
.footer-section .footer-links,
.footer-column .footer-links,
ul.footer-links,
.footer-top .footer-column .footer-links {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 2px !important;
    width: 100% !important;
}

footer .footer-links li,
.footer-section .footer-links li,
.footer-column .footer-links li,
ul.footer-links li,
.footer-top .footer-column .footer-links li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

/*blog*/

body.single.single-post h3 {
    font: normal normal normal 1.3rem 'Gilroy-SemiBold', 'Inter', sans-serif;
    line-height: 1.33;
    color: #002E6E;

}

body.single.single-post h1 {
    font: normal normal normal 2.5rem 'Gilroy-SemiBold', 'Inter', sans-serif;
    line-height: 1.33;
    color: #000000;
    margin-bottom: 20px;
}

body.single.single-post .elementor.elementor .e-con>.elementor-widget p {
    font: normal normal normal 1rem 'Gilroy-Regular', 'Inter', sans-serif;
    color: #000000;
    margin-bottom: 16px;
}

body.single.single-post .elementor-element {
    /* margin-left: 30%; */
    max-width: 900px;
}

/* The container keeps the images stacked */
.image-crossfade {
    position: relative;
    display: block;
    /* or block, depending on your layout */
    overflow: hidden;
    /* Keeps everything tidy */
}

/* The 'Back' image (Hover Image) */
/* It sits absolutely behind the front image */
.image-crossfade .img-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures it fills the space if aspect ratios differ */
    z-index: 0;
}

/* The 'Front' image (Main Image) */
/* It determines the size of the container */
.image-crossfade .img-front {
    position: relative;
    z-index: 1;
    display: block;
    transition: opacity 0.5s ease-in-out;
    /* This creates the smooth fade */
}

/* THE TRIGGER: When hovering the container, fade out the front image */
.image-crossfade:hover .img-front {
    opacity: 0;
}

.sjb-container .sjb-page{
    padding: 0;
    padding-top: 120px;
    margin-bottom: 100px;
}

.popup-outer .sjb-page{
    padding-top: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.popup-outer header{
    display: none !important;
}

.sjb-container h2 .job-title {
    font-family: "Gilroy-SemiBold", Sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #002E6E;
}
.sjb-container-main{
    display: block;
}

.sjb-container h4 .job-title{
    font-family: "Gilroy-SemiBold", Sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    color: #000000;
}

.sjb-container .sjb-page .list-data .v1 .job-date i {
    margin-top: 1px;
}

.sjb-container .sjb-apply-now-btn .btn.btn-primary, button.btn.btn-primary {
    background-color: #002E6E;
    color: #ffffff;
    font-family: "Gilroy-Medium", Sans-serif;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    padding: 12px 24px;
}


.jobpost-form input, .jobpost-form textarea{
    border: 1px solid #69727d;
    flex-grow: 1;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file{
    border: 1px solid #69727d !important;
}

 .sjb-page .list-data .job-date i {
    margin-top: 1px !important;
}

.jobpost-form input:focus, .jobpost-form textarea:focus{
    border: 1px solid #131313;
    outline: none;
}

.job-description, .sjb_more_content{
    font-family: "Gilroy-Regular", Sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #000000;
}

.sjb-page label{
    font-family: "Gilroy-Medium", Sans-serif;
    font-size: 1rem;
}

h2.wp-block-heading{
    font-family: "Gilroy-Medium", Sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
}

.popup-outer .job-description,
.popup-outer .job-title,
.popup-outer .job-features,
.popup-outer button.btn.btn-app-modal-close{
    display: none;
}

.sjb_view_more_btn{
    color: #002E6E;
}

.sjb-page .sjb-detail .list-data .v1 h3 {
    font-family: "Gilroy-SemiBold", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #002E6E;
    margin-bottom: 20px;
}
.single-jobpost .sjb-page h1, .single-jobpost .sjb-page h2, .single-jobpost .sjb-page h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.sjb-page ul, .sjb-page ol {
    padding-left: 15px;
}

@media (max-width: 768px) {
    body.single.single-post .elementor-element {
        margin-left: 0;
        max-width: 100%;
    }

    body.single.single-post h1 {
        font: normal normal normal 1.5rem 'Gilroy-SemiBold', 'Inter', sans-serif;
    }
}

@media (max-width: 768px) {

    .dropdown:hover .dropdown-menu,
    .dropdown.active .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .dropdown-menu {
    border: none;

    }
}