:root {
    --navy: #06192F;
    --white: #fff;
    --gold: #b49d6b;
    --light: #F7F7F5;
    --text: #1E1E1E;
    --muted: #292c29;
    --radius: 28px;
    --shadow: 0 28px 80px rgba(6, 25, 47, .12);

    --primarycolor: #C8A969;
    --secondarycolor: #593D3A;
    --lightcolor: #fff;
    --textcolor: #000;
    --bordercolor: #e5e7eb;
    --bgcolor: #f9f3ea;
}

* {
    box-sizing: border-box
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--light);
    color: var(--text);
    font-family: Inter, sans-serif;
    overflow-x: hidden
}

.dashFt {
    font-family: Inter, sans-serif;
    font-weight: 300;
    vertical-align: text-bottom;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}


/*comman css*/
.twoBox-img-content {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.twoBox-img,
.twoBox-content {
    flex: 0 0 50%;
    max-width: 50%;
}

.twoBox-img .img {
    padding: 0 25px;
}

.twoBox-content .application-form-box {
    padding: 0 25px;
}

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

@media (max-width:768px) {

    .twoBox-img-content {
        flex-direction: column;
        gap: 30px;
    }

    .twoBox-img,
    .twoBox-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/*comman css*/


.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.section {
    padding: 100px 0;
    position: relative
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--gold);
    z-index: 9999;
    width: 0
}

.cursor-glow {
    position: fixed;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 169, 106, .18), transparent 65%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%)
}
.hdr-logo{    max-width: 200px;}
.site-header {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 48px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 8px;
    border-radius: 999px;
    z-index: 1000;
    color: #fff;
    transition: .45s ease;


    top: 14px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(22px);
    box-shadow: 0 20px 60px rgba(6, 25, 47, .12);
    color: var(--navy);
}

.site-header.is-sticky {
    top: 14px;
    background: rgba(255, 255, 255, .76);
    backdrop-filter: blur(22px);
    box-shadow: 0 20px 60px rgba(6, 25, 47, .12);
    color: var(--navy)
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: var(--navy);
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em
}

.nav-cta {
    background: var(--gold);
    color: var(--navy) !important;
    padding: 10px 12px;
    border-radius: 999px
}

.nav-toggle {
    display: none;
    background: none;
    border: 0
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    margin: 6px
}

.hero {
    height: 100vh;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/banner.png') center/cover no-repeat;
    transform: scale(1.08)
}

.trading-bg {
    position: absolute;
    inset: 0;
    background: url('../images/trading-banner.jpg') center/cover no-repeat;
    transform: scale(1.08)
}

.hero-overlay {
    /*position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 25, 47, .9), rgba(6, 25, 47, .42), rgba(6, 25, 47, .12))*/
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin-left: calc((100% - min(1180px, calc(100% - 48px)))/2)
}

.hero-content h1 {
    color: #000;
    margin-bottom: 30px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 18px;
}

.eyebrow:before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor
}

.eyebrow.dark {
    color: var(--gold)
}

h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: .95;
    margin: 0
}

h1 {
    font-size: clamp(58px, 7vw, 50px);
    letter-spacing: -.05em;
    max-width: 980px
}

h2 {
    font-size: clamp(40px, 4.4vw, 54px);
    letter-spacing: -.04em;
    text-transform: capitalize;
}

h3 {
    font-size: 34px
}

.hero p,
.section p {
    font-size: 18px;
    line-height: 1.75;
    color: inherit
}

.hero p {
    max-width: 620px;
    color: #000;
    font-size: 20px;
    line-height: 42px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 17px 28px;
    font-size: 14px;
    font-weight: 700;
    transition: .35s ease
}

.btn-gold {
    font-size: 18px;
    background: #583d39;
    color: #fff;
}

.btn-light {
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
    color: #000000;
    /*backdrop-filter: blur(12px)*/
}

.btn:hover,
.vertical-card:hover,
.image-card:hover,
.glass-card:hover {
    transform: translateY(-8px)
}

.scroll-indicator {
    position: absolute;
    right: 50px;
    bottom: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em
}

.scroll-indicator span {
    width: 1px;
    height: 54px;
    background: #fff;
    animation: scrollPulse 2s infinite
}

@keyframes scrollPulse {
    50% {
        opacity: .25;
        transform: scaleY(.55)
    }
}

.editorial-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: end
}

.purpose {
    background: #fcf2e5;
}

.purpose-text {
    padding-bottom: 20px;
    color: var(--muted)
}

.text-link {
    color: var(--navy);
    border-bottom: 1px solid var(--gold);
    font-weight: 700
}

.wide-image {
    grid-column: 1/-1;
    height: 560px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 20px 0 0
}

.split-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 82px;
    align-items: center
}

.premium-image {
    height: 720px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0
}

.about-panel {
    background: #fff;
    border-radius: var(--radius);
    padding: 64px;
    box-shadow: var(--shadow)
}


.about-panel p {
    color: var(--muted)
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px
}

.stat-card {
    background: var(--light);
    border-radius: 22px;
    padding: 16px;
    text-align: center;
}

