@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

:root {
    --primary-color: #1a1a1a;
    --bg-color: rgba(252, 252, 252, 1);
    --playfair-font: 'Playfair Display', serif;
    --poppins-font: 'Poppins', sans-serif;
    --c-glass: #bbbbbc;
    --c-light: #fff;
    --c-dark: #000;
    --c-content: #224;
    --c-action: #0052f5;
    --c-bg: #E8E8E9;
    --glass-reflex-dark: 1;
    --glass-reflex-light: 1;
    --saturation: 150%;
}

body {
    background-color: var(--bg-color);
    margin: 0;
    padding: 0;
}

/* Header Styles */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 14px 69px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
    background: transparent;
}

.main-header.sticky {
    padding: 12px 69px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-area img {
    height: 64px;
    width: auto;
    transition: all 0.4s ease;
}

.main-header.sticky .logo-area img {
    height: 63px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-link {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #555;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #111;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.header-btn .btn-connect {
    background: linear-gradient(6deg, black, #5e5e5e);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.header-btn .btn-connect:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

#hero-carousel {
    background-image: url('../images/background_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.subtext-1 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;

}

.carousel-inner {
    padding: 0;
}

.hero-content {
    /* padding-left: 50px; */
    overflow: hidden;
    padding-bottom: 15px;
}

.hero-heading {
    font-family: var(--playfair-font);
    font-size: 63px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 18px;
    max-width: 650px;
    margin-top: 100px;
}

.hero-subtext {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
    max-width: 580px;
}

.hero-btns .btn {
    padding: 12px 35px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.btn-get-touch {
    background: linear-gradient(6deg, black, #5e5e5e);
    color: #fff;
    /* border: 1px solid #111; */
}

.btn-get-touch:hover {
    background: linear-gradient(99deg, rgba(0, 0, 0, 1), rgba(27, 30, 37, 1));
    color: #fff;
    transform: translateY(-2px);
}

.btn-discover {
    /* background: rgba(255, 255, 255, 0.4); */
    color: #111;
    /* border: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    background: linear-gradient(135deg, #dedede 0%, #ffffff 100%);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-discover:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

/* Image Side */
.hero-image-wrapper {
    position: relative;
    padding: 49px 0px;
    margin-top: 96px;
}

.hero-img {
    width: 100% !important;
    height: 596px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.experience-box {
    position: absolute;
    bottom: 83px;
    left: 88px;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000), inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent), inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), 0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    padding: 10px 38px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.experience-box h3 {
    font-family: var(--playfair-font);
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

.plus-sign {
    font-size: 48px;
    font-family: var(--playfair-font);
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}

.counter-value {
    display: inline-block;
    vertical-align: middle;
}

.experience-box p {
    font-family: var(--playfair-font);
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Custom Indicators */
.carousel-indicators {
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    margin: 0 5px;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    width: 30px;
    border-radius: 10px;
    background-color: #111;
}

.active-2 {
    color: gray !important;
}

/* Enhanced Animations: Reveal & Wipe */
/* Default state (Exit / Out state - text out with fade) */
.hero-heading,
.subtext-1,
.hero-subtext,
.hero-btns {
    opacity: 0;
    transform: translateY(220px);
    will-change: transform, opacity;
}

/* Entrance state (when active) - reveal from bottom with overflow hidden */
/* Exact same 1.8s duration and cubic-bezier as the image reveal! */
.carousel-item.active .hero-heading {
    animation: revealUpText 1.8s cubic-bezier(0.16, 1, 0.3, 1) both 0.1s;
}

.carousel-item.active .subtext-1 {
    animation: revealUpText 1.8s cubic-bezier(0.16, 1, 0.3, 1) both 0.25s;
}

.carousel-item.active .hero-subtext {
    animation: revealUpText 1.8s cubic-bezier(0.16, 1, 0.3, 1) both 0.4s;
}

.carousel-item.active .hero-btns {
    animation: revealUpText 1.8s cubic-bezier(0.16, 1, 0.3, 1) both 0.55s;
}

/* Departing active slide (transitioning out) - slide down in a premium reverse-staggered wave */
.carousel-item.active.carousel-item-start .hero-btns,
.carousel-item.active.carousel-item-end .hero-btns {
    animation: slideDownText 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.carousel-item.active.carousel-item-start .hero-subtext,
.carousel-item.active.carousel-item-end .hero-subtext {
    animation: slideDownText 0.5s cubic-bezier(0.16, 1, 0.3, 1) both 0.1s;
}

.carousel-item.active.carousel-item-start .subtext-1,
.carousel-item.active.carousel-item-end .subtext-1 {
    animation: slideDownText 0.5s cubic-bezier(0.16, 1, 0.3, 1) both 0.2s;
}

.carousel-item.active.carousel-item-start .hero-heading,
.carousel-item.active.carousel-item-end .hero-heading {
    animation: slideDownText 0.5s cubic-bezier(0.16, 1, 0.3, 1) both 0.3s;
}

/* Departing active slide - right-side image and experience box fade out smoothly */
.carousel-item.active.carousel-item-start .hero-img,
.carousel-item.active.carousel-item-end .hero-img {
    animation: imageFadeOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.carousel-item.active.carousel-item-start .experience-box,
.carousel-item.active.carousel-item-end .experience-box {
    animation: imageFadeOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Trigger animation as soon as the slide starts transitioning in */
.carousel-item.active .hero-img,
.carousel-item.carousel-item-next .hero-img,
.carousel-item.carousel-item-prev .hero-img {
    animation: imageFadeIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.carousel-item.active .experience-box {
    animation: revealUp 1s cubic-bezier(0.16, 1, 0.3, 1) both 0.8s;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

@keyframes revealUpText {
    from {
        opacity: 0;
        transform: translateY(220px);
    }

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

@keyframes slideDownText {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(220px);
    }
}

@keyframes imageFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes imageFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blurReveal {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

@keyframes scaleBounce {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes clipReveal {
    from {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: scale(1);
    }
}

/* Premium Scale & Fade Slide Transition */
#hero-carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1.05);
}

#hero-carousel.carousel-fade .carousel-item.active {
    opacity: 1;
    transform: scale(1);
}

/* =================================company deatil================================== */
#cmpny-detail {
    padding: 144px 0px;
    background: linear-gradient(99deg, rgba(247, 245, 241, 0.62), rgba(240, 240, 240, 1));
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    right: -131px;
    bottom: 0;
    height: 100%;
    /* width: auto; */
    max-width: none;
    object-fit: cover;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
    width: 39%;
}

.cmpny-location {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cmpny-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 8px 24px;
    margin-bottom: 25px;
    /* background: linear-gradient(354deg, #dedede 0%, #ffffff 100%);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06); */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    gap: 12px;
}

.cmpny-year .sparkle {
    display: flex;
    align-items: center;
    color: #444;
}

.cmpny-year p {
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #111;
}

.cmpny-location h3 {
    font-family: var(--playfair-font);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cmpny-desc {
    font-family: var(--poppins-font);
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.cmpny-tagline {
    font-family: var(--poppins-font);
    font-size: 27px;
    font-style: italic;
    font-weight: 500;
    color: #333;
    letter-spacing: 2px;
    margin-top: 1px;
    margin-bottom: 12px;
}

.tagline-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #b89759;
    margin-bottom: 20px;
}

.tagline-divider span {
    height: 1px;
    width: 40px;
    background-color: #b89759;
    opacity: 0.6;
}

.tagline-divider svg {
    color: #b89759;
}

/* =================================hero about================================== */
#hero-about {
    padding: 100px 0;
    background-color: #fff;
}

.about-top-row {
    margin-bottom: 60px;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    /* background: linear-gradient(177deg, rgba(255, 255, 255, 1), rgba(237, 237, 237, 1)); */
    /* border: 1px solid #e0e0e0; */
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    gap: 8px;
}

.about-tag .logo-icon {
    display: flex;
    align-items: center;
}

.about-tag .logo-icon img {
    height: 20px;
    width: auto;
}

.about-tag p {
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #111;
    line-height: normal;
}

.about-heading {
    font-family: var(--playfair-font);
    font-size: 48px;
    font-weight: 600;
    /* line-height: 1.1; */
    color: #111;
    border-left: 3px solid #817e7e;
    padding-left: 30px;
    margin-top: 10px;
}

.reveal-mask {
    overflow: hidden;
    display: block;
    width: 100%;
}

.line-wrapper {
    overflow: hidden;
    display: block;
}

.dimmed-text {
    color: #888;
}

.about-desc-content p {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-desc-content strong {
    color: #000;
    font-weight: 600;
}

.btn-view-more {
    /* background: #111; */
    color: #fff;
    padding: 9px 32px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(0 0 0 / 38%);
    width: fit-content;
    background: linear-gradient(360deg, black, #525151);
}

.btn-view-more:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
}

/* Card Styling */
.about-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 343px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.about-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.card-overlay {
    position: absolute;
    inset: 0;
    padding: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-overlay h3 {
    color: #fff;
    font-family: var(--poppins-font);
    font-size: 29px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 306px;
}

.avatar-stack {
    position: absolute;
    top: 35px;
    left: 40px;
    display: flex;
    align-items: center;
}

.avatar-stack .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -15px;
    background: #eee;
    overflow: hidden;
}

.avatar-stack .plus-count {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 21px;
}

.sparkle-icon {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0.9;
}

/* Glass Progress Box */
.glass-progress-card {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000), inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent), inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), 0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    padding: 30px 40px;
    border-radius: 20px;
    color: #fff;
    width: 64%;
}

.progress-group {
    margin-bottom: 25px;
}

.progress-group:last-child {
    margin-bottom: 0;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.progress-bg {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    width: 0;
    transition: width 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.progress-fill.active {
    width: var(--percent);
}


/* ========================sectors====================================== */
#sectors {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1), rgba(247, 245, 241, 1));
}

.sector-main-heading {
    font-family: var(--playfair-font);
    font-size: 48px;
    font-weight: 600;
    color: #333;
    line-height: 1.1;
    margin-top: 15px;
}

.sector-main-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.8;
}

.sector-cta-box {
    padding: 20px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-heading {
    font-family: var(--poppins-font);
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
}

/* Sector Card Base Styles (Normal State) */
.sector-card {
    position: relative;
    /* background: linear-gradient(135deg, #dedede 0%, #ffffff 100%); */
    border-radius: 30px;
    padding: 45px 35px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    /* box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06); */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.sector-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #111, #444);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    z-index: 4;
}

.sector-card:hover::after,
.sector-card.active-hover::after {
    transform: scaleX(1);
}

.sector-card .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.15);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

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

.sector-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 2;
}

.sector-card .card-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sector-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sector-card .sector-icon {
    width: 53px;
    height: 48px;
    /* background: #111; */
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(185deg, #535252, #2f2c2c);
    color: white;
}

.sector-card .sector-icon img {
    width: 100%;
    height: auto;
    filter: invert(1);
    transition: transform 0.5s ease;
}

.sector-card .sector-num {
    font-family: var(--playfair-font);
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

.sector-card .sector-title {
    font-family: var(--playfair-font);
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: all 0.5s ease;
    line-height: 1.2;
}

.sector-card .sector-text {
    font-family: var(--poppins-font);
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    transition: all 0.5s ease;
}

/* Hover State Styles */
.sector-card:hover,
.sector-card.active-hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.sector-card:hover .card-image,
.sector-card.active-hover .card-image {
    opacity: 1;
    transform: scale(1);
}

.sector-card:hover .card-overlay,
.sector-card.active-hover .card-overlay {
    opacity: 1;
}

.sector-card:hover .sector-icon,
.sector-card.active-hover .sector-icon {
    background: rgba(255, 255, 255, 1);
    transform: rotate(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    color: black;
}

.sector-card:hover .sector-icon img,
.sector-card.active-hover .sector-icon img {
    filter: invert(0);
    transform: scale(1.1);
}

.sector-card:hover .sector-num,
.sector-card.active-hover .sector-num {
    color: rgb(255 255 255);
    transform: translateX(-5px);
}

.sector-card:hover .sector-title,
.sector-card.active-hover .sector-title {
    color: #fff;
    transform: translateY(-5px);
}

.sector-card:hover .sector-text,
.sector-card.active-hover .sector-text {
    color: rgba(255, 255, 255, 0.85);
    transform: translateY(-5px);
}

/* For responsiveness */
@media (max-width: 991px) {
    .sector-main-heading {
        font-size: 40px;
    }

    .cta-heading {
        font-size: 24px;
        display: none;
    }

    .sector-cta-box {
        padding: 20px 0;
    }
}

/* ========================brands====================================== */
#home-brands {
    padding: 78px 0;
    background: url('../images/brand_bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    /* margin-top: 50px; */
}

.brand-main-heading {
    font-family: var(--playfair-font);
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    color: #dad7d7;
}

.brand-main-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.85;
}

.brand-slider-container {
    margin-top: 60px;
}

.brand-carousel .slick-track {
    display: flex;
    align-items: center;
}

.brand-carousel .slick-slide {
    margin: 15px;
}

.brand-item {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.9),
        inset 0 2px 4px rgba(255, 255, 255, 0.6),
        0px 6px 24px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px 22px;
    height: 130px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    outline: none;
    margin: 10px 0;
}

.brand-item:hover {
    background: rgba(255, 255, 255, 0.88);
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 1),
        inset 0 2px 4px rgba(255, 255, 255, 0.7),
        0px 16px 40px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.brand-item img {
    height: 80px;
    width: 150px;
    object-fit: contain;
    display: block;
}

/* #home-brands .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
} */

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

    .brand-main-heading {
        font-size: 34px;
        /* text-align: center; */
    }

    .brand-main-desc {
        /* text-align: center; */
        margin-top: 15px;
        font-size: 15px;
    }

    .brand-slider-container {
        margin-top: 40px;
    }

    .brand-item {
        height: 130px;
        padding: 20px 30px;
        border-radius: 18px;
    }

    .brand-item img {
        max-height: 60px;
    }
}

/* ========================why choose====================================== */
#why-choose {
    padding: 111px 0;
    background-color: #fafafa;
    padding-bottom: 65px;
}

.why-heading {
    font-family: var(--playfair-font);
    font-size: 52px;
    font-weight: 600;
    color: #111;
    line-height: 1.1;
    margin-bottom: 30px;
}

.why-heading span {
    color: #999;
    font-weight: 400;
}

.why-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.8;
    max-width: 500px;
}

.why-features-wrapper {
    overflow: hidden;
    height: 460px;
    /* (100px item + 20px gap) * 4 - last gap */
    position: relative;
    padding: 10px 0;
    /* Space for shadows */
    margin: -10px 0;
}

.why-features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-feature-item {
    /* background: #fff; */
    /* box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6); */
    /* border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(237, 237, 237, 1) 100%); */
    border-radius: 15px;
    padding: 20px 27px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* border: 1px solid transparent; */
    cursor: pointer;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); */
    position: relative;
    opacity: 0.8;
    min-height: 95px;
    transform: scale(0.9);
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.why-feature-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* same as your border thickness */
    border-radius: 15px;

    background: linear-gradient(120deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.05));

    -webkit-mask:
        linear-gradient(rgba(220, 220, 220, 1) 0 0) content-box,
        linear-gradient(rgba(167, 167, 167, 1) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.why-feature-item.active,
.why-feature-item.at-center {
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(175deg, #eaeaea 0%, #ffffff 100%);
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.why-feature-item.at-edge {
    opacity: 0.5;
    transform: scale(0.92);
}

.why-feature-item.at-center {
    opacity: 1;
    transform: scale(1.03);
    /* Slightly larger highlight */
}

.feature-num {
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.feature-text {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0;
}

.why-feature-item.active .feature-text {
    color: #111;
}

.why-controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.why-arrow {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    border: 3px solid var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: inset 0 6px 10px 3px #0000002f, 0 4px 10px #0000001f;
    color: #515050;
    pointer-events: auto;
    border: solid 2px #141414;
}


.why-arrow:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

.why-arrow:hover img {
    filter: brightness(0) invert(1);
}

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

    .why-heading {
        font-size: 38px;
        /* text-align: center; */
    }

    /* .why-desc {
        text-align: center;
        margin: 0 auto 40px;
    } */

    .why-controls {
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
    }
}

/* ===================numbers count====================== */
#nmbrs-count {
    padding: 23px 0;
    background: url(../images/commitnmnt_bg.png);
    /* background-size: cover; */
    /* background-position: center; */
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.stat-item {
    padding: 20px;
}

.stat-num {
    font-family: var(--poppins-font);
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0px 4px 13px black;
}

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

.stat-label {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    margin: 0;
}

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

    .stat-num {
        font-size: 48px;
    }

    .stat-label {
        font-size: 16px;
    }
}

/* ===============================preview cards======================= */
.preview-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

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

.preview-card:hover .preview-image {
    transform: scale(1.05);
}

.preview-glass-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000), inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent), inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), 0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    border-radius: 20px;
    padding: 21px;
    color: #fff;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.preview-glass-content h3 {
    font-family: var(--poppins-font);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.preview-glass-content p {
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
}

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

.btn-preview-link:hover {
    background: #fff;
    color: #111;
    transform: translateY(-3px);
}

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

    .preview-glass-content {
        padding: 25px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .preview-glass-content h3,
    .preview-text-content h3 {
        font-size: 22px;
    }

    .preview-text-content {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
}

/* Commitment Card Specifics */
.card-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 22%) 30%, rgb(0 0 0 / 80%) 100%);
    z-index: 1;
}

.preview-text-content {
    position: absolute;
    bottom: 32px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #fff;
}

.preview-text-content h3 {
    font-family: var(--poppins-font);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.preview-text-content p {
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.95;
    max-width: 90%;
}



/* ===============================business divisons================================ */
#business-devisions {
    padding: 80px 0px;
}

/* ============================business network====================== */
#business-network {
    padding: 38px 0px;
    background: linear-gradient(180deg, rgba(252, 252, 252, 1), rgba(247, 246, 244, 1));
}

/* ============================business network==================== */
#business-network {
    padding: 76px 0;
    background-color: #fafafa;
}

.network-box {
    /* background: #fff; */
    border-radius: 16px;
    padding: 25px 20px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 3px 0px rgb(0 0 0 / 25%); */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* border: 1px solid rgba(0, 0, 0, 0.02); */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.network-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.05);
}

