@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-thin-rounded/css/uicons-thin-rounded.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
 @import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css');



@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
 :root {
      --gold: #d4af37;
      --black: #000;
      --white: #fff;
    }
    h1, h2, h3, h4, h5, h6{
    	/*font-family: "Playfair", serif;*/
    	font-family: "Manrope", sans-serif;
    }
    a, p, b, strong, span{
    	font-family: "Manrope", sans-serif;
    }
.topbar a i {
    color: #e3b03e;
    margin-right: 5px;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 15px;
}
.social-iconsmobile {
    display: none;
}
.cta-section h2.mb-3 {
    font-weight: 700;
}
/*nav.navbar.navbar-expand-lg.py-2 div#nav ul.navbar-nav.ms-auto li.nav-item:nth-child(2):before {*/
/*    position: absolute;*/
/*    content: 'New';*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
nav.navbar.navbar-expand-lg.py-2 div#nav ul.navbar-nav.ms-auto li.nav-item:nth-child(2) {
    position: relative;
}
nav.navbar.navbar-expand-lg.py-2 div#nav ul.navbar-nav.ms-auto li.nav-item:nth-child(2):before {
    content: 'new';
    display: block;
    background-color: #e3b03e;
    border-radius: 3px;
    position: absolute;
    top: -10px;
    right: 0px;
    /* height: 10px; */
    /* width: 10px; */
    font-size: 12px;
    font-weight: 600;
    animation: pulse-fade 2s infinite;
    color: #fff;
    padding: 0px 5px 2px;
}

/* Inner Pulsing */
@keyframes pulse {
  0% {
      transform: scale(0.9);
  }

  50% {
      transform: scale(1.0);
  }

  100% {
      transform: scale(0.9);
  }
}

/* Outer Pulsing */
@keyframes pulse-fade {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgb(227, 176, 62, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(227, 176, 62, 0);
	}
	
	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgb(227, 176, 62, 0);
	}
}
/*nav.navbar .container {*/
/*    border-radius: 100px !important;*/
/*    background: #fff7e6;*/
/*    border: 1px solid #ffce65;*/
/*    box-shadow: 0 0 10px #ffce65;*/
/*}*/
nav.navbar.navbar-expand-lg.py-2 div#nav ul.navbar-nav.ms-auto li.nav-item:nth-child(3) {
    display: none;
}
nav.navbar.navbar-expand-lg.py-2 div#nav ul.navbar-nav.ms-auto li.nav-item:nth-child(4) {
    display: none;
}
ul.navbar-nav.ms-auto li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
    /*background: linear-gradient(180deg, #e3b03e, #000);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*color: transparent;*/
}
    .navbar-brand {
    color: var(--gold) !important;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 20px;
}

    .btn-outline-dark {
      border-color: var(--gold);
      color: var(--gold);
    }

    .btn-outline-dark:hover {
      background-color: var(--gold);
      color: var(--white);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 100% 100%;
      background-color: var(--gold);
    }
   a.navbar-brand.display-6.text-white img {
    width: 120px;
    padding: 5px 0 5px 5px;
}
    .btno {
    background: linear-gradient(to right, #bf953f, #fcf6ba, #ffd67c, #fbf5b7, #aa771c);
    padding: 16px 35px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    border: none;
    display: inline-block;
}
    #search{
    	background-color: #fdf9f3;
    	padding: 70px 0 !important;
    }

    /*.header {*/
    /*  background: linear-gradient(to right, #bf953f, #fcf6ba, #ffd67c, #fbf5b7, #aa771c);*/
    /*  color: #1d1d1d;*/
    /*  padding: 80px 0;*/
    /*  text-align: center;*/
    /*  box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
    /*}*/
/*.header {
    background: url('https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=1600&q=80');
    color: #1d1d1d;
    padding: 170px 0;
    height: 70vh;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background-size: cover;
    background-repeat: no-repeat;
}*/
.banner {
      color: white;
      padding: 100px 20px;
      text-align: center;
    }

    .banner h1 {
      font-size: 52px;
      font-weight: bold;
      color: #fff;
      margin-top: 70px;
    }
    .banner p{
        color:#fff;
        font-size: 18px;
    }
    .banner {
    position: relative;
    background: url('../images/homebann.jpg') center/cover no-repeat;
    height: 110vh;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

    .banner::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.6);
    }

    .banner .content {
      position: relative;
      z-index: 1;
      width: 80%;
      margin-top: 50px;
    }
.hero {
      color: white;
      padding: 100px 20px;
      text-align: center;
    }

    .hero h1 {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin-top: 70px;
    }
    .hero p{
        color:#fff;
    }
    .header h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .header p {
      font-size: 1.25rem;
    }
    section#search input.form-control {
	    height: 56px;
	    border-radius:0;
	    border: 1px solid #ccc;
	}
	section#search select {
	    height: 56px;
	    border-radius:0;
	    border: 1px solid #ccc;
	}

