
html,body{
margin:0;
padding:0;
background:#0b0603;
color:#fff;
font-family:Georgia, serif;
}

.nav-link{
color:#d4af37 !important;
margin:0 25px;
letter-spacing:3px;
}

.nav-link:hover{
color:#fff !important;
}

.header-nav{
border-top:1px solid rgba(212,175,55,0.25);
border-bottom:1px solid rgba(212,175,55,0.25);
padding:12px 0;
}

.footer{
background:#000;
padding:30px 0;
text-align:center;
color:#aaa;
}

.header-bubbles{
position:relative;
background:#120a05;
}


.carousel-item{
min-height:100vh;
position:relative;
z-index:5;
}

.carousel-item img{
width:100%;
height:100vh;
object-fit:cover;
filter:brightness(0.5);
}
.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.15);
z-index:2;
pointer-events:none;
}
.hero-content{
position:absolute;
top:50%;
left:40%;
transform:translate(-40%,-50%);
text-align:left;
z-index:2;
max-width:500px;
}
.nav-link::after{
content:'';
display:block;
width:0;
height:1px;
background:#d4af37;
transition:0.4s;
margin:auto;
}


.nav-link:hover::after{
width:100%;
}
.right-panel{
position:absolute;
right:60px;
top:50%;
transform:translateY(-50%);
background:rgba(212,175,55,0.35);
padding:35px 40px;
width:320px;
border-radius:6px;
color:white;
z-index:10;
}

.right-panel ul{
list-style:none;
padding:0;
margin:0;
}

.right-panel li{
margin:12px 0;
font-size:16px;
letter-spacing:1px;
border-bottom:1px solid rgba(255,255,255,0.3);
padding-bottom:8px;
}
.hero-title{
font-family:'Cinzel', serif;
font-size:60px;
letter-spacing:4px;
font-weight:600;
color:#ffffff;
text-transform:uppercase;
margin-bottom:15px;
	margin-top:15px;
}
.hero-sub{
font-family:'Playfair Display', serif;
font-size:22px;
letter-spacing:1px;
color:#e5d2a0;
}
.hero-title{
text-shadow:0 0 12px rgba(212,175,55,0.5);
}


.dropdown-menu{
background:#120a05;
border:1px solid rgba(212,175,55,0.4);
padding:10px 0;
}

.dropdown-item{
color:#d4af37;
letter-spacing:1px;
font-size:14px;
padding:8px 20px;
}

.dropdown-item:hover{
background:rgba(212,175,55,0.15);
color:#fff;
}
.dropdown-menu{
background:#120a05;
border:1px solid rgba(212,175,55,0.4);
padding:10px 0;
z-index:9999;
position:absolute;
}
.hero{
position:relative;
z-index:1;
margin:0;
padding:0;
}

.banner-btn{
display:inline-block;
margin-top:20px;
padding:12px 30px;
background:#d4af37;
color:#000;
font-weight:400;
	font-size: 11px;
letter-spacing:1px;
text-decoration:none;
border-radius:3px;
transition:all 0.3s ease;
}

.banner-btn:hover{
background:#fff;
color:#000;
}
.dropdown-menu{
z-index:2000;
position:absolute;
}

.carousel{
z-index:1;
}
.site-header{
background:#120a05;
position:relative;
}
.menu-luxury{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
}

.logo-center img{
height:150px;
margin:0 25px;
}
.inner-banner{
height:220px;
background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
           url('../images/about-banner.jpg') center/cover no-repeat;
display:flex;
align-items:center;
padding-left:80px;
}

.banner-content h1{
font-family:'Cinzel', serif;
font-size:42px;
color:#d4af37;
margin-bottom:10px;
}

.banner-content p{
font-size:16px;
color:#ddd;
}



.ceo-img:hover{
transform:scale(1.03);
}
.ceo-img{
width:100%;
height:auto;
object-fit:cover;
border-radius:10px;
box-shadow:0 10px 40px rgba(212,175,55,0.25);
}
.about-page{
background:#0b0603;
padding:100px 0;
}

