/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');
/* Bullion page par header font ko normal rakhne ke liye */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Normal Page Setup taaki upar ke cards kharabi na ho */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1a1a1a;
}

/* --- Professional Footer Design --- */
.footer-section {
    background-color: #070c18;
    color: #b0b7c3;
    padding-top: 60px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    width: 100%;
    margin-top: 60px; /* Upar ke content se gap banane ke liye */
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.4fr;
    gap: 35px;
}

/* Logo styling */
.footer-logo-box {
    margin-bottom: 12px;
}

.clean-logo {
    max-width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-tagline {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    color: #c59b27;
    margin-bottom: 8px;
    font-weight: 600;
}

.footer-ornament {
    color: #c59b27;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.footer-about {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #9ca3af;
}

.footer-heading {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 22px;
    font-weight: 700;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: #b0b7c3;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-list a i {
    font-size: 0.7rem;
    color: #c59b27;
}

.footer-list a:hover {
    color: #c59b27;
    padding-left: 4px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.5;
}

.footer-contact-info i {
    color: #c59b27;
    margin-top: 4px;
}

/* Footer Bottom Copyright */
.footer-bottom {
    background-color: #04070e;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.85rem;
    color: #888888;
    width: 100%;
}

/* Responsive Grid */
@media(max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media(max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================
   TOP BAR
========================= */
.top-bar {
    background: #151515;
    color: #ffffff;
    font-size: 13px;
}

.top-bar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-info {
    display: flex;
    gap: 28px;
}

.top-location {
    opacity: 0.85;
}


/* =========================
   MAIN HEADER
========================= */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* =========================
   LOGO
========================= */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    width: 145px;
    height: auto;
    display: block;
}


/* =========================
   NAVIGATION
========================= */
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1;
}
.main-nav a {
    color: #252525 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    white-space: nowrap;
    position: relative;
    padding: 34px 0;
    transition: 0.3s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 0;
    height: 2px;
    background: #b28a45;
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #b28a45;
}

.main-nav a:hover::after {
    width: 100%;
}


/* =========================
   HEADER BUTTON
========================= */
.header-btn {
    background: #b28a45;
    color: #ffffff;
    padding: 13px 21px;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.3s ease;
}

.header-btn:hover {
    background: #171717;
    color: #ffffff;
}


/* =========================
   HERO CAROUSEL
========================= */
.hero-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #111;
}

.hero-slides {
    display: flex;
    width: 200%;
    animation: fortuneSlider 10s infinite;
}

.hero-slide {
    width: 50%;
    flex-shrink: 0;
}

.hero-slide img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes fortuneSlider {
    0% { transform: translateX(0); }
    40% { transform: translateX(0); }
    50% { transform: translateX(-50%); }
    90% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}


/* =========================
   PROFESSIONAL SPLIT SECTION
========================= */
.pro-banner-section {
    width: 100%;
    padding: 80px 5%;
    background-color: #f8fafc;
}

.pro-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pro-subtitle {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.pro-title {
    font-size: 2.8rem;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
}

.highlight-text {
    color: #d4af37;
}

.pro-desc {
    color: #000000;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pro-checklist {
    list-style: none;
    margin-bottom: 40px;
}

.pro-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 600;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: #fdf6e2;
    color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.pro-btn {
    display: inline-block;
    background-color: #1a202c;
    color: #d4af37;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 32, 44, 0.2);
    border: 1px solid #d4af37;
}

.pro-btn:hover {
    background-color: #d4af37;
    color: #1a202c;
    transform: translateY(-2px);
}

.pro-image-col {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.main-consulting-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.badge-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 95px;
    height: 90px;
    background: #1a202c;
    border: 4px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


/* =========================
   PORTFOLIO SECTION
========================= */
.portfolio-container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.sub-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #c59b27;
    font-weight: 600;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1a202c;
    margin-top: 10px;
    margin-bottom: 15px;
}

.section-header p {
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

/* Grid Layout */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card Design */
.card {
    background: #e8e6e6;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    text-align: left;
}

.card-image {
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Icon Bubble */
.icon-bubble {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.icon-bubble div, .icon-bubble i {
    width: 60px;
    height: 60px;
    background-color: #c59b27;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Card Content */
.card-content {
    padding: 15px 20px 25px 20px;
    text-align: center;
}

.card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
}

.card-category {
    font-size: 15px;
    font-weight: 600;
    color: #c59b27;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* Feature List */
.feature-list {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.feature-list li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list i {
    color: #c59b27;
    font-size: 15px;
}

/* Key Locations Box */
.key-locations {
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    margin-top: 15px;
    text-align: left;
}

.location-title {
    font-size: 15px;
    font-weight: 700;
    color: #c59b27;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.key-locations p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}

/* Card Footer Button */
.card-footer {
    padding: 0 20px 20px 20px;
}

.know-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #c59b27;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.know-more-btn:hover {
    background-color: #b08820;
}


/* =========================
   FOOTER
========================= */
.site-footer {
    background: #151515;
    color: #ffffff;
    margin-top: 80px;
}

.footer-main {
    padding: 70px 0 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 50px;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-logo img {
    width: 155px;
    background: #ffffff;
    padding: 8px 12px;
}

.footer-about {
    color: #bcbcbc;
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px;
}

.footer-title {
    font-size: 17px;
    margin-bottom: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b28a45;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bcbcbc;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #b28a45;
    padding-left: 5px;
}

.footer-contact p {
    color: #bcbcbc;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    color: #999999;
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 22px;
}

.footer-bottom-links a {
    color: #999999;
    font-size: 13px;
}

.footer-bottom-links a:hover {
    color: #b28a45;
}


/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 1200px) {
    .main-nav {
        gap: 15px;
    }
    .main-nav a {
        font-size: 12px;
    }
    .header-btn {
        padding: 11px 15px;
        font-size: 12px;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .top-bar {
        display: none;
    }
    .header-inner {
        min-height: 75px;
    }
    .main-nav {
        display: none;
    }
    .header-btn {
        display: block;
    }
    .logo img {
        width: 125px;
    }
    .pro-banner-container {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .pro-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .container {
        width: 92%;
    }
    .header-btn {
        padding: 10px 12px;
        font-size: 11px;
    }
    .logo img {
        width: 110px;
    }
}

/* =========================
   EXACT HERO BANNER STYLE
========================= */
.contact-hero-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    overflow: hidden;
    height: 420px;
}

.banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 19, 32, 0.95) 0%, rgba(11, 19, 32, 0.75) 50%, rgba(11, 19, 32, 0.4) 100%);
}

.contact-hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    color: #ffffff;
}

.hero-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.contact-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 700;
    color: #ffffff;
}

.contact-hero-content h1 .gold-text {
    color: #c59b27;
}

.contact-hero-content p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    max-width: 550px;
}

/* =========================
   ABOUT US SECTION STYLING
========================= */
.about-section {
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.about-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

.about-image-side {
    position: relative;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.about-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-content-side {
    padding-right: 20px;
}

.about-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.about-content-side h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.about-content-side .gold-text {
    color: #c59b27;
}

.about-desc {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Leadership Info Margin Update */
.leadership-info {
    margin-top: 25px;
    margin-bottom: 25px; /* Button ko neeche karne ke liye gap diya */
    border-left: 3px solid #c59b27;
    padding-left: 15px;
}

/* About Us Section Wala Button Styling */
.about-content-side .about-btn {
    display: inline-block;
    background-color: #0b1320;
    color: #c59b27;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: 1px solid #c59b27;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-content-side .about-btn:hover {
    background-color: #c59b27;
    color: #0b1320;
    transform: translateY(-2px);
}
/* =========================
   COMPACT GOLDEN BORDER STATS SECTION
========================= */
.stats-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #0b1320;
    padding: 40px 0; /* Padding kam ki gayi hai */
    color: #ffffff;
    /* Golden border aur border radius */
    border-top: 2px solid #c59b27;
    border-bottom: 2px solid #c59b27;
    border-radius: 12px; 
}

.stats-grid {
    max-width: 1150px; /* Width thodi kam ki hai taaki left-right dono taraf space mile */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Elements ke beech ka gap kam kiya */
    text-align: center;
    padding: 0 40px; /* Left aur right side se space/padding */
}

.stat-item {
    padding: 15px 10px; /* Padding kam ki */
    border-right: 1px solid rgba(197, 155, 39, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon-circle {
    width: 50px; /* Icon size chhota kiya */
    height: 50px;
    border: 2px solid #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 18px;
    margin-bottom: 12px;
    background: rgba(197, 155, 39, 0.05);
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 32px; /* Number ka size thoda compact kiya */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.stat-title {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.stat-line {
    width: 25px;
    height: 2px;
    background: #c59b27;
    margin: 0 auto;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .stat-item:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(197, 155, 39, 0.2);
        padding-bottom: 20px;
    }
    .stat-item:last-child {
        border-bottom: none;
    }
}


.core-values-section {
    padding: 80px 0;
    background-color: #fbf9f5;
}

.section-title-center {
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.value-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon-bubble {
    width: 70px;
    height: 70px;
    background: #0b1320;
    border: 3px solid #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 24px;
    margin: 0 auto 20px auto;
}

.value-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #1e293b;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-line {
    width: 40px;
    height: 2px;
    background: #c59b27;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .about-container {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-item:nth-child(2) {
        border-right: none;
    }
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .contact-hero-banner {
        height: 380px;
    }
    .contact-hero-content h1 {
        font-size: 30px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fbf9f5;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.contact-hero {
    background: linear-gradient(rgba(10, 15, 25, 0.85), rgba(10, 15, 25, 0.85)), url('image/contact.png') no-repeat center center/cover;
    padding: 90px 40px;
    color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -60px;
    margin-bottom: 40px;
}

.contact-hero-content {
    max-width: 1200px;
    margin: 0 auto;
}


.hero-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.contact-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-hero h1 span {
    color: #c59b27;
}

.contact-hero p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
}

/* Main Section Header */
.contact-main-section {
    padding: 70px 0;
}

.section-title-center {
    text-align: center;
    margin-bottom: 50px;
}

.sub-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #c59b27;
    font-weight: 600;
}

.section-title-center h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #1e293b;
    margin-top: 8px;
    margin-bottom: 10px;
}

.section-title-center p {
    color: #000000;
    font-size: 14px;
}

/* Contact Grid Layout */
.contact-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

/* Left Form Card */
.contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
}

.contact-form-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #1e293b;
    margin-bottom: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s;
    background: #f8fafc;
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: #c59b27;
    background: #fff;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #000000;
}

.form-checkbox a {
    color: #c59b27;
    text-decoration: underline;
}

.submit-btn {
    background-color: #c59b27;
    color: white;
    border: none;
    padding: 14px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #b08820;
}

/* Right Info Card */
.contact-info-card {
    background: #0b1320;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffffff;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.info-icon {
    width: 38px;
    height: 38px;
    background: rgba(197, 155, 39, 0.15);
    color: #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.info-item h4 {
    font-size: 13px;
    color: #c59b27;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 600;
}

.info-item p {
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.5;
}

/* Map Container - Full Width Update */
.map-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 60px;
    border-radius: 0; /* Agar corners seedhe rakhne hain toh ye hata sakte hain */
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
}

/* Business Locations Grid */
.locations-section h3 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1e293b;
    margin-bottom: 30px;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.location-box {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.loc-icon {
    width: 50px;
    height: 50px;
    background: #fdf6e2;
    color: #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 15px auto;
}

.location-box h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #1e293b;
    margin-bottom: 10px;
}

.location-box p {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .locations-grid {
        grid-template-columns: 1fr;
    }
    .contact-hero h1 {
        font-size: 32px;
    }
}

/* =========================
   EXACT CONTACT HERO BANNER
========================= */
.contact-hero-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0px; /* Body padding balance karne ke liye */
    overflow: hidden;
    height: 520px;
}

.banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 19, 32, 0.95) 0%, rgba(11, 19, 32, 0.75) 50%, rgba(11, 19, 32, 0.4) 100%);
}

.contact-hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    color: #ffffff;
}

.hero-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.contact-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 700;
    color: #ffffff;
}

.contact-hero-content h1 .gold-text {
    color: #c59b27;
}

.contact-hero-content p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    max-width: 550px;
}

/* Responsive Banner for Mobiles */
@media (max-width: 768px) {
    .contact-hero-banner {
        height: 380px;
    }
    .contact-hero-content h1 {
        font-size: 30px;
    }
    .banner-overlay {
        background: rgba(11, 19, 32, 0.85);
    }
}

/* ==========================================
   REAL ESTATE PAGE STYLING (EXACT REFERENCE)
========================================== */

/* Hero Banner */
.real-hero-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 520px;
    overflow: hidden;
}

.real-hero-banner .banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.real-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-hero-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 19, 32, 0.95) 0%, rgba(11, 19, 32, 0.75) 50%, rgba(11, 19, 32, 0.4) 100%);
}

.real-hero-content {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    color: #ffffff;
}

.real-hero-content .hero-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.real-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 700;
}

.real-hero-content h1 .gold-text {
    color: #c59b27;
}

.real-hero-content p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    max-width: 580px;
    margin-bottom: 25px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c59b27;
    color: #000000;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s;
}

.hero-btn:hover {
    background-color: #d4af37;
}

/* Floating Features Section */
.real-features-section {
    position: relative;
    margin-top: -60px;
    z-index: 10;
    margin-bottom: 80px;
}

.real-features-box {
    background-color: #0b1320;
    border: 2px solid #c59b27;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 20px;
    gap: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.r-feature-item {
    padding: 15px;
    border-right: 1px solid rgba(197, 155, 39, 0.2);
}

.r-feature-item:last-child {
    border-right: none;
}

.r-icon {
    font-size: 28px;
    color: #c59b27;
    margin-bottom: 15px;
}

.r-feature-item h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.r-feature-item p {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}

/* About Real Estate Section */
.real-about-section {
    padding: 40px 0 80px 0;
    background-color: #fbf9f5;
}

.real-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.real-about-img {
    position: relative;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.real-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-badge-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #c59b27;
    color: #0b1320;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.badge-icon {
    font-size: 24px;
}

.real-about-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1e293b;
    margin: 15px 0 20px 0;
    line-height: 1.25;
}

.real-about-text .gold-text {
    color: #c59b27;
}

.real-about-text p {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.real-highlights {
    display: flex;
    gap: 30px;
}

.h-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

.h-item i {
    font-size: 22px;
    color: #c59b27;
}

/* Key Locations Grid */
.real-locations-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.section-title-center {
    text-align: center;
    margin-bottom: 40px;
}

.section-title-center .sub-title {
    color: #c59b27;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-title-center h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #1e293b;
    margin-bottom: 10px;
}

.section-title-center p {
    color: #000000;
    font-size: 14px;
}

.locations-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.loc-card {
    position: relative;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.loc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.loc-card:hover img {
    transform: scale(1.08);
}

.loc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(11,19,32,0.9), transparent);
}

.loc-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

.loc-title i {
    color: #c59b27;
    margin-right: 5px;
}

/* =========================
   FIXED BOTTOM CTA BANNER
========================= */
.real-cta-section {
    padding: 0; /* Extra padding hatayi */
    background-color: #0b1320;
    width: 100%;
}