.network-box img {
    max-height: 75px;
    max-width: 100%;
    object-fit: contain;
    /* filter: grayscale(0.1) opacity(0.85); */
    transition: all 0.4s ease;
}

.network-box:hover img {
    filter: grayscale(0) opacity(1);
}

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

    .network-box {
        height: 110px;
        padding: 15px;
    }

    .network-box img {
        max-height: 60px;
    }
}

/* ==============================cta banner============================= */
#cta-banner {
    padding: 80px 0;
    background-color: #fafafa;
}

.cta-box {
    background: linear-gradient(1deg, rgba(217, 217, 217, 1), rgba(241, 241, 241, 1));
    border-radius: 12px;
    padding: 60px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
}

/* Subtle accent for the left side background */
.cta-box::before {
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.cta-banner-text {
    font-family: var(--playfair-font);
    font-size: 28px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    margin: 0;
    position: relative;
    z-index: 1;
}

.btn-dark-cta {
    /* background: #111; */
    color: #fff;
    padding: 16px 15px;
    border-radius: 12px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(347deg, black, #565454);
}

.btn-dark-cta:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.btn-light-cta {
    /* background: #fff; */
    background: linear-gradient(135deg, #dedede 0%, #ffffff 100%);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05),
        0 4px 6px -2px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #111;
    padding: 16px 35px;
    border-radius: 12px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1.5px solid rgba(0, 0, 0, 0.08);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
}

.btn-light-cta:hover {
    background: #fdfdfd;
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    #cta-banner {
        padding: 50px 0;
    }

    .cta-box {
        padding: 40px 30px;
        text-align: center;
    }

    .cta-banner-text {
        font-size: 26px;
    }

    /* .cta-btns {
        flex-direction: column;
        width: 100%;
    } */

    .btn-dark-cta,
    .btn-light-cta {
        width: 100%;
    }

    #business-devisions {
        padding-bottom: 10px;
    }

    .sector-card .sector-icon {
        margin-bottom: 14px;
    }
}

/* ========================Footer====================================== */
#main-footer {
    background-color: #151515;
    background-image: url('../images/bg_illustartion.png'),
        url('../images/bg_illustartion2.png'),
        linear-gradient(120deg, rgba(47, 45, 45, 1), rgba(23, 23, 23, 1));
    background-position: -100px -100px, calc(100% + 100px) calc(100% + 100px), center;
    background-repeat: no-repeat;
    background-size: 380px, 406px, cover;
    padding: 80px 0 30px;
    color: #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 21px 10px 0px 10px;
    border-radius: 12px;
}

