/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background-color: #ffffff; /* Optional */
   
}
.container,
.wrapper,
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    padding: 5px ! important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


.mytab{
    
    text-align: center;
    display: inline-block;
    padding: 50px 0px;
}



 .tab_bt{
                width: auto;
    /* box-shadow: 0px 0px 32px 2px rgb(128 163 177 / 75%); */
    border-radius: 36px;
    padding: 10px 20px;
   
    border: 1px solid #a6a8ad;
    text-transform: uppercase;
    font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
    }
    
    .tab_bt.active, .tab_bt:hover{
            width: auto;
       background: #2A7B9B;
    background: linear-gradient(90deg, rgb(62 101 176) 0%, rgba(60, 81, 99, 1) 50%, rgb(236 174 39) 100%);
    color: #ffffff;
        
    }




 #mobo_option{
     display: none;   
    }


    @media (max-width:900px){
        
        #video_banner{
          
        }
        
        #video_banner .myslideoverlay{
           top:7vh;
        }
        
        #video_banner .myslideoverlay .hero{
            font-size: 16px ! important;
           display: contents;
        }
        
        #video_banner .myslideoverlay .content h2 span{
            font-size: 14px ! important;
/*            display: none;*/
        }
        
        
        #video_banner .swiper-pagination{
            display: none;
        }
        
        
        .top-header .social-links{
            display: none;
        }
        
        .contact-info{
            width:100%;
        }
        .contact-info span {
            width:46%;
            display: inline-block;
        }
        
        
        .mycontactform{
            margin-left: 0px ! important;
        }
        
        .myproduct {
            height: auto ! important;
            padding-bottom: 15px ! important;
        }
        
        
        
        
        

    
    }
    
    
   

           
    #close_menubar{
            float: right;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f7efef;
    }




  #categoryFilter{
          list-style: none; 
          display: inline-block; 
          color: white; 
      margin-bottom: 25px;
          
      }
      #categoryFilter li{
        border: 1px solid white; border-radius: 20px; display: inline-block; padding: 15px 15px ;
           background-color: white; color: black;
          font-size: 14px;
          cursor: pointer;
          margin-bottom: 10px;
          
      }
      #categoryFilter li:hover{
          color: white;
           background: #2A7B9B;
    background: linear-gradient(90deg, rgb(62 101 176) 0%, rgba(60, 81, 99, 1) 50%, rgb(236 174 39) 100%);
      }


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #94792f;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    
    
        .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
        padding: 15px;
        overflow: auto;
}
      
        
        .navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
    padding: 25px 15px;
    box-shadow: 0px 0px 2px 0px rgb(177 180 184 / 60%);
    margin-bottom: 15px;
            border-radius: 5px;
}
   
        .navbar .submenu{
            box-shadow: none ! important;
            position: static ! important;
            margin-top: 32px ! important;
        } 
    
        .navbar-light .navbar-nav {
     border-top: 1px solid transparent ! important; 
}
     #mobo_option{
     display: block;   
    }
    
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
    
    
    
    
    
}


/* Header Background */
.header-container {
  
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
   padding: 345px;
}

/* Search Box */
.search-box {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    padding: 3px;
    border-radius: 50px;
    width:615px;
}

/* Search Inputs */
.search-input {
    border: none;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
}

/* Search Button */
.search-btn {
    background-color: #94792f;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background-color: #555;
}

/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    
}


/*** About ***/

.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background:#94792f;
    transform: skew(20deg);
    z-index: 1;
}

/*** property agent ***/
/* Global Styles */


/* Section Titles */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2c2c;
}

.subtitle {
    font-family: 'Cursive', serif;
    font-size: 1.2rem;
    color: #a48f69;
    margin-left: 5px;
}

.section-description {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: 10px auto 40px;
}

/* Property Grid */
.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Property Card */
.property-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    min-height: 400px; /* Fixed height for all cards */
    margin-bottom: 15px;
}

.property-card:hover {
    transform: translateY(-5px);
}

/* Property Image */
.property-image {
    height: 60%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 0.5s;
}

.property-image:hover {
    transform: scale(1.1);
}

/* Price Tag */
.price {
       position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgb(203 218 231 / 90%);
    color: #000;
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 5px;
    /* display: none; */
}

/* Badge Styles */
.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 5px;
}

.badge.sold {
    background: #e74c3c;
}

.badge.active {
    background: #2ecc71;
}

.badge.featured {
    background: #f39c12;
}

.badge.open-house {
    background: #3498db;
}

/* Property Info */
.property-info {
    padding: 15px;
    flex-grow: 1;
    text-align: left;
}

.property-info h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.property-info p {
    font-size: 0.9rem;
    color: #777;
}

/* Agent Image */
.agent {
    text-align: right;
}

.agent img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