.real-cta-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: unset !important;
    right: unset !important;
    background-color: #0b1320;
    padding: 40px 80px;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    align-items: center;
    gap: 30px;
    border-top: 2px solid #c59b27;
    border-bottom: 2px solid #c59b27;
    box-sizing: border-box;
}
.cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-phone-icon {
    width: 55px;
    height: 55px;
    background: rgba(197, 155, 39, 0.1);
    border: 2px solid #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 22px;
    flex-shrink: 0;
}

.cta-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
}

.cta-left h2 .gold-text {
    color: #c59b27;
}

.cta-middle p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
}

.cta-right {
    text-align: right;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #c59b27;
    color: #0b1320;
    padding: 14px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-btn:hover {
    background-color: #d4af37;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .real-features-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .locations-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .real-cta-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 20px;
    }
    .cta-left {
        justify-content: center;
    }
    .cta-right {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .real-about-grid {
        grid-template-columns: 1fr;
    }
    .locations-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .real-features-box {
        grid-template-columns: 1fr;
    }
    .r-feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(197, 155, 39, 0.2);
        padding-bottom: 20px;
    }
    .r-feature-item:last-child {
        border-bottom: none;
    }
}

/* ==========================================
   FORTUNE PAPER PAGE STYLING
========================================== */

/* Hero Banner */
.paper-hero-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 520px;
    overflow: hidden;
}

.paper-hero-banner .banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paper-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paper-hero-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 19, 32, 0.95) 0%, rgba(11, 19, 32, 0.75) 50%, rgba(11, 19, 32, 0.4) 100%);
}

.paper-hero-content {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    color: #ffffff;
}

.paper-hero-content .hero-subtitle {
    color: #c59b27;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.paper-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 700;
}

.paper-hero-content h1 .gold-text {
    color: #c59b27;
}

.paper-hero-content p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    max-width: 580px;
}
/* =========================
   CENTERED ABOUT SECTION
========================= */
.paper-about-section {
    padding: 70px 20px 40px 20px !important;
    background-color: #fbf9f5 !important;
    text-align: center !important;
}

.paper-about-section .container {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.paper-about-section .sub-title {
    color: #c59b27 !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.paper-about-section h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 34px !important;
    color: #1e293b !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.paper-about-section .section-desc {
    color: #000000 !important;
    font-size: 14px !important;
    max-width: 750px !important;
    margin: 0 auto !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

/* Products Cards */
.paper-products-section {
    padding: 50px 0 80px 0;
    background-color: #fbf9f5;
}

.paper-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.p-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    transition: transform 0.3s ease;
}

.p-card:hover {
    transform: translateY(-5px);
}

.p-img {
    height: 180px;
    overflow: hidden;
}

.p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-content {
    padding: 25px 20px;
    position: relative;
    text-align: center;
}

.p-icon-bubble {
    width: 50px;
    height: 50px;
    background: #0b1320;
    border: 2px solid #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 18px;
    margin: -50px auto 15px auto;
    position: relative;
    z-index: 2;
}

.p-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #1e293b;
    margin-bottom: 10px;
    font-weight: 700;
}

.p-content p {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

/* Why Choose Us Section */
.paper-why-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #0b1320;
    padding: 70px 0;
    color: #ffffff;
    border-top: 2px solid #c59b27;
    border-bottom: 2px solid #c59b27;
}

.why-grid {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    padding: 0 20px;
}

.why-item {
    padding: 20px;
    border-right: 1px solid rgba(197, 155, 39, 0.2);
}

.why-item:last-child {
    border-right: none;
}

.why-item i {
    font-size: 32px;
    color: #c59b27;
    margin-bottom: 15px;
}

.why-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.why-item p {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}