.ceo-img{
width:100%;
max-width:380px;   /* reduced for balance */
height:auto;
border-radius:12px;
box-shadow:0 20px 50px rgba(212,175,55,0.25);
transition:0.4s ease;
}

.ceo-img:hover{
transform:scale(1.05);
}

.about-title{
font-family:'Cinzel', serif;
color:#d4af37;
margin-bottom:20px;
font-size:34px;
}

.about-text{
color:#e5d3b3;
line-height:2;
font-size:16px;
}

.highlight{
color:#d4af37;
}

.about-page .row{
position:relative;
}

.about-page .row::before{
content:"";
position:absolute;
left:50%;
top:10%;
height:80%;
width:1px;
background:linear-gradient(to bottom, transparent, #d4af37, transparent);
}
.founder-section{
background:#0b0603;
padding:100px 0;
}

.founder-img{
width:100%;
max-width:450px;
height:auto;
border-radius:12px;
box-shadow:0 25px 60px rgba(212,175,55,0.25);
transition:0.4s;
}

.founder-img:hover{
transform:scale(1.04);
}

.founder-box{
padding-left:30px;
border-left:2px solid rgba(212,175,55,0.3);
}

.founder-title{
font-family:'Cinzel', serif;
font-size:32px;
color:#d4af37;
margin-bottom:20px;
	margin-top:20px;
}

.founder-text{
color:#e5d3b3;
line-height:2;
font-size:16px;
margin-bottom:15px;
}

.founder-sign{
margin-top:20px;
color:#d4af37;
font-style:italic;
}

.highlight{
color:#d4af37;
margin-top:15px;
}
.founder-section{
background:#0b0603;
padding:120px 0;   /* more breathing space */
}

.founder-img{
width:100%;
max-width:420px;   /* slightly reduced */
height:auto;
border-radius:14px;
box-shadow:0 30px 80px rgba(212,175,55,0.25);
transition:0.4s ease;
}

.founder-img:hover{
transform:scale(1.03);
}

.founder-box{
max-width:520px;   /* control text width */
padding-left:40px;
border-left:1px solid rgba(212,175,55,0.4);
}

.founder-title{
font-family:'Cinzel', serif;
font-size:34px;
color:#d4af37;
margin-bottom:25px;
line-height:1.4;
}

.founder-text{
color:#e5d3b3;
line-height:2.1;   /* more readable */
font-size:16px;
margin-bottom:18px;
}

.founder-sign{
margin-top:25px;
color:#d4af37;
font-style:italic;
line-height:1.8;
}

.highlight{
color:#d4af37;
margin-top:20px;
font-weight:500;
}
.founder-img{
position:relative;
z-index:2;
}

.founder-img::after{
content:"";
position:absolute;
top:10%;
left:10%;
width:80%;
height:80%;
background:radial-gradient(circle, rgba(212,175,55,0.15), transparent);
z-index:-1;
}
.about-hero{
background:#0b0603;
padding:40px 0 30px;
text-align:center;
margin-top:-60px;   /* ðŸ‘ˆ THIS FIXES GAP */
}

.about-main-title{
font-family:'Cinzel', serif;
font-size:48px;
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.about-subtitle{
color:#e5d3b3;
font-size:18px;
letter-spacing:1px;
}

.gold-line{
width:80px;
height:2px;
background:#d4af37;
margin:20px auto;
}
.about-main-title{
margin-top:0;
}
.about-hero{
background:#0b0603;
padding:40px 0 30px;   /* reduced top space */
text-align:center;
margin-top:0;          /* important */
}
.fix-gap{
margin-top:-60px !important;
padding-top:20px !important;
}
.about-content-section{
background:#0b0603;
padding:60px 0;
}

.section-title{
font-family:'Cinzel', serif;
color:#d4af37;
font-size:32px;
margin-bottom:25px;
}

.section-subtitle{
color:#d4af37;
margin-top:25px;
margin-bottom:15px;
}

.about-content-section p{
color:#e5d3b3;
line-height:2;
font-size:16px;
margin-bottom:15px;
}

.highlight-line{
color:#d4af37;
font-size:18px;
margin-top:20px;
}

.poetic{
text-align:center;
color:#fff;
margin:25px 0;
line-height:2;
font-style:italic;
}

.about-list{
list-style:none;
padding:0;
margin:20px 0;
}

.about-list li{
margin-bottom:10px;
padding-left:20px;
position:relative;
}

.about-list li::before{
content:"â€¢";
position:absolute;
left:0;
color:#d4af37;
}

.closing{
text-align:center;
margin-top:25px;
font-size:18px;
}

.final-line{
text-align:center;
color:#d4af37;
font-size:18px;
margin-top:10px;
}

.signature{
text-align:center;
margin-top:20px;
color:#aaa;
font-style:italic;
}

.about-content-section{
background:#0b0603;
padding:80px 0;
}

.content-box{
max-width:800px;   /* ?? THIS FIXES FULL WIDTH ISSUE */
margin:0 auto;
text-align:left;
}

.section-title{
font-family:'Cinzel', serif;
color:#d4af37;
font-size:34px;
margin-bottom:30px;
text-align:center;
}

.section-subtitle{
color:#d4af37;
margin-top:30px;
margin-bottom:15px;
font-size:20px;
}

.about-content-section p{
color:#e5d3b3;
line-height:2.1;
font-size:16px;
margin-bottom:18px;
}

.highlight-line{
color:#d4af37;
font-size:18px;
margin:25px 0;
}

.poetic{
text-align:center;
color:#fff;
margin:30px 0;
line-height:2;
font-style:italic;
}

.about-list{
list-style:none;
padding:0;
margin:20px 0;
}

.about-list li{
margin-bottom:10px;
padding-left:22px;
position:relative;
}

.about-list li::before{
content:"•";
position:absolute;
left:0;
color:#d4af37;
font-size:18px;
}

.closing{
text-align:center;
margin-top:30px;
font-size:18px;
}

.final-line{
text-align:center;
color:#d4af37;
font-size:18px;
margin-top:10px;
}

.signature{
text-align:center;
margin-top:25px;
color:#aaa;
font-style:italic;
}
.content-box{
max-width:800px;
margin:0 auto;
padding:20px;
}

.about-content-section{
padding:80px 0;
background:#0b0603;
}

.section-title{
text-align:center;
margin-bottom:30px;
}

.about-content-section p{
line-height:2.1;
font-size:16px;
color:#e5d3b3;
}

.about-list{
margin-left:20px;
}

.about-list li{
margin-bottom:10px;
}
.about-list{
list-style:none;
padding-left:0;
}

.about-list li{
position:relative;
padding-left:25px;
margin-bottom:12px;
}

.about-list li::before{
content:"•";
position:absolute;
left:0;
color:#d4af37;
font-size:18px;
}
.content-box{
max-width:900px;
margin:0 auto;
}

.about-content-section{
padding:80px 0;
background:#0a0a0a;
}

.about-luxury-box{
max-width:850px;
margin:0 auto;
text-align:left;
line-height:1.9;
color:#ddd;
}

.section-title{
font-family:'Playfair Display', serif;
font-size:36px;
margin-bottom:25px;
color:#fff;
}

.lead-text{
font-size:20px;
color:#d4af37;
margin-bottom:20px;
}

.about-luxury-box p{
margin-bottom:18px;
font-size:16px;
}

.highlight-line{
font-size:20px;
color:#fff;
margin:25px 0;
font-style:italic;
}

.poetic{
margin:20px 0;
line-height:2;
font-size:17px;
color:#ccc;
}

.section-subtitle{
margin-top:30px;
font-size:22px;
color:#fff;
}

.about-list{
margin-top:15px;
padding-left:20px;
}

.about-list li{
margin-bottom:10px;
color:#d4af37;
}

.closing-text{
margin-top:25px;
}

.final-block{
text-align:center;
margin:40px 0;
font-size:20px;
color:#fff;
font-family:'Playfair Display', serif;
}

.final-line{
text-align:center;
font-size:22px;
color:#d4af37;
margin-top:20px;
}

.signature{
text-align:center;
margin-top:15px;
color:#aaa;
}
.container{
max-width:1100px;
}
.about-wrapper{
max-width:900px;
margin:60px auto;
padding:40px;
background:rgba(255,255,255,0.02);
border:1px solid rgba(212,175,55,0.2);
border-radius:8px;
box-shadow:0 0 30px rgba(0,0,0,0.6);
}

.section-title{
font-size:34px;
margin-bottom:20px;
	margin-top:20px;
text-align:left;
}

.lead-text{
color:#d4af37;
font-size:18px;
margin-bottom:20px;
}

.about-wrapper p{
line-height:1.9;
margin-bottom:16px;
color:#ddd;
}

.about-wrapper h4{
margin-top:25px;
color:#fff;
}
.about-content-section{
margin-top:40px;
}
.about-box{
max-width:850px;
margin:60px auto;
padding:20px;
}

.about-list{
display:inline-block;
text-align:left;
margin:20px auto;
}

.final-block{
text-align:center;
margin:30px 0;
font-size:20px;
}

.highlight-line{
font-size:20px;
margin:25px 0;
}
body {
    background: #0a0a0a;
    color: #eaeaea;
    font-family: 'Playfair Display', serif;
}

/* HERO */
.about-hero {
    padding: 80px 0 40px;
}

.about-main-title {
    font-family: 'Cinzel', serif;
    font-size: 42px;
    color: #fff;
    letter-spacing: 1px;
}

.gold-line {
    width: 60px;
    height: 2px;
    background: gold;
    margin: 15px auto;
}

.about-subtitle {
    color: #c5a46d;
    font-size: 16px;
}

/* FOUNDER */
.founder-section {
    padding: 80px 0;
}

.founder-img {
    border-radius: 12px;
    max-width: 80%;
}

.founder-title {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    margin-bottom: 20px;
}

.founder-text {
    line-height: 1.8;
    color: #ccc;
}

.founder-sign {
    margin-top: 20px;
    font-style: italic;
}

.highlight {
    margin-top: 15px;
    color: #c5a46d;
    font-weight: 600;
}

/* ABOUT SECTION */
.about-content-section {
    padding: 80px 0;
}

.about-box {
    max-width: 800px;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.lead-text {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 20px;
}

.highlight-line {
    color: #c5a46d;
    margin: 20px 0;
    line-height: 1.8;
}

.poetic {
    margin: 30px 0;
    font-style: italic;
    line-height: 2;
}

.section-subtitle {
    margin-top: 30px;
    font-family: 'Cinzel', serif;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-list li {
    margin: 10px 0;
}

.closing-text {
    margin-top: 30px;
}

.final-block {
    margin-top: 30px;
    font-weight: 600;
}

.final-line {
    margin-top: 20px;
    color: #c5a46d;
}
.section-title {
    font-family: 'Cinzel', serif;
    font-size: 34px;
    margin-top: 40px;   /* ?? ADD THIS */
    margin-bottom: 25px;
}
.about-content-section {
    background: #000;
    padding-top: 120px;  /*  INCREASE THIS */
    padding-bottom: 80px;
}
.section-title {
    margin-top: 60px;
}
.founder-section {
    padding-bottom: 120px; /*  creates gap before next section */
}
/* ===== FINAL UI FIX (CLEAN OVERRIDE) ===== */

/* Reset section spacing */
section {
    padding: 80px 0 !important;
}

/* Remove negative gap issue */
.about-hero,
.fix-gap {
    margin-top: 40px !important;
    padding-top: 80px !important;
}

/* Founder section balance */
.founder-section {
    padding: 100px 0 !important;
}

.founder-box {
    max-width: 520px;
}

/* Fix content width + alignment */
.about-content-section {
    padding: 100px 0 !important;
    background: #0b0603;
}

.about-box {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

/* Proper heading spacing */
.section-title {
    margin-top: 40px !important;
    margin-bottom: 25px !important;
    text-align: center;
}

/* Paragraph alignment */
.about-box p {
    text-align: center;
}

/* List center alignment */
.about-list {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

/* Fix poetic spacing */
.poetic {
    margin: 30px 0;
}

/* Improve final block */
.final-block {
    margin-top: 30px;
    font-size: 20px;
}
.section-title {
    margin-top: 60px;
}