/* 
* Carlton Salon Luxury 2.0 Theme 
* Palette: Metallic Gold, Deep Charcoal, Alabaster
*/

:root {
    /* Colors */
    --gold-primary: #C8A24D;
    --gold-dark: #aa8436;
    --gold-light: #e5c983;
    --gold-gradient: linear-gradient(135deg, #C8A24D 0%, #F2D283 50%, #C8A24D 100%);

    --black-deep: #0a0a0a;
    --black-soft: #1a1a1a;
    --grey-dark: #2c2c2c;
    --grey-text: #4a4a4a;

    --white: #ffffff;
    --alabaster: #f9f9f9;
    /* Softer background than stark white */
    --cream: #f4efe9;



    /* Effects */
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 30px 80px rgba(0, 0, 0, 0.1);
    --glass: rgba(255, 255, 255, 0.85);
    --glass-dark: rgba(10, 10, 10, 0.85);
    --blur: blur(12px);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


@font-face {
    font-family: 'Kokila';
    src: url('kokila.woff2') format('woff2'),
        url('kokila.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kokila';
    src: url('kokilab.woff2') format('woff2'),
        url('kokilab.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Reset & Base */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

section {
    scroll-margin-top: 100px;


    /* Offset for fixed navbar */
}

body {
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background: white;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--font-heading); */
    color: #020202;
    font-weight: 700;
    font-family: 'Kokila';
}

h1 {
    letter-spacing: -0.02em;
}

h2 {
    letter-spacing: -0.01em;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilities */


.text-gold {
    color: var(--gold-primary);
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    font-size:30px;

    
}



i.text-gold {
    background: none;
    -webkit-text-fill-color: initial;
    color: var(--gold-primary);
}



.bg-black {
    background-color: var(--black-deep);
    color: var(--white);
}

.section-padding {
    padding: 120px 0;
}

.fw-bold {
    font-weight: 700 !important;
}

/* Buttons */
.btn-gold {
    background: var(--gold-gradient);
    background-size: 200% auto;
    color: var(--black-deep);
    padding: 16px 36px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    display: inline-block;
    font-size: 0.85rem;
    transition: var(--transition);
    align-items: left;
}

.btn-gold:hover {
    background-position: right center;
    color: var(--black-deep);
    transform: translateY(-3px);
    /* box-shadow: 0 10px 20px rgba(200, 162, 77, 0.2); */
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    padding: 15px 35px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    background: transparent;
}

.btn-outline-light:hover {
    background-color: var(--white);
    color: var(--black-deep);
    border-color: var(--white);
}

/************* Navbar ***************/
.navbar {
    padding: 25px 0;
    transition: var(--transition);
    background: transparent;
    z-index: 1000;
}

.navbar.scrolled {
    background: var(--glass-dark);
    backdrop-filter: var(--blur);
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

.navbar-brand {

    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1.4rem;
    color: black !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

.navbar {
    height: 90px;
}

.navbar-brand img {
    height: 130px;
    width: auto;
}

.nav-link {
    color: #020202;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.nav-link:hover,
.nav-link.active {
    color: #C27e35;
}


.market-list i {
    font-size: 20px;
    color: #c8a24d !important;

    
}

/********** Hero Section *********/
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Parallax Background */

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./images/B (3).jpg') center/cover no-repeat;
    /* filter: brightness(0.5); */
    z-index: -1;
    transform: scale(1.1);
   
}

.hero-content h1 {
   
    color: var(--white);
    font-size: 75px;
    /* Larger, more dramatic */
    line-height: 1.1;
    margin-top: 70px;
    font-family: 'Kokila';
}

.hero-content p.lead {
    font-size: 1.3rem;
    opacity: 0.8;
    max-width: 700px;
    margin-bottom: 40px;
    font-weight: 400;
}

.hero-badges {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    color: white;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 24px;
    border-radius: 50px;
    color: var(--white);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;


}

.hero-badge i {
    color: var(--gold-primary);
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Kokila';
}

.section-title p {
    font-size: 20px;
    color: #d0ab50;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Segoe UI", Arial, sans-serif;
    /* margin-bottom: -90px; */

}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: var(--gold-primary);
    margin: 30px auto 0;
}

/* Luxury Cards */
.feature-card,
.comparison-card,
.format-card {
    background: var(--white);
    padding: 40px;
    border-radius: 2px;
    /* Sharper corners for luxury */
    border: none;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    height: 100%;
    position: relative;
    z-index: 1;
    /* margin-bottom: 80px; */
}

.feature-card:hover,
.format-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    font-size: 3rem;
    color: var(--gold-primary);
    /* Fallback */
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    display: inline-block;
}

.premium-feature-card {
    text-align: center;
    padding: 30px;
}

/* Why India Needs - Stat Cards */
.stat-card {
    background: transparent;
    color: var(--black-deep);
    padding: 20px;
    border: none;
}

.stat-number {

    font-size: 4rem;
    color: var(--gold-primary);
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}


.section-padding {
    padding: 100px 0;
}

.section-padding img {
    max-height: 450px;
    object-fit: cover;
}


/* Comparison Section */
.comparison-card {
    border-radius: 4px;
}

.comparison-header {
    padding: 30px;
    text-align: center;

    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
}

.header-gold {
    background: var(--black-deep);
    
    color: var(--gold-primary);
    font-family: 'Kokila';
}

.header-grey {
    background: #d0ab50;
    color: #020202;
    font-family: 'Kokila';
}

.comparison-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.comparison-list li {
    padding: 20px 30px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-family: "Segoe UI", Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 15px;
}

.comparison-list li i {
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* Onboarding Journey */
.step-card {
    padding: 30px 10px;
}

.step-number {
    width: 70px;
    height: 70px;
    background: var(--white);
    color: var(--black-deep);
    border: 1px solid var(--gold-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: var(--font-heading);
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    font-family: "Segoe UI", Arial, sans-serif;
}

.step-card:hover .step-number {
    background: var(--gold-gradient);
    color: var(--white);
    border-color: transparent;
    transform: scale(1.1);
}

.connector-line::after {
    top: 65px;
    background: #e5e5e5;
}

/* Salon Formats */
.format-card {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.format-header {
    background: var(--black-deep);
    color: var(--white);
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Gold shimmer effect on header */
.format-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(200, 162, 77, 0.2) 0%, transparent 70%);
    opacity: 0.5;
}

.format-price {
    font-size: 2.5rem;
    color: var(--gold-primary);
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading);
    margin-top: 10px;
}

.format-body {
    padding: 40px;
}

.format-body li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--grey-text);
}

/* Footer */
.footer-cta {
    background: var(--black-deep);
    color: var(--white);
    padding: 100px 0 40px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    display: grid;
    place-items: center;
}

.social-icon:hover {
    background: var(--white);
    color: var(--black-deep);
    border-color: var(--white);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .connector-line::after {
        display: none;
    }

    .step-card {
        margin-bottom: 20px;
    }

    .comparison-card {
        margin-bottom: 20px;
    }

    .navbar {
        background: var(--black-deep);
    }

    .section-padding {
        padding: 80px 0;
    }
}

/*************************** carlton advantage section *************/

.carlton-advantage {
    background: #020202;
    padding: 120px 0;
    color: #ffffff;
}

/* HEADER */
.carlton-header {
    margin-bottom: 70px;
}

.carlton-title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -30px;
    font-family: 'Kokila';
}

.carlton-subtitle {
    font-size: 20px;
    color: #d0ab50;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* GOLD ACCENT */
.carlton-accent {
    font-size: 40px;
    color: #C27e35;
    font-weight: 600;
    font-family: 'Kokila';
}

/* LEFT HIGHLIGHT BOX */
.carlton-highlight-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 40px;
    backdrop-filter: blur(6px);
}

/* DESCRIPTION */
.carlton-description {
    font-size: 18px;
    color: #cfcfcf;
    margin-bottom: 25px;
}

/* CHECKLIST */
.carlton-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carlton-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #e5e5e5;
}

.carlton-checklist i {
    color: #C8A24D;
    font-size: 18px;
}

/* RIGHT FEATURE LIST */
.carlton-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.carlton-feature-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.carlton-feature-item i {
    font-size: 28px;
    color: #C8A24D;
}

.carlton-feature-item h6 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 6px;
    font-family: 'Kokila';
}

.carlton-feature-item p {
    margin: 0;
    font-size: 18px;
    color: #919191;
    margin-bottom: 20px;
}

/* HOVER EFFECT */
.carlton-feature-item:hover {
    transform: translateY(-6px);
    background: rgba(200, 162, 77, 0.08);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .carlton-title {
        font-size: 34px;
    }

    .carlton-highlight-box {
        padding: 30px;
    }
}



/*   beauty section  */

.opportunity-section {
    padding: 120px 0;
    background: #f9f9f9;
    text-align: center;
    margin-bottom: -50px;
    margin-top: -110px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-header h3 {
    font-size: 20px;
    font-weight: 500;
    color: #d0ab50;
    margin-bottom: 50px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.section-subtitle {
    max-width: 700px;
    margin: 0 auto 70px;
    color: #020202;
    font-size: 18px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.stat-box h4 {
    font-size: 52px;
    font-weight: 700;
    color: #c27e35;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 16px;
    color: #333;
}

.bottom-highlight {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    color: #444;
}


/* FOCO Section Redesign */
.foco-section {
    padding: 120px 0;
    position: relative;
}

.foco-step-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    height: 160px;

    /* Fixed height for perfect alignment */
}

.foco-step-card:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gold-primary);
}

.step-img-wrapper {
    height: 100%;
    width: 100%;
}

.step-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.foco-benefit-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 20px;
    border-radius: 15px;
    text-align: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foco-benefit-card:hover {
    background: rgba(200, 162, 77, 0.05);
    border-color: rgba(200, 162, 77, 0.3);
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}

.foco-benefit-card h5 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
}

