/*==================================================
    Google Fonts
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
@charset "utf-8";
/* CSS Document */

body{

background:#090909;

font-family:Inter,sans-serif;

}

.navbar{

background:#090909;

padding:18px 0;

}

.logo{

font-family:'Cormorant Garamond',serif;

font-size:30px;

color:#C89B3C!important;

}

.nav-link{

color:white!important;

margin-left:30px;

letter-spacing:2px;

text-transform:uppercase;

font-size:13px;

}

.hero{

margin-top:80px;

}

.hero-content{

background:#090909;

padding:90px 20px;

display:flex;

justify-content:center;

flex-direction:column;

}

.hero-content h1{

font-family:'Cormorant Garamond',serif;

font-size:55px;

line-height:1.05;

color:#C89B3C;

}

.hero-content p{

margin:35px 0;

font-size:18px;

color:#c8c8c8;

line-height:1.8;

}

.hero-image{

width:100%;

height:100%;

object-fit:cover;

}

.explore-btn{

border:1px solid #C89B3C;

color:#C89B3C;

padding:15px 40px;

border-radius:0;

transition:.4s;

}

.explore-btn:hover{

background:#C89B3C;

color:black;

}
/* ===========================
CATEGORY SECTION
=========================== */

.category-section{

background:#0b0b0b;

}

.category-card{

position:relative;

height:420px;

overflow:hidden;

border:1px solid rgba(201,155,60,.35);

}

.category-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.7s;

}

.category-card:hover img{

transform:scale(1.08);

}

.overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:linear-gradient(to top, rgb(0 0 0 / 45%), rgba(0, 0, 0, .15));

display:flex;

flex-direction:column;

justify-content:flex-end;

padding:45px;

}

.overlay span{

color:#C89B3C;

font-size:20px;

margin-bottom:20px;

font-family:'Cormorant Garamond',serif;

}

.overlay h2{

font-size:48px;

color:#C89B3C;

font-family:'Cormorant Garamond',serif;

line-height:1.1;

margin-bottom:20px;

}

.overlay p{

color:#ddd;

font-size:18px;

margin-bottom:35px;

}

.overlay a{

font-size:40px;

text-decoration:none;

color:#C89B3C;

transition:.3s;

width:60px;

}

.overlay a:hover{

padding-left:12px;

}

.category-card::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:0;

height:3px;

background:#C89B3C;

transition:.5s;

}

.category-card:hover::after{

width:100%;

}
/*==================================
PERSPECTIVE SECTION
===================================*/

.perspective-section{

background:#f7f6f2;

}

.article-box{

padding:90px 70px;

height:100%;

display:flex;

flex-direction:column;

justify-content:center;

}

.article-box small{

letter-spacing:3px;

font-size:13px;

color:#666;

margin-bottom:20px;

}

.article-box h2{

font-family:'Cormorant Garamond',serif;

font-size:38px;

line-height:1.05;

margin-bottom:25px;

color:#111;

}

.line{

width:80px;

height:2px;

background:#C89B3C;

display:block;

margin-bottom:30px;

}

.article-box h4{

font-size:28px;

font-weight:400;

line-height:1.5;

margin-bottom:25px;

color:#222;

}

.article-box p{

font-size:17px;

line-height:1.9;

color:#555;

margin-bottom:35px;

}

.read-btn{

text-decoration:none;

color:#C89B3C;

font-weight:600;

text-transform:uppercase;

letter-spacing:2px;

}

.read-btn:hover{

color:#000;

}

.director-box{

position:relative;

height:100%;

overflow:hidden;

}

.director-box img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.director-box:hover img{

transform:scale(1.05);

}

.director-info{

position:absolute;

top:50px;

right:50px;



padding:25px;

}

.director-info small{

display:block;

letter-spacing:2px;

font-size:12px;

color:#fff;

margin-bottom:10px;

}

.director-info h5{

font-family:'Cormorant Garamond',serif;

font-size:21px;
color: #000;
    font-weight: 600;
margin:0;

}
/*==================================
PROCUREMENT
===================================*/

.procurement{

background:#0c0c0c;

padding:100px 0;

}

.section-title{

letter-spacing:3px;

font-size:14px;

color:#C89B3C;

}