<style>
/* Global Section Styling */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}

/* Section Titles */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2c2c;
}

.subtitle {
    font-family: 'Cursive', serif;
    font-size: 1.2rem;
    color: #a48f69;
    margin-left: 5px;
}

.section-description {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: 10px auto 40px;
}

/* Service Cards */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.service-card img {
    max-width: 50px;
    margin-bottom: 10px;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.service-card p {
    font-size: 0.9rem;
    color: #888;
}

.service-card:hover {
    transform: scale(1.05);
}


/* Agents Section Styling */
.agents-section {
    padding: 60px 0;
    background-color: #fff;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2c2c;
}

.subtitle {
    font-family: 'Cursive', serif;
    font-size: 1.2rem;
    color: #a48f69;
    margin-left: 5px;
}

.section-description {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: 10px auto 40px;
}

.agent-card {
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease-in-out;
}

.agent-card:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.agent-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.agent-info {
    padding-top: 15px;
}

.agent-info h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.agent-info p {
    font-size: 0.9rem;
    color: #888;
}
/* Property Info - Align Image & Text in Same Row */
.property-info {
    display: flex;
    align-items: center; /* Align items in the same row */
    justify-content: space-between; /* Add spacing between text & image */
    padding: 15px;
    text-align: left;
}

.property-info h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.property-info p {
    font-size: 0.9rem;
    color: #777;
    margin: 0;
}

/* Square Agent Image */
.agent img {
    width: 50px; /* Adjust size */
    height: 50px; /* Square shape */
    border-radius: 5px; /* Optional: Add small rounded corners */
    object-fit: cover;
    margin-left: 10px; /* Space between text & image */
}
.site-footer {
  background-color: #f9f9f9;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-box {
  flex: 1 1 220px;
  margin: 10px 20px;
}

.footer-logo {
  height: 140px;
}

.footer-note {
  margin-top: 10px;
  color: #dfdfdf;
  font-size: 14px;
}

.footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-text {
  font-size: 14px;
  color: #d1d1d1;
  margin-bottom: 5px;
}

.footer-link {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-divider {
  margin: 30px auto;
  border-color: #ddd;
  max-width: 1200px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}

.footer-copy {
  font-size: 14px;
  color: #555;
}

.footer-links a {
  margin-right: 15px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-icons a {
  margin: 0 8px;
  color: #ffffff;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color: #000;
}


/* Responsive Design */
@media (max-width: 768px) {
  .footer-container, .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-box {
    margin-bottom: 30px;
  }

  .footer-icons a {
    margin: 10px 5px;
  }
}
 .testimonial-section {
           
            margin: auto;
            padding: 50px 20px;
        }
        .swiper {
            width: 100%;
            padding-bottom: 50px;
        }
        .testimonial-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }
        .testimonial-text {
            font-size: 20px;
            max-width: 600px;
        }
        .stars {
            color: gold;
            margin: 10px 0;
        }
        .swiper-button-prev,
        .swiper-button-next {
            color: white;
        }
        .swiper-pagination-bullet {
            background: yellow;
        }
         .grape-icon {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 50px;
    z-index: 2;
  }
  .content-box {
    background-color: #0a0d0c;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: white;
    padding: 40px;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
  }
  .signature {
    color: #c1a87d;
    font-size: 24px;
    margin-top: 20px;
    font-style: italic;
  }

    .getintouch-wrapper {
      position: relative;
      max-width: 1100px;
      margin: 80px auto;
      height: 500px;
      display: flex;
    }

    .getintouch-left-img {
      width: 50%;
      background-image: url('img/girl1.webp');
      background-size: cover;
      background-position: center;
      border-radius: 30px;
    }

    .getintouch-form-area {
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
      width: 50%;
      background-color: white;
      padding: 40px;
      border-radius:30px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      z-index: 2;
      height: 400px; /* Form height is less than image */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .getintouch-form-area h2 {
      font-size: 28px;
      color: #1e2d2f;
      margin-bottom: 20px;
    }

    .getintouch-form .getintouch-input-row {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .getintouch-form input,
    .getintouch-form textarea {
      padding: 12px 15px;
      border: 1px solid #dcdcdc;
      border-radius: 8px;
      width: 100%;
      font-size: 14px;
      background-color: #fefefe;
    }

    .getintouch-form textarea {
      resize: none;
      height: 80px;
      margin-bottom: 15px;
    }

    .getintouch-btn {
      background-color: #c1a87d;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .getintouch-btn:hover {
      background-color: #b4976c;
    }

    @media (max-width: 900px) {
      .getintouch-wrapper {
        flex-direction: column;
        height: auto;
      }
      .getintouch-left-img,
      .getintouch-form-area {
        width: 100%;
        position: static;
        transform: none;
        height: auto;
        border-radius: 30px;
      }
    }