/* RESET */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
body {

margin: 0;
font-family: 'Inter', sans-serif;
background: #0a0e1a;

}

.nav-logo {
    
    display: flex;
    align-items: center;

}

/* CONTROL IMAGE SIZE */

.nav-logo img {

    height: 76px;   /* main size */
    width: auto;

    max-height: 76px;

    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

/* PREVENT NAVBAR STRETCH */

.navbar-brand {

    padding-top: 0;
    padding-bottom: 0;

}


/* GLOBAL SCROLL MOTION */

.scroll-move {

transition: transform 0.2s ease;

}


#mainNavbar.scrolled {

background: rgba(10,14,26,0.85);
backdrop-filter: blur(8px);

}

/* GOLD TEXT SELECTION */

::selection {

background: #c9a74a;
color: #0a0e1a;

}

::-moz-selection {

background: #c9a74a;
color: #0a0e1a;

}

/* SMOOTH SCROLL */

html {

scroll-behavior: smooth;

}

/* NAVBAR */

#mainNavbar {

transition: 0.4s ease;

}

#mainNavbar.scrolled {

background: #0a0e1a;
border-bottom: 1px solid #c9a74a48;

}

.nav-link {

color: white;
font-weight: 500;
letter-spacing: 1px;

}





/* OFFCANVAS */

.offcanvas {

background: #0a0e1a;

}

.offcanvas .nav-link {

color: white;
font-size: 1.2rem;
margin-bottom: 15px;

}

/* HERO */

.hero {

height: 100vh;

display: flex;
align-items: center;

padding-left: 8%;
padding-top: 8%;

background-image:

linear-gradient(
to bottom,
rgba(10,14,26,0) 40%,
rgba(10,14,26,0.8) 75%,
#0a0e1a 100%
),

url("../assets/image/hero-bg.png");

background-size: cover;
background-position: center;

position: relative;

}

/* HERO TITLE */

.hero h1 {

font-family: 'Playfair Display', serif;

font-size: 6rem;

color: #f9f5f5;

line-height: 1.1;

font-weight: 300;

transition: transform 0.2s ease;

}

/* HERO SUBTEXT */

.hero-subtext {

color: #c2b6a3;

font-size: 1.2rem;

max-width: 600px;

margin-top: 20px;

line-height: 1.6;

}

/* SECTIONS */

.section {

height: 100vh;
background: #0a0e1a;

}

/* ================= ABOUT SECTION ================= */


.about-section {
position: relative;
padding: 120px 0;
background: #0a0e1a;

overflow: hidden;

}

.vx h2 {
    font-family: 'Playfair Display', serif;
    color: #f1eee9;
}
.vx p {
    color: #dabb65;
    text-transform: uppercase;
    font-size: .75rem;
}
.divider-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0px;
}

.divider-left::before {
  content: "";
  width: 50px; /* line length */
  border-bottom: 1px solid #c9a74a;
  margin-right: 15px; /* space between line and text */
}

.divider-left span {
    color: #dabb65;
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: 0.2em;
    padding: 0 15px;
    font-family: 'Playfair Display', serif;
}

/* LEFT TEXT */



/* GOLD LABEL */



/* TITLE */



/* GOLD DIVIDER */



/* SUBTEXT */



/* RIGHT IMAGE */

.image-container-1 img{
    object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 100%;
}


/* SCROLL ACTIVE STATE */

.b4-subtext span {
    font-size: 18px;
}
.b4 h2 {

font-family: 'Playfair Display', serif;

font-size: 3.5rem;

line-height: 1;

color: #ffffff;

margin-bottom: 25px;

}

.expertise-section{
    background-color: #151a28;
    padding: 120px 0;
    overflow: hidden;
    border-top: 1px solid #c9a74a;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  width: fit-content;
}
.divider span{
    color: #c9a74a;
    font-weight: bold;
    font-size: .75rem;
    letter-spacing: 0.2em;
    padding: 0 15px;
    font-family: 'Playfair Display', serif;
}

.divider::before,
.divider::after {
  content: "";
  width: 60px;
  border-bottom: 1px solid #c9a74a;
}