/* Warehouse Section */
.warehouse-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.warehouse-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.warehouse-img {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.warehouse-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warehouse-content .sub-title {
    color: #c59b27;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.warehouse-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1.25;
}

.warehouse-content h2 .gold-text {
    color: #c59b27;
}

.warehouse-content p {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.address-box {
    display: flex;
    gap: 15px;
    background: #fbf9f5;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.addr-icon {
    width: 40px;
    height: 40px;
    background: #0b1320;
    color: #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.address-box strong {
    font-size: 13px;
    color: #1e293b;
    display: block;
    margin-bottom: 4px;
}

.address-box p {
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

/* Bottom Commitment Banner */
.paper-commitment-banner {
    background-color: #fbf9f5;
    padding: 50px 0;
}

.commitment-box {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background-color: #0b1320;
    padding: 40px 60px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 40px;
    border-top: 2px solid #c59b27;
    border-bottom: 2px solid #c59b27;
    box-sizing: border-box;
}

.c-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-badge {
    width: 60px;
    height: 60px;
    background: rgba(197, 155, 39, 0.1);
    border: 2px solid #c59b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 24px;
    flex-shrink: 0;
}

.c-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
}

.c-left h2 .gold-text {
    color: #c59b27;
}

.c-right p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .paper-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .commitment-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }
    .c-left {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .warehouse-grid {
        grid-template-columns: 1fr;
    }
    .paper-products-grid {
        grid-template-columns: 1fr;
    }
    .why-grid {
        grid-template-columns: 1fr;
    }
    .why-item {
        border-right: none;
        border-bottom: 1px solid rgba(197, 155, 39, 0.2);
        padding-bottom: 20px;
    }
    .why-item:last-child {
        border-bottom: none;
    }
}

:root {
    --primary-dark: #0a0f1d;
    --gold: #c59b27;
    --gold-light: #dfb136;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    color: var(--text-dark);
}

/* Top Bar */
.top-bar {
    background-color: #111111;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.top-bar-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact {
    display: flex;
    gap: 30px;
}

.top-contact a, .top-location {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-contact i, .top-location i {
    color: var(--gold);
}

/* Main Navigation Header */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.logo-title {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
}

.logo-sub {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: var(--gold);
    margin: 2px 0;
}

.logo-tag {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    color: #555;
    font-weight: 600;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu a {
    text-decoration: none;
    color: #333333;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover, .nav-menu a.active {
    color: var(--gold);
}

.btn-touch {
    background-color: var(--gold);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-touch:hover {
    background-color: #b0871e;
}

/* Hero Section (Banner with Icon Boxes) */
.hero-section {
    position: relative;
    padding: 60px 0 80px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0b132b;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 10, 25, 0.92) 0%, rgba(5, 10, 25, 0.6) 100%);
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.hero-content h1 span {
    color: var(--gold);
}

.ornament {
    text-align: left;
    color: var(--gold);
    font-size: 1.2rem;
    margin: 15px 0;
}

.subtitle {
    font-size: 0.95rem;
    letter-spacing: 3px;
    color: #b0b7c3;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.features-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 12px 22px;
    border-radius: 50px;
}

.feature-badge i {
    color: var(--gold);
    font-size: 1.4rem;
}

.feature-badge p {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
}

.hero-description {
    font-size: 0.95rem;
    color: #d1d5db;
    line-height: 1.6;
    max-width: 520px;
}

/* Our Presence Section */
.presence-section {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 60px 20px 100px 20px;
    text-align: center;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 2.3rem;
    color: #111;
    margin-bottom: 8px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #7b5804;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Cinzel', serif;
}

.cards-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.location-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.city-illustration {
    height: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
}

.city-illustration svg {
    width: 100%;
    height: 100%;
    max-height: 70px;
}

.city-badge {
    background-color: #0b132b;
    color: var(--gold);
    font-family: 'Cinzel', serif;
    font-weight: 700;
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 0.95rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(11, 19, 43, 0.2);
}

.address-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    color: #000000;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.address-box i {
    color: #d4af37;
    margin-top: 4px;
    font-size: 1rem;
}

.card-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    position: relative;
}

.card-divider::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d4af37;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Footer Info Section */
.footer-info {
    background-color: #0a0f1d;
    color: #ffffff;
    padding: 60px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-icon {
    font-size: 2.2rem;
    color: var(--gold);
    min-width: 50px;
    text-align: center;
}

.footer-text h4 {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #ffffff;
}

.footer-text p {
    font-size: 0.85rem;
    color: #b0b7c3;
    line-height: 1.4;
}

/* Responsive Design */
@media(max-width: 992px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .features-row {
        flex-direction: column;
        width: 100%;
    }
    .feature-badge {
        width: 100%;
        justify-content: center;
    }
    .cards-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .nav-menu {
        display: none;
    }
}

@media(max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}


:root {
    --primary-dark: #0a0f1d;
    --gold: #c59b27;
    --gold-light: #dfb136;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    color: var(--text-dark);
}

/* Top Bar */
.top-bar {
    background-color: #111111;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.top-bar-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact {
    display: flex;
    gap: 30px;
}

.top-contact a, .top-location {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-contact i, .top-location i {
    color: var(--gold);
}

/* Main Navigation Header */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.logo-title {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
}

.logo-sub {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: var(--gold);
    margin: 2px 0;
}

.logo-tag {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    color: #555;
    font-weight: 600;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu a {
    text-decoration: none;
    color: #333333;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover, .nav-menu a.active {
    color: var(--gold);
}

.btn-touch {
    background-color: var(--gold);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-touch:hover {
    background-color: #b0871e;
}

/* Hero Section (Banner matching previous design) */
.hero-section {
    position: relative;
    padding: 60px 0 80px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0b132b;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 10, 25, 0.92) 0%, rgba(5, 10, 25, 0.6) 100%);
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.hero-content h1 span {
    color: var(--gold);
}

.ornament {
    text-align: left;
    color: var(--gold);
    font-size: 1.2rem;
    margin: 15px 0 25px 0;
}

.hero-description {
    font-size: 0.95rem;
    color: #d1d5db;
    line-height: 1.6;
    max-width: 550px;
    margin-bottom: 30px;
}

.features-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 10px 18px;
    border-radius: 50px;
}

.feature-badge i {
    color: var(--gold);
    font-size: 1.2rem;
}

.feature-badge p {
    font-size: 0.8rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
}

/* Rice Range Section */
.rice-range-section {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 60px 20px 100px 20px;
    text-align: center;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 2.3rem;
    color: #111;
    margin-bottom: 8px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #7b5804;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Cinzel', serif;
}

.rice-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.rice-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 25px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.rice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.rice-img-box {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rice-img-box img.rice-img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.rice-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 25px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
}

.rice-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    color: #0b132b;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rice-card p {
    color: #666666;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
    flex-grow: 1;
}

.rice-card p {
    color: #000000;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    position: relative;
}

.card-divider::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #d4af37;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Footer Info Section */
.footer-info {
    background-color: #0a0f1d;
    color: #ffffff;
    padding: 50px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-icon {
    font-size: 2rem;
    color: var(--gold);
    min-width: 45px;
    text-align: center;
}

.footer-text h4 {
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #ffffff;
}

.footer-text p {
    font-size: 0.8rem;
    color: #b0b7c3;
    line-height: 1.3;
}

/* Responsive Design */
@media(max-width: 1200px) {
    .rice-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 992px) {
    .rice-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .nav-menu {
        display: none;
    }
}

@media(max-width: 576px) {
    .rice-grid {
        grid-template-columns: 1fr;
    }
    .features-row {
        flex-direction: column;
    }
    .feature-badge {
        width: 100%;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

:root {
    --primary-dark: #0a0f1d;
    --gold: #c59b27;
    --gold-light: #dfb136;
    --text-dark: #1a1a1a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    color: var(--text-dark);
}

/* Top Bar */
.top-bar {
    background-color: #111111;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.top-bar-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact {
    display: flex;
    gap: 30px;
}

.top-contact a, .top-location {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-contact i, .top-location i {
    color: var(--gold);
}

/* Main Navigation Header */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.logo-title {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
}

.logo-sub {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: var(--gold);
    margin: 2px 0;
}

.logo-tag {
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    color: #555;
    font-weight: 600;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu a {
    text-decoration: none;
    color: #333333;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover, .nav-menu a.active {
    color: var(--gold);
}

.btn-touch {
    background-color: var(--gold);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-touch:hover {
    background-color: #b0871e;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 60px 0 80px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0b132b;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 10, 25, 0.92) 0%, rgba(5, 10, 25, 0.6) 100%);
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.hero-content h1 span {
    color: var(--gold);
}

.ornament {
    text-align: left;
    color: var(--gold);
    font-size: 1.2rem;
    margin: 15px 0 25px 0;
}

.hero-description {
    font-size: 0.95rem;
    color: #d1d5db;
    line-height: 1.6;
    max-width: 550px;
    margin-bottom: 30px;
}

/* --- PROFESSIONAL FOOTER DESIGN (No White Space, No Email Box) --- */
.footer-section {
    background-color: #070c18;
    color: #b0b7c3;
    padding-top: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

/* Footer gap kam karne ke liye */
.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 20px 20px; /* Neeche ki padding 50px se 20px kar di */
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.4fr;
    gap: 0px;
}
.footer-bottom {
    background-color: transparent !important; /* Background bilkul transparent/remove karne ke liye */
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; /* Agar halki line chahiye toh rakhein, warna hata sakte hain */
    padding: 20px 0 !important;
    text-align: center !important;
    font-size: 0.85rem !important;
    color: #ffffff !important; /* Text ko pure white karne ke liye */
}
.footer-logo-box {
    margin-bottom: 12px;
    background: transparent;
    padding: 0;
}

.clean-logo {
    max-width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-tagline {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    color: var(--gold);
    margin-bottom: 8px;
    font-weight: 600;
}

.footer-ornament {
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.footer-about {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #9ca3af;
}

.footer-heading {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 22px;
    font-weight: 700;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    color: #b0b7c3;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-list a i {
    font-size: 0.7rem;
    color: var(--gold);
}

.footer-list a:hover {
    color: var(--gold);
    padding-left: 4px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.5;
}

.footer-contact-info i {
    color: var(--gold);
    margin-top: 4px;
}

.footer-bottom {
    background-color: #04070e;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.85rem;
    color: #888888;
}

/* Responsive */
@media(max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .nav-menu {
        display: none;
    }
}

@media(max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

/* Forcefully remove any white space at the very bottom */

.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Yeh fix karega ki 4no boxes ek hi row mein aayein */
    gap: 20px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* Har card ki width aur padding thodi adjust kar lein taaki 4no barabar fit ho */
.cards-grid .card {
    width: 100% !important;
}

/* Floating WhatsApp Button Styling */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    color: #ffffff;
}
/* Main Portfolio Grid Container */
.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* PC ke liye 4 columns */
    gap: 20px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* Har card ki width fix karein taaki wo container se bahar na nikle */
.cards-grid .card {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Tablet screen (992px se chota) par 2 columns ho jayenge */
@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile screen (768px ya usse chota) par sabhi boxes 1 column (ek ke niche ek) ho jayenge */
@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr !important;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

#diverse-banner.diverse-banner-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #0b0f19;
    color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

#diverse-banner * {
    box-sizing: border-box;
}

/* Cards Container */
#diverse-banner .diverse-cards-container {
    display: flex;
    width: 100%;
    height: 500px;
    position: relative;
    gap: 0;
}

/* Card Styling with Slant */
#diverse-banner .diverse-card {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 20px;
    text-align: center;
    clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
    margin-right: -28px; /* Cards overlap offset */
    transition: all 0.3s ease;
}

#diverse-banner .diverse-card:first-child {
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

#diverse-banner .diverse-card:last-child {
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    margin-right: 0;
}

#diverse-banner .diverse-card:hover {
    flex: 1.25;
    z-index: 10;
}

/* Exact Golden Border Line on the Right Edge of each card */
#diverse-banner .diverse-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px; /* Golden strip ki motai */
    height: 100%;
    background: linear-gradient(to bottom, #d4af37, #f3e5ab, #aa820a); /* Rich golden gradient */
    clip-path: polygon(50% 0, 100% 0, 50% 100%, 0% 100%);
    z-index: 6;
    pointer-events: none;
}

/* Aakhri card ki border remove karne ke liye */
#diverse-banner .diverse-card:last-child::after {
    display: none;
}

#diverse-banner .diverse-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.5s ease;
    z-index: 1;
}

#diverse-banner .diverse-card:hover .diverse-card-bg {
    transform: scale(1.05);
}

/* Dark Gradient Overlays */
#diverse-banner .diverse-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 15, 30, 0.2), rgba(10, 15, 25, 0.92));
    z-index: 2;
}

/* Card Content */
#diverse-banner .diverse-card-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#diverse-banner .diverse-icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,20,20,0.95) 0%, rgba(5,5,5,0.98) 100%);
    border: 2px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.35);
}

#diverse-banner .diverse-card-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 6px;
}