.abtIcos {
    display: block;
}

.abtIcos img {
    width: 76px;
    display: block;
    margin: 0 auto;
}

.stat-card strong {
    display: block;
    font-size: 46px;
    color: var(--navy)
}

.stat-card span {
    font-size: 13px;
    color: var(--muted)
}

.center-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 56px
}

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

.glass-card {
    position: relative;
    overflow: hidden;
    padding: 56px 60px;
    min-height: 560px;
    border-radius: var(--radius);
    background: #fefcf8;
    border: 1px solid rgba(200, 169, 106, .24);
    box-shadow: var(--shadow);
    transition: .4s ease
}

.glass-card-head {
    margin-bottom: 26px
}

.glass-card h3 {
    font-size: 44px
}

.card-underline {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 16px;
    border-radius: 2px;
    background: var(--gold)
}

.glass-card p {
    position: relative;
    z-index: 2;
    max-width: 300px;
    color: var(--muted)
}

.smb {
    background: #fff0dd;
}

.card-icon {
    position: absolute;
    top: 56px;
    right: 56px;
    width: 190px;
    height: 190px;
    /*border-radius: 50%;
    background: #fdfaf3;
    box-shadow: 0 20px 50px rgba(200, 169, 106, .2);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.card-icon svg {
    width: 58%;
    height: 58%
}

.card-illustration {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 190px;
    opacity: .55;
    pointer-events: none;
    z-index: 0
}

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

.card-illustration svg {
    width: 100%;
    height: 100%
}

.dark-section {
    background: #583d39;
    color: #fff
}

.legacy-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center
}

.legacy h2 {
    font-size: clamp(65px, 9vw, 101px);
    color: #fff;
    font-family: Inter, sans-serif;
}

.timeline {
    display: grid;
    gap: 30px
}

.timeline h4 {
    color: #c8a96a;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.timeline div {
    position: relative;
    padding-left: 120px;
}

.timeline span {
    position: absolute;
    left: -7px;
    top: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gold)
}

.timeline span img {
    width: 100%;
    height: 100px;
    /* border:1px solid #be9e63;*/
    border-radius: 100%;
}

.timeline p {
    color: #dcc5c1;
    margin-top: 0;
}

.image-card-grid {
    display: grid;
    gap: 24px
}

.image-card-grid.three {
    grid-template-columns: repeat(3, 1fr)
}

.image-card-grid.four {
    grid-template-columns: repeat(4, 1fr)
}

/* ===== Business Verticals cards (dark overlay style, unchanged) ===== */
.vertical-card {
    position: relative;
    min-height: 520px;
    border-radius: var(--radius);
    overflow: hidden;
    color: #fff;
    box-shadow: var(--shadow);
    transition: .45s ease;
    background: var(--navy)
}

.vertical-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(6, 25, 47, .82))
}

.vertical-card img {
    transition: 1s cubic-bezier(.16, 1, .3, 1)
}

.vertical-card:hover img {
    transform: scale(1.08)
}

.vertical-card div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    z-index: 2
}

.vertical-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, .76)
}

/* ===== Mind / Body / Soul cards — redesigned ===== */
/* Card + illustration in a rounded square, copy sits below in normal flow */
.image-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    color: var(--text);
    transition: .45s ease
}

.image-card img {
    width: 100%;
    aspect-ratio: 467 / 571;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 1px 11px 7px 0px rgb(228 187 132 / 51%);
    background: #faf3e8;
    transition: transform 1s cubic-bezier(.16, 1, .3, 1);
    border: 1px solid #efd7b5;
}

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

.image-card div {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    margin-top: 28px
}

.image-card h3 {
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 12px
}

.image-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--muted);
    max-width: 320px;
    margin: 0 auto
}

.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: start
}

.contact-info p,
.contact-info li {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin-top: 30px
}

.contact-info strong {
    display: block;
    color: var(--navy)
}


#contactus .contact-layout {
    align-items: stretch;
}
#contactus .contact-layout > * {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#contactus .contact-info {
    display: flex;
    flex-direction: column;
}
#contactus .info-card-grid {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    gap: 16px;
}
#contactus .info-card-grid .info-card {
    flex: 1;
}
#contactus .social-row {
    margin-top: auto;
}
#contactus .enquiry-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#contactus .enquiry-form form {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#contactus .enquiry-form .spaceInp:has(textarea) {
    flex: 1;
}
#contactus .enquiry-form textarea {
    height: 100%;
    min-height: 120px;
}
.spaceInp .iti{ width:100%;}
.input-box .iti{ width:100%;}


.enquiry-form {
    background: #fff;
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: grid;
    gap: 16px
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid #e8e4dc;
    border-radius: 18px;
    background: #fbfbfa;
    padding: 18px 20px;
    font: inherit;
    color: var(--text);
    outline: none
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200, 169, 106, .12)
}



.map-box {
    width: 100%;
    height: 100%;
}

.map-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--radius);
}

.map-container .cta-button {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: -29px;
}