.procurement h2{

font-family:'Cormorant Garamond',serif;

font-size:60px;

color:#C89B3C;

margin:20px 0;

}

.procurement p{

color:#ccc;

font-size:18px;

line-height:1.8;

}

.contact-box{

margin-top:50px;

}

.contact-box h5{

color:#C89B3C;

margin-top:25px;

}

.contact-box p{

margin-bottom:0;

}

/* FORM */

.contact-form .form-control{

background:transparent;

border:none;

border-bottom:1px solid #555;

border-radius:0;

padding:18px 5px;

color:#fff;

}

.contact-form .form-control:focus{

box-shadow:none;

border-color:#C89B3C;

background:transparent;

color:white;

}

.submit-btn{

padding:15px 45px;

background:#C89B3C;

border:none;

color:black;

font-weight:600;

transition:.4s;

}

.submit-btn:hover{

background:white;

}

/*==================================
FOOTER
===================================*/

footer{

background:#000;

padding:80px 0 30px;

color:#999;

}

footer h3{

font-family:'Cormorant Garamond',serif;

color:#C89B3C;

margin-bottom:20px;

}

footer h5{

color:white;

margin-bottom:20px;

}

footer ul{

list-style:none;

padding:0;

}

footer ul li{

margin-bottom:12px;

}

footer ul li a{

color:#999;

text-decoration:none;

}

footer ul li a:hover{

color:#C89B3C;

}

.newsletter{

width:100%;

padding:14px;

background:#111;

border:1px solid #444;

color:white;

margin-bottom:15px;

}

.newsletter-btn{

background:#C89B3C;

border:none;

padding:12px 30px;

font-weight:600;

}

.newsletter-btn:hover{

background:white;

}

footer hr{

margin:50px 0 20px;

border-color:#333;

}

.copyright{

text-align:center;

font-size:14px;

color:#777;

}
/*==================================================
    Reset
==================================================*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#0b0b0b;
    color:#fff;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

/*==================================================
    Colors
==================================================*/

:root{

    --gold:#c79a33;
    --gold2:#d9b35a;
    --bg:#0b0b0b;
    --card:#121212;
    --border:#333;
    --text:#cfcfcf;

}

/*==================================================
Navbar
==================================================*/

.navbar{

    background:#050505;
    padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,.05);

}

.logo{

    color:var(--gold)!important;

    font-size:30px;

    font-family:'Cormorant Garamond',serif;

    letter-spacing:2px;

}

.navbar-nav .nav-link{

    color:#fff;

    margin-left:30px;

    text-transform:uppercase;

    font-size:14px;

    letter-spacing:1px;

    transition:.4s;

}

.navbar-nav .nav-link:hover{

    color:var(--gold);

}

.navbar-nav .active{

    color:var(--gold)!important;

}

/*==================================================
Hero
==================================================*/

.about-section{

padding:90px 0;

background:#050505;

}

.about-content{

padding:70px;

}

.sub-title{

color:#c9972d;

letter-spacing:4px;

font-size:15px;

text-transform:uppercase;

}

.gold-line{

width:180px;

height:2px;

background:#b98a2b;

margin:18px 0 40px;

}

.about-content h1{

font-family:'Cormorant Garamond',serif;

font-size:39px;

line-height:1.05;

margin-bottom:35px;

font-weight:600;

}

.white{

display:block;

color:#fff;

}

.gold{

display:block;

color:#c9972d;

}

.about-content p{

font-size:18px;

line-height:30px;

color:#c9c9c9;

margin-bottom:28px;

}

.discover-btn{

display:inline-flex;

align-items:center;

gap:15px;

padding:18px 35px;

border:1px solid #b98a2b;

color:#d6a742;

text-decoration:none;

letter-spacing:2px;

transition:.4s;

margin-top:20px;

}

.discover-btn:hover{

background:#c9972d;

color:#000;

}

.about-image{

position:relative;

overflow:hidden;

height:100%;

}

.about-image img{

height:100%;

object-fit:cover;

min-height:820px;

}

.floating-box{

position:absolute;

top:70px;

right:70px;

background:#11111105;

border:1px solid #8d6b22;

padding:40px;

max-width:240px;

}