#main-footer::before {
    display: none;
}

.footer-top {
    position: relative;
    z-index: 2;
    padding-bottom: 144px;
}

.footer-logo img {
    height: 77px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.footer-about-text {
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 0;
}

.footer-heading {
    font-family: var(--poppins-font);
    font-size: 24px;
    font-weight: 600;
    color: #e0dfdf;
    margin-bottom: 30px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d6d5d5;
    text-decoration: none;
    font-family: var(--poppins-font);
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a::before {
    content: '•';
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.contact-info li {
    transition: all 0.3s ease;
}

.contact-info li:hover {
    transform: translateX(5px);
}

.address-link {
    text-decoration: none;
    color: #d6d5d5;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-family: var(--poppins-font);
    font-size: 15px;
    color: #b0b0b0;
    line-height: 1.6;
}

.contact-item:has(.fa-phone) {
    margin-bottom: 7px;
}

.contact-item i {
    color: #d6d5d5;
    font-size: 16px;
    margin-top: 4px;
}

.watermark-text {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--playfair-font);
    font-size: 170px;
    font-weight: 800;
    color: rgb(255 255 255 / 15%);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    letter-spacing: 15px;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyright-text {
    font-family: var(--poppins-font);
    font-size: 14px;
    color: #888;
    margin: 0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000), inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent), inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), 0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.social-icon[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    color: #111;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--poppins-font);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    z-index: 100;
}

.social-icon[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    border: 6px solid transparent;
    border-top-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
    z-index: 100;
}

.social-icon[data-tooltip]:hover::before,
.social-icon[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.social-icon:hover {
    background: #fff;
    color: #111;
    transform: translateY(-5px);
}

.legal-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    color: #888;
}

.legal-links a {
    color: #888;
    text-decoration: none;
    font-family: var(--poppins-font);
    font-size: 14px;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #fff;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .watermark-text {
        font-size: 80px;
        bottom: 200px;
    }

    /* .footer-top {
        text-align: center;
    } */

    .footer-logo {
        /* display: flex;
        flex-direction: column; */
        align-items: center;
    }

    /* .footer-links a,
    .contact-item {
        justify-content: center;
    } */

    .legal-links {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

    @media (max-width: 768px) {
        .footer-bottom .row {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Social icons → top */
        .footer-bottom .col-lg-4:has(.social-links) {
            order: 1;
            margin-bottom: 4px;
        }

        /* Copyright → middle */
        .footer-bottom .col-lg-4:has(.copyright-text),
        .footer-bottom .col-md-6:has(.copyright-text) {
            order: 2;
            margin-bottom: 0 !important;
        }

        .footer-bottom .copyright-text {
            margin-bottom: 0;
        }

        /* Powered by → bottom */
        .footer-bottom .col-lg-4:has(.legal-links),
        .footer-bottom .col-md-12:has(.legal-links) {
            order: 3;
            margin-bottom: 0 !important;
        }

        .footer-bottom .legal-links p {
            margin-bottom: 0;
        }

        .footer-bottom .legal-links {
            margin-top: 0;
        }
    }
}

/* ============================================about page======================================= */

.inner-header {
    background-color: #fff !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.inner-header.sticky {
    padding: 12px 69px !important;
}

.inner-header .nav-link {
    color: #111 !important;
}

.inner-header .nav-link::after {
    background-color: #111 !important;
}

.inner-header .nav-link:hover {
    color: #555 !important;
}

#inner-hero {
    background-image: url('../images/secondbanner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 0 100px;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 436px;
}

#inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    z-index: 1;
}

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

.inner-hero-content h1 {
    font-family: var(--playfair-font);
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: 1px;
    background: linear-gradient(83deg, rgb(255 255 255), rgb(155 154 154));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .inner-hero-content h1 {
        font-size: 40px;
    }

    #inner-hero {
        min-height: 350px;
        padding: 60px 0;
    }
}

/* =================================about video================================= */
#about-video {
    padding: 100px 0;
    background-color: #fff;
    padding-bottom: 0px;
}

.video-tag {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#about-video .sector-main-heading {
    margin-bottom: 0;
    font-size: 52px;
    color: #111;
}

#about-video .about-desc-content p {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.about-video-container {
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.about-video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* Force height reduction for video section */
/* #about-video {
    padding: 100px 0 !important;
} */

.about-video-container {
    height: 500px !important;
    margin-top: 50px !important;
}

.about-video-container video {
    height: 100% !important;
    object-fit: cover !important;
}

/* Fixed Background Video Styles */
.about-video-container {
    width: 100%;
    height: 550px;
    margin-top: 50px;
    position: relative;
    /* True Scroll-Window technique */
    clip-path: inset(0);
    background: #000;
}

.about-video-container video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    will-change: transform;
}

/* ==================================about company=============================== */
.about-section h2 {
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1c1c1c !important;
}

.about-section p {
    line-height: 1.8;
    font-family: var(--poppins-font);
}

#about-company {
    padding: 108px 0px;
}

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

/* Final About Image Styles with Experience Badge */
.about-image {
    width: 100% !important;
    border-radius: 15px !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    border: 6px solid #fff !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
}

.about-image-wrapper {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.about-image-wrapper::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.experience-badge {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 63%;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000), inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent), inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), 0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    z-index: 2;
}

.exp-number {
    font-family: var(--playfair-font);
    font-size: 54px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.exp-text {
    font-family: var(--playfair-font);
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: left;
}

@media (max-width: 991px) {
    .experience-badge {
        /* width: 90%; */
        padding: 15px 20px;
        gap: 15px;
    }

    .exp-number {
        font-size: 40px;
    }

    .exp-text {
        font-size: 14px;
    }
}

/* ==================================mission and vission================================= */
#mv-section {
    padding: 80px 0px;
    background-image: url(../images/mv_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-main-heading.mv-section {
    color: #ffffffd6;
}

.brand-main-desc.mv-section {
    color: #ffffffed;
}

.mv-content i {
    color: #ffffffeb;
    font-size: 22px;
    margin-bottom: 20px;
}

.mv-content h3 {
    color: #ffffffde;
    margin-bottom: 16px;
    font-family: var(--poppins-font);
}

.mv-content p {
    color: #ffffffc7;
    font-family: var(--poppins-font);
    line-height: 1.7;
}

.mv-content {
    /* color: #ffffff; */
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
        inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000),
        inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent),
        inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
        inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent),
        inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
        0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    padding: 35px 30px 35px 30px;
    border-radius: 12px;
    height: calc(100%);
    transition: all 0.4s ease;
}

.mv-content:hover {
    transform: translateY(-8px);
    background-color: color-mix(in srgb, var(--c-glass) 18%, transparent);
}

/*/* Founder Section Styles - Enhanced */
#founder {
    padding: 94px 0;
    background-color: #ffffff;
    margin: 20px;
    border-radius: 12px;
    box-shadow: 0px 6px 16px #e8e8e8;
}