.map-container .common-btn {
    padding: 13px 20px;
    font-weight: 600;
    border: 4px solid #fff;
    box-shadow: none;
    overflow: hidden;
    display: inline-block;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.common-style {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
}

.common-title-box {
    text-align: center;
}

.common-label {
    display: inline-block;
    color: var(--primarycolor);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 23px;
    position: relative;
}

.common-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -58px;
    transform: translateY(-50%);
    width: 42px;
    height: 1px;
    background: var(--primarycolor);
}

.common-title {
    color: var(--darkcolor);
    font-size: 50px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    line-height: 1.2;
    line-height: 47px;
    text-transform: capitalize;
    margin-bottom: 44px;
}

.common-btn {
    padding: 10px 20px;
    color: var(--darkcolor);
    background: #C8A969;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.common-btn::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0));
    transition: 0.6s ease;
}

.custom-btn {
    background-color: transparent;
    color: var(--lightcolor);
    border: 2px solid var(--primarycolor);
}

.custom-btn i {
    background-color: var(--primarycolor);
    color: var(--lightcolor);
}

.common-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.common-btn:hover::before {
    left: 120%;
}


body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
}



.footer {
    background: var(--navy);
    color: #fff;
    padding: 70px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 44px;
    border-bottom: 1px solid rgba(200, 169, 106, .35);
    padding-bottom: 44px
}

.footer a {
    display: block;
    color: rgba(255, 255, 255, .68);
    margin: 10px 0
}

.footer h4 {
    color: var(--gold);
    margin: 0 0 16px
}

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

.footer a {
    color: rgba(255, 255, 255, .68);
}



.footer-bottom {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    padding-bottom: 22px;
}

.footer-brand {
    color: #fff !important;
    display: flex !important;
}
.footer-brand img{width: 199px;}
.reveal {
    opacity: 0;
    transform: translateY(46px);
    transition: 1.1s cubic-bezier(.16, 1, .3, 1)
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .14s
}

.delay-2 {
    transition-delay: .26s
}

.delay-3 {
    transition-delay: .38s
}

.image-reveal {
    clip-path: inset(0 0 100% 0);
    transition: 1.25s cubic-bezier(.16, 1, .3, 1)
}

.image-reveal.is-visible {
    clip-path: inset(0 0 0 0)
}

.about {
    background: url(../images/about-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===== Our Purpose: full-width video ===== */
.purpose {
    padding: 100px 0 90px
}

.purpose-video-wrap {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 640px;
    overflow: hidden
}

.purpose-video-wrap:before {
    /*content: "";
    position: absolute;
    inset: 0;
    background: rgba(252, 242, 229, .38);
    z-index: 1*/
}

.purpose-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*filter: grayscale(.55) sepia(.3) brightness(1.12) contrast(.92)*/
}

.purpose-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px
}

.purpose-video-overlay h2 {
    max-width: 920px;
    color: #000000;
    font-size: clamp(34px, 4vw, 52px)
}

.video-toggle {
    margin-top: 42px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid rgba(51, 48, 44, .55);
    background: rgba(255, 255, 255, .28);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
    padding: 0
}

.video-toggle:hover {
    background: rgba(255, 255, 255, .48);
    transform: translateY(-4px)
}

.video-toggle svg {
    width: 22px;
    height: 22px;
    fill: #33302c
}

.purpose-support {
    max-width: 760px;
    margin: 56px auto 0;
    text-align: center
}

.purpose-support .eyebrow {
    justify-content: center
}

.purpose-support p {
    color: var(--muted)
}

.purpose-support .text-link {
    display: inline-block;
    margin-top: 6px
}

/* ===== Our Commodity Portfolio ===== */

.commodity-section {
    padding: 100px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading span {
    display: inline-block;
    color: #b28b4c;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 58px;
    font-family: Georgia, serif;
    color: #222;
    font-weight: 400;
}

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

.portfolio-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
    display: flex;
    flex-direction: column;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

.portfolio-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.portfolio-card-body {
    padding: 24px;
    background: #fff;
}

.portfolio-card-body h4 {
    font-size: 22px;
    color: #222;
    margin-bottom: 12px;
    font-weight: 600;
}

.portfolio-card-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.portfolio-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .4s ease;
}

.portfolio-card:hover {
    transform: translateY(-6px);
}

.portfolio-card img {
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
}

.portfolio-card-body {
    padding: 20px 18px 24px;
    text-align: center;
}

.portfolio-card-body h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 8px;
    line-height: 1.2;
}

.portfolio-card-body p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
}

/* ===== Our Legacy (dark card banner) ===== */
.legacy-banner {
    padding-top: 0;
    background: var(--light);
}

.legacy-card {
    position: relative;
    display: grid;
    grid-template-columns: .85fr auto 1.15fr;
    align-items: center;
    gap: 50px;
    padding: 64px 70px;
    border-radius: var(--radius);
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #4a2620 0%, #3a1d18 45%, #2c1512 100%);
    box-shadow: var(--shadow);
}

.legacy-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .06), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(200, 169, 106, .1), transparent 60%);
    pointer-events: none;
}

.legacy-card-left,
.legacy-card-right {
    position: relative;
    z-index: 1;
}

