@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
    margin: 0;
    padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
html {
    overflow-x: hidden;
}
header{
position: relative;
width:100%;
transition: all 0.4s ease;
z-index:999;
}
@media (min-width: 992px){
/* sticky header */
.header-sticky{
position: fixed;
top:0;
left:0;
width:100%;
background:url(../images/home/bg-banner.jpg); /* optional */
}

/* hide header when scrolling */
.header-hidden{
transform: translateY(-100%);
}}

/* scroll hamburger */

.scroll-hamburger{
position: fixed;
right:30px;
top:30px;
width:35px;
height:24px;
display:none;
flex-direction:column;
justify-content:space-between;
cursor:pointer;
z-index:9999;
}

.scroll-hamburger span{
height:3px;
background:#c9a66b;
display:block;
}

.scroll-hamburger.show{
display:flex;
}
/* Logo resize */
.sticky-header .firstlogo img{
  width: 130px !important;
}

.sticky-header .navbar-brand img{
  width: 120px;
}

/* Navbar spacing */
.sticky-header .navbar-expand-lg .navbar-nav{
  margin-bottom: 10px !important;
}

/* Active line position */
.sticky-header .navbar-nav .nav-link.active::before,
.sticky-header .navbar-nav .nav-link:hover::before{
  top: 51px !important;
}
@keyframes slideDown{
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
}
.swiper {
  z-index:1 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  /* letter-spacing: 0.5px; */
}
p{ font-size: 18px;
  line-height: 1.8;
  font-weight: 450;
  color: #555555;
  /* letter-spacing: 0.2px; */
   font-family: 'Poppins', sans-serif;
  margin: 0;}

p,
span,
li,
a,
button,
input,
textarea {
  
}

section{
    padding: 3rem 0;
    overflow-x: hidden;
  overflow: hidden;
}
/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1160px !important;
    }
} */
/* header */
/* Overlay */
/* Remove default bootstrap icon */


.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

/* Hamburger container */
.mobile-toggle {
  width: 50px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
}



/* White span lines */
.mobile-toggle span {
  width: 100%;
  height: 3px;
  background-color: #fefdfd; /* WHITE */
  border-radius: 3px;
  transition: 0.35s ease;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9998;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -85%;
  width: 85%;
  height: 100%;
  background: #fefdfd;
  z-index: 9999;
  transition: 0.45s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 0 40px rgba(0,0,0,0.15);
}

/* Active */
.mobile-menu.active {
  left: 0;
}
.mobile-menu.active ul li { list-style-type: none; padding-top: 40px;}
.mobile-menu.active ul li a{ text-decoration: none; color: #9b5a3c; }
/* Header */
.mobile-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.mobile-header img {
  height: 40px;
}
.mobile-menu.active .navbar-brand{
      margin-top: 50px;
    display: flex;
    justify-content: center;
}
.navbar-brand img{width: 150px; height: auto; margin-bottom: 10px; object-fit: cover;}

.close-menu {
  font-size: 32px;
  background: none;
  border: none;
  line-height: 1;
  display: flex;
  padding: 10px 30px;
  justify-content: end;
  align-items: center;
}

/* Navigation */
.mobile-nav {
  list-style: none;
  padding: 30px 20px;
  margin: 0;
}

.mobile-nav li {
  margin-bottom: 18px;
}

.mobile-nav a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.mobile-nav a:hover {
  background: #f5f5f5;
}

/* Footer branding */
.mobile-footer {
  margin-top: auto;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #eee;
}
footer p{color: #fff;}
.mobile-footer img {
  height: 36px;
}

/* Hide mobile menu on desktop */
@media (min-width: 992px) {
  .mobile-menu,
  .menu-overlay {
    display: none;
  }
}
  
.loginbtn{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
.navbar {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}

/* Base Border (Always Visible) */
.navbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
   max-width: 1320px !important;
  height: 3px;

  background: #b19373;
  z-index: 1;
}

/* Moving Shine (Runs Once) */
.navbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40%;

  width: 40%;
  height: 3px;

  background: #efd27a ;

  z-index: 2;
  pointer-events: none;

  /* Run once and stay hidden */
  animation: shineBorder 3.5s linear forwards;
}

/* Animation */
@keyframes shineBorder {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(350%);
    opacity: 0;
  }
}