.founder-sticky-wrapper {
    position: sticky;
    top: 130px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.founder-sticky-wrapper::before {
    content: '';
    position: absolute;
    top: 80px;
    left: -1px;
    width: 100%;
    height: 83%;
    background: #e8e8e8;
    border-radius: 20px;
    z-index: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.founder-sticky-wrapper::after {
    content: '';
    position: absolute;
    top: 40px;
    left: -40px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(#ccc 1px, transparent 1px);
    background-size: 12px 12px;
    z-index: -1;
    opacity: 0.6;
}

.founder-tag-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 15px;
    color: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
}

.founder-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s ease;
}

.founder-image-box:hover {
    transform: translateY(-10px);
}

.founder-image-box img {
    width: 100%;
    display: block;
    border-radius: 12px;
    /* Inner rounding */
}

.founder-name {
    font-family: var(--playfair-font);
    font-size: 49px;
    font-weight: 600;
    color: #171616;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.founder-name::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
}

.founder-bio p {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
    /* font-weight: 400; */
}

.read-more-btn {
    display: none;
    background: none;
    border: none;
    color: #111;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    margin: 10px 0 20px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.founder-bio-more {
    transition: all 0.5s ease;
}

.founder-highlight-box {
    background-color: #f7f9fb;
    border: none;
    border-left: 8px solid #111;
    padding: 35px 35px;
    position: relative;
    margin: 40px 0;
    border-radius: 0 20px 20px 0;
    border-radius: 12px;
}

.star-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #000;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 2;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.founder-highlight-box p {
    margin: 0;
    /* font-weight: 500; */
    color: #222;
    /* font-size: 20px; */
    line-height: 1.8;
}

.star-icon {
    padding: 10px 26px 0px 8px;
    width: 5%;
    margin-right: 7px;
    font-size: 17px;
    height: 22%;
}

@media (max-width: 991px) {
    .founder-sticky-wrapper {
        position: static;
        margin-bottom: 60px;
        padding-left: 0;
    }

    .founder-sticky-wrapper::before {
        display: none;
    }

    .founder-name {
        font-size: 42px;
    }
}

/* Founder Badge Special Style */
.founder-badge {
    background: #111 !important;
    border: none !important;
    padding: 10px 24px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.founder-badge p {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.founder-badge .logo-icon i {
    color: #fff !important;
    font-size: 14px;
}

/* ===========================================Leadership============================================= */
#leadership {
    padding: 80px 0px;
}

/* =================Leadership Section Styles================= */
.leader-tab {
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
}

.leader-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #000;
}

.leader-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, transform 0.5s ease, filter 0.3s ease;
}

.leader-tab:hover .leader-img-box img {
    opacity: 1;
    transform: scale(1.05);
}

@media (min-width: 992px) {
    .leader-tab:hover .leader-img-box img {
        filter: grayscale(0%);
    }
}

.leader-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    color: #fff;
}

.leader-overlay h3 {
    font-family: var(--playfair-font);
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.leader-overlay p {
    font-family: var(--poppins-font);
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

.leader-mobile-content {
    display: none;
}

/* Active Highlight (Corner Brackets) */
.leader-tab.active::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-top: 5px solid #111;
    border-left: 5px solid #111;
    border-radius: 15px 0 0 0;
    z-index: 2;
}

.leader-tab.active .leader-img-box img {
    opacity: 1;
    filter: grayscale(0%);
}

@media (min-width: 321px) and (max-width: 482px) {
    .leader-img-box img {
        filter: none;
    }
}

/* Detail View Styles */
.leader-detail-box {
    /* background: #fff; */
    border-radius: 30px;
    padding: 15px;
    margin-top: 16px;
    /* box-shadow: 0 30px 60px rgba(0,0,0,0.05); */
    opacity: 1;
    transition: opacity 0.4s ease;
}

.detail-img-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    /* max-width: 380px; */
    margin: 0 auto;
}

.detail-img-box img {
    width: 100%;
    display: block;
}

.detail-content {
    padding-left: 40px;
}

#detail-leader-name {
    font-family: var(--playfair-font);
    font-size: 40px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

#detail-leader-role {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 30px;
}

.leader-bio-text p {
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* =======================cmo rafeek================================ */
section#cmo-rafeek {
    background: #dadada17;
    padding: 80px 0px;
}

.cmo-content p {
    line-height: 1.9;
    font-family: var(--poppins-font);

}

.rafeek {
    width: 100%;
    border-radius: 15px;
    height: 533px;
    object-fit: cover;
    /* margin: 0 auto; */
}

/* ========================== Business Leadership Slider ========================== */
#business-leadership {
    padding: 100px 0;
    background-color: #fff;
}

.business-leader-slider {
    margin: 0 -15px;
}

.leader-slide {
    padding: 17px 7px;
}

.leader-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 395px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    transition: all 0.4s ease;
}

.leader-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.leader-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 30px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.leader-card-content h3 {
    /* font-family: var(--playfair-font); */
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.leader-card-content p {
    font-family: var(--poppins-font);
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

/* Slick Customization */
.business-leader-slider .slick-dots {
    bottom: -31px;
}

.business-leader-slider .slick-dots li button:before {
    font-size: 10px;
    color: #000;
    opacity: 0.2;
}

.business-leader-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

/* ========================== Timeline Section ========================== */
#timeline {
    position: relative;
    padding: 80px 0;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background: #000;
    padding-bottom: 141px;
}

.timeline-bg-video {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -52%) scale(1.50);
    object-fit: cover;
    filter: grayscale(1) brightness(0.4) contrast(1.0);
}

.timeline-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 2;
}

.timeline-container {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-header {
    position: absolute;
    top: 0px;
    /* left: 74px; */
    z-index: 10;
}

.timeline-main-heading {
    font-family: var(--playfair-font);
    font-size: 48px;
    font-weight: 600;
    margin-top: 8px;
    color: #fff;
    opacity: 0.8;
}

.timeline-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 0;
    margin-top: 211px;
}