.eyebrow.gold {
    color: var(--gold);
}

.legacy-number {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(58px, 6vw, 82px);
    line-height: 1;

    margin-bottom: 6px;
}

.legacy-card-left h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.1;
}

.legacy-divider {
    width: 1px;
    height: 150px;
    background: rgba(255, 255, 255, .22);
}

.legacy-card-right p {
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 22px;
    max-width: 460px;
}

.legacy-underline {
    display: block;
    width: 46px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 30px;
}

.legacy-stat div span {
    font-size: 13px;
}

.legacy-stats {
    display: flex;
    gap: 44px;
}

.legacy-stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.legacy-stat-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 106, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 16px;
}

.legacy-stat strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.1;
}



/* ===== Trading Overview (new section) ===== */


.trading-overview {
    background: var(--light);
}

.trading-image {
    height: 560px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

.trading-panel h2 {
    margin: 18px 0 26px;
}

.trading-panel p {
    color: var(--muted);
    margin-bottom: 40px;
}

.trading-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 26px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--bgcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 17px;
    border: 1px solid rgba(200, 169, 106, .3);
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 4px;
    line-height: 1.3;
}

.feature-item p {
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--muted);
    margin: 0;
}

/* ===== Why Choose Enzocart (NEW SECTION) ===== */
.why-choose {
    background: var(--light);
}

.why-choose-card {
    position: relative;
    display: grid;
    grid-template-columns: .8fr 1.3fr .75fr;
    align-items: center;
    gap: 46px;
    padding: 56px 64px;
    border-radius: var(--radius);
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #4a2620 0%, #3a1d18 45%, #2c1512 100%);
    box-shadow: var(--shadow);
}

.why-choose-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 15%, rgba(255, 255, 255, .06), transparent 55%),
        radial-gradient(circle at 90% 85%, rgba(200, 169, 106, .1), transparent 60%);
    pointer-events: none;
}

.why-choose-content,
.why-choose-features,
.why-choose-image {
    position: relative;
    z-index: 1;
}

.why-choose-content h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    margin: 18px 0 22px;
}

.why-choose-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 40px;
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-right: 1px solid rgba(255, 255, 255, .16);
    padding: 0 40px;
}

.why-item {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.why-number {
    font-weight: 700;
    font-size: 30px;
    color: var(--gold);
    background: var(--gold);
    border: 1px solid var(--gold);
    padding: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.why-item p {
    font-size: 13.5px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .88);
    margin: 0;
}

.why-choose-image {
    height: 100%;
    min-height: 260px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}

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

/* ===== Global Network (NEW SECTION) ===== */
.global-network {
    background: #fff;
}

.network-layout {
    display: grid;
    grid-template-columns: .8fr 1.4fr .8fr;
    gap: 50px;
    align-items: center;
}

.network-text h2 {
    margin: 18px 0 20px;
}

.network-text p {
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.7;
}

.network-map img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;
}

.network-pills {
    display: grid;
    gap: 14px;
}

.network-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #ece4d4;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    box-shadow: var(--shadow);
}

.network-pill-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: var(--bgcolor);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: 1px solid rgba(200, 169, 106, .3);
}

/* ===== Our Philosophy (NEW SECTION) ===== */
.philosophy-banner {
    padding: 0 0 100px;
    background: var(--light);
}

.philosophy-card {
    width: 100%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    border-radius: var(--radius);
    overflow: hidden;
    background: #f9eddb;
    box-shadow: var(--shadow);
    align-items: center;
    text-align: center;
}

.philosophy-content {
    padding: 50px 56px;
}

.philosophy-content h2 {
    margin: 16px 0 44px;
    font-size: clamp(28px, 3vw, 40px);
}

.philosophy-values {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.value-item {
    text-align: center;
}

.value-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(88, 61, 57, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #583d39;
    font-size: 18px;
}

.value-item p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #4a2620;
    margin: 0;
}

/* ===== Our Trading Process (NEW SECTION) ===== */
.trading-process {
    background: #fff;
}

.process-track {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}

.process-track:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 34px;
    right: 34px;
    height: 0;
    border-top: 2px dashed rgba(200, 169, 106, .55);
    z-index: 0;
}

.process-step {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    padding: 0 8px;
}

.process-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(200, 169, 106, .45);
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    color: var(--gold);
    font-size: 22px;
}

.process-step h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 8px;
    line-height: 1.25;
}

.process-step p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
}

.trade-split-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    position: relative;
}

.trade-split-panel {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 52px 56px;
    min-height: 340px;
    display: flex;
    justify-content: center;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.trade-split-panel.domestic {
    background: #ecd5ba;
}

.trade-split-panel.international {
    background: linear-gradient(135deg, #f4ede1 0%, #ece1cd 100%);
}


.trade-map img {
    display: block;
    object-fit: contain;
}

.trade-split-panel .trade-map {
    width: 372px;
    flex: 0 0 50%;
    max-width: 50%;
}

.trade-split-panel.international .trade-map {
    left: 20%;
}

.trade-split-content {
    position: relative;
    z-index: 2;

}

.trade-split-content .eyebrow::before {
    display: none;
}

.trade-split-panel h3 {
    font-size: clamp(26px, 2.6vw, 32px);
    color: var(--navy);
    margin-bottom: 18px;
}

.trade-split-underline {
    display: block;
    width: 38px;
    height: 1px;
    background: #8a6a3d;
    margin-bottom: 18px;
}

.trade-split-panel p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4b4438;
    margin: 0;
}

.trade-split-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #c08a4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    box-shadow: 0 14px 34px rgba(120, 80, 30, .35);
    z-index: 3;
    border: 4px solid var(--light);
}