.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:not(:last-child) a::after {
    content: "|";
    position: absolute;
    right: -7px;
    top: 45%;
    transform: translateY(-40%);
    color:#F0D58C;
    font-weight: 700;
}


.navbar-nav  li .nav-link{
    text-decoration: none;
font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  /* letter-spacing: 3px;    */
  margin-left: 10px; 
text-transform: uppercase;
color:#D4B889 !important;

}
.navbar-nav {margin-right: 20px; --bs-nav-link-padding-y: 0; margin-top: 80px;
}
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 8px;
}

/* Active Underline */
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 45px;
  height: 3px;
  z-index: 11 ;
  background-color: #efd27a; /* Same gold color */
  transition: all 0.3s ease;
}

.homepage{
}
.bg-banner{
    background-image: url(../images/home/bg-banner.jpg);
    background-position: center;
background-size: cover;
height: 100%;
width: 100%;
background-repeat: no-repeat;}
.hero-section{
    background-image: url(../images/home/bannerdemo.jpeg);
    background-position: center;
background-size: cover;
margin: 0 20px;
height: 90vh;
/* wid    th: 100%; */
background-repeat: no-repeat;
}
.mainTitle h1{
    font-size: 45px;
font-weight: 500;
color: #ffffff;
margin-bottom: 20px;
}
.mainTitle p{
    font-size: 20px;
color: #ffffff;
line-height: 27px;
font-family: 600;
}
.counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.counter h4{
       font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px;
    color: #E7BA6C;
    /* width: 90%; */
    /* padding: 0 30px; */
    text-align: center;
}
.counterimg1 img{width: auto;height:100px; }
.counterimg4 img{height:120px !important;}
.counter img {
    /* width: 140px; */
    height: 140px;
    object-fit: cover;
}
@media (max-width:991px) {
  .counter h4{
    width: 100%;
  font-size: 20px;}
  
}

.philosophy-section {
  padding: 100px 0;
}

.philosophy-img img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 3/2; */
  object-fit: cover;
}

.small-title {
  font-size: 13px;
  /* letter-spacing: 1px; */
  font-weight: 700;
  color: #a48170;
  display: block;
  margin-bottom: 15px;
}
.philosophy-content {
    margin-bottom: 30px; padding-right: 20px;}
.titleMain h2 {
      font-size: 36px;
    /* line-height: 1.5; */
    /* letter-spacing: 1.5px; */
    font-weight: 600;
    color: #142E67;
}
.philosophySwiper .swiper-pagination {
 position: relative !important;
    margin-top: 30px;
    display: inline;
    text-align: center;
    
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  padding: 7px;
  background: #ffcf60 !important;
  opacity: 2;
  margin-right: 10px !important;
}