#diverse-banner .diverse-card-content p {
    font-size: 0.8rem;
    color: #dcdcdc;
    line-height: 1.4;
    margin-bottom: 18px;
    padding: 0 15px;
}

/* Explore Buttons */
#diverse-banner .diverse-explore-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #d4af37;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

#diverse-banner .diverse-explore-btn:hover {
    background: #d4af37;
    color: #0b0f19;
}

/* Responsive Design */
@media(max-width: 1024px) {
    #diverse-banner .diverse-cards-container {
        flex-direction: column;
        height: auto;
    }
    #diverse-banner .diverse-card,
    #diverse-banner .diverse-card:first-child,
    #diverse-banner .diverse-card:last-child {
        clip-path: none !important;
        height: 380px;
        width: 100%;
        margin-right: 0;
    }
    #diverse-banner .diverse-card::after {
        display: none;
    }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#leadership-team.leadership-section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff; /* Page background ke mutabiq change kar sakte hain */
    color: #1a1a1a;
    box-sizing: border-box;
}

#leadership-team * {
    box-sizing: border-box;
}

/* Header Styling */
#leadership-team .team-header {
    text-align: center;
    margin-bottom: 50px;
}

#leadership-team .team-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

#leadership-team .team-header .highlight {
    color: #b8972e; /* Rich Golden Color */
}

#leadership-team .subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#leadership-team .subtitle-wrapper p {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#leadership-team .line-left, 
#leadership-team .line-right {
    height: 1px;
    width: 80px;
    background-color: #d4af37;
}

#leadership-team .dot {
    width: 6px;
    height: 6px;
    background-color: #d4af37;
    transform: rotate(45deg);
}

/* Team Grid Layout */
#leadership-team .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Team Card */
#leadership-team .team-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Image Box with Gold Border & Shadow */
#leadership-team .member-img-box {
    width: 100%;
    height: 360px;
    border-radius: 16px;
    border: 2px solid #d4af37;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
    background-color: #1a1a1a;
}

#leadership-team .member-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

#leadership-team .team-card:hover .member-img-box img {
    transform: scale(1.03);
}

/* Role Divider */
#leadership-team .role-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
    width: 100%;
}

#leadership-team .role-divider .d-line {
    height: 1px;
    flex: 1;
    background-color: #d4af37;
}

#leadership-team .role-divider .d-title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #b8972e;
}

/* Member Name */
#leadership-team .team-info h3, 
#leadership-team .member-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 8px;
}

/* Diamond Icon between Name and Paragraph */
#leadership-team .card-bottom-diamond {
    width: 8px;
    height: 8px;
    background-color: #d4af37;
    transform: rotate(45deg);
    margin: 0 auto 12px auto;
}

/* Member Description */
#leadership-team .member-info p {
    font-size: 0.85rem;
    color: #000000;
    line-height: 1.6;
    padding: 0 10px;
}

/* Responsive Design for Tablets and Mobiles */
@media(max-width: 1024px) {
    #leadership-team .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    #leadership-team .team-grid {
        grid-template-columns: 1fr;
    }
    #leadership-team .subtitle-wrapper p {
        font-size: 0.85rem;
        text-align: center;
    }
    #leadership-team .line-left, 
    #leadership-team .line-right {
        width: 30px;
    }
}


/* Yahan 5 ki jagah 4 kar diya hai taaki ek row me 4 items rahein */
.locations-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card aur Image ki proper styling taaki black side space na aaye */
.loc-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 380px;
    width: 100%;
    background-color: #1a1a1a;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.loc-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.4s ease;
}

.loc-card:hover img {
    transform: scale(1.08);
}

/* Overlay aur Title styling */
.loc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    z-index: 1;
}

.loc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.loc-title i {
    color: #e5c158;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .locations-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .locations-card-grid {
        grid-template-columns: 1fr;
    }
}


/* Upcoming Project Badge Styling */
.upcoming-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e5c158; /* Gold color matching your theme */
    color: #000000; /* Black text for good contrast */
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Ek chota sa animation taaki aur attractive lage */
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Agar image load na ho toh broken icon ko chupane ke liye */
.loc-card img {
    /* Purane styles ke sath ye bhi add kar dein */
    text-indent: -9999px; /* Text aur broken icon ko hide karega */
}

/* Alternative approach: Agar image load nahi hui toh background color ya placeholder dikhe */
.loc-card img:-moz-loading {
    visibility: hidden;
}

.loc-card img {
    object-fit: cover !important;
}

/* Sold Out Badge Styling */
.sold-out-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #dc3545; /* Red color for Sold Out */
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/* Broken image icon aur alt text ko chupane ke liye */
.loc-card img {
    color: transparent; /* Text aur broken icon ko invisible karta hai */
}

/* Agar image load na ho toh alt text ya icon show na ho */
.loc-card img::-webkit-media-text-track-container {
    display: none;
}

/* Sirf Sold Out aur Upcoming Project wale cards ki images ko bohot zyada halka (faint) karne ke liye */
.loc-card.sold-out-card img,
.loc-card:has(.upcoming-badge) img {
    filter: brightness(0.2) contrast(0.5) opacity(0.4) !important;
}

/* Ek row me sirf 2 items (videos) ke liye grid */
.video-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

/* Video card styling (jo aapke purane cards jaisi hi hai) */
.video-card video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

/* Responsive (Mobile ke liye ek hi column ho jayega) */
@media (max-width: 768px) {
    .video-card-grid {
        grid-template-columns: 1fr;
    }
}

/* Section Container */
.trading-partners-section {
    padding: 0px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

/* Header Styling - Gap kam karne ke liye margin-bottom ko chota kar diya hai */
.partners-header {
    margin-bottom: px; /* Pehle 50px tha, ab 25px kar diya hai taaki gap kam ho jaye */
}

.partners-header h3 {
    font-size: 16px;
    letter-spacing: 4px;
    color: #0b1c2d;
    font-weight: 500;
    margin-bottom: 5px;
}

.partners-header h2 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #0b1c2d;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

/* Header ke side ki lines */
.partners-header h2::before,
.partners-header h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #bfa15f; /* Gold accent line */
}

.partners-header h2::before {
    right: 100%;
    margin-right: 20px;
}

.partners-header h2::after {
    left: 100%;
    margin-left: 20px;
}

/* Partners Grid ko Flexbox me badalna taaki bache hue logos center me aa jayein */
.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Har card ki width fix karna taaki ek row me 4 hi aayein aur niche wale 3 center ho jayein */
.partner-card {
    width: calc(25% - 30px); /* 25% matlab ek row me 4 cards */
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

/* Border lines ka adjust karna */
.partner-card:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #e0e0e0;
}