.pl-4 {
    padding-left: 20px;
}

.pr-4 {
    padding-right: 20px;
}

/* dot + glow styling shared by both maps */
.dot {
    fill: #8a6a3d
}

.hub-core {
    fill: #583d20
}

.hub-ring {
    fill: none;
    stroke: #c08a4e;
    stroke-width: 1.4
}

.hub-glow {
    fill: #ffe6ad;
    opacity: .9
}

.link-line {
    fill: none;
    stroke: #c08a4e;
    stroke-width: 1;
    stroke-dasharray: 3 5;
    opacity: .6
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: .9;
        r: 3
    }

    50% {
        opacity: .25;
        r: 7
    }
}

.hub-glow {
    animation: pulseGlow 2.6s ease-in-out infinite
}

/* ===== Industries We Serve (NEW SECTION) ===== */
.industries {
    background: var(--light);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 18px;
}

.industry-card {
    background: #fff;
    border: 1px solid #ece4d4;
    border-radius: 20px;
    padding: 30px 12px;
    text-align: center;
    transition: .35s ease;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(200, 169, 106, .5);
}

.industry-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: var(--bgcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--gold);
    font-size: 20px;
    border: 1px solid rgba(200, 169, 106, .3);
}

.industry-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin: 0;
    line-height: 1.3;
}






/*=====Footer Styling Start Here=====*/
.footer {
    background-color: #041020;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.025);
    padding: 40px 0px 0px;
}

.footer .logo-icon {
    width: 37px;
    height: 37px;
    background: var(--primarycolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--darkcolor);
    font-size: 22px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 12px;
}


.footer .logo-text {
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
    display: block;
}

.footer .ftr-about p {
    color: #918f8f;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer h2 {
    color: var(--primarycolor);
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: capitalize;
}

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



.footer ul a:hover {
    color: var(--primarycolor);
}

.footer .bottom-footer {
    border-top: 1px solid #212020;
    padding: 15px;
    margin-top: 38px;
    text-align: center;
}

.footer .bottom-footer p {
    color: #918f8f;
    font-size: 13px;
    font-weight: 600;
}

footer .ftr-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 21px;
}

footer .ftr-contact li:last-child {
    margin-bottom: 0px;
}

footer .ftr-contact span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--darkcolor);
    background: var(--primarycolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

footer .ftr-contact div {
    width: 84%;
}

footer .ftr-contact h3 {
    color: var(--lightcolor);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

footer .ftr-contact a {
    color: #918f8f;
    font-size: 14px;
    font-weight: 600;
    /*text-transform: capitalize;*/
}

.footer .social-links {
    margin-top: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .social-links a {
    width: 31px;
    height: 31px;
    color: var(--darkcolor);
    background-color: var(--primarycolor);
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*====Footer Styling End Here=====*/



.page-banner {
    position: relative;
    padding: 148px 0 64px;
    background: #583d39;
    color: #fff;
    overflow: hidden;
}

.page-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(200, 169, 106, .22), transparent 55%);
    pointer-events: none;
}

.page-banner .eyebrow {
    color: var(--gold);
}

.page-banner h1 {
    color: #fff;
    font-size: clamp(40px, 5vw, 60px);
    max-width: 100%;
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.breadcrumbs a {
    color: rgba(255, 255, 255, .6);
}

.breadcrumbs a:hover {
    color: var(--gold);
}

.breadcrumbs .current {
    color: var(--gold);
    font-weight: 600;
}

.breadcrumbs .sep {
    font-size: 10px;
    opacity: .5;
}

/* Contact info cards inside .contact-info */
.contact-info .info-card-grid {
    display: grid;
    gap: 16px;
    margin: 34px 0 38px;
}

.contact-info .info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: .35s ease;
}

.contact-info .info-card:hover {
    transform: translateY(-4px);
}

.contact-info .info-card i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: var(--bgcolor);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.contact-info .info-card h3 {
    font-family: Inter, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 4px;
}

.contact-info .info-card p,
.contact-info .info-card a {
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    margin: 0;
}

.contact-info .social-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 28px;
    border-top: 1px solid #e7e1d4;
}

.contact-info .social-row strong {
    font-family: Inter, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--navy);
}

.contact-info .social-row ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.contact-info .social-row a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: .3s ease;
}

.contact-info .social-row a:hover {
    background: var(--gold);
    color: var(--navy);
}

.enquiry-form h2 {
    color: var(--navy);
    font-size: 36px;
    margin-bottom: 26px;
}