@media (max-width: 991px) {
    .foco-step-card {
        height: auto;
    }

    .foco-step-card:hover {
        transform: translateY(-5px);
    }
}

/* Reference-Based Format Cards */

.ref-format-card {
    background: #fff;
    border-radius: 40px;
    padding: 60px 40px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
    height: 90%;
    transition: transform 0.3s ease;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
}

.signature-ref {
    border-color: #C27e35;

    /* Dark teal-ish from image left card */
}

.grande-ref {
    border-color: #C27e35;

    /* Greenish/Blue from image right card top */
}

.ref-format-card:hover {
    transform: translateY(-10px);
}

.ref-tier-title {
    font-size: 40px;
    font-weight: 600;
    color: #020202;
    margin-bottom: 5px;
    font-family: 'Kokila';
}

.ref-tier-subtitle {
    color: #d0ab50;
    font-size: 20px;
    margin-bottom: 30px;
}

.ref-price-badge {
    font-size: 3rem;
    font-weight: 900;
    /* color: #d0ab50; */
    color: #C27e35;
    margin-bottom: 20px;
    font-family: 'Kokila';
}

.ref-checklist {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px;
    max-width: 350px;
}

.ref-checklist li {
    font-size: 18px;
    color: #020202;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ref-checklist li i {
    color: #d0ab50;
    /* Blue check icons from image */
    font-size: 1.2rem;
}