.expertise-section h2{
    font-family: 'Playfair Display', serif;

    font-size: 3.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.expertise-section h3{
    font-family: 'Playfair Display', serif;
    color: #f8f4f4;
    font-size: 1.3rem;
}

.crds {
    background-color: #0a0e1a;
    border: 1px solid #c9a74a;
    color: #c2b6a3;
    padding: 2.3rem;
    height: 100%;
}
.crds:hover{
    background-color: #080c17;
}
.crds .bi{
    color: #c9a74a;
    font-size: 1.8rem;
}
.crds a{
    color: #c9a74a;
    font-size: .7rem;
    text-decoration: none;
    font-weight: bold;
}

.exp .bi{
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.exp:hover .bi{
    transform: translateX(5px);
}

.crds button .bi{
    color: #c9a74a;
    font-size: 1rem;
}

.holdings-section {
    padding: 120px 0;
    overflow: hidden;
    border-top: 1px solid #c9a74a;
}

.holdings-section h2 {
    font-family: 'Playfair Display', serif;

    font-size: 3.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}
.image-card1 {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

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

  /* Smooth zoom animation */
  transition: transform 0.6s ease;
}

/* Zoom on hover */
.image-card1:hover img {
  transform: scale(1.08);
}

.image-card {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}


/* Image */
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Smooth zoom animation */
  transition: transform 0.6s ease;
}

/* Zoom on hover */
.image-card:hover img {
  transform: scale(1.08);
}

/* Dark overlay for readability */
.image-overlay {
  position: absolute;
  inset: 0;
  /* Good readable opacity */
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  text-align: left;
  color: white;
  padding: 30px;
  top: 50%;
  /* Smooth fade */
  transition: background 0.4s ease;
}

/* Slightly darker on hover */
.image-card:hover .image-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* Text styling */
.image-overlay h3 {
    font-family: 'Playfair Display', serif;

    font-size: 1.7rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.image-overlay p {
    color: #c9a74a;
    font-size: 13px;
}

.sectors{
    border: 1px solid #c9a74a;
    padding: 30px;
    height: 220px;
    background-color: #151a28;
}

.sectors h3{
    font-family: 'Playfair Display', serif;

    font-size: 1.7rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.sectors p {
    color: #c9a74a;
    font-size: 13px;
}

.leadership-section {
    background-color: #151a28;
    padding: 120px 0;
    overflow: hidden;
    border-top: 1px solid #c9a74a;
}

.leadership-section h2 {
    font-family: 'Playfair Display', serif;

    font-size: 3.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.steward {
    text-align: center;
    padding-left: 170px;
    padding-right: 170px;
    color: #c2b6a3;
    margin-bottom: 50px;
}
/* RESPONSIVE */

.executive-sess{
    padding-left: 50px;
    padding-right: 50px;
}

.executive-info {
    text-align: left;
    padding-left: 15px;
    border-left: 2px solid #c9a74a4d;
}

.executive-info h4 {
    font-size: 18px;
    color: #f1eee9;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.25;
}

.executive-info p {
    font-size: 15px;
}

.ceo-images {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ceo-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Keeps the middle of the image visible */
    object-position: center center;

    /* Smooth zoom support (optional) */
    transition: transform 0.5s ease;
}

/* Optional hover zoom */
.ceo-images:hover img {
    transform: scale(1.05);
}


.executive-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.executive-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Keeps the middle of the image visible */
    object-position: center center;

    /* Smooth zoom support (optional) */
    transition: transform 0.5s ease;
}

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

.reach-section {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/b_hero.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

/* Dark overlay */
.reach-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

/* Content stays above overlay */
.reach-content {
  position: relative;
  z-index: 2;
}
.reach-content h1{
    font-family: 'Playfair Display', serif;

    font-size: 3.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}
.reach-content h2{
    color: #c9a74a;
}
.hub{
    padding-left: 30px;
    border-left: 1px solid #c9a74a4d;
    text-align: left;
    margin-top: 80px;
}
.hub h3{
    font-family: 'Playfair Display', serif;

    font-size: 1.3rem;

    line-height: .5;
}
.hub p {
    color: #c2b6a3;
    font-size: .8rem;
}

.su-b{
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 10px;
}
.su-b p {
    color: #c2b6a3;
}

.contact-section{
    background-color: #c9a74a;
    padding: 120px 0;
    overflow: hidden;
    height: 100vh;
    text-align: center;
}

.contact-section h1{
    font-family: 'Playfair Display', serif;
    color: #0a0e1a;
    font-size: 3.1rem;
}

.contact-section button{
    background-color: #0a0e1a;
    color: #c9a74a;
    outline: none;
    padding: 15px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    width: 250px;
    line-height: 1.42857;
    letter-spacing: .1em;
}
.contact-section button:hover{
    background-color: #f1eee9;
    color: #c9a74a;
}
.cnt {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer {
    background-color: #0a0e1a;
    padding: 40px 70px;
    overflow: hidden;

}
.subby {
    color: #c2b6a3b4;
    font-size: 14px;
}
.legal {
    padding: 30px 0;
}
.legal1{
    padding: 30px 0;
}
.legal h4{
    font-family: 'Playfair Display', serif;
    color: #c9a74ac2;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 2.5rem;
}
.legal ul {
    color: #c2b6a3b4;
    line-height: 1.9rem;
    font-weight: 300;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal a{
    text-decoration: none;
    color: #c2b6a3b4;
}

.copyright{
    color: #c2b6a3b4;
    font-size: 12px;
}
.confidential{
    color: #c2b6a3b4;
    text-align: right;
    font-size: 12px;
}
/* RESPONSIVE */

@media (max-width: 768px) {

.hero {

padding-left: 6%;
padding-right: 6%;

}

.hero h1 {

font-size: 3.5rem;

}

.hero-subtext {

font-size: 1rem;

}

.about-title {

font-size: 2.2rem;

}

.about-text {

padding-right: 0;
margin-bottom: 40px;
border-bottom: 1px solid #c9a74a;
padding-bottom: 40px;

}

.leadership-section {
    background-color: #151a28;
    padding: 100px 0;
    overflow: hidden;
    border-top: 1px solid #c9a74a;
}

.leadership-section h2 {
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.steward {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    color: #c2b6a3;
    margin-bottom: 50px;
}
/* RESPONSIVE */

.executive-sess{
    padding-left: 10px;
    padding-right: 10px;
}

.executive-info {
    text-align: left;
    padding-left: 15px;
    border-left: 2px solid #c9a74a4d;
}

.executive-info h4 {
    font-size: 18px;
    color: #f1eee9;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.25;
}

.executive-info p {
    font-size: 15px;
}

.ceo-images {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ceo-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Keeps the middle of the image visible */
    object-position: center center;

    /* Smooth zoom support (optional) */
    transition: transform 0.5s ease;
}

/* Optional hover zoom */
.ceo-images:hover img {
    transform: scale(1.05);
}


.executive-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.executive-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Keeps the middle of the image visible */
    object-position: center 30%;

    /* Smooth zoom support (optional) */
    transition: transform 0.5s ease;
}

.executive-image:hover img {
    transform: scale(1.05);
}
.gx-4 {
    padding-right: 12px;
}
.reach-section {
    position: relative;
    height: 550px; /* full screen height */
    background: url('../assets/image/b_hero.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.hub{
    padding-left: 10px;
    border-left: 1px solid #c9a74a4d;
    text-align: left;
    margin-top: 30px;
}
.hub h3{
    font-family: 'Playfair Display', serif;

    font-size: 1.1rem;

    line-height: .5;
}
.hub p {
    color: #c2b6a3;
    font-size: .6rem;
}

.su-b{
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 10px;
}
.su-b p {
    color: #c2b6a3;
    font-size: .8rem;
}

.reach-content h1{
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;

    color: #f1eee9;

    margin-bottom: 25px;
}

.contact-section{
    background-color: #c9a74a;
    padding: 25% 30px;
    overflow: hidden;
    height: 500px;
    text-align: center;
}


.contact-section h1 {
    font-family: 'Playfair Display', serif;
    color: #0a0e1a;
    font-size: 2.1rem;
}

.cnt {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

footer {
    background-color: #0a0e1a;
    padding: 40px 40px;
    overflow: hidden;

}
.legal1{
    padding: 10px 10px;
    text-align: center;
}
.confidential{
    text-align: center;

}
}