.timeline-slider {
    position: relative;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.timeline-item {
    display: none;
    animation: timelineItemFade 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.timeline-item.active {
    display: block;
}

.timeline-year-text {
    font-family: var(--poppins-font);
    font-size: 122px;
    font-weight: 600;
    line-height: 0.9;
    /* margin-bottom: 25px; */
    background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 46%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
    letter-spacing: -5px;
}

.timeline-title {
    font-family: var(--playfair-font);
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1.5px;
    color: #fff;
    opacity: 0.95;
}

.timeline-category {
    font-family: var(--poppins-font);
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
    opacity: 0.85;
}

.timeline-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.75;
}

.timeline-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(183deg, #ffffff 0%, #ffffff 50%, #ffffff9e 100%);
    border: 3px solid var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: inset 0 6px 10px 3px #0000002f, 0 4px 10px #0000001f;
    color: #515050;
    pointer-events: auto;
    border: solid 2px #ffffff;
}

.timeline-nav-btn i {
    font-size: 14px;
}

.timeline-nav-btn:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* Progress-style Navigation at bottom */
.timeline-progress-wrapper {
    margin-top: 120px;
    padding: 0 40px;
}

.timeline-progress-bar {
    position: relative;
    width: 100%;
    height: 2px;
}

.progress-line-bg {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    top: 50%;
    transform: translateY(-50%);
}

.progress-line-fill {
    position: absolute;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.timeline-nodes {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -12px;
}

.timeline-node {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
    z-index: 5;
}

.timeline-node::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.timeline-node.active {
    border-color: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.timeline-node.active::after {
    transform: translate(-50%, -50%) scale(1);
}

.timeline-node span {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: var(--poppins-font);
    opacity: 0.5;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.timeline-node.active span {
    opacity: 1;
    font-weight: 600;
    color: #fff;
    transform: translateX(-50%) translateY(-2px);
}

/* Enhanced Timeline Animations */
.timeline-item {
    display: none;
    opacity: 0;
}

.timeline-item.active {
    display: block;
    opacity: 1;
}

/* Staggered Entry Animation */
.timeline-item.animate-in .timeline-year-text {
    animation: attractiveSlideUp 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.timeline-item.animate-in .timeline-title {
    animation: attractiveSlideUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.15s both;
}

.timeline-item.animate-in .timeline-category {
    animation: attractiveSlideUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.25s both;
}

.timeline-item.animate-in .timeline-desc {
    animation: attractiveSlideUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.35s both;
}

@keyframes attractiveSlideUp {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.92);
        filter: blur(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 1199px) {
    .timeline-year-text {
        font-size: 100px;
    }

    .timeline-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .timeline-year-text {
        font-size: 80px;
    }

    .timeline-title {
        font-size: 32px;
    }

    .timeline-slider {
        width: 85%;
    }

    .timeline-nav-btn {
        width: 45px;
        height: 45px;
    }

    #timeline {
        padding: 80px 0;
        min-height: 700px;
    }

    .timeline-main-heading {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .timeline-slider-wrapper {
        margin: 40px 0;
    }

    .timeline-progress-wrapper {
        padding: 0;
        margin-top: 80px;
    }

    .timeline-node span {
        font-size: 12px;
    }

    .timeline-desc {
        font-size: 14px;
    }
}

/* =====================================core-values================================== */
#core-values {
    padding: 80px 0px;
}

.core-values-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.core-value-item {
    background: rgba(250, 249, 249, 1);
    border: 1px solid rgba(233, 233, 233, 1);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.cv-number {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 600;
    width: 60px;
    color: #000;
    flex-shrink: 0;
}

.cv-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 200px;
    transition: all 0.4s ease;
}

.cv-title {
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.cv-desc-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.cv-desc-inner {
    overflow: hidden;
    font-family: var(--poppins-font);
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding-top: 0;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.4s ease;
    max-width: 600px;
}

.cv-img-wrapper {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg) scale(0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
    pointer-events: none;
}

.cv-img-wrapper img {
    width: 158px;
    height: 184px;
    object-fit: cover;
    border-radius: 20px;
    border: 3px solid #000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cv-arrow {
    flex-shrink: 0;
    margin-left: 20px;
    color: #000;
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
}

/* Hover Effects */
.core-value-item:hover {
    background: #FAFAFA;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.core-value-item:hover .cv-desc-wrapper {
    grid-template-rows: 1fr;
}

.core-value-item:hover .cv-desc-inner {
    padding-top: 15px;
    opacity: 1;
    transform: translateY(0);
}

.core-value-item:hover .cv-img-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) rotate(15deg) scale(1);
}

.core-value-item:hover .cv-arrow {
    transform: translate(3px, -3px);
}

@media (max-width: 991px) {
    .cv-img-wrapper {
        display: none;
    }

    .cv-content {
        padding-right: 20px;
    }

    .cv-number {
        width: 40px;
    }

    .core-value-item {
        padding: 20px;
    }

    .core-value-item:hover {
        padding: 25px 20px;
    }
}

/* ==================================Gallery Journey=================================== */
#gallery-journey {
    padding: 19px 0;
    /* background-color: #FAFAFA; */
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.view-more-link {
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

.view-more-link:hover {
    color: #000;
    opacity: 0.7;
}

.journey-gallery-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: flex-start;
    padding-bottom: 92px;
    max-width: 1400px;
    margin: 0 auto;
}

.j-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.j-col img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

    /* Initial state for Scroll Reveal */
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.5s ease;
}

/* Fired by IntersectionObserver */
.j-col img.reveal-gallery-img {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.j-col img.reveal-gallery-img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    position: relative;
    transition-delay: 0s !important;
    /* Cancel the stagger delay for instant hover */
}

/* Staggered offsets mimicking the design */
.j-col-1 {
    margin-top: 100px;
}

.j-col-2 {
    margin-top: 50px;
}

.j-col-3 {
    margin-top: 80px;
}

.j-col-4 {
    margin-top: 20px;
}

.j-col-5 {
    margin-top: 80px;
}

.j-col-6 {
    margin-top: 50px;
}

.j-col-7 {
    margin-top: 100px;
}

.left-image img {
    height: 200px;
    margin-bottom: 12px;
}

.center-image img {
    height: 250px;
}

/* Continuous Floating Animation for Columns */
@keyframes floatUpGallery {
    0% {
        transform: translateY(0);
    }

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

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

@keyframes floatDownGallery {
    0% {
        transform: translateY(0);
    }

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

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

.j-col-1 {
    animation: floatUpGallery 8s ease-in-out infinite;
}

.j-col-2 {
    animation: floatDownGallery 9s ease-in-out infinite;
}

.j-col-3 {
    animation: floatUpGallery 10s ease-in-out infinite;
}

.j-col-4 {
    animation: floatDownGallery 8.5s ease-in-out infinite;
}

.j-col-5 {
    animation: floatUpGallery 9.5s ease-in-out infinite;
}

.j-col-6 {
    animation: floatDownGallery 11s ease-in-out infinite;
}

.j-col-7 {
    animation: floatUpGallery 8s ease-in-out infinite;
}

/* The title overlay overlaying the bottom arch */
.journey-title-container {
    position: absolute;
    bottom: 151px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 10;
}

.gallery-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(177deg, rgba(255, 255, 255, 1), rgba(237, 237, 237, 1));
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.gallery-tag-pill p {
    margin: 0;
    font-weight: 500;
    color: #333;
}

.journey-main-heading {
    font-size: 43px;
    font-weight: 600;
    color: #555;
    font-family: var(--playfair-font);
    margin: 0;
}

@media (max-width: 1200px) {
    .journey-main-heading {
        font-size: 46px;
    }

    .j-col-1,
    .j-col-7 {
        display: none;
    }
}

@media (max-width: 991px) {
    .journey-main-heading {
        font-size: 38px;
    }

    .j-col-2,
    .j-col-6 {
        display: none;
    }

    .journey-title-container {
        bottom: 30px;
    }

    .journey-gallery-grid {
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .journey-main-heading {
        font-size: 32px;
    }
}

/* ================================commitment=================================== */
#commitment-about {
    padding: 80px 0px;
    background-image: url('../images/commitnmnt_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* iOS Safari specific fallback for background-attachment to prevent the extreme zooming bug */
@supports (-webkit-touch-callout: none) {
    #commitment-about {
        background-attachment: scroll;
    }
}

.cmtmnt-hding p {
    color: #d9d9d9;
}

.cmtmnt-hding {
    color: #d9d9d9;
}

.cmmtnt-content {
    color: white;
    background-color: color-mix(in srgb, var(--c-glass) 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
        inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000),
        inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent),
        inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
        inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 11%), transparent),
        inset -0.5px -0.5px 0px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 0px 4px 1px -13px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
        0px 1px 10px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent),
        0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    padding: 41px 32px 30px 32px;
    height: calc(100%);
    border-radius: 18px;
    transition: all 0.4s ease;
}

.cmmtnt-content:hover {
    transform: translateY(-8px);
    background-color: color-mix(in srgb, var(--c-glass) 18%, transparent);
}

.cmmtnt-content h5 {
    margin-bottom: 15px;
    font-size: 21px;
}

.cmmtnt-content p {
    line-height: 1.7;
    font-family: var(--poppins-font);
    /* font-size: 16px; */
    color: #d5d6d5;
}

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

.dept-accordion {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.dept-item {
    background: rgba(250, 249, 249, 1);
    border-radius: 12px;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: solid 1px #00000012;
}

.dept-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dept-title-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dept-num {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.dept-title {
    font-family: var(--poppins-font);
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.dept-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #333;
}

.dept-item.active .dept-arrow {
    transform: rotate(90deg);
}

.dept-body-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.dept-item.active .dept-body-wrapper {
    grid-template-rows: 1fr;
}

.dept-body {
    overflow: hidden;
    padding-left: 45px;
    /* Alignment with title considering number gap */
}

.dept-subtitle {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 20px 0 10px 0;
}

.dept-desc {
    font-family: var(--poppins-font);
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 5px;
}

.dept-image-display {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.dept-featured-image {
    width: 100%;
    height: 90%;
    min-height: 500px;
    object-fit: cover;
    transition: opacity 0.4s ease;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .dept-title-wrap {
        gap: 15px;
    }

    .dept-body {
        padding-left: 35px;
    }

    .dept-image-display {
        margin-top: 30px;
        min-height: 300px;
    }

    .dept-featured-image {
        min-height: 300px;
    }
}

/* ========================================business page============================= */
.cmpny-hding {
    padding-top: 50px;
}

/* ======================== UH Company Card ======================= */
#uh-cpmpany {
    padding-bottom: 0px;
}

.company-card {
    /* background: linear-gradient(180deg, #ffffff 0%, #fdfaf5 100%); */
    border-radius: 24px;
    overflow: hidden;
    margin-top: 80px;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.01); */
    /* border: 1px solid rgba(220, 215, 205, 0.3); */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.company-card-header {
    background: linear-gradient(90deg, #111111 0%, #2a2a2a 100%);
    padding: 30px 0;
    border-radius: 24px 24px 0px 0px;
}

.company-num {
    font-size: 48px;
    font-weight: 300;
    font-family: var(--poppins-font);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
}

.company-name {
    font-family: var(--playfair-font);
    font-size: 32px;
}

.company-est {
    font-family: var(--poppins-font);
    font-size: 21px;
    color: #111;
}

.company-tagline {
    font-family: var(--playfair-font);
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.company-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.company-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.brand-box {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); */
    transition: transform 0.3s ease;
    /* background: rgb(255 255 255); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    /* border: solid 1px rgba(209, 209, 209, 1); */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
}

.brand-box:hover {
    transform: translateY(-3px);
}

.product-pill {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 8px 17px;
    border-radius: 12px;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    cursor: pointer;
    min-width: 180px;
    border: solid 1px #e0e0e0;
}

.product-pill:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.25);
    border-color: #1a1a1a;
}

.product-pill .icon-inner {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.product-pill:hover .icon-inner {
    transform: rotate(360deg);
    background: rgba(255, 255, 255, 0.15);
}

.product-pill:hover .icon-inner img {
    filter: brightness(0) invert(1);
    transform: scale(1.1) translateY(-2px);
}

.product-pill .icon-inner img {
    height: 18px;
    transition: all 0.5s ease;
    object-fit: contain;
    transform: translateY(-2px);
    padding-left: 2px;
}

.company-contact-overlay {
    background: linear-gradient(to top, rgb(0 0 0 / 73%) 0%, rgb(0 0 0 / 33%) 60%, transparent 100%);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.company-contact-overlay p {
    font-family: var(--poppins-font);
    font-size: 17px;
    opacity: 0.9;
}

h6.section-subheading.fs-5.mb-3 {
    font-family: var(--poppins-font);
}

/* Company image wrapper */
.company-image-wrap {
    border-radius: 12px;
    min-height: 350px;
}

/* Brand box fixed dimensions */
.brand-box {
    width: 150px;
    height: 75px;
}

.product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ==========================================================================
   Career Page Styles - Design V4 (Infinity Glass Luxury)
   ========================================================================== */

.career-quote-section-v4 {
    padding: 41px 0 78px;
    background: radial-gradient(circle at top right, #aaaeca0a, #ffffff);
    position: relative;
    z-index: 1;
}

.luxury-quote-card {
    position: relative;
    /* background: rgba(255, 255, 255, 0.4); */
    /* backdrop-filter: blur(40px); */
    -webkit-backdrop-filter: blur(40px);
    /* border: 1px solid rgba(255, 255, 255, 0.7); */
    border-radius: 39px;
    padding: 50px 145px;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.02), 0 60px 100px rgb(97 106 124 / 3%); */
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    padding-top: 55px;
    /* border: solid 1px #edecec; */
    /* background: rgba(250, 249, 249, 1); */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.floating-blobs .blob-1,
.floating-blobs .blob-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: -1;
    animation: blobFloat 15s infinite alternate;
}

.blob-1 {
    width: 400px;
    height: 400px;
    background: rgb(203 205 210 / 17%);
    top: -100px;
    left: -100px;
}

.blob-2 {
    width: 350px;
    height: 350px;
    background: rgba(26, 26, 26, 0.03);
    bottom: -50px;
    right: -50px;
    animation-delay: -5s;
}

@keyframes blobFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(50px, 30px) scale(1.1);
    }
}

.luxury-quote-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.6);
    /* box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.04),
        0 100px 150px rgba(0, 82, 245, 0.06); */
}