.floating-box h5{

font-size:18px;

line-height:2;

letter-spacing:2px;

color:#d5a640;

font-weight:400;

}

.hero-left{

    padding:80px;

}

.small-title{

    color:var(--gold);

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:13px;

}

.hero h1{

    font-size:66px;

    color:var(--gold);

    font-family:'Cormorant Garamond',serif;

    line-height:1.05;

    margin:30px 0;

}

.hero p{

    color:#c8c8c8;

    font-size:18px;

    line-height:32px;

    margin-bottom:40px;

}

.hero-image{

    height:100%;

    width:100%;

    object-fit:cover;

}

/*==================================================
Button
==================================================*/

.gold-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    border:1px solid var(--gold);

    color:var(--gold);

    padding:18px 10px;

    text-transform:uppercase;

    letter-spacing:2px;

    transition:.4s;

}

.gold-btn:hover{

    background:var(--gold);

    color:#000;

}

.gold-btn i{

    font-size:20px;

}

/*==================================================
Contact Section
==================================================*/

.contact-section{

    padding:100px 0;

    background:#111;

}

.contact-info{

    border-right:1px solid #2d2d2d;

    padding-right:40px;

}

.contact-info h2{

    color:var(--gold);

    font-family:'Cormorant Garamond',serif;

    font-size:50px;

    margin-bottom:50px;

}

.info-box{

    display:flex;

    align-items:flex-start;

    margin-bottom:40px;

}

.info-box i{

    color:var(--gold);

    font-size:28px;

    margin-right:20px;

}

.info-box h5{

    color:var(--gold);

    text-transform:uppercase;

    font-size:15px;

    letter-spacing:2px;

}

.info-box p{

    color:#ddd;

    margin-top:10px;

    line-height:28px;

}

/*==================================================
Form
==================================================*/

.contact-form{

    padding-left:60px;

}

.contact-form h2{

    color:var(--gold);

    font-family:'Cormorant Garamond',serif;

    font-size:50px;

}

.contact-form p{

    color:#d5d5d5;

    margin:15px 0 40px;

}

.form-control{

    background:transparent;

    border:1px solid #333;

    color:#fff;

    height:60px;

    margin-bottom:20px;

    border-radius:0;

}

.form-control:focus{

    background:#111;

    border-color:var(--gold);

    box-shadow:none;

    color:#fff;

}

textarea.form-control{

    height:180px;

    resize:none;

}

.form-control::placeholder{

    color:#9d9d9d;

}

.send-btn{

    width:100%;

    height:65px;

    border:none;

    background:linear-gradient(90deg,var(--gold),var(--gold2));

    color:#000;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:.4s;

}

.send-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 40px rgba(199,154,51,.35);

}

/*==================================================
Map
==================================================*/

.map-section{

    background:#0c0c0c;

}

.map-content{

    padding:80px;

    height:100%;

    display:flex;

    justify-content:center;

    flex-direction:column;

}

.map-content h2{

    color:var(--gold);

    font-family:'Cormorant Garamond',serif;

    font-size:55px;

    line-height:1.1;

    margin-bottom:25px;

}

.map-content p{

    color:#ddd;

    line-height:34px;

}

/*==================================================
Footer
==================================================*/

footer{

    padding:60px 0;

    background:#080808;

    border-top:1px solid #222;

}

footer h3{

    color:var(--gold);

    font-family:'Cormorant Garamond',serif;

    font-size:38px;

}

footer p{

    color:#aaa;

    margin:20px 0;

    letter-spacing:3px;

}

.social{

    display:flex;

    justify-content:center;

    gap:20px;

}

.social a{

    width:45px;

    height:45px;

    border:1px solid var(--gold);

    display:flex;

    align-items:center;

    justify-content:center;

    color:var(--gold);

    border-radius:50%;

    transition:.4s;

}

.social a:hover{

    background:var(--gold);

    color:#000;

}

/*==================================================
Responsive
==================================================*/

@media(max-width:1200px){

.hero h1{

font-size:56px;

}

.hero-left{

padding:60px;

}

.map-content{

padding:60px;

}

}