h2.heading2 {
    font-size: 40px;
    font-weight: 700;
}
a.btn.btn-outline-primary.w-100 {
    padding: 10px;
}
section#listings {
    background: #f0f0f0;
}
section#listings {
    background: #f0f0f0;
    padding: 60px 0 80px !important;
    margin-top: 40px;
}
section.py-5.countersn {
    background: linear-gradient(to right, #bf953f, #fcf6ba, #ffd67c, #fbf5b7, #aa771c);
}
    .topbar {
      background: var(--black);
    }
    .navbar {
    background: transparent !important;
    padding-top: 0px !important;
    position: absolute;
    width: 100%;
    z-index: 3;
}
    .hero {
    position: relative;
    background: url('../images/breadc.jpg') center/cover no-repeat;
    height: 70vh;
    color: white;
    padding: 100px 20px;
    text-align: center;

}

    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.6);
    }

    .hero .content {
      margin-top: 50px;
      position: relative;
      z-index: 1;
    }

    #search section {
      background: #111;
      color: var(--white);
    }

    /*.trust-card {
      background: #ededed;
      border: none;
      padding: 2rem;
      border-radius: 0.5rem;
      transition: transform .3s, box-shadow .3s;
    }

    .trust-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }

    .trust-card i {
      font-size: 2.5rem;
      color: var(--gold);
    }*/
    .trust-section {
  background: #fefefe;
  padding: 80px 20px;
  text-align: center;
}

.trust-heading {
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #333;
  position: relative;
}

.trust-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.trust-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  width: 33%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e3b03e, #c0841a);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.trust-card h5 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 800;
}

.trust-card p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 767px) {
  .trust-grid {
    flex-direction: column;
    align-items: center;
  }
  .trust-card {
    width: 100%;
}
a.btno.propertybtns {
    margin-bottom: 10px;
    font-size: 14px;
}
.banner a.btno {
    font-size: 14px;
}
.topbar a {
    display: inline-block;
}
.social-iconsmobile {
    display: block;
    float: inline-end;
}
.navbar-brand {
    margin-left: 0;
}
button.navbar-toggler {
    border: 0;
}
button.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none; 
}
.navbar-collapse {
    background: #fff;
}
ul.navbar-nav.ms-auto li a {
    color: #000;
    padding-left: 10px;
}
button.navbar-toggler span.navbar-toggler-icon {
    background: #fff;
    color: #000;
    display: block;
    height: 3px;
    width: 30px;
    position: relative;
    border-radius: 30px;
}
button.navbar-toggler span.navbar-toggler-icon:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    background: #fff;
    color: #000;
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 30px;
}
button.navbar-toggler span.navbar-toggler-icon:before {
    position: absolute;
    content: '';
    top: -10px;
    right: 0;
    background: #fff;
    color: #000;
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 30px;
}
section.featureimage.mt-5.pt-2.mb-5.pb-3 {
    margin-top: 20px !important;
}
.banner h1 {
    font-size: 24px;
    margin-top: 30px;
}
.banner {
    position: relative;
    background: url('../images/homebann.jpg') center/cover no-repeat;
    height: 60vh;
    color: white;
    padding: 60px 10px;
    text-align: center;
}
.banner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.cta-section p.lead {
    font-size: 16px;
}
.col-md-3.mb-4.aos-init.aos-animate {
    width: 50%;
}
footer.bg-dark.py-5 {
    padding-bottom: 10px !important;
}
footer.bg-dark.py-5 .row.align-items-center {
    text-align: center;
}
footer.bg-dark.py-5 .row.align-items-center .col-lg-6.text-lg-end {
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}
footer.bg-dark.py-5 .row .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
footer.bg-dark.py-5 hr.my-4 {
    margin: 6px !important;
}
.btn-group{
    display: inline-block;
}
.btn-group button.btn.btn-outline-dark.filter-btn {
    margin: 4px 2px;
}
.hero h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}
.hero {
    height: 55vh;
}
.about.mt-5.mb-5.pt-5.pb-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
}
.social-icons {
    margin-top: 5px;
    display: none;
}
.topbar .container.d-flex.justify-content-between.align-items-center {
    display: block !important;
    text-align: left;
}
.btno {
    background: linear-gradient(to right, #bf953f, #fcf6ba, #ffd67c, #fbf5b7, #aa771c);
    padding: 10px 35px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    border: none;
    display: inline-block;
}
#search {
    padding: 40px 0 !important;
}
.trust-section {
    padding: 50px 5px;
}
h2.heading2 {
    font-size: 36px;
    font-weight: 700;
}
section#listings {
    background: #f0f0f0;
    padding: 60px 0 80px !important;
    margin-top: 0px;
}
h2.text-center.mb-5.heading2 {
    margin-bottom: 20px !important;
}
.banner .content {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
}
.form-wrapper.bg-white.bg-opacity-75.backdrop-blur.shadow-sm.p-5.rounded-4.border-start.border-4.border-warning {
    padding: 20px 10px !important;
}
.contact-form {
    padding: 25px 15px !important;
}
.contact-form {
    gap: 0px;
}
.hero p.lead {
    color: #fff;
    font-size: 16px;
}

}


/* Footer */
.footer-link {
    color: var(--bs-light);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}
footer.bg-dark.py-5 p {
    color: #fff;
}
footer.bg-dark.py-5 h3 {
    color: #fff;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e3b03e;
    color: var(--bs-light);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--bs-light);
    color: #e3b03e;
    transform: translateY(-3px);
}

.contact-info li {
    color: var(--bs-light);
}

.contact-info i {
    color: #e3b03e;
}

.contact-section {
  padding: 60px 20px;
  background-color: #fff;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.contact-left {
  flex: 1;
  min-width: 300px;
}

.contact-left h2 {
  margin-bottom: 25px;
  color: #333;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #e3b03e;
}

.contact-form button {
  background: linear-gradient(135deg, #e3b03e, #c0841a);
  color: white;
  padding: 12px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background: linear-gradient(135deg, #c0841a, #e3b03e);
  transform: translateY(-2px);
}

.contact-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.contact-right img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.about img{
  border-radius: 20px;
}
.about p {
    line-height: 27px;
    color: #555;
}

.card-img-top {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.cards {
  border-radius: 0.5rem;
}