/* Mobile responsive ke liye */
@media (max-width: 900px) {
    .partner-card {
        width: calc(50% - 20px); /* Tablet par 2 items */
    }
    .partner-card::after {
        display: none;
    }
}

@media (max-width: 500px) {
    .partner-card {
        width: 100%; /* Mobile par 1 item */
    }
}

/* Partner Card Styling */
.partner-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Har card ke beech me border/separator line (image jaisa) */
.partner-card:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #e0e0e0;
}

/* Logo Image Styling - Thoda bada karne ke liye */
.partner-logo {
    height: 90px; /* Pehle 70px tha, ab bada kar diya hai */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.partner-logo img {
    max-height: 100%;
    max-width: 180px; /* Pehle 140px tha, ab aur bada kar diya hai */
    object-fit: contain;
}

/* Partner Name */
.partner-name {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

/* Responsive Design for Mobile / Tablets */
@media (max-width: 900px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-card::after {
        display: none; /* Mobile par vertical lines hata dega */
    }
    .partners-header h2::before,
    .partners-header h2::after {
        width: 40px; /* Choti screen par lines choti ho jayengi */
    }
}

@media (max-width: 500px) {
    .partners-grid {
        grid-template-columns: 1fr;
    }
}
/* Section Container */
.logistic-partners-section {
    padding: 60px 30px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

/* Header Styling - Gap kam rakhne ke liye margin chota hai */
.logistic-partners-section .partners-header {
    margin-bottom: 25px;
}

.logistic-partners-section .partners-header h3 {
    font-size: 16px;
    letter-spacing: 4px;
    color: #0b1c2d;
    font-weight: 500;
    margin-bottom: 5px;
}

.logistic-partners-section .partners-header h2 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #0b1c2d;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

/* Header ke side ki lines */
.logistic-partners-section .partners-header h2::before,
.logistic-partners-section .partners-header h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #bfa15f; /* Gold accent line */
}

.logistic-partners-section .partners-header h2::before {
    right: 100%;
    margin-right: 20px;
}

.logistic-partners-section .partners-header h2::after {
    left: 100%;
    margin-left: 20px;
}

/* Grid Layout (Ek row me 5 items ke liye Flexbox) */
.logistic-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30;
    max-width: 1200px;
    margin: 0 auto;
}

/* Partner Card Styling (20% width takki 5 items ek row me aayein) */
.logistic-grid .partner-card {
    width: 20%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}

/* Har card ke beech me vertical separator line */
.logistic-grid .partner-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 50;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #e0e0e0;
}

/* Logo Image Styling (Bada size) */
.logistic-grid .partner-logo {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

.logistic-grid .partner-logo img {
    max-height: 100%;
    max-width: 160px;
    object-fit: contain;
}

/* Partner Name */
.logistic-grid .partner-name {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
}

/* Responsive Design for Mobile / Tablets */
@media (max-width: 1024px) {
    .logistic-grid .partner-card {
        width: 33.33%; /* Tablet par 3 items per row */
        margin-bottom: 20px;
    }
    .logistic-grid .partner-card::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .logistic-grid .partner-card {
        width: 50%; /* Chote tablets par 2 items */
    }
    .logistic-partners-section .partners-header h2::before,
    .logistic-partners-section .partners-header h2::after {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .logistic-grid .partner-card {
        width: 100%; /* Mobile par 1 item per row */
    }
}

.bankers-section {
    text-align: center;
    padding: 0px 20px;
    background-color: #fff;
}

/* Heading with Side Lines */
.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.section-header .line {
    height: 1px;
    width: 100px;
    background-color: #0b1f4d; /* Navy blue line color */
}

.section-header h2 {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0b1f4d;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Bankers Container & Items with 30px gap and vertical borders */
.bankers-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.banker-item {
    flex: 1;
    padding: 0 50px; /* Dono taraf 30px ka gap */
    border-right: 1px solid #d1d5db; /* Beech ki vertical line */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Aakhri item ki right border hatane ke liye */
.banker-item:last-child {
    border-right: none;
}

.banker-item img {
    max-width: 100%;
    height: auto;
    max-height: 60px; /* Logo ki height adjust karne ke liye */
}

.revenue-container {
    font-family: 'Arial', sans-serif;
    text-align: center;
    padding: 40px;
    background-color: #fcfcfc;
}

.revenue-text {
    font-size: 32px;
    font-weight: bold;
    /* Golden gradient style */
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* Adding a subtle shadow for better readability on light backgrounds */
    text-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #BF953F;
    border-radius: 8px;
}


/* CSR code */

.banner-section {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 80px;
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}

/* HTML wali image ko background mein set karne ke liye */
.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay taaki text saaf dikhe */
.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

/* Content ko image aur overlay ke upar rakhne ke liye */
.banner-content {
    position: relative;
    max-width: 650px;
    color: #ffffff;
    z-index: 3;
}

.banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-content .golden-text {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.banner-content .diamond-icon {
    color: #BF953F;
    font-size: 12px;
    margin-bottom: 12px;
}

.banner-content .subtitle {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #d1d5db;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.banner-content .description {
    font-size: 15px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}
.focus-section {
    background-color: #f8fafc;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.focus-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 40px;
}

/* Grid Layout for Cards */
.focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* Individual Card Styling with Hover Effect */
.focus-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease-in-out;
}

.focus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(30, 58, 138, 0.1);
    border-color: #cbd5e1;
}

/* Icon Box Styling */
.icon-box {
    font-size: 36px;
    margin-bottom: 20px;
}

/* Card Text Styling */
.focus-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}
.csr-about-section {
    background-color: #f8fafc;
    padding: 80px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.csr-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.csr-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px auto;
}

.csr-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
}

.csr-header p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

/* Grid Layout */
.csr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* Modern Card Styling with Hover Effect */
.csr-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease-in-out;
    position: relative;
    overflow: hidden;
}

.csr-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

.csr-icon img {
    width: 100px;   /* Yahan aap icon ka size adjust kar sakte hain */
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}


/* Card Heading */
.csr-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0b1f4d;
    margin-bottom: 15px;
}

/* Card Description */
.csr-card p {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}
/*hospitalty*/
.banner-section {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: px;
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}

/* Background image styling */
.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay taaki text aur heading saaf dikhe */
.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

/* Content layer upar rakhne ke liye */
.banner-content {
    position: relative;
    max-width: 650px;
    color: #ffffff;
    z-index: 3;
}

.banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-content .golden-text {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    /* Golden Gradient Effect */
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.banner-content .diamond-icon {
    color: #BF953F;
    font-size: 12px;
    margin-bottom: 12px;
}

.banner-content .subtitle {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #d1d5db;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.banner-content .description {
    font-size: 15px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}
.hospitality-grid-section {
    background-color: 0; /* Dark background behind the cards */
    padding: 60px 20px;
    font-family: 'Georgia', serif;
}

.hospitality-container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.hosp-card {
    background: #fdfbf7; /* Cream/off-white card background */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-image {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 30px 20px 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.title-golden {
    font-size: 26px;
    font-weight: 700;
    color: #c5a059; /* Golden Heading Color */
    margin: 0 0 4px 0;
}

.title-dark {
    font-size: 22px;
    font-weight: 600;
    color: #1a2b4c; /* Dark Navy Heading Color */
    margin: 0 0 12px 0;
}

.divider {
    color: #c5a059;
    font-size: 12px;
    margin-bottom: 12px;
}

.description {
    font-size: 13.5px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 25px 0;
    font-family: 'Arial', sans-serif;
}

/* Bottom 4 Feature Icons Row */
.bottom-features {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border-top: 1px solid #e6e2d8;
    padding-top: 18px;
    margin-top: auto;
}

.feat-item {
    text-align: center;
    flex: 1;
    padding: 0 2px;
}

.feat-item span {
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}

.feat-item p {
    font-size: 10.5px;
    color: #333333;
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

/*QUINOA*/
.product-range-section {
    padding: 0px 20px;
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.section-header {
    margin-bottom: 80px;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 4 Cards in One Row Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Ek row mein exact 4 columns */
    gap: 25px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Individual Card Box Styling */
.product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Image Container */
.product-img-box {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Title */
.product-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Golden Bottom Divider Line */
.card-divider {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FBF5B7, #AA771C);
    margin: 0 auto;
    border-radius: 2px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

/*Flour*/
.flour-section {
    padding: 50px 40px;
    margin-top: 50px; /* Isse yeh section apne upar wale element se 50px niche ho jayega */
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.flour-section .section-header {
    margin-bottom: 80px;
}

.flour-section .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 4 Cards in One Row Grid */
.flour-section .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Individual Card Box Styling */
.flour-section .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flour-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Image Container */
.flour-section .product-img-box {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flour-section .product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Title */
.flour-section .product-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Golden Bottom Divider Line */
.flour-section .card-divider {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FBF5B7, #AA771C);
    margin: 0 auto;
    border-radius: 2px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .flour-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .flour-section .product-grid {
        grid-template-columns: 1fr;
    }
}

/*Beans*/
.beans-section {
    padding: 60px 40px;
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.beans-section .section-header {
    margin-bottom: 80px;
}

.beans-section .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 3 Cards in One Row Grid */
.beans-section .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Ek row mein exact 3 columns */
    gap: 30px;
    max-width: 1050px;
    margin: 0 auto;
}

/* Individual Card Box Styling */
.beans-section .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.beans-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Image Container */
.beans-section .product-img-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.beans-section .product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Title */
.beans-section .product-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Golden Bottom Divider Line */
.beans-section .card-divider {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FBF5B7, #AA771C);
    margin: 0 auto;
    border-radius: 2px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 900px) {
    .beans-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .beans-section .product-grid {
        grid-template-columns: 1fr;
    }
}

/*Millet*/
.millet-section {
    padding: 40px 40px;
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.millet-section .section-header {
    margin-bottom: 80px;
}

.millet-section .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 3 Cards in One Row Grid */
.millet-section .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Ek row mein exact 3 columns */
    gap: 30px;
    max-width: 1050px;
    margin: 0 auto;
}

/* Individual Card Box Styling */
.millet-section .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.millet-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Image Container */
.millet-section .product-img-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.millet-section .product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Title */
.millet-section .product-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Golden Bottom Divider Line */
.millet-section .card-divider {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FBF5B7, #AA771C);
    margin: 0 auto;
    border-radius: 2px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 900px) {
    .millet-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .millet-section .product-grid {
        grid-template-columns: 1fr;
    }
}
/*COUSCOUS*/
.couscous-section {
    padding: 60px 40px;
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.couscous-section .section-header {
    margin-bottom: 80px;
}

.couscous-section .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 2 Cards in One Row Grid */
.couscous-section .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Ek row mein exact 2 columns */
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

/* Individual Card Box Styling */
.couscous-section .product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.couscous-section .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Image Container */
.couscous-section .product-img-box {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.couscous-section .product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Product Title */
.couscous-section .product-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Golden Bottom Divider Line */
.couscous-section .card-divider {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FBF5B7, #AA771C);
    margin: 0 auto;
    border-radius: 2px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .couscous-section .product-grid {
        grid-template-columns: 1fr;
    }
}

/* Section Header ko theek karne ke liye (Title upar rahe aur paragraph niche) */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    display: block; /* Agar flex laga ho toh use hata kar block karein */
}

.section-header .sub-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #BF953F;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

/* Cards Grid ko 4 columns mein barabar set karne ke liye */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Ek row mein exact 4 cards */
    gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}

/* Individual Card Styling taaki images aur content bahar na nikle */
.card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section ke upar aur niche proper gap dene ke liye */
.portfolio-container {
    padding: 50px 20px;
    background-color: #ffffff;
}

/* Section Header ke niche 40px ka gap */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Saare 4 cards ke bich mein horizontal gap 20px karne ke liye */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Isse 4no cards ke beech mein 20px ka gap mil jayega */
    max-width: 1300px;
    margin: 0 auto;
}
/* Individual Card Styling */
.card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Card ke andar ke content mein gap aur padding set karne ke liye */
.card-content {
    padding: 20px; /* Card ke andar charo taraf 20px ki padding */
}

/* Heading aur paragraphs ke beech mein gap */
.card-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1f4d;
    margin-bottom: 12px; /* Heading ke niche 12px ka gap */
}

.card-content .card-category {
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    margin-bottom: 15px; /* Category ke niche 15px ka gap */
    text-transform: uppercase;
}

/* List items (Checkmarks wale) ke beech mein gap */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.feature-list li {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px; /* Har ek point ke beech mein 10px ka gap */
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-list li i {
    color: #BF953F;
}

/* Key locations section styling */
.key-locations {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}

.key-locations .location-title {
    font-size: 13px;
    font-weight: 700;
    color: #0b1f4d;
    display: block;
    margin-bottom: 5px;
}

.key-locations p {
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
}

/* Card ka footer button area */
.card-footer {
    padding: 15px 20px 20px 20px;
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
}

.know-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0b1f4d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.know-more-btn:hover {
    color: #BF953F;
}

.footer-logo img {
    filter: drop-shadow(0px 0px 0px white);
    mix-blend-mode: screen; /* Dark footer ke liye background ko transparent karne ke liye */
}

/*hospitalty*/
.hospitality-grid-section {
    padding: 80px 20px;
    background-color: #fcfcfc;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

/* Main Section Heading Styling */
.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0b1f4d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 3 Cards in One Row Grid */
.hospitality-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Individual Card Styling */
.hosp-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.hosp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(11, 31, 77, 0.08);
    border-color: #cbd5e1;
}

/* Card Image */
.card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Content */
.card-content {
    padding: 25px;
}

.title-golden {
    font-size: 18px;
    font-weight: 700;
    color: #BF953F;
    margin: 0 0 5px 0;
}

.title-dark {
    font-size: 18px;
    font-weight: 700;
    color: #0b1f4d;
    margin: 0 0 10px 0;
}

.divider {
    color: #BF953F;
    font-size: 14px;
    margin-bottom: 15px;
}

.description {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Features List at Bottom of Card */
.bottom-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feat-item span {
    font-size: 16px;
}

.feat-item p {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

/* Responsive design for smaller screens */
@media (max-width: 1024px) {
    .hospitality-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hospitality-container {
        grid-template-columns: 1fr;
    }
}

.section-title {
    font-size: 48px; /* Yahan size ko 34px se badha kar 48px ya aur zyada kar sakte hain */
    font-weight: 800; /* Isse font bilkul bold ho jayega */
    color: #0b1f4d; /* Agar golden chahiye toh yahan golden color code daal dein */
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Step 1: Pehle sabhi jagah se general rule hata kar yeh fix lagayein */
body h1:not(.banner-content h1, .contact-hero-content h1, .real-hero-content h1, .paper-hero-content h1, .hero-content h1, .real-hero-content h1),
body h2:not(.banner-content h2, .contact-hero-content h2, .real-hero-content h2, .paper-hero-content h2, .hero-content h2),
body .section-title:not(.banner-content .section-title, .hero-content .section-title) {
    color: #1e293b !important;
}

/* Step 2: Banner wale white text ko 100% secure karne ke liye yeh extra rule */
.banner-content h1, .banner-content h2, 
.contact-hero-content h1, .contact-hero-content h2, 
.real-hero-content h1, .real-hero-content h2, 
.paper-hero-content h1, .paper-hero-content h2, 
.hero-content h1, .hero-content h2 {
    color: #ffffff !important;
}

/* Quinoa aur baaki sabhi product sections ke card titles ka color Sushi Rice jaisa karne ke liye */
.product-grid .product-title,
.rice-grid h3,
.beans-section .product-title,
.millet-section .product-title,
.couscous-section .product-title,
.flour-section .product-title {
    color: #1e293b !important;
}

/* Hospitality page ke teeno cards ke headings ka color change karne ke liye */
.hospitality-container .title-golden,
.hospitality-container .title-dark {
    color:#1e293b !important;
}

/* Header links ko bold karne ke liye final CSS rule */
.main-nav a {
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    -webkit-text-stroke: 0.5px #252525 !important;
}

/* Sabhi pages ke main paragraphs ka size aur font 100% ek jaisa karne ke liye */
body p, 
body span, 
body li {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
/* Home aur About dono pages ke paragraphs ka size 100% ek jaisa rakhne ke liye */
body p, 
.about-desc, 
.section-desc, 
.description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* About page hero banner text fix */
.contact-hero-content h1, 
.real-hero-content h1, 
.paper-hero-content h1 {
    font-size: 38px !important;
    line-height: 1.2 !important;
    max-width: 650px;
}
/* Video section ko screen ki exact full width dene ke liye */
.full-width-video-section {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

/* Video ko andar se 100% stretch aur cover karne ke liye */
.full-width-video-section video {
    width: 100% !important;
    height: auto !important;
    max-height: 550px !important; /* Agar height control karni ho */
    object-fit: cover !important;
    display: block !important;
}


/* 1. Header Navigation Menu Final Bold Fix */
.main-nav a {
    color: #252525 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    white-space: nowrap;
    position: relative;
    padding: 34px 0;
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #b28a45 !important;
}

/* 2. Stats Section: Ek row mein exact 3 items */
.stats-grid {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px;
    text-align: center;
    padding: 0 40px;
}

.stat-item {
    padding: 15px 10px;
    border-right: 1px solid rgba(197, 155, 39, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-item:nth-child(3) {
    border-right: none;
}

/* 3. Full Width Video Section */
.full-width-video-section {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.full-width-video-section video {
    width: 100% !important;
    height: auto !important;
    max-height: 550px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Responsive Fixes for Stats Section */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px 20px;
    }
    .stat-item:nth-child(2) {
        border-right: none;
    }
    .stat-item:nth-child(3) {
        border-right: 1px solid rgba(197, 155, 39, 0.2);
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding: 0 20px;
    }
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(197, 155, 39, 0.2);
        padding-bottom: 20px;
    }
    .stat-item:last-child {
        border-bottom: none;
    }
}

/* General Layout Styling */
.partners-section {
    padding: 40px 0;
    background-color: #fff;
    width: 100%;
}

.partners-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.partners-header {
    text-align: center;
    margin-bottom: 35px;
}

.partners-header h3 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 5px;
}

.partners-header h2 {
    font-size: 28px;
    color: #112244;
    font-weight: 700;
}

/* 4 Logos in a Row (For Trading Partners & Bankers) */
.partners-grid-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

/* 5 Logos in a Row (For Logistics Partners) */
.partners-grid-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
}

.partner-card {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.partner-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
}

/* === BVC LOGISTICS LINE FIX (Only for 4th Logo in Logistics) === */
/* Is code ko hata dein taaki line remove ho jaye */
.bvc-card .partner-logo::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #ccc;
}
/* BVC line ko forcefully hide karne ke liye */
.bvc-card .partner-logo::before {
    display: none !important;
}
/* Partners Grid ke liye updated CSS */
.partners-grid-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0; /* Beech ka gap hata kar border se manage karenge */
}

.partners-grid-5 .partner-card {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    position: relative;
}

/* Har card ke beech mein vertical line lagane ke liye (Aakhri card ko chhod kar) */
.partners-grid-5 .partner-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background-color: #d1d5db; /* Line ka color */
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
}

.banker-item img.icici-logo {
    transform: scale(1.5); /* Is scale ko 1.4 ya 1.6 karke apne hisaab se adjust kar sakte hain */
    max-height: 75px !important;
}

/* Banner par lage dark overlay ko light karne ke liye */
.about-banner, .banner, .page-banner {
    position: relative;
}

/* Agar aapne overlay ke liye ::before ya rgba use kiya hai toh use ye karein */
.about-banner::before, .banner::before {
    background: rgba(0, 0, 0, 0.3) !important; /* Isse dark shade kam hokar light ho jayega (pehle shayad 0.6 ya 0.7 hoga) */
}

/* Navbar ke sabhi links ka font size ek jaisa rakhne ke liye */
nav a, .navbar a, header ul li a {
    font-size: 15px !important; /* Apne website ke baaki links ke size ke hisaab se value set karein (jaise 14px ya 15px) */
    font-weight: 500 !important; /* Font ki motai (weight) normal rakhne ke liye */
}

/* Agar active link par alag se koi style di gayi hai */
nav a.active, nav a.current {
    font-size: 15px !important; 
    font-weight: 650 !important;
}
/* Navbar ke sabhi links ke font ko ek jaisa rakhne ke liye */
header nav a, .navbar a, .nav-links a {
    font-size: 15px !important;     /* Sabhi links ka size ek jaisa rahega */
    font-weight: 500 !important;    /* Font ki motai normal rahegi */
    text-decoration: none;
}

/* Agar kisi active class ki wajah se font bada ho raha hai, toh use bhi normal/same kar dein */
header nav a.active, 
header nav a.current,
.navbar a.active,
.navbar a.current {
    font-size: 15px !important;     
    font-weight: 600 !important;    /* Agar active wale ko thoda bold rakhna ho toh 600 rakh sakte hain, size wahi rahega */
}

/* Main Header / Nav Links Styling */
.main-nav a {
    text-decoration: none;
    font-weight: 500;
    color: #333; /* Apne hisaab se color adjust kar sakte hain */
    padding-bottom: 5px;
    margin: 0 10px;
    transition: 0.3s ease;
}

/* Active Link Style (Jis page par honge wahi highlight hoga) */
.main-nav a.active {
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #C5A880; /* Aapke theme ka golden/brown shade */
}

/* Sabhi pages ke navbar links ke font size ko ek dam fix karne ke liye */
header .main-nav a, 
.main-header .main-nav a, 
nav.main-nav a {
    font-size: 14px !important; /* Agar aapko 14px ya 15px rakhna ho toh yahan adjust kar lein */
    font-weight: 500 !important;
    transform: none !important;
}

/* Active link ka font size bhi normal rakhne ke liye (agar bada ho raha ho toh) */
header .main-nav a.active, 
.main-header .main-nav a.active {
    font-size: 14px !important;
    font-weight: 700 !important; /* Sirf bold rahega, size bada nahi hoga */
}

/* Bullion page ke header aur footer ko forcefully normal size karne ke liye ultimate fix */
body img ~ * header .main-nav a,
.footer-section *,
.main-header .main-nav a {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.main-header .main-nav a.active {
    font-weight: 700 !important;
}
.footer-section h3 {
    font-size: 16px !important;
}
/* Final Clean Fix for Header and Footer Font Size */
.main-header .main-nav a {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.main-header .main-nav a.active {
    font-weight: 700 !important;
    border-bottom: 2px solid #b28a45 !important;
}

/* Footer ke text ko normal aur clean rakhne ke liye */
.footer-section, .footer-section p, .footer-section span, .footer-section li a {
    font-size: 14px !important;
}

.footer-section h3 {
    font-size: 16px !important;
}

/* Footer icons ko forcefully visible aur proper color dene ke liye */
.footer-contact-info li i {
    display: inline-block !important;
    visibility: visible !important;
    color: #c59b27 !important; /* Golden color */
    margin-right: 8px !important;
    font-size: 14px !important;
}