@media(max-width:992px){

.hero-left{

padding:50px 30px;

text-align:center;

}

.hero h1{

font-size:48px;

}

.contact-info{

border-right:none;

padding-right:0;

margin-bottom:60px;

}

.contact-form{

padding-left:0;

}

.map-content{

padding:50px 30px;

text-align:center;

}

}

@media(max-width:768px){

.logo{

font-size:24px;

}

.hero{

padding-top:80px;

}

.hero h1{

font-size:40px;

}

.contact-info h2,

.contact-form h2,

.map-content h2{

font-size:38px;

}

.hero p,

.contact-form p,

.map-content p{

font-size:16px;

line-height:30px;

}

.hero-left{

padding:40px 20px;

}

.gold-btn{

width:100%;

}

.send-btn{

height:60px;

}

}

@media(max-width:576px){

.hero h1{

font-size:34px;

}

.contact-info h2,

.contact-form h2,

.map-content h2{

font-size:32px;

}

footer h3{

font-size:30px;

}

.navbar-nav{

padding-top:15px;

}

.navbar-nav .nav-link{

margin-left:0;

padding:12px 0;

}

}
/* Scroll Animation */

.hidden{
    opacity:0;
    transform:translateY(60px);
    transition:all .8s ease;
}

.show{
    opacity:1;
    transform:translateY(0);
}

/* Back To Top */

.top-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#c79a33;
    color:#000;
    font-size:22px;
    cursor:pointer;
    display:none;
    z-index:9999;
    transition:.3s;
}

.top-btn.show{
    display:block;
}

.top-btn:hover{
    transform:translateY(-5px);
}
.about-section{

padding:90px 0;

background:#050505;

}

.about-content{

padding:70px;

}

.sub-title{

color:#c9972d;

letter-spacing:4px;

font-size:15px;

text-transform:uppercase;

}

.gold-line{

width:180px;

height:2px;

background:#b98a2b;

margin:18px 0 40px;

}

.about-content h1{

font-family:'Cormorant Garamond',serif;

font-size:72px;

line-height:1.05;

margin-bottom:35px;

font-weight:600;

}

.white{

display:block;

color:#fff;

}

.gold{

display:block;

color:#c9972d;

}

.about-content p{

font-size:18px;

line-height:34px;

color:#c9c9c9;

margin-bottom:28px;

}

.discover-btn{

display:inline-flex;

align-items:center;

gap:15px;

padding:18px 35px;

border:1px solid #b98a2b;

color:#d6a742;

text-decoration:none;

letter-spacing:2px;

transition:.4s;

margin-top:20px;

}

.discover-btn:hover{

background:#c9972d;

color:#000;

}

.about-image{

position:relative;

overflow:hidden;

height:100%;

}

.about-image img{

height:100%;

object-fit:cover;

min-height:820px;

}

.floating-box{

position:absolute;

top:70px;

right:70px;

background:#11111105;

border:1px solid #8d6b22;

padding:40px;

max-width:240px;

}

.floating-box h5{

font-size:18px;

line-height:2;

letter-spacing:2px;

color:#d5a640;

font-weight:400;

}
@media(max-width:991px){

.about-content{

padding:40px 25px;

}

.about-content h1{

font-size:50px;

}

.about-image img{

min-height:500px;

}

.floating-box{

right:20px;

top:20px;

padding:25px;

}

}

@media(max-width:767px){

.about-content h1{

font-size:38px;

}

.about-content p{

font-size:15px;

line-height:28px;

}

.discover-btn{

width:100%;

justify-content:center;

}

.floating-box{

position:relative;

top:auto;

right:auto;

margin:20px;

max-width:100%;

}

.about-image img{

min-height:auto;

}

}
/*=========================
OUR VALUES
=========================*/

.values-section{

background:#050505;

padding:90px 0;

}

.section-title{

display:flex;

align-items:center;

justify-content:center;

gap:25px;

margin-bottom:70px;

}

.title-line{

width:170px;

height:1px;

background:#b98a2b;

}

.section-title h2{

font-family:'Cormorant Garamond',serif;

font-size:48px;

color:#c9972d;

letter-spacing:4px;

margin:0;

}

.value-box{

padding:40px;

height:100%;

border-right:1px solid rgba(201,151,45,.3);

transition:.4s;

}



.value-box:hover{

transform:translateY(-10px);

}