.ref-roi-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a3a5a;
    margin-bottom: 50px;
    padding: 0 20px;
}

.ref-btn-black {
    background: #020202;
    color: #fff;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.1rem;
    transition: opacity 0.3s;
    border: none;
    margin-bottom: 50px;
}

.ref-btn-blue {
    background: #020202;
    color: #fff;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.1rem;
    transition: opacity 0.3s;
    border: none;
    margin-bottom: 50px;
}

.ref-btn-black:hover,
.ref-btn-blue:hover {
    opacity: 0.9;
    color: white;
    background: #d0ab50;
}

@media (max-width: 768px) {
    .ref-price-badge {
        font-size: 3rem;
    }
}

/* Management Section Redesign - Premium Minimalist */


.premium-managed-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    margin-bottom: -80px;
}

.managed-visual-wrapper {
    position: relative;
    padding: 20px;
}

.rounded-premium {
    border-radius: 40px;
}

.minimal-gold-seal {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #000;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: var(--shadow-deep);
    border: 1px solid var(--gold-primary);
    z-index: 5;
    animation: floatingSeal 4s ease-in-out infinite;
}

.seal-pct {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gold-primary);
    line-height: 1;
}

.seal-lbl {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.text-gold-branded {
    color: var(--gold-dark);
}

.managed-list-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.managed-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.item-icon-gold {
    width: 45px;
    height: 45px;
    background: rgba(200, 162, 77, 0.1);
    color: var(--gold-primary);
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    gap:30;
}

.managed-item p {
    margin-bottom: 0;
    font-size: 18px;
    color: #444;
}

.managed-footer-quote {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

@keyframes floatingSeal {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991px) {
    .managed-visual-wrapper {
        margin-bottom: 3rem;
    }

    .minimal-gold-seal {
        width: 100px;
        height: 100px;
        bottom: 0;
        right: 0;
    }

    .seal-pct {
        font-size: 1.5rem;
    }
}

/* Who Should Invest - Premium Redesign */

.investor-premium-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.investor-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
    border-color: var(--gold-primary);
}

.premium-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(200, 162, 77, 0.05);
    color: var(--gold-primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2.22rem;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.investor-premium-card:hover .premium-icon-wrapper {
    background: var(--gold-primary);
    color: var(--white);
    transform: rotateY(360deg);
}

.investor-premium-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: "Segoe UI", Arial, sans-serif;
}

.title-accent-gold {
    width: 60px;
    height: 3px;
    background: var(--gold-gradient);
    border-radius: 5px;
    margin-top: 15px;
}







/************************   FRANCHISE HERO & PREMIUM FORM   ************************/

.franchise-hero {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    margin-top: -70px;

}

/* Masterpiece Grid */
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: -50px;
}