/* ---- Form fields wrapper ---- */
.enquiry-form .spaceInp {
    margin-bottom: 18px;
}

.enquiry-form .spaceInp:last-child {
    margin-bottom: 0;
}

.enquiry-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1L7 7L13 1' stroke='%236f746f' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

/* ---- Checkbox / agreement row ---- */
.enquiry-form .agree-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.enquiry-form .agree-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    border: 1px solid #d8d2c4;
    border-radius: 6px;
    background: #fbfbfa;
    cursor: pointer;
    position: relative;
    transition: .25s ease;
}

.enquiry-form .agree-row input[type="checkbox"]:checked {
    background: var(--gold);
    border-color: var(--gold);
}

.enquiry-form .agree-row input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--navy);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.enquiry-form .agree-row label {
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
    cursor: pointer;
}

/* ---- Submit button ---- */
.enquiry-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 17px 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    border-radius: 999px;
    background: #583d39;
    color: #fff;
    transition: .35s ease;
}

.enquiry-form button[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(88, 61, 57, .28);
}

/* Map strip */
.map-strip {
    margin-top: 90px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 420px;
}

.map-strip iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 980px) {
    .page-banner {
        padding: 150px 0 54px;
    }
}

@media (max-width: 620px) {
    .page-banner {
        padding: 130px 0 46px;
    }

    .map-strip {
        height: 300px;
        margin-top: 60px;
    }
}




/*----Career Page----*/
.career-container {
    text-align: center;
}

.career-container .common-title {
    font-size: 66px;
    line-height: 69px;
    margin-bottom: 21px;
    max-width: 100% !important;
}

.career-container .common-title span {
    color: #C8A969;
    font-style: italic;
}

.career-container p {
    color: #6f746f;
    font-size: 18px;
    line-height: 29px;
    max-width: 619px;
    margin: auto;
    margin-bottom: 47px;
}

.application-wrapper {
    width: 90%;
    margin: 0px auto;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.application-wrapper .img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.application-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.application-form-box .common-title {
    margin-bottom: 10px;
}

.application-form-box p {
    color: #6f746f;
    font-size: 14px;
    margin-bottom: 25px;
}

.application-form-box .input-box {
    margin-bottom: 19px;
}

.application-form-box .form-control,
.application-form-box .form-select {
    width: 100%;
    border: 1px solid #e8e4dc;
    border-radius: 25px;
    background: #fbfbfa;
    font: inherit;
    color: var(--text);
    outline: none;
    transition: .3s ease;
    padding: 9px 10px;
}

.application-form-box textarea.form-control {
    resize: vertical;
    min-height: 110px;
}

.application-form-box .form-control::placeholder {
    color: #9a9a95;
}

.application-form-box .form-control:focus,
.application-form-box .form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200, 169, 106, .12);
    background: #fff;
}

/* File upload field */
.application-form-box .file-upload .upload-area {
    border: 1px dashed #d8d2c4;
    border-radius: 16px;
    background: #fbfbfa;
    padding: 12px 16px;
    transition: .3s ease;
}

.application-form-box .file-upload .upload-area:hover {
    border-color: var(--gold);
}

.application-form-box .file-upload input[type="file"] {
    width: 100%;
    border: 0;
    background: none;
    padding: 0;
    font-size: 13.5px;
    color: var(--muted);
    cursor: pointer;
}

.application-form-box .file-upload input[type="file"]::file-selector-button {
    border: 0;
    border-radius: 999px;
    padding: 9px 18px;
    margin-right: 14px;
    background: var(--gold);
    color: var(--navy);
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
}

.application-form-box .file-upload input[type="file"]::file-selector-button:hover {
    background: #c8a969;
}


/* ===== Infrastructure Page ===== */
.infra-bg {
    position: absolute;
    inset: 0;
    background: url(../images/infrastructure/infra-banner.jpg) center / cover no-repeat;
    transform: scale(1.08);
}

.infra-hero {
    padding: 168px 0 90px;
    background: var(--light);
}

.infra-hero .split-layout {
    gap: 70px;
    align-items: center;
}

.infra-hero-content h1 {
    color: var(--text);
    font-size: clamp(44px, 5.4vw, 64px);
    margin: 18px 0 26px;
}

.infra-hero-content p {
    color: var(--muted);
    max-width: 480px;
}

.infra-hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.infra-hero-image {
    height: 480px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

.infra-overview {
    background: var(--light);
}

.infra-overview-text p {
    color: var(--muted);
    margin-top: 12px;
}

.infra-overview-image {
    height: 460px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

/* ---- Capabilities ---- */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.capability-card {
    background: #fff;
    border: 1px solid var(--bordercolor);
    border-radius: 20px;
    padding: 36px 26px;
    text-align: center;
    transition: .35s ease;
}

.capability-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.capability-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--bgcolor);
    border: 1px solid rgba(200, 169, 106, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 26px;
}

.capability-card h4 {
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 10px;
}

.capability-card p {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--muted);
    margin: 0;
}

/* ---- Industrial Material Distribution ---- */
.industrial-material {
    background: #f3e3cd;
}