.icon-circle{

width:90px;

height:90px;

border:1px solid #c9972d;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.icon-circle i{

font-size:40px;

color:#c9972d;

}

.value-box h1{



font-size:60px;

color:#d4a23a;

margin-bottom:10px;

}

.value-box h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

line-height:1.2;

color:#fff;

margin-bottom:20px;

}

.value-box p{

font-size:16px;

line-height:32px;

color:#c8c8c8;

}
@media(max-width:991px){

.section-title{

flex-direction:column;

gap:15px;

}

.title-line{

width:120px;

}

.section-title h2{

font-size:38px;

}

.value-box{

border-right:none;

border-bottom:1px solid rgba(201,151,45,.25);

text-align:center;

}
/*=========================
General
=========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#050505;
color:#fff;
font-family:'Poppins',sans-serif;
overflow-x:hidden;
}

/*=========================
Navbar
=========================*/

.luxury-navbar{
background:#050505;
border-bottom:1px solid rgba(201,151,45,.15);
}

.logo{
font-family:'Cormorant Garamond',serif;
font-size:32px;
letter-spacing:2px;
color:#c9972d !important;
}

.navbar-nav .nav-link{
color:#d6d6d6;
margin-left:25px;
letter-spacing:2px;
text-transform:uppercase;
font-size:14px;
transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
color:#c9972d;
}

/*=========================
Hero
=========================*/

.services-hero{
background:#050505;
padding:70px 0;
}

.hero-content{
padding:70px;
}

.subtitle{
color:#c9972d;
letter-spacing:4px;
font-size:15px;
}

.gold-line{
width:160px;
height:2px;
background:#b98a2b;
margin:20px 0 40px;
}

.hero-content h1{
font-family:'Cormorant Garamond',serif;
font-size:76px;
line-height:1.05;
color:#c9972d;
margin-bottom:35px;
}

.hero-content h1 span{
display:block;
}

.hero-content p{
color:#c9c9c9;
font-size:18px;
line-height:34px;
margin-bottom:40px;
}

.hero-btn{
display:inline-flex;
align-items:center;
gap:18px;
padding:18px 34px;
border:1px solid #c9972d;
text-decoration:none;
color:#c9972d;
letter-spacing:2px;
transition:.4s;
}

.hero-btn:hover{
background:#c9972d;
color:#000;
}

.hero-image{
position:relative;
overflow:hidden;
}

.hero-image img{
width:100%;
height:850px;
object-fit:cover;
}

.floating-card{
position:absolute;
top:70px;
right:70px;
background:#111;
border:1px solid #8f6d22;
padding:45px;
max-width:260px;
}

.floating-card h4{
color:#d3a33a;
font-weight:400;
line-height:1.8;
letter-spacing:2px;
}
@media(max-width:991px){

.hero-content{
padding:40px 25px;
}

.hero-content h1{
font-size:50px;
}

.hero-image img{
height:500px;
}

.floating-card{
right:20px;
top:20px;
padding:25px;
}

}

@media(max-width:767px){

.logo{
font-size:24px;
}

.hero-content{
padding:53px 20px;
}

.hero-content h1{
font-size:38px;
}

.hero-content p{
font-size:15px;
line-height:28px;
}

.hero-btn{
width:100%;
justify-content:center;
}

.hero-image img{
height:auto;
}

.floating-card{
position:relative;
top:auto;
right:auto;
margin:20px;
max-width:100%;
}

}

.icon-circle{

margin:auto auto 25px;

}

}

@media(max-width:767px){

.values-section{

padding:60px 0;

}

.section-title h2{

font-size:30px;

}

.value-box{

padding:25px;

}

.value-box h1{

font-size:46px;

}

.value-box h3{

font-size:26px;

}

.value-box p{

font-size:15px;

line-height:28px;

}

}
/*=========================
STATISTICS
=========================*/

.stats-section{

background:#0b0b0b;

border-top:1px solid rgba(201,151,45,.2);

border-bottom:1px solid rgba(201,151,45,.2);

}

.stat-box{

padding:70px 30px;

text-align:center;

border-right:1px solid rgba(201,151,45,.2);

transition:.4s;

height:100%;

}



.stat-box:hover{

background:#111;

}

