service-ov/* =========================
   GLOBAL
========================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
   font-family: "Jost", sans-serif;
  background: #ffff;
  color: #000;
  line-height: 1.6;
}

img {
  max-width: 100%; 
  display: block; 
}
 
h2 {
  font-size: 26px;
 
  margin-bottom: 10px;
}

p {
    color: #6D6E70;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}


.section {
  padding: 90px 0;
  text-align: center;
}

.section.white {
  background: #ffffff;
  color: #111;
}

.section.dark {
  background: #111;
  color: #fff;
}

.section.white p {
  color: #666;
}

/* =========================
   HEADER
========================= */
.header {
    background: #fef9eb;
    border-bottom: 1px solid #fef9eb;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
}

.logo small {
  font-size: 11px;
  
  color: #aaa;
}

/* NAV */
.header nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
      justify-content: space-between;
}

.header nav a {
  text-decoration: none;
  color: #cfcfcf;
  font-size: 13px;
   
}

.header nav a:hover {
  color: #fff;
}

/* SEARCH */
.search {
    width: 260px;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
    margin-top: 15px;
}

/* =========================
   HERO + SIDEBAR
========================= */
.hero {
    /* height: 520px; */
    background: #1f1f1f;
    position: relative; 
}

.hero aside.markets {
    /* height: calc(100vh - 160px); */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 20px;
        pointer-events: all;
}

.hero aside.markets::-webkit-scrollbar {
  display: none;
}

.markets {
  width: 240px;
  background: #fef9eb;
  height: 100%;
}

.markets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.markets li {
  padding: 20px;
  border-bottom: 1px solid #333;
  font-size: 12px;
 
  color: #000000;
      text-transform: uppercase;
  cursor: pointer;
}

.markets li:hover {
    background: #cbc6b5;
    color: #000;
}

/* =========================
   SWIPER (NEW DEVELOPMENTS)
========================= */
.swiper {
  padding: 40px 0;
}

.swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/* =========================
   FEATURED PROPERTIES
========================= */
.featured {
  background: #fff;
  padding-bottom: 90px;
}

.featured > img {
  margin-bottom: 40px;
}

.featured .col-md-4 img {
  border-radius: 4px;
}

/* =========================
   FULL IMAGE STRIPS
========================= */
.full-image {
  width: 100%;
  height: auto;
}