.industrial-image {
    height: 420px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

.industrial-panel h2 {
    margin: 16px 0 20px;
}

.industrial-panel p {
    max-width: 520px;
    margin-bottom: 36px;
}

.industrial-features .feature-item p {
    color: var(--text) !important;
}

.industrial-features {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.feature-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(6, 25, 47, .12);
}

/* ---- Our Approach ---- */
.approach-steps {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    margin-top: 20px;
}

.approach-steps:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 70px;
    right: 70px;
    height: 0;
    border-top: 2px dashed rgba(200, 169, 106, .45);
    z-index: 0;
}

.approach-step {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    padding: 0 6px;
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(200, 169, 106, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 24px;
}

.step-num {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: var(--gold);
    font-size: 15px;
    letter-spacing: .04em;
    margin-bottom: 6px;
}

.approach {
    background: #fff;
}

.approach-step h4 {
    font-size: 17px;
    color: var(--navy);
    margin-bottom: 8px;
}

.approach-step p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--muted);
}

/* ---- Infra CTA ---- */
.infra-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #ecd3ac 0%, #f4e8d6 60%);
}

.infra-cta-media {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34%;
    max-width: 440px;
    height: 78%;
    opacity: .95;
    pointer-events: none;
}

.infra-cta-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}

.infra-cta-content {
    position: relative;
    z-index: 1;
    max-width: 660px;
    margin-left: auto;
}

.infra-cta-content h2 {
    color: var(--navy);
    margin: 16px 0 22px;
    font-size: clamp(30px, 4vw, 44px);
}

.infra-cta-content p {
    color: #4b3b2c;
    max-width: 520px;
    margin-bottom: 36px;
}

.infra-cta-actions {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.infra-cta-contacts {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.infra-cta-contacts a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
    font-weight: 600;
    font-size: 14px;
}

.infra-cta-contacts i {
    color: var(--gold);
}

/* =====================================================
   Industrial Material Tenders
   ===================================================== */

.tenders-section {
    background: var(--light);
}

.tenders-intro-text h2 {
    margin-top: 14px;
}

.tenders-intro-text p {
    color: var(--muted);
    margin-top: 22px;
    max-width: 540px;
}

.tenders-intro-image {
    height: 420px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

.tenders-psu-panel {
    margin-top: 90px;
    background: var(--bgcolor);
    border-radius: var(--radius);
    padding: 64px 70px;
    box-shadow: var(--shadow);
    text-align: center;
}

.tenders-psu-panel h3 {
    margin-top: 8px;

}

.tenders-psu-panel>p {
    color: var(--muted);
    margin: 18px 0 40px;
}

.tenders-psu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tenders-psu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--bordercolor);
    border-radius: 18px;
    padding: 18px 20px;
    transition: .3s ease;
}

.tenders-psu-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(200, 169, 106, .5);
}

.tenders-psu-item i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: var(--bgcolor);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid rgba(200, 169, 106, .3);
}

.tenders-psu-item span {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
}

.tenders-disclaimer {
    margin: 36px 0 0;
    padding-top: 26px;
    border-top: 1px solid rgba(6, 25, 47, .1);
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.65;
    color: var(--muted);
}

.tenders-process {
    margin-top: 100px;
}

.tenders-process .center-heading h3 {
    margin-top: 10px;
}

.tenders-capabilities {
    margin-top: 100px;
}

.tenders-capabilities .center-heading h3 {
    margin-top: 10px;
}

.tenders-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.tenders-capabilities-grid .capability-card {
    padding: 34px 20px;
}

.tenders-capabilities-grid .capability-card h4 {
    font-size: 15.5px;
    margin-bottom: 0;
}






/* =====================================================
(CSR) 
   ===================================================== */

.csr-bg {
    position: absolute;
    inset: 0;
    background: url(../images/csr/csr-banner.jpg) center / cover no-repeat;
    transform: scale(1.08);
}

/* soften hero photo readability without killing the site's light hero look */
.csr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(247, 247, 245, .55) 0%, rgba(247, 247, 245, .86) 78%, rgba(247, 247, 245, .96) 100%);
}

/* --- What We Do: 3-column focus grid (reuses capability-card look) --- */
.csr-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* --- Focus Areas: clean auto-fit multi-column layout (reuses industry-card look) --- */
.focus-areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

/* --- Get Involved CTA banner (dark, reuses legacy/why-choose visual language) --- */
.csr-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    padding: 70px 72px;
    color: #fff;
    text-align: center;
    background: linear-gradient(120deg, #4a2620 0%, #3a1d18 45%, #2c1512 100%);
    box-shadow: var(--shadow);
}

.csr-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .06), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(200, 169, 106, .12), transparent 60%);
    pointer-events: none;
}

.csr-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.csr-cta h2 {
    color: #fff;
    margin: 16px 0 20px;
    font-size: clamp(30px, 3.6vw, 44px);
}

.csr-cta p {
    color: rgba(255, 255, 255, .82);
    margin: 0 auto 34px;
    max-width: 560px;
}

.csr-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.csr-cta .infra-cta-contacts {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 30px;
}