.stat-box i{

font-size:42px;

color:#c9972d;

margin-bottom:25px;

display:block;

}

.stat-box h2{



font-size:70px;

font-weight:700;

color:#d9a93c;

margin-bottom:15px;

}

.stat-box h5{

color:#fff;

font-size:20px;

font-weight:400;

letter-spacing:2px;

line-height:1.7;

}


/*=========================
QUOTE
=========================*/

.quote-section{

padding:110px 20px;

background:url("../images/world-map.jpg") center center;

background-size:cover;

position:relative;

}

.quote-section::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.80);

}

.quote-wrapper{

position:relative;

z-index:2;

}

.quote-icon{

font-size:55px;

color:#c9972d;

}

.quote-icon.top{

margin-bottom:30px;

}

.quote-icon.bottom{

margin-top:30px;

}

.quote-wrapper h2{

font-family:'Cormorant Garamond',serif;

font-size:64px;

font-weight:600;

color:#c9972d;

line-height:1.2;

margin-bottom:45px;

}

.divider{

display:flex;

justify-content:center;

align-items:center;

gap:18px;

margin-bottom:35px;

}

.divider span{

width:180px;

height:1px;

background:#b98a2b;

}

.divider i{

font-size:30px;

color:#c9972d;

}

.quote-wrapper p{

color:#fff;

font-size:20px;

letter-spacing:5px;

}
@media(max-width:991px){

.stat-box{

border-right:none;

border-bottom:1px solid rgba(201,151,45,.2);

padding:45px 20px;

}

.quote-wrapper h2{

font-size:42px;

}

.divider span{

width:80px;

}

}

@media(max-width:767px){

.stat-box h2{

font-size:48px;

}

.stat-box h5{

font-size:16px;

}

.quote-section{

padding:70px 15px;

}

.quote-wrapper h2{

font-size:30px;

}

.quote-wrapper p{

font-size:14px;

letter-spacing:2px;

}

.divider span{

width:50px;

}

.quote-icon{

font-size:34px;

}

}
/*=========================
FOOTER
=========================*/

.footer-section{

background:#050505;

padding:90px 0 40px;

border-top:1px solid rgba(201,151,45,.2);

}

.footer-logo{

font-size:45px;

font-family:'Cormorant Garamond',serif;

color:#fff;

margin-bottom:25px;

}

.footer-logo span{

color:#c9972d;

}

.footer-section p{

color:#bdbdbd;

line-height:30px;

}

.footer-section h4{

color:#c9972d;

margin-bottom:25px;

font-family:'Cormorant Garamond',serif;

}

.footer-section ul{

list-style:none;

padding:0;

margin:0;

}

.footer-section ul li{

margin-bottom:14px;

}

.footer-section ul li a{

color:#ccc;

text-decoration:none;

transition:.3s;

}

.footer-section ul li a:hover{

color:#c9972d;

padding-left:6px;

}

.social-icons{

margin-top:20px;

}

.social-icons a{

width:45px;

height:45px;

display:inline-flex;

justify-content:center;

align-items:center;

border:1px solid #c9972d;

color:#c9972d;

margin-right:10px;

text-decoration:none;

transition:.4s;

}

.social-icons a:hover{

background:#c9972d;

color:#000;

}

.footer-section hr{

margin:60px 0 25px;

border-color:rgba(201,151,45,.2);

}

.copyright{

text-align:center;

color:#999;

letter-spacing:2px;

}

/*=========================
BACK TO TOP
=========================*/

#topBtn{

position:fixed;

bottom:30px;

right:30px;

width:55px;

height:55px;

border:none;

background:#c9972d;

color:#000;

font-size:22px;

cursor:pointer;

display:none;

z-index:999;

transition:.4s;

}

#topBtn:hover{

transform:translateY(-5px);

}
/*=========================
Services Grid
=========================*/
/*=========================
Services Grid
=========================*/

.services-grid{
background:#050505;
border-top:1px solid rgba(201,151,45,.15);
}

.service-card{

padding:60px 45px;

height:100%;

border-right:1px solid rgba(201,151,45,.18);

border-bottom:1px solid rgba(201,151,45,.18);

transition:.4s;

background:#050505;

}

.service-card:hover{

background:#0d0d0d;

transform:translateY(-8px);

}