.luxury-badge {
    background: linear-gradient(90deg, #1a1a1a, #444);
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    font-family: var(--poppins-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.luxury-main-quote {
    font-family: var(--playfair-font);
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: 600;
    max-width: 1050px;
    margin: 0 auto;
    letter-spacing: -0.02em;
}

.magic-text {
    background: linear-gradient(90deg, #1a1a1a, #0052f5, #1a1a1a);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmer 4s linear infinite;
    font-weight: 700;
}

@keyframes textShimmer {
    to {
        background-position: 200% center;
    }
}

.footer-divider {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #5f6063, transparent);
    margin: 0 auto;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-right: 15px;
}

.icon-circle img {
    height: 20px;
    filter: grayscale(1);
    opacity: 0.8;
}

.group-brand {
    font-family: var(--poppins-font);
    font-size: 18px;
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Responsive Luxury */
@media (max-width: 1199px) {
    .luxury-main-quote {
        font-size: 40px;
    }

}

@media (max-width: 991px) {
    .luxury-quote-card {
        padding: 52px 50px;
    }

    .luxury-main-quote {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .luxury-quote-card {
        padding: 70px 30px;
        border-radius: 40px;
    }

    .luxury-main-quote {
        font-size: 30px;
    }

    .luxury-badge {
        padding: 8px 25px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .luxury-main-quote {
        font-size: 24px;
    }
}

/* ==========================================================================
   Why Join Us Section
   ========================================================================== */

#why-join {
    padding: 61px 0;
    background: linear-gradient(182deg, rgba(252, 252, 252, 1), rgba(246, 246, 246, 1));
}

.join-gallery-container {
    padding-right: 20px;
}

.join-img-group {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.join-img-main {
    flex: 1;
    height: 342px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.join-img-sub {
    flex: 1;
    height: 342px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

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

.join-img-group div:hover img {
    transform: scale(1.05);
}

.custom-join-accordion .accordion-item {
    border-radius: 14px !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-join-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 29px 23px;
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* border-radius: 12px; */
}

.custom-join-accordion .accordion-button::after {
    display: none;
}

.acc-arrow {
    transition: all 0.4s ease;
    font-size: 18px;
    opacity: 0.8;
}

.accordion-button:not(.collapsed) .acc-arrow {
    transform: rotate(45deg);
    /* Modern look */
    color: #7e8288;
}

.accordion-body p {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

/* Responsive Why Join */
@media (max-width: 991px) {
    .join-img-group {
        gap: 15px;
    }

    .join-img-main {
        height: 350px;
    }

    .join-img-sub {
        height: 300px;
        margin-top: 40px;
    }

    .custom-join-accordion .accordion-button {
        padding: 25px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .join-img-group {
        flex-direction: column;
    }

    .join-img-main,
    .join-img-sub {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }

    .join-gallery-container {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

/* ==========================================================================
   Work Culture Section
   ========================================================================== */

#achievmnt {
    padding: 100px 0;
    background-color: #ffffff;
}

.culture-card {
    /* background-color: #ffffff; */
    padding: 39px 35px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    /* border: solid 1px #f1f1f1; */
    /* box-shadow: 0px 4px 0px #f1eded; */
    /* background: linear-gradient(174deg, #e8e8e869, transparent); */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.culture-card:hover {
    transform: translateY(-8px);
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.culture-icon-box {
    background-color: #1a1a1a;
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
}

.culture-card:hover .culture-icon-box {
    /* background-color: #0052f5; */
    transform: rotate(10deg);
}

.culture-card-title {
    /* font-family: var(--playfair-font); */
    font-size: 23px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: var(--poppins-font);
}

.culture-card-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .culture-card {
        padding: 35px 25px;
    }

    .culture-card-title {
        font-size: 20px;
    }
}

/* ==========================================================================
   Contact Main Section
   ========================================================================== */

#contact-main {
    /* padding-bottom: 100px; */
    /* background-color: #ffffff; */
    padding: 46px 0px;
}

.contact-card {
    /* background-color: #f6f6f6; */
    /* background: linear-gradient(177deg, rgba(250, 250, 250, 1), rgb(136 141 142 / 11%)); */
    padding: 29px 10px 17px 28px;
    border-radius: 20px;
    transition: all 0.3s ease;
    /* border: solid 1px #00000008; */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

.contact-card:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon-box {
    width: 42px;
    height: 42px;
    background-color: #1a1a1a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.contact-title {
    font-family: var(--playfair-font);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #1a1a1a;
}

.contact-text {
    font-family: var(--poppins-font);
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.contact-text a {
    /* color: #0052f5; */
    text-decoration: none !important;
    color: black;

}

.sub-contact h6 {
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.sub-contact h6 i {
    margin-right: 5px;
    color: #555;
}

.sub-contact p {
    font-family: var(--poppins-font);
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Contact Form */
.form-main-title {
    font-family: var(--playfair-font);
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.form-main-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    color: #666;
}

.bespoke-form .field-wrap label {
    display: block;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.bespoke-form .form-control {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-radius: 12px;
    padding: 15px 20px;
    font-family: var(--poppins-font);
    font-size: 15px;
    transition: all 0.3s ease;
}

.bespoke-form .form-control:focus {
    background-color: #fff;
    /* border-color: #0052f5; */
    box-shadow: 0 0 0 4px rgba(0, 82, 245, 0.05);
}

.btn-inq {
    background-color: #f6f6f6;
    color: #1a1a1a;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-inq.active {
    background-color: #1a1a1a;
    color: #fff;
}

.form-submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 9px 28px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.form-submit-btn:hover {
    /* background-color: #0052f5; */
    transform: translateY(-3px);
    /* box-shadow: 0 10px 20px rgba(0, 82, 245, 0.2); */
}

@media (max-width: 991px) {
    .contact-card {
        padding: 25px;
    }

    .form-main-title {
        font-size: 28px;
    }
}

.filter-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #555;
    transform: translateY(-2px);
}

.filter-btn.active {
    background-color: #1a1a1a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gallery-img-box {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f6f6f6;
    transition: all 0.5s ease;
    cursor: zoom-in;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover .gallery-img-box img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-img-box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.gallery-item {
    transition: all 0.4s ease;
}

/* Filtering animation */
.gallery-item.hide {
    display: none;
}

.gallery-item.show {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .filter-btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .gallery-img-box {
        height: 200px;
    }
}

#open-positions {
    padding: 100px 0;
    background-color: #050505;
    position: relative;
    clip-path: inset(0);
    /* Scopes the fixed background for iOS compatibility */
    z-index: 1;
}

#open-positions::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: 
        linear-gradient(rgba(5, 5, 5, 0.85), rgba(5, 5, 5, 0.85)),
        url('../images/innerpage_banner.png'); */
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Relying on position: fixed for the effect */
    z-index: -1;
    will-change: transform;
    /* Performance optimization */
    background-image: url(../images/innerpage_banner.png);
}

.opp-badge {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
}

.badge-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.badge-icon img {
    width: 100%;
}

.badge-text {
    color: #1a1a1a;
    font-family: var(--poppins-font);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.positions-main-heading {
    font-size: 48px;
    font-family: var(--playfair-font);
    font-weight: 600;
    margin-top: 10px;
}

.positions-main-desc {
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.job-card-v2 {
    background-color: #222;
    /* padding: 30px; */
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px 17px 17px 17px;
}

.job-card-v2:hover {
    transform: translateX(10px);
    border-color: rgba(255, 255, 255, 0.1);
}

.job-main-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.job-icon-v2 {
    width: 55px;
    height: 55px;
    /* background-color: #2a2a2a; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffffe8;
    font-size: 20px;
    background-color: color-mix(in srgb, #2f2b2b 12%, transparent);
    backdrop-filter: blur(10px) url(#switcher) saturate(var(--saturation));
    -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent),
        inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), #00000000),
        inset -2px -2px 0px -1px color-mix(in srgb, #ffffff6e calc(var(--glass-reflex-light) * 80%), transparent),
        inset -3px -12px 1px -15px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent),
        inset -0.3px -1px 4px 0px color-mix(in srgb, #ffffff calc(var(--glass-reflex-dark) * 11%), transparent),
        inset -0.5px -0.5px 0px -4px color-mix(in srgb, #0000002b calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 0px 4px 1px -13px color-mix(in srgb, #000000ad calc(var(--glass-reflex-dark) * 20%), transparent),
        inset 2px 0.5px 6px 3px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent),
        0px 1px 10px 0px color-mix(in srgb, #00000069 calc(var(--glass-reflex-dark) * 20%), transparent),
        0px 40px 60px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent);
    /* border: solid 5px #222222; */
}

.job-title-v2 {
    color: #ffffffe3;
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.job-dept-v2 {
    color: #888;
    font-family: var(--poppins-font);
    font-size: 14px;
    margin-bottom: 0;
}

.job-meta-v2 span {
    color: #ccc;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .positions-main-heading {
        font-size: 36px;
    }

    .job-card-v2 {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .job-card-v2 {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 20px;
    }

    .job-meta-v2 {
        align-self: flex-end;
    }

    .positions-main-desc {
        text-align: left !important;
        margin-top: 20px;
    }
}


/* ========================================ready to apply============================ */
#ready-apply {
    padding: 80px 0px;
}

.apply-content {
    /* background: linear-gradient(202deg, rgba(217, 217, 217, 1), rgba(241, 241, 241, 1)); */
    background: linear-gradient(174deg, rgb(217 217 217 / 63%), rgb(255 255 255));
    padding: 43px 30px 49px 43px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    text-align: center;
    border: solid 1px #f1f1f1;
    box-shadow: 0px 4px 0px #f1eded;
}


.apply-content p {
    margin-bottom: 25px;
    font-size: 17px;
}

.apply-content h3 {
    font-family: var(--playfair-font);
    font-weight: 600;
}

.contact-form-wrapper {
    /* background: linear-gradient(177deg, rgba(250, 250, 250, 1), rgb(136 141 142 / 11%)); */
    padding: 27px 13px 20px 26px;
    border-radius: 23px;
    /* border: solid 1px #00000008; */
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
}

/* ============================contact location==================================== */
#contact-location {
    padding-bottom: 50px;
}


/* =================================brand content========================== */
#brand-content {
    padding: 59px 0px;
    padding-bottom: 0px;
}

section#brand-1 {
    background: linear-gradient(184deg, #dadada8f, transparent);
    margin: 4px 9px 6px 17px;
    border-radius: 12px;
}

.tilted-image-container {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 40px 0;
}

.tilted-image-wrapper.secondary {
    transform: rotate(-10deg) translateY(60px);
    z-index: -1;
    margin-left: -50px;
    /* Overlap effect */
}

@media (max-width: 991px) {
    .tilted-image-container {
        justify-content: center;
    }

    .tilted-image-wrapper.secondary {
        display: none;
        /* Hide secondary on mobile for space */
    }
}

/* ======================== Brand Showcase Styles ======================== */
.brand-showcase-row {
    padding: 60px 0;
}

.brand-product-showcase {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    width: 100%;
}

.product-img-wrapper {
    --tilt: -10deg;
    position: absolute;
    width: 239px;
    height: 239px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: rotate(var(--tilt));
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.product-img-wrapper.img-1 {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(var(--tilt));
    z-index: 1;
}

.product-img-wrapper.img-2 {
    left: 56%;
    top: 55%;
    transform: translateY(-50%) rotate(var(--tilt));
    z-index: 2;
}

.brand-product-showcase:hover .img-1 {
    transform: translateY(-50%) rotate(calc(var(--tilt) - 2deg)) scale(1.02);
}

.brand-product-showcase:hover .img-2 {
    transform: translateY(-50%) rotate(calc(var(--tilt) + 2deg)) scale(1.02);
}

/* Slick slider integration styles to maintain overlap */
.brand-product-showcase.slick-initialized {
    display: block;
    height: auto;
    padding: 0;
}

.brand-product-showcase.slick-initialized .slick-list {
    padding: 40px 0;
    /* Add padding here so rotated images aren't clipped */
}

.brand-product-showcase.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.brand-product-showcase.slick-initialized .slick-slide {
    outline: none;
    padding: 0;
}

.brand-product-showcase.slick-initialized .product-img-wrapper {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: rotate(var(--tilt)) !important;
    margin: 0 auto;
}

.brand-product-showcase.slick-initialized .slick-slide:nth-child(even) .product-img-wrapper {
    margin-top: 50px;
    margin-left: -25px;
    z-index: 2;
}

.brand-product-showcase.slick-initialized .slick-slide:nth-child(odd) .product-img-wrapper {
    margin-top: -30px;
    margin-right: -10px;
    z-index: 1;
}

.brand-product-showcase.slick-initialized .product-img-wrapper:hover {
    transform: rotate(calc(var(--tilt) - 2deg)) scale(1.02) !important;
}

.brand-details-box {
    padding: 10px 0 10px 40px;
}

.brand-title-wrap {
    display: inline-block;
}

.brand-name {
    font-family: var(--playfair-font);
    font-size: 40px;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.brand-name::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 103%;
    height: 2px;
    background-color: #111;
}

.brand-subtitle {
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.brand-logo-img {
    height: 72px;
    max-width: 180px;
    object-fit: contain;
}

.brand-desc {
    font-family: var(--poppins-font);
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 991px) {
    .brand-details-box {
        padding: 40px 0 0 0;
    }

    .brand-product-showcase {
        height: 300px;
        justify-content: center;
    }

    .product-img-wrapper {
        width: 200px;
        height: 200px;
    }

    .product-img-wrapper.img-1 {
        left: 10%;
    }

    .product-img-wrapper.img-2 {
        left: 50%;
    }

    .brand-product-showcase.slick-initialized {
        height: auto;
    }

    .brand-product-showcase.slick-initialized .product-img-wrapper {
        margin-top: 0;
    }

    .brand-product-showcase.slick-initialized .slick-slide:nth-child(even) .product-img-wrapper {
        margin-top: 40px;
        margin-left: -15px;
    }
}

@media (max-width: 576px) {
    .product-img-wrapper {
        width: 160px;
        height: 160px;
    }

    .brand-product-showcase.slick-initialized .slick-slide:nth-child(even) .product-img-wrapper {
        margin-left: -10px;
        margin-top: 20px;
    }
}

/* ======================== Magnum Slider Styles ======================== */
body {
    overflow-x: hidden;
}

.magnum-slider-row {
    position: relative;
    overflow-x: visible;
}

.magnum-slider-bg {
    position: relative;
    z-index: 1;
    padding: 30px 0 40px 30px;
}

.magnum-slider-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -100vw;
    height: 100%;
    /* background: linear-gradient(135deg, #eeeeee 0%, #ffffff 100%); */
    border-top-left-radius: 80px;
    border-bottom-left-radius: 20px;
    z-index: -1;
}

.magnum-slider-bg.left-bleed {
    padding: 30px 30px 40px 0;
}

/* .magnum-slider-bg.left-bleed::before {
    left: -100vw;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(140deg, #cecece 0%, #ffffff 100%);
} */

.magnum-slide-item {
    padding: 10px;
    outline: none;
}

.magnum-img-wrapper {
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); */
    background: #fff;
    cursor: grab;
}

.magnum-img-wrapper:active {
    cursor: grabbing;
}

.magnum-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.magnum-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Slick Custom Dots */
.magnum-product-slider .slick-dots {
    bottom: -35px;
    text-align: left;
    padding-left: 10px;
}

.magnum-product-slider .slick-dots li {
    margin: 0 4px;
    width: 25px;
    height: 4px;
}

.magnum-product-slider .slick-dots li button {
    width: 25px;
    height: 4px;
    padding: 0;
}

.magnum-product-slider .slick-dots li button:before {
    content: '';
    width: 25px;
    height: 4px;
    background: #cdcdcd;
    border-radius: 2px;
    opacity: 1;
}

.magnum-product-slider .slick-dots li.slick-active button:before {
    background: #555;
}

@media (max-width: 991px) {
    .magnum-slider-bg::before {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 10px;
    }

    .magnum-slider-bg.left-bleed::before {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 10px;
    }
}

/* ======================== Brand Showcase Grid Styles ======================== */
.brand-product-showcase-grid {
    position: relative;
    height: 650px;
    width: 100%;
}

.brand-product-showcase-grid .img-1 {
    top: 5%;
    left: 17px;
    transform: rotate(var(--tilt));
    z-index: 1;
}

.brand-product-showcase-grid .img-2 {
    top: 9%;
    left: 48%;
    transform: rotate(var(--tilt));
    z-index: 2;
}

.brand-product-showcase-grid .img-3 {
    top: 48%;
    left: 10%;
    transform: rotate(var(--tilt));
    z-index: 3;
}

.brand-product-showcase-grid .img-4 {
    top: 51%;
    left: 54%;
    transform: rotate(var(--tilt));
    z-index: 4;
}

.brand-product-showcase-grid:hover .img-1 {
    transform: rotate(calc(var(--tilt) - 2deg)) scale(1.02);
}

.brand-product-showcase-grid:hover .img-2 {
    transform: rotate(calc(var(--tilt) + 2deg)) scale(1.02);
}

.brand-product-showcase-grid:hover .img-3 {
    transform: rotate(calc(var(--tilt) - 2deg)) scale(1.02);
}

.brand-product-showcase-grid:hover .img-4 {
    transform: rotate(calc(var(--tilt) + 2deg)) scale(1.02);
}

@media (max-width: 991px) {
    .brand-product-showcase-grid {
        height: 550px;
    }
}

@media (max-width: 576px) {
    .brand-product-showcase-grid {
        height: 480px;
    }
}

/* .ftr-break{
    display: none !important;

} */
/* br.ftr-break {
    display: none !important;
} */
.gallery-mobile-marquee {
    display: none;
}

.brand-page-html,
.brand-page-body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
}

/* Mobile Navigation Toggle Styles */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #111;
    cursor: pointer;
    z-index: 1100;
    padding: 10px;
    transition: all 0.3s ease;
}

.mobile-nav-toggle:focus {
    outline: none;
}

.mobile-nav-logo-wrap,
.mobile-nav-btn-wrap {
    display: none;
}

@media (max-width: 991px) {

    .main-header,
    .main-header.sticky {
        padding: 10px 20px;
    }

    .mobile-nav-toggle {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        background: #fff;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        z-index: 1100;
        position: relative;
    }

    .mobile-nav-toggle i {
        font-size: 20px;
        color: #000;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        /* Start off-screen to the right */
        width: 80%;
        /* Takes most of the width but feels like a drawer */
        max-width: 350px;
        height: 100vh;
        /* Full height as requested */
        background: linear-gradient(145deg, #ffffff 0%, #f4f4f4 100%);
        padding: 15px 25px;
        /* Reduced top padding from 30px to 15px */
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        /* Left-aligned links */
        gap: 15px;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
        z-index: 1050;
        display: flex !important;
        transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        overflow-y: auto;
        /* Ensure menu is scrollable */
    }

    .nav-menu.active {
        right: 0;
        /* Slide in to the edge */
        top: 0 !important;
    }

    .main-header.menu-open {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding-top: 0 !important;
        /* padding-bottom: 0 !important; */
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transform: none !important;
    }

    .nav-link {
        font-size: 17px;
        font-weight: 500;
        color: #111 !important;
        text-align: left;
        width: 100%;
        padding: 10px 0;
        transition: all 0.3s ease;
        letter-spacing: 0.5px;
    }

    .nav-link:hover {
        color: #000 !important;
        padding-left: 10px;
    }

    .mobile-nav-logo-wrap {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .mobile-nav-logo-wrap img {
        height: 50px;
        width: auto;
    }

    /* Target the button inside menu */
    .mobile-nav-btn-wrap {
        display: block;
        /* Show on mobile */
        width: 100%;
        margin-top: auto;
        /* Push to the bottom */
        padding-bottom: 20px;
    }

    .mobile-nav-btn-wrap .btn-connect {
        display: block;
        width: 100%;
        text-align: center;
        background: linear-gradient(355deg, black, #808080);
        color: #fff;
        padding: 10px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 4px 0px rgb(0 0 0 / 78%);
        text-decoration: none;
        margin-bottom: 78px;
    }

    .resume {
        display: block !important;
    }

    .mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 1040;
    }


}


.sticky-contact-wrapper {
    position: fixed;
    right: 30px;
    bottom: 12%;
    transform: translateY(50%);
    z-index: 9999;
}

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

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

.whatsapp-btn {
    /* background: #25D366; */
    box-shadow: rgba(61, 61, 61, 0.72) 0px 0.602187px 1.08394px -1.25px, rgba(61, 61, 61, 0.64) 0px 2.28853px 4.11936px -2.5px, rgba(61, 61, 61, 0.25) 0px 10px 18px -3.75px, rgba(0, 0, 0, 0.35) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.34) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.33) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.3) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.26) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.15) 0px 30px 30px -3.5px;
    background: linear-gradient(180deg, rgba(62, 105, 184, 0.5) 0%, var(--token-6396e7f2-0645-4f69-9a36-80e94f8ee015, rgb(14, 28, 41)) 16.216216216216218%);
}

.call-btn {
    /* background: #4B7F52; */
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.17) 0px 0.602187px 1.56569px -1.5px, rgba(0, 0, 0, 0.14) 0px 2.28853px 5.95019px -3px, rgba(0, 0, 0, 0.02) 0px 10px 26px -4.5px;
    color: black;
}

.whatsapp-btn:hover {
    color: white !important;
}

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

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

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

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

.nav-link.active {
    color: gray !important;
}

/* Hero Carousel Vertical Indicators */
#hero-carousel .carousel-indicators {
    position: absolute;
    right: 40px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 15;
}

#hero-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    border: none;
    margin: 0;
    transition: all 0.4s ease;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#hero-carousel .carousel-indicators .active {
    height: 32px;
    border-radius: 10px;
    background-color: #000;
    opacity: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
    #hero-carousel .carousel-indicators {
        right: 20px;
    }
}

@media (max-width: 991px) {
    #hero-carousel .carousel-indicators {
        top: auto;
        bottom: 25%;
        transform: translateY(50%);
        right: 15px;
        display: flex !important;
        /* Ensure it overrides any display:none */
    }
}

@media (max-width: 767px) {
    #hero-carousel .carousel-indicators {
        bottom: 20%;
        right: 10px;
    }
}

@media (max-width: 480px) {
    #hero-carousel .carousel-indicators {
        bottom: 15%;
        right: 8px;
    }
}

/* Header Dropdown Menu */
.nav-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    /* background-color: #fff; */
    min-width: 250px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px, rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px, rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px, rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset !important;
    background-color: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245)) !important;
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1000;
    transition: all 0.3s ease;
    transform: translateY(10px);
    border: none;
    margin: 0;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown .dropdown-item {
    display: block;
    padding: 10px 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--poppins-font);
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
}