.full-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   VIDEO SECTION
========================= */
.video {
  max-width: 900px;
  margin: 40px auto 0;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   LIFESTYLE / COLLECTION
========================= */
.section.white .col-md-4 img {
  border-radius: 4px;
}

/* =========================
   CAREER STRIKERS
========================= */
.section.dark h2 {
  color: #fff;
}

.section.dark .swiper-slide img {
  border-radius: 50%;
}

/* =========================
   PUBLICATIONS
========================= */
.publication {
  max-width: 600px;
  margin: 40px auto 0;
}

/* =========================
   GUIDES & REPORTS
========================= */
.guides {
  background: #fff;
}

.guides img {
  width: 100%;
}

/* =========================
   FOOTER
========================= */
.footer {
  background: #0f0f0f;
  padding: 80px 0 40px;
  color: #aaa;
  font-size: 13px;
}

.footer .col-md-3 {
  margin-bottom: 20px;
}

.footer a {
  color: #aaa;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

button#close_menu {
    display: none;
}

.toggle_btn {
    display: none;
}


@media (max-width: 991px) {
  .search {
    width: 180px;
  }
 

  .swiper {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  .section {
    padding: 60px 0;
  }
}

.colog img {
    max-width: 160px;
   /* filter: brightness(0) invert(1); */
    padding: 5px 0;
}



.white_png{
   filter: brightness(0) invert(1) !important;
}


.top_header {
    padding: 10px 0;
}

.header_bottom {
    background: #cbc6b5;
    overflow: visible;
}

.header_bottom li a {
    color: #000000;
    float: none;
    font-weight: 400;
    padding: .65em 1rem 0;
    text-decoration: none;
    `/*font-family: Biondi Sans Custom, Futura PT Book, Helvetica Light, Helvetica, sans-serif;*/
    font-size: .9rem;
 
    text-align: center;
    text-transform: uppercase;
}

.header_bottom li a {
    color: #000000;
    float: none;
    font-weight: 400;
    padding: 10px 30px;
    text-decoration: none;
   /* font-family: Biondi Sans Custom, Futura PT Book, Helvetica Light, Helvetica, sans-serif; */
    font-size: .9rem;
    
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
}


.header_bottom li a:hover {
    background-color: #fef9eb;
    color: #000000;
    text-decoration: none;
}


.developement-card img {
    width: 100%;
}

.developement-card {
    position: relative;
}

.devloper-overlay {
    position: absolute;
    bottom: 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 35px;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(7, 28, 31, 0) 0%, rgba(7, 28, 31, 1) 90%);
    flex-wrap: wrap;
	    transition: all ease .5s
}

.devloper-overlay:hover {
    padding-bottom: 50px;
    transition: all ease .5s;
}

.featured-properties .swiper {
    padding: 0;
}



.devloper-overlay h3 {
    color: #fff;
}

.devloper-overlay h2 {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
}


.devloper-overlay a {
    text-decoration: none;
}

.devloper-overlay h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

 


.header_bottom li a:after {
    content: ''; 
}
.header_bottom li a:hover:after {
    content: '';
    background: #fff;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.slider_video01 video {
    width: 100%;
    height: calc(100vh - 122px);
    object-fit: cover;
}


.cityslider_homw {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 999;
    pointer-events: none;
}






.new-developments {
  padding: 60px 0;
  background: #fff;
}

.section-title {
  font-size: 36px;
  
  margin-bottom: 20px;
      color: #0f0f0f;
}

.section-desc {
  max-width: 720px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.explore-btn {
  margin-top: 30px;
  padding: 12px 40px;
   
  font-size: 12px;
}

/* Carousel */
.developments-carousel .dev-item {
  padding: 40px 0 0;
  transform: scale(.85);
  transition: all .4s ease;
}

.developments-carousel .center .dev-item {
  transform: scale(1);
}

.dev-card {
  position: relative;
  background: #fff;
 
}

.dev-card img {
  width: 100%;
  display: block;
}

.dev-title {
    display: block;
    background: #fef9eb;
    padding: 14px;
    
    color: #000;
}


/* Angle effect */
.developments-carousel .owl-item:not(.center) .dev-card {
  transform: perspective(800px) rotateY(15deg);
  opacity: .6;
}

.developments-carousel .owl-item.center .dev-card {
  transform: none;
  opacity: 1;
}

/* Arrows */
.developments-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px !important;
  color: #333 !important;
}

.developments-carousel .owl-nav .owl-prev { left: -60px; }
.developments-carousel .owl-nav .owl-next { right: -60px; }


.featured-properties {
  position: relative;
  height: 85vh;
  min-height: 520px;
}

.featuredSwiper,
.featuredSwiper .swiper-slide {
  height: 100%;
}

.featuredSwiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

/* Featured Properties – match full-image section */
.featured-properties .overlay-box {
    position: absolute;
    top: 80px;                 /* distance from top */
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 820px;
    padding: 0;                /* remove padding */
    background: transparent;   /* ❌ remove background */
    color: #000;
	    z-index: 999999;
}
/* Full banner dark overlay (like second image) */
.featured-properties .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 18%);
    z-index: 1;
}

.nest-yachts-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5;
}

/* Text styling */
.featured-properties .overlay-box h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.featured-properties .overlay-box p {
    font-size: 14px;
    line-height: 1.8;
}

/* Bottom navigation layout */
.featured-properties .property-info {
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
}
.overlay-box h2 {
  font-size: 36px;
  
  margin-bottom: 25px;
}

.overlay-box p {
  font-size: 14px;
  line-height: 1.9;
  color: #000;
}

.property-info {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
 
}

.property-info span {
  font-size: 12px;
  color: #bbb;
}

.nav-btn {
  background: none;
  border: none; 
  font-size: 32px;
  cursor: pointer;
}

.nav-btn:hover {
  opacity: .7;
}

 
.nest-yachts-hero {
  position: relative;
  min-height: 85vh;
  background: url('../img/yacht-bg.png') center center / cover no-repeat;
  color: #fff;
}

.hero-logo {
    max-width: 120px;
    margin: 0 auto;
}



.nest-yachts-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.hero-logo {
  max-width: 120px;
}

.hero-title {
 
  font-size: 22px;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 14px;
  line-height: 1.9;
   
  margin-bottom: 35px;
  color: #ddd;
}

.hero-btn {
  padding: 12px 44px;
  
  font-size: 12px;
  border-width: 1px;
}





.nest-media {
  background: #fff;
}

.media-title {
  font-size: 36px;
  
      color: #0f0f0f;
}

.media-title span {
  font-weight: 300;
  color: #aaa;
}

.media-desc {
  max-width: 680px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

/* Video */
.media-video {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.media_list01 {
    max-width: 80%;
    margin: 0 auto;
}



.media-video img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* Cards */
.media-card {
  text-align: center;
}

.media-card img {
  width: 100%;
  margin-bottom: 20px;
}

.media-card h6 { 
  
  margin-bottom: 12px;
}

.media-card p { 
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

.media-card .btn {
  font-size: 11px;
  
  padding: 6px 16px;
}
  
.media-video video {
    max-width: 100%;
}

.career-seekers {
  position: relative;
  padding: 100px 0 60px;
  background: url('../img/career_bg.png') center/cover no-repeat;
  color: #fff;
}

.career-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

.career-title {
  font-size: 36px;
  
  margin-bottom: 25px;
}

.career-desc {
  max-width: 720px;   
  color: #ddd;
}

.career-sub {
  margin-top: 20px; 
}

.career-btn {
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 12px;
 }

/* Carousel cards */
.career-card {
  position: relative;
  text-align: center;
      filter: grayscale(1);
}

.career-card img {
  width: 100%;
  display: block;
}

.career-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  padding: 10px;
  font-size: 12px;
   
}

/* Owl arrows */
.career-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 40px !important;
  color: #fff !important;
}

.career-carousel .owl-nav .owl-prev { left: 20px; }
.career-carousel .owl-nav .owl-next { right: 20px; }
 

.publications-section {
  background: #fff;
}

.publications-img {
  max-width: 100%;
}

.publications-title {
  font-size: 32px;
  
  margin-bottom: 20px;
  color: #0f172a;
}

.publications-text {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  max-width: 480px;
}

.publications-btn {
  margin-top: 30px;
  padding: 10px 36px;
  font-size: 12px;
  
  border: 1px solid #000;
  background: transparent;
  color: #000;
  transition: all .3s ease;
}

.publications-btn:hover {
  background: #000;
  color: #fff;
}


.collections01{background-image: url(../img/collection_bg01.png);} 

.collections01 h2.hero-title {
    color: #000;
}
.collections01 p.hero-text {
    color: #000;service-ov
}



.GUIDES_AND_REPORTS{
  background-image: url(../img/GUIDES_AND_REPORTS.jpg) !important;
}


.footer-section {
  border-top: 1px solid #000;
  background: #fff;
  font-size: 14px;
}

.footer-logo {
  max-width: 200px;
}

.footer-brand {
  font-size: 12px;
   
  color: #000;
}

.footer-address {
  font-size: 13px;
  line-height: 1.8;
}

.footer-social a {
  margin-right: 12px;
  color: #000;
  font-size: 16px;
}

.newsletter-title {
  font-size: 18px;
  
  margin-bottom: 15px;
}

.newsletter-form input {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 12px;
}

.newsletter-btn {
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  padding: 8px 20px;
}

.newsletter-btn:hover {
  background: #000;
  color: #fff;
}


.footer-links h6 {
    font-size: 16px !important;
    margin-bottom: 15px;
    color: #000 !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
}


.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}



.services-section {
  padding: 60px 0;
}

.service-card {
  position: relative; 
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}

/* Dark overlay */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0,0,0,0.45); */
  transition: opacity 0.4s ease;
}

/* Text container */
.service-overlay {
    display: none;
}
.ongoing-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.service-overlay h3 {
    color: #000;
    font-size: 18px;
     
    font-weight: 400;
    width: 100%;
    background:rgb(255 251 236 / 53%);
    padding: 30px 0;
	    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 600;
	
} 


/* Hover effects */
.service-card:hover::before {
  opacity: 0.65;
}

/*
.service-card:hover .service-overlay {
  transform: translateY(0);
  opacity: 1;
}*/


.service-card .service-overlay {
  transform: translateY(0);
  opacity: 1;
}




.header nav ul li {
    position: relative;
}

.header nav ul li ul {
    position: absolute;
    left: 0;
    max-width: 200px;
	display:none; 
    background: #fef9eb;
}

.header nav ul li:hover {
    background: #fef9eb;
}

.header nav ul li:hover > ul{
	display:block; 
}

.header nav ul li ul li a {
    text-align: left; 
}



.contact-hero{
            background: url('../img/banner01.jpg') center/cover no-repeat;
            height: 75vh;
            position: relative;
            display:flex;
            align-items:center;
            justify-content:center;
            text-align:center;
            color:#fff;
        }

        .contact-hero::before{
            content:"";
            position:absolute;
            inset:0;
            /*background:rgb(255 251 236 / 53%); */
        }

        .contact-hero-content{
            position:relative;
            z-index:2;
            max-width:900px;
        }

        .btn-outline-light{
            border:1px solid #fff;
            padding:12px 36px;
             
        }

        /* SECTION SPACING */
        .section-space{
            padding:50px 0;
        }

        /* IMAGE GRID */
        .image-grid img{
            width:100%; 
            object-fit:cover;
        }

        /* STATEMENT */
        .statement{
            font-size:20px;
            max-width:900px;
            margin:auto;
            text-align:center;
            line-height:1.8;
        }

        /* CONTACT + FORM */
        .contact-info h3{
            margin-bottom:25px;
        }

        .contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #313131;
}
.contact-info a {
    text-decoration: none;
    color: inherit;   /* Takes parent text color */
    font-weight: normal;
}

.contact-info a:hover {
    text-decoration: none; /* stays normal on hover */
    color: inherit;
}


        .contact_form .form-control, .contact_form  .form-select{
            border:none;
            border-bottom:1px solid #ccc;
            border-radius:0;
            padding:12px 5px;
            margin-bottom:25px;
			    border: 1px solid #e7e7e7;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
        }

        .contact_form  .form-control:focus, .contact_form  .form-select:focus{
            box-shadow:none;
            border-color:#000;
        }

        .btn-dark{
            padding:14px;
            
        }

        /* WIDE IMAGE STRIP */
        .wide-strip{
            background:url('images/strip-image.jpg') center/cover no-repeat;
            height:350px;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#fff;
            text-align:center;
        }

        .wide-strip h2{
            background:rgba(0,0,0,0.4);
            padding:20px 40px;
        }



.contact_form {
    padding-left: 30px;
    border-left: 1px solid #efefef;
}


/* Title */
.adv-title{
    font-size:32px;
    margin-bottom:40px;
	    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9D7F19;
}

/* Advantage items */
.adv-item{
    display:flex;
    margin-bottom:30px;
}

.adv-icon{
    width:50px;
    font-size:28px;
    color:#c9a96a;
    margin-top:5px;
}

.adv-item h5{
    font-size:20px;
    margin-bottom:6px;
}

.adv-item p{
    font-size:15px;
    line-height:1.7;
    color:#555;
}

/* Button */
.explore-btn{
    border:1px solid #c9a96a;
    padding:12px 28px;
    display:inline-block;
    margin-top:20px;
    text-decoration:none;
    color:#333;
    
}

.explore-btn:hover{
    background:#c9a96a;
    color:#fff;
}

/* Right image section */
.city-image{
    position:relative;
}

.city-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.city-overlay {
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 45%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    color: #fff; 
    font-size: 20px;
    line-height: 1.8;
    flex-wrap: wrap;
    align-content: center;
}


.city-image h3 {
    color: #000;    font-family: "Cormorant Garamond", serif;
}

.contact-info h3{
	font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9D7F19;
}

.statement h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9D7F19;
}


.city-image p {
    color: #000;
    line-height: 2;
}


.about-intro {
    padding: 90px 0;
    background: #fef9eb;
    font-family: 'Montserrat', sans-serif;
}

.about-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #2b2b2b;
	
	    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9D7F19;
	
	
}

.about-intro p {
    font-size: 14px;
    line-height: 1.8; 
    margin-bottom: 18px;
}

.about-image img {
    width: 100%;
    height: auto;
}

.about-footer-text {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    line-height: 1.8;
}

.flower-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 220px;
}

.about-wrapper {
    position: relative;
}


.media-title, .section-title, .overlay-box h2, .hero-title, .footer-links h6 {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #9D7F19;
}



.contact-hero-content h1 {
    color: #000;
}

.contact-hero-content p {
    color: #000;
}

.contact-hero-content a.btn {
    background: #fef9eb;
    color: #000;
}

.nest-yachts-hero h2.hero-title {
    color: #fff;
}





header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    background: rgba(31, 25, 20, 0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-height: 60px;
    z-index: 999999;
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
	
}

header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3px;
    background: rgba(193, 193, 193, 0.3);
    z-index: 2;
    opacity: 0;
}

header .mainHeader {
    width: 100%;
    position: relative;
    z-index: 1;
}


header .mainHeader .brandLogo {
    width: 170px;
    position: relative;
    z-index: 1;
}


.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

header .mainHeader .linksDiv {
    width: calc(100% - 200px);
}

header .mainHeader .linksDiv>ul {
    position: relative;
    min-height: 60px;
	    margin: 0;
}



header .mainHeader .linksDiv>ul>li {
    padding-left: 45px;
    min-height: 60px;
    display: flex;
    align-items: center;
}



header .mainHeader .linksDiv>ul>li>a {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}



header .mainHeader .linksDiv>ul>li.innerMenu>a {
    position: relative;
    padding-right: 25px;
}


header .mainHeader .linksDiv>ul>li.innerMenu>a:before {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}


header .mainHeader .linksDiv>ul>li .innerMenuDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
     display: none; 
    overflow: hidden;
}

header .mainHeader .linksDiv>ul>li:hover .innerMenuDiv {
    display: block;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList {
    width: 100%;
    position: relative;
    padding: 0px 0 60px 0;
    transform: translateY(50px);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv:before {
    content: '';
    position: absolute;
    height: 100%;
    background: rgba(24, 22, 21, 0.80);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    top: 0;
    left: 0;
    width: 100%;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .container {
    padding: 0 5% 0 calc(5% + 200px);
    padding-left: 170px;
    position: relative;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .closedMenu {
    position: absolute;
    top: 20px;
    top: -40px;
    right: 15px;
    height: 28px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}




header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl {
    width: 350px;
}


header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6 {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li {
    list-style: none;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li:first-child {
    margin-top: 20px;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a {
    color: #D0D0D0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
    /* display: inline-flex; */
    position: relative;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	    display: inline-block;
}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a span {
    display: block;
    width: 100%;
    font-size: 12px;
    position: relative;
    padding-top: 3px;
    margin-top: 1px;
}



header a {
    text-decoration: none;
}




header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv {
    width: 250px;
}




header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
    position: relative;
    border-radius: 30px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 295px;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input {
    border: 0;
    background: transparent;
    color: #fff;
    position: relative;
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    outline: none;
    padding-left: 20px;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchButtonDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    position: relative;
}


header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv img {
    width: 15px;
    height: 15px;
}



header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
    position: relative;
    border-radius: 30px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 295px;
}



header .mainHeader .linksDiv .staticlinksUl {
    margin-left: 70px;
}


header .mainHeader .linksDiv .staticlinksUl>li {
    padding-left: 30px;
}


header .mainHeader .linksDiv .staticlinksUl li a {
    color: #DADADA;
}



header .mainHeader .linksDiv>ul>li>a>img, header .mainHeader .linksDiv>ul>li>a> i {
    height: 16px;
    width: 17px;
    object-fit: contain;
    margin-right: 8px;
	    font-size: 17px;
}



header .mainHeader .linksDiv .staticlinksUl>li {
    padding-left: 30px;
}

header .mainHeader .linksDiv .staticlinksUl li a {
    color: #DADADA;
}



header .mainHeader .linksDiv .staticlinksUl>li {
    padding-left: 30px;
}


header .mainHeader .linksDiv>ul>li.innerMenu.noArrow>a {
    padding-right: 0;
}



header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv {
    height: 100vh;
}

 .innerLinksUl ul {
    padding: 0;
}



.logoDiv {
    width: 150px;
}




.mt50{    margin-top: 50px;}

header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a span:before {
    content: '';
    width: 00%;
    position: absolute;
    display: block;
    height: 1px;
	background: #C1A33E;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    max-width: 150px;
	    top: 0;
}
header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:hover{
	color:#C1A33E;
}
header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li a:hover span:before{
	width:100%
}




h2.project_title {
    text-align: center;
    font-size: 30px;
}

/* Image grid */
.project_list_image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.project_list_image img {
    width: 100%;
    height: 300px;            /* equal height */
    object-fit: cover;        /* crop nicely */
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.project_list_image img:hover {
    transform: scale(1.03);
}

.mobilevideo{Display:none;}

.inner_banner img {
    width: 100%;
}