.service-icon{

width:75px;

height:75px;

border:1px solid #b98a2b;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

}

.service-icon i{

font-size:32px;

color:#c9972d;

}

.service-number{

display:block;

font-family:'Cormorant Garamond',serif;

font-size:40px;

color:#c9972d;

margin-bottom:20px;

}

.service-card h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

line-height:1.25;

color:#d5a640;

margin-bottom:25px;

}

.service-card p{

font-size:16px;

line-height:30px;

color:#bdbdbd;

margin-bottom:35px;

}

.service-link{

display:inline-flex;

align-items:center;

justify-content:center;

width:45px;

height:45px;

border:1px solid #c9972d;

color:#c9972d;

text-decoration:none;

transition:.3s;

}

.service-link:hover{

background:#c9972d;

color:#000;

}
@media(max-width:991px){

.service-card{

padding:40px 30px;

border-right:none;

}

}

@media(max-width:767px){

.service-card{

padding:30px 20px;

text-align:center;

}

.service-icon{

margin:auto auto 20px;

}

.service-card h3{

font-size:28px;

}

.service-card p{

font-size:15px;

line-height:28px;

}

.service-link{

margin:auto;

}

}

/*=========================
VALUE SECTION
=========================*/

.value-section{

background:#080808;

border-top:1px solid rgba(201,151,45,.15);

}

.value-content{

padding:70px;

}

.small-title{

color:#c9972d;

letter-spacing:3px;

font-size:14px;

text-transform:uppercase;

}

.value-content h2{

font-family:'Cormorant Garamond',serif;

font-size:32px;

color:#c9972d;

line-height:1.1;

margin:35px 0;

}

.value-content p{

font-size:17px;

line-height:32px;

color:#c7c7c7;

}

.value-image{

height:100%;

overflow:hidden;

}

.value-image img{

height:100%;

min-height:520px;

object-fit:cover;

transition:.5s;

}

.value-image:hover img{

transform:scale(1.05);

}

/*=========================
FEATURES
=========================*/

.features-box{

padding:70px;

}

.feature-item{

display:flex;

align-items:center;

margin-bottom:40px;

}

.feature-icon{

width:70px;

height:70px;

border:1px solid #c9972d;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-right:25px;

}

.feature-icon i{

font-size:30px;

color:#c9972d;

}

.feature-item h5{

color:#fff;

font-size:22px;

letter-spacing:2px;

margin-bottom:8px;

}

.feature-item span{

color:#c9972d;

letter-spacing:1px;

font-size:15px;

text-transform:uppercase;

}
/*=========================
CTA SECTION
=========================*/

.cta-section{

padding:120px 20px;

background:#050505;

text-align:center;

border-top:1px solid rgba(201,151,45,.15);

}

.cta-box{

max-width:900px;

margin:auto;

}

.cta-box h2{

font-family:'Cormorant Garamond',serif;

font-size:32px;

color:#d4a23a;

line-height:1.1;

margin:35px 0;

}

.cta-box p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:34px;

color:#bdbdbd;

margin-bottom:45px;

}

/*=========================
FOOTER
=========================*/

.footer-section{

background:#080808;

padding:90px 0 40px;

border-top:1px solid rgba(201,151,45,.15);

}

.footer-logo{

font-family:'Cormorant Garamond',serif;

font-size:44px;

color:#fff;

}

.footer-logo span{

color:#c9972d;

}

.footer-section h4{

color:#c9972d;

margin-bottom:25px;

font-family:'Cormorant Garamond',serif;

}

.footer-links{

padding:0;

margin:0;

list-style:none;

}

.footer-links li{

margin-bottom:14px;

}

.footer-links a{

color:#cfcfcf;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#c9972d;

padding-left:8px;

}

.social-icons a{

width:46px;

height:46px;

display:inline-flex;

justify-content:center;

align-items:center;

border:1px solid #c9972d;

margin-right:10px;

color:#c9972d;

text-decoration:none;

transition:.4s;

}

.social-icons a:hover{

background:#c9972d;

color:#000;

}

.footer-section hr{

margin:50px 0 25px;

border-color:rgba(201,151,45,.15);

}

.copyright{

color:#999;

letter-spacing:2px;

}