.nav-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #555;
}

.dropdown-icon {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.nav-dropdown:hover .dropdown-icon {
    transform: rotate(359deg);
}

/* Mobile Nav Dropdown Overrides */
@media (max-width: 991px) {
    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown .dropdown-menu {
        position: static;
        opacity: 0;
        visibility: hidden;
        display: none;
        box-shadow: none !important;
        padding: 0 0 0 20px;
        /* Increased indentation for a cleaner look */
        transform: none;
        background: transparent !important;
        background-color: transparent !important;
        transition: none;
        margin-top: 5px;
        border: none !important;
    }

    .nav-dropdown.open .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .nav-dropdown.open .dropdown-icon {
        transform: rotate(175deg);
    }

    .nav-dropdown .dropdown-item {
        padding: 8px 0;
        /* Vertical spacing only, no horizontal background padding */
        font-size: 15px;
        /* Slightly larger to match image */
        color: #333 !important;
        background: transparent !important;
    }

    .nav-dropdown .dropdown-item:hover {
        background: transparent !important;
        color: #000 !important;
    }
}

.sub-contact a {
    text-decoration: none;
}

.resume {
    background: linear-gradient(6deg, black, #5e5e5e);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.resume a {
    color: white;
    text-decoration: none;
}

.company-contact-overlay a {
    text-decoration: none;
    color: white;
}

.brand-business {
    background: #fffffff0;
    padding: 5px 10px;
    border-radius: 12px;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50px; */
    width: auto;
    min-width: 80px;
}

.brand-business img {
    height: 59px;
    width: auto;
    object-fit: contain;
}

.footer-tagline {
    font-family: var(--poppins-font);
    font-style: italic;
    font-weight: 500;
    color: #f9f9f9;
    letter-spacing: 1px;
    margin-top: -4px;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 2.5px;
}

@media (max-width: 991px) {
    .brand-business {
        right: 1.5rem;
        height: 53px;
        min-width: 70px;
    }

    .brand-business img {
        height: 38px;
    }
}

@media (max-width: 768px) {

    /* .brand-business {
        right: 1rem;
        height: 35px;
        min-width: 60px;
        padding: 2px 5px;
    }
    .brand-business img {
        height: 22px;
    } */
    .brand-business {
        display: none;
    }
}
.numbers-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* ── Contact Form Validation & Feedback ─────────────────────────── */
.field-error {
    display: none;
    color: #e53935;
    font-size: 12px;
    margin-top: 5px;
    font-family: var(--poppins-font, sans-serif);
}

.form-control.is-invalid {
    border-color: #e53935 !important;
}

.form-alert-box {
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--poppins-font, sans-serif);
    font-weight: 500;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.form-alert-box.alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #a5d6a7;
}

.form-alert-box.alert-error {
    background: #ffebee;
    color: #c62828;
    border-color: #ef9a9a;
}

#form-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}