.csr-cta .infra-cta-contacts a {
    color: #fff;
}

.csr-cta .infra-cta-contacts i {
    color: var(--gold);
}

/* --- Collaborative Initiatives feature list tweak (light bg variant of industrial-features) --- */
.csr-collab-panel .industrial-features .feature-item p {
    color: var(--muted) !important;
}


/* ===== Healthcare Page ===== */
.healthcare-bg {
    position: absolute;
    inset: 0;
    background: url(../images/healthcare/healthcare-banner.jpg) center / cover no-repeat;
    transform: scale(1.08);
}

.overview-points {
    display: flex;
    gap: 40px;
    margin-top: 36px;
    text-align: center;
}

.overview-point {
    flex: 1;
}

.overview-point .feature-icon {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.overview-point h4 {
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 6px;
}

.overview-point p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
}

.capabilities-grid.five {
    grid-template-columns: repeat(5, 1fr);
}

.why-healthcare {
    background: var(--light);
}

.why-card {
    background: #f3e3cd;
    border-radius: var(--radius);
    padding: 60px;

    gap: 50px;
    align-items: center;
}

.why-contnet {
    text-align: center;
}

.why-card-left h2 {
    margin: 14px 0 18px;
    font-size: clamp(28px, 3.2vw, 38px);
}

.why-card-left p {
    color: var(--muted);
    max-width: 380px;
    margin-bottom: 30px;
}

.why-points {
    display: flex;
    gap: 24px;
}

.why-point {
    flex: 1;
    text-align: center;
}

.why-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(200, 169, 106, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 22px;
}

.why-point h4 {
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.25;
}

.why-point p {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--muted);
}

.facility-checklist {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 14px;
}

.facility-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--text);
}

.facility-checklist li i {
    color: var(--gold);
    width: 18px;
}

.facility-image {
    position: relative;
}

.facility-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(6, 25, 47, .88);
    color: #fff;
    padding: 14px 18px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    max-width: 230px;
}

.facility-badge i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.facility-badge strong {
    display: block;
    font-size: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.facility-badge span {
    font-size: 12.5px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .85);
}


/*ABOUT US*/
/* ===== Leadership ===== */
.leadership-section {
    background: var(--light);
}

.leadership-heading {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.leadership-heading h2 {
    font-size: clamp(38px, 4vw, 48px);
    color: var(--navy);
}

.leadership-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 22px;
}

.leadership-divider span {
    width: 60px;
    height: 1px;
    background: rgba(200, 169, 106, .55);
}

.leadership-divider i {
    color: var(--gold);
    font-size: 15px;
}

.leadership-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 60px;
    align-items: center;
    margin-top: 64px;
}

.leadership-image {
    height: 560px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 0;
}

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

.leadership-quote {
    padding: 0 6px;
}

.leadership-quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--bgcolor);
    border: 1px solid rgba(200, 169, 106, .35);
    color: var(--gold);
    font-size: 19px;
    margin-bottom: 28px;
}

.leadership-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(19px, 1.9vw, 25px);
    line-height: 1.6;
    color: var(--navy);
    margin: 0 0 36px;
}

.leadership-person {
    padding-top: 22px;
    border-top: 1px solid rgba(6, 25, 47, .12);
}

.leadership-person h4 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 4px;
}

.leadership-person span {
    font-size: 12.5px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 980px) {
    .leadership-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 48px;
    }

    .leadership-image {
        height: 420px;
    }
}

@media (max-width: 620px) {
    .leadership-heading h2 {
        font-size: 32px;
    }

    .leadership-image {
        height: 280px;
        border-radius: 20px;
    }

    .leadership-quote p {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .leadership-layout {
        margin-top: 40px;
    }
}

/*ABOUT US END*/

/*=====New Css Start Here [13-jul-2026]=====*/
/*=====Gallery Panel Styling Start Here=====*/
.gallery-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.gallery-grid .gallery-item {
    width: 32.3%;
    height: 381.13px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    border: 4px solid #fff;
}

.gallery-grid a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.gallery-grid .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    background: #f5f5f5;
}

.gallery-grid .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: .3s ease-in-out;
}

.gallery-grid .overlay-box i {
    width: 38px;
    height: 38px;
    color: var(--navy);
    background: var(--gold);
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-grid .gallery-item:hover .overlay-box {
    transform: scale(1);
    opacity: 1;
}

.gallery-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    display:none;
}

.gallery-head .gallery-category-btn {
    min-width: 138px;
    white-space: nowrap;
    border: 1px solid var(--gold);
    text-align: center;
    color: var(--navy);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 4px;
    padding: 12px 23px;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: background 0.3s ease-in-out;
}

.gallery-head .gallery-category-btn.active,
.gallery-head .gallery-category-btn:hover {
    background: var(--gold);
}

.gallery-grid .play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--navy);
    background: var(--gold);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0 8px 20px rgba(180, 157, 107, 0.60);
}

.gallery-grid .play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.7;
    animation: ripple 1.5s infinite;
    z-index: -1;
}

.gallery-grid video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

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

/*=====New Css End Here [13-jul-2026]=====*/