/*=========================
BACK TO TOP
=========================*/

#topBtn{

position:fixed;

right:25px;

bottom:25px;

width:55px;

height:55px;

border:none;

background:#c9972d;

color:#000;

font-size:22px;

display:none;

cursor:pointer;

z-index:999;

transition:.3s;

}

#topBtn:hover{

transform:translateY(-5px);

}
/*=========================
Back To Top
=========================*/

const topBtn = document.getElementById("topBtn");

window.addEventListener("scroll", () => {

    if (window.scrollY > 300) {

        topBtn.style.display = "block";

    } else {

        topBtn.style.display = "none";

    }

});

topBtn.addEventListener("click", () => {

    window.scrollTo({

        top: 0,

        behavior: "smooth"

    });

}
 .faq-section{
            padding:60px 0;
        }

        .faq-title{
            text-align:center;
            margin-bottom:40px;
        }

        .faq-title h2{
            font-size:36px;
            font-weight:700;
            color:#222;
        }

        .custom-faq .accordion-item{
            border:none;
            margin-bottom:15px;
            border-radius:10px;
            overflow:hidden;
            box-shadow:0 4px 15px rgba(0,0,0,.08);
        }

        .custom-faq .accordion-button{
           
            color:#222;
            font-size:18px;
            font-weight:600;
            padding:20px;
            box-shadow:none;
        }

        .custom-faq .accordion-button:not(.collapsed){
           
            color:#fff;
        }

        .custom-faq .accordion-button:focus{
            box-shadow:none;
            border:none;
        }

        .custom-faq .accordion-body{
          
            color:#555;
            font-size:16px;
            line-height:1.7;
            padding:20px;
        }

        .custom-faq .accordion-button::after{
            transition:transform .3s ease;
        }

        @media(max-width:768px){
            .faq-title h2{
                font-size:28px;
            }

            .custom-faq .accordion-button{
                font-size:16px;
                padding:16px;
            }

            .custom-faq .accordion-body{
                font-size:15px;
            }
        }
.logo {
    display: flex;
    align-items: center;
    gap: 10px;              /* Space between logo and text */
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.logo img {
    width: 50px;            /* Adjust as needed */
    height: auto;
    display: block;
}	.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}.logo img {
    width: 70px;}
 .leadership-section{
    padding:80px 0;
    position:relative;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:50px;
    font-weight:800;
    margin-bottom:15px;
}

.section-title span{
    width:90px;
    height:3px;
    background:#d5b15c;
    display:inline-block;
}

.profile-img{
    width:100%;
    max-width:320px;
}

.profile-img img{
    width:100%;
}

.person-name{
    font-size:48px;
    font-weight:700;
    margin-bottom:5px;
}

.designation{
    color:#d5b15c;
    font-size:18px;
    margin-bottom:35px;
}

.designation:after{
    content:"";
    display:block;
    width:70px;
    height:2px;
    background:#d5b15c;
    margin-top:10px;
}

.content h4{
    font-size:28px;
    font-weight:700;
    margin:35px 0 20px;
}

.content p{
    color:#d2d6db;
    line-height:2;
    font-size:17px;
}

.quote-box{
    background:#233453;
    border:1px solid rgba(255,255,255,.08);
    border-radius:15px;
    padding:35px;
    margin-top:60px;
}

.quote-box h3{
    color:#d5b15c;
    text-align:center;
    font-weight:700;
    font-size:32px;
    margin:0;
}

@media(max-width:991px){

.section-title h2{
font-size:40px;
}

.person-name{
font-size:38px;
margin-top:30px;
}

.profile-img{
margin:auto;
text-align:center;
}

.content{
margin-top:30px;
}

}

@media(max-width:767px){

.leadership-section{
padding:60px 0;
}

.section-title h2{
font-size:34px;
}

.person-name{
font-size:30px;
}

.content p{
font-size:15px;
line-height:1.8;
}

.quote-box h3{
font-size:22px;
}

}   
.profile-img{
    width:280px;
    height:280px;
}
.profile-img{
    width:220px;          /* Change size as needed */
    height:220px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto;        /* Center the image */
    border:2px solid #c99b3c; /* Optional border */
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

.profile-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}