.swiper-pagination-bullet-active{
  background: #9C7A2A !important;
}
.bg-blue{background-color: #0E1F4D;}
.leader{aspect-ratio: 2/1; width: 75%;
object-fit: cover;}

.explore-btn {
    display: inline-block;
    padding: 3px 25px;
    background: linear-gradient(90deg, #b28a44 0, #e9d8a6 45%, #b28a44 100%);
    color: #1a1a1a;
    border: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px !important;
padding: 10px 50px !important;
    transition: .35s;
    text-decoration: none;
}

.explore-btn:hover {
    background: #b8944f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}
.bg-blue .titleMain h2{color: #fff;}
.advantage h5{ font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
  line-height: 1.2;}
  .leftimg {position: relative; display: inline-block;}
.leftimg img{display: block;height: auto; object-fit: cover;position: relative; z-index: 2;}
/* border effect */
.leftimg::after {
  content: "";
  position: absolute;
  top: 30px;     /* move border down */
  right: 30px;    /* move border right */
  left:-30px;
  bottom: -30px;
  border: 1px solid #d8b98a;
  pointer-events: none;
  z-index: 1;
}


 /* footer */
    .footer {
    background-image: url(../images/home/bg-banner.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px  0;
}
.footer h5{font-size: 1rem; }
.footer p{font-size: 1rem;}
.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
.footer h5{color: #fff;}
.footer a:hover {
    text-decoration: underline;
}
/* .footer-logo img {
    width: 250px;
} */
.social-icon {
    width: 60px;
    height: 60px;
background: linear-gradient(
  90deg,
  #b28a44 0%,
  #e9d8a6 45%,
  #b28a44 100%
);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
        font-size: 2rem !important;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}
.rights p{color: black; text-align: center; font-size: 18px;}
.realtyWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

/* LEFT IMAGE */
.leftImage {
 flex: 1.2;
    z-index: 2;
    margin-bottom: 120px;
}

.leftImage img {
  width: 100%;
  height: auto;
  display: block;
}

/* RIGHT IMAGE */
.rightImage {
  flex: 1.2;
  position: relative;
  /* margin-left: -6%; */
}

.rightImage img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* GOLD FRAME */
.imageFrame {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 2px solid #c08b5c;
  z-index: 1;
}

/* 📱 MOBILE */
@media (max-width: 768px) {

  .rightImage {
    margin-left: 0;
    margin-top: 30px;
  }

  .imageFrame {
    top: -15px;
    left: -15px;
  }
}
.morelogo img{    width: 15%;
    margin-top: -156px;
}
footer h5{  font-family: 'Poppins', sans-serif;}
footer p{  margin-bottom: 0;}

.fontmedium{font-weight: 600;}

/* responsive
 */
 
 @media (max-width:991px){
 .mainTitle h1{font-size: 35px;}
 .mainTitle p{font-size: 12px;}
 .hero-section{margin: 0;}
 .swiper-button-next{display: none !important;}
 .swiper-button-prev{display: none !important;}
 .aboutBanner::after {display: none;}


}
 @media (max-width:991px){

  .leader{
    width: 100%;
    margin-left:45px;
    text-align:center;
  }

  .leader-img{
    width:100%;
    height:auto;
    object-fit:contain;
  }

  /* fix gold frame spacing */
  .leader::after{
    top:-12px;
    left:-12px;
    right:12px;
    bottom:12px;
  }

}

/* section that has background image */
.overlay-section{
  position: relative;
}

/* mobile overlay */
@media (max-width:768px){
  .overlay-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* translucent dark */
    z-index: 1;
  }
.companies-section h2{font-size: 22px !important;}
  .overlay-section .content{
    position: relative;
    z-index: 2;
  }
  .work-title {
   position: relative;
   z-index: 2;
}
.hero-section{
      
    background-position: top;
    background-size: cover;
    margin: 0;
    height: 65vh;
    background-repeat: no-repeat;
}
.ourlife {
    background-image: url(../images/ourlife/life.jpg);
    background-position: top;
    background-size: contain !important;
    height: 28vh !important;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}}

@media (min-width: 992px){
header{
transition: transform 0.4s ease;
}

.header-hidden{
transform: translateY(-120%);
}

/* floating hamburger */

.scroll-hamburger{
position: fixed;
right: 30px;
top: 30px;
width: 35px;
height: 24px;
display: none;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 9999;
}

.scroll-hamburger span{
display:block;
height:3px;
background:#c9a66b;
}

.scroll-hamburger.show{
display:flex;
}header{
transition: transform 0.4s ease;
}

.header-hidden{
transform: translateY(-120%);
}

/* floating hamburger */

.scroll-hamburger{
position: fixed;
right: 30px;
top: 30px;
width: 35px;
height: 24px;
display: none;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 9999;
}

.scroll-hamburger span{
display:block;
height:3px;
background:#c9a66b;
}

.scroll-hamburger.show{
display:flex;
}
.scroll-hamburger{
position: fixed;
right:30px;
top:30px;
width:35px;
height:24px;
display:none;
flex-direction:column;
justify-content:space-between;
cursor:pointer;
z-index:9999;
}


/* show hamburger */
.scroll-hamburger.show{
display:flex;
}
.scroll-hamburger span{
height:3px;
background:#c9a66b;
display:block;
transition:0.4s;
}


/* cross animation */

.scroll-hamburger.active span:nth-child(1){
transform: rotate(50deg) translate(6px,6px);
}

.scroll-hamburger.active span:nth-child(2){
opacity:0;
}

.scroll-hamburger.active span:nth-child(3){
transform: rotate(-50deg) translate(8px,-8px);
}}