.hero-visual {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    height: 90%;
}

.franchise-side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.hero-visual:hover .franchise-side-img {
    transform: scale(1.05);
}

.hero-form-card {
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 35px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90%;
}

.form-title-premium {
    color: #c27e35;
    font-family: 'Kokila', serif;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;
}

.form-row-custom {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 15px;
}

.form-group-masterpiece {
    margin-bottom: 20px;
}

.form-input-masterpiece {
    width: 100%;
    padding: 18px 25px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #333;
    font-family: inherit;
}

.form-input-masterpiece:focus {
    border-color: #c27e35;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(194, 126, 83, 0.05);
}

.apply-btn-premium {
    width: 100%;
    padding: 20px;
    background: #d0ab50;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
   
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 10px;
}

.apply-btn-premium:hover {
    background: #000;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive Masterpiece */
@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        gap: 50px;
    }

    .hero-visual {
        min-height: 400px;
    }

    .hero-form-card {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .form-row-custom {
        grid-template-columns: 1fr;
    }
}

/*************** footer *********************/


.footer {
    background: #020202;
    padding: 10px 0 10px;
    color: #d1d5db;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer .logo img {
    height: 190px;
    width: auto;

}


.logo-text h4 {
    margin: 0;
    font-size: 22px;
    color: #c8a24d;
    letter-spacing: 2px;
}

.logo-text span {
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffffff;
}


.footer-tagline {
    margin-top: -20px;
    font-size: 18px;
    color: #f6f7fa;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Social Icons */
/* Social Container */
.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    /* optional circle bg */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.social-icons i {
    font-size: 20px;
    color: #ffffff;
    /* WHITE ICON */
}

.social-icons a:hover {
    background: #c8a24d;

    /* optional gold hover */
}

/* Bottom */
.footer-bottom {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 18px;
    color: #9ca3af;
    font-family: "Segoe UI", Arial, sans-serif;
}


/* Responsive Layouts */

@media (max-width: 991px) {
    .navbar {
        height: 80px;
        padding: 10px 0;
        background: #ffffff !important;
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .navbar-brand img {
        height: 65px !important;
    }

    .hero::before {
        filter: brightness(0.6);
    }

    .hero-content h1 {
        font-size: 2.8rem;
        margin-top: 20px;
        line-height: 1.2;
    }

    .section-padding {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .section-title p {
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .carlton-title {
        font-size: 32px;
        margin-top: 0;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-box h4 {
        font-size: 36px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content p.lead {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-badges {
        justify-content: center;
    }

    /* Center content in staggered columns that stack on mobile */

    .section-padding .col-lg-6,
    .premium-managed-section .col-lg-6 {
        text-align: center;
    }

    .market-list,
    .managed-list-items {
        display: inline-block;
        text-align: left;
        font-size:15px;
    }

    /* .managed-item {
        justify-content: center;
    } */
}

@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    /* Hero Section Adjustments */

    .hero {
        height: auto;
        min-height: 100vh;
        padding: 100px 0 60px;
    }

    .hero-content h1 {
        font-size: 2.2rem !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hero-content p.lead {
        font-size: 1rem !important;
        br { display: none; }
    }

    .hero-badges {
        justify-content: center;
        gap: 10px;
    }

    /* Market Section */
    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 1.1rem;
    }

    /* About Section */
    .section-padding {
        padding: 60px 0;
    }

    .alert {
        font-size: 1rem !important;
    }

    /* Carlton Advantage */
    .carlton-title {
        font-size: 2rem;
        margin-top: 0;
    }

    .carlton-accent {
        font-size: 1.5rem;
    }

    .carlton-feature-item h6 {
        font-size: 1.1rem;
    }

    /* Comparison Section */


    .comparison-header {
        font-size: 1.4rem;
    }

    .comparison-list li {
        font-size: 1rem;
        padding: 15px 20px;
    }

    /* FOCO Section */
    .foco-step-card .row {
        flex-direction: column;
    }
    
    .foco-step-card .col-4,
    .foco-step-card .col-8 {
        width: 100%;
        text-align: center;
    }

    .step-img-wrapper {
        height: 200px;
    }

    /* Stats Section */
    .opportunity-section {
        padding: 80px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .stats-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .stat-box h4 {
        font-size: 2.5rem;
    }

    /* Footer */
    .footer-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .logo {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
         margin-bottom:-10px;
    }

    .footer .logo img {
         height: 140px;
        margin-bottom:30px;
    }

    .footer-tagline {
        font-size: 14px;
    }

    .ref-format-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .ref-tier-title {
        font-size: 1.5rem;
    }

    .ref-price-badge {
        font-size: 60px;
    }

    .managed-visual-wrapper {
        margin-bottom: 2rem;
    }

    .minimal-gold-seal {
        width: 80px;
        height: 80px;
        bottom: -5px;
        right: -5px;
    }

    .seal-pct {
        font-size: 1.2rem;
    }

    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hero br {
        display: none;
    }

    /* Prevent horizontal scroll */
    html, body {
        position: relative;
        overflow-x: hidden !important;
    }

    section, header, footer {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 130px !important;
    }
    

    .hero h1 {
       
         font-size:42px !important;
        margin-bottom:42px;
    }

    .stats-wrapper {
        grid-template-columns: 1fr;
    }

    .stat-box h4 {
        font-size: 2.2rem;
    }

    .hero-badges {
        gap: 8px;
    }

    .hero-badge {
        padding: 6px 12px;
        font-size: 0.7rem;
    }

    .apply-btn-premium {
        padding: 15px;
        font-size: 14px;
    }

    .form-title-premium {
        font-size: 18px;
    }
}
