
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');


body {
  width: 100%;
  float: left;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #f7f6f2!important;
  color: #141414;
}

body.modal-open {
  padding-right: 0 !important;
}

html {
    overflow-x: hidden;
}

body ul > li {
  list-style: none;
}

ul, ol {
    margin: 0px!important;
}

body a {
  text-decoration: none;
}

body img {
  max-width: 100%;
}
.author-box {
    display: none;
}
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.modal-body .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #000;
    margin-bottom: 8px;
}

.modal-header.border-0 {
    padding-bottom: 0px;
}

.modal-body.px-4.pb-4 {
    padding-top: 0px;
}

.main {
  width: 100%;
  float: left;
}

h2 {
    font-size: 26px;
    font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
    line-height: 28px !important;
    color: #666666;
    font-size: 16px !important;
    font-weight: 500 !important;
}

a {
  color: #666666!important;
}


/* .main-head :where(h1, h2) {
  font-size: var(--size-34);
  font-weight: 600;
  color: var(--secondary-brown);
  margin-bottom: 20px !important;
} */

.btn-theme {
    background: #d68309 !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    border-radius: 40px !important;
}

.img-hover {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.img-hover img {
  transition: all 0.3s ease-in-out;
}

.img-hover:hover img {
  transform: scale(1.5);
}

.comb-head {
  margin-bottom: 30px;
  position: relative;
}

.theme-btn {
  border-color: #dd7e2a;
  background: #dd7e2a;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
}

.theme-btn100 {
  border-color: #dd7e2a;
  background: #dd7e2a;
  color: #fff;
  transition: all 0.5s;
  width: 100%!important;
  text-align: center;
  justify-content: center;
}

.theme-btn100:hover {
  box-shadow: inset 0 1.5em 0em 0em #173f35, inset 0 -1.5em 0em 0em #173f35;
  border-color: #173f35;
  color: #fff;
}


.theme-btn:hover {
  box-shadow: inset 0 1.5em 0em 0em #173f35, inset 0 -1.5em 0em 0em #173f35;
  border-color: #173f35;
  color: #fff;
}

/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
} */


.btn {
    display: flex;
    padding: 10px 49px;
    content: center;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 6px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.form-card h4{
font-weight:600;
border-bottom:1px solid #ddd;
padding-bottom:10px;
}

.custom-input{
border-radius:8px;
border:1px solid #d6d6d6;
padding:12px;
background:#f9f9f9;
}

.custom-input:focus{
box-shadow:none;
border-color:#ff8c00;
}




iframe {
    width: 100%;
    height: 100%;
}

header {
    /* width: 80%; */
    float: left;
    z-index: 10;
    position: fixed;
    top: 16px;
    /* background: #fff!important; */
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    padding: 0px 30px;
    /* box-shadow: 1px 1px 20px 11px #00000014; */
}


.head-part {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.navbar.navbar-expand-lg {
    background: #fff;
    padding: 4px 30px;
    border-radius: 50px;
    box-shadow: 1px 1px 9px #0000002b;
    border: 1px solid #c8c8c8;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
}


/* .header-fixed {
  position: fixed;
  background-color: var(--white);
  top: -100px;
  transition: transform 0.5s;
  transform: translateY(100px);
} */
/* header .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 1000!important;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #ffffff !important;
} */
header .logo img {
  width: 220px !important;
  padding: 5px 0px;
}
header .burger-icon label {
  display: flex;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}
header .burger-icon label span {
  background: #fff;
  border-radius: 10px;
  height: 5px;
  margin: 5px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .burger-icon span:nth-of-type(1) {
  width: 50%;
}
header .burger-icon span:nth-of-type(2) {
  width: 100%;
}
header .burger-icon span:nth-of-type(3) {
  width: 75%;
}
header .burger-icon input[type=checkbox] {
  display: none;
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}
/* header end */

/* banner slider start */
.hero-banner.hero-part {
  float: left;
  width: 100%;
  position: relative;
  z-index: -100;
}


.hero-banner .banner-content img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner .banner-content .text-part span {
  color: #ff973b;
}

.hero-banner .banner-content::after {
  width: 100%;
  height: 100vh;
  position: absolute;
  content: "";
  background: linear-gradient(14deg, rgba(23, 63, 53, 0.62) 0%, rgba(23, 63, 53, 0.64) 100%);
  top: 0;
  left: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}


.hero-part .text-part {
  position: absolute;
  /* bottom: 0px; */
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  z-index: 100;
}

.hero-part .text-part h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  width: 70%;
  margin: auto;
  line-height: 100px;
}

.hero-part .text-part a.btn.theme-btn {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.hero-part .text-part i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

/* benifits-sec */

.main.benifit-sec {
  margin-top: -230px;
}

.benifits-part {
  background: #f7fffd;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #0000003b;
}

.benifit-sec .card:hover img {
  filter: brightness(100);
}


.benifit-sec .card:hover p {
  color: #fff;
}

.benifit-sec .card:hover h4 {
  color: #fff;
}

.benifit-sec .card img {
  width: 70px;
  margin: 0px 0px 10px 0px;
}

.benifit-sec .card h4 {
  font-size: 22px;
  font-weight: 600;
}

.benifit-sec .card {
  padding: 24px;
  border: 1px solid #5E1231;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  transition: all 0.9s;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}

.benifit-sec .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
}

.benifit-sec .text-part {
  text-align: center;
}

.benifit-sec .text-part h2 {
  font-size: 34px;
  font-weight: 600;
  padding: 10px 0px;
  color: #5E1231;
}

.benifit-sec .card:hover::before {
  height: 100%;
}

.benifit-sec .card:hover {
  transform: translateY(-5px);
}

.benifit-sec  .card::before {
  background: #789f90;
}

.main.benifit-sec .card p {
  margin-bottom: 0px!important;
}

.benifit-sec .text-part  h4 {
  font-size: 26px;
  font-weight: 500;
  padding: 0px 0px 12px 0px;
}

.vaild-btn {
  background: #00392bb3;
  border-radius: 10px;
  border: 2px solid #c5c5c5;
  width: fit-content;
  margin: 30px auto 0px;
}

.vaild-btn span {
  color: #ffff!important;
}

.vaild {
  display: flex;
  padding: 12px 31px;
  content: center;
  align-items: center;
}


.vaild-part {
  position: relative;
  overflow: hidden;
}

.vaild-btn .vaild-part:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255,255,255, 0) 30%,
    rgba(255,255,255, .8),
    rgba(255,255,255, 0) 70%
);
  top: 0;
  left: -100px;
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {left: -100px}
  20% {left: 100%}
  100% {left: 100%}
}

.vaild-btn i {
  margin-right: 10px;
  color: #fff;
}

/* benifits-sec */


/* product sec */

.product-sec {
  float: left;
  width: 100%;
  margin: 90px 0px 0px 0px;
}

.product-sec h5 {
  font-size: 26px;
  font-weight: 900;
  color: #5E1231 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-sec a.btn.theme-btn {
  margin-top: 16px;
}

.usp-sec ul {
  padding-left: 0px;
}

.usp-images .slick-slide {
  margin: 0px 6px;
  cursor: pointer;
}

.usp-sec ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.usp-sec i {
  color: #fff;
  background: #5E1231;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 12px;
  padding: 7px;
}

.usp1-slider img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.usp2-slider img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.slider-nav img {
  width: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.slick-slider {
  margin-bottom: 10px!important;
}

.slick-slide img {
  border-radius: 8px;
}

.slick-prev {
  left: 10px!important;
  color: #000!important;
  z-index: 1000;
}

.slick-next {
  right: 10px!important;
}

/* product sec end */


/* footer start */

.footer {
  background: #173F35;
  padding: 20px 0px;
  position: relative;
  margin-top: 40px;
}
.footer .footer-card p, .footer .footer-card a {
  color: #fff;
}
.footer .footer-card a {
  padding: 0px 10px;
}
.footer .footer-card .social-flex {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer .footer-card .social-flex li {
  margin: 0px 10px 0px 0px;
}
.footer .footer-card .social-flex li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 4px;
}
.footer .footer-card .social-flex li a i {
  color: #fff;
}
.footer .footer-card .footer-logo {
  width: 200px;
  margin-bottom: 20px;
  margin: 20px auto 50px;
}
.footer .footer-link-sec {
  display: flex;
  justify-content: space-between;
}

/* footer start */













/*  */


* banner slider start */
.swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #eca154;
}
.hero-slider .swiper-slide {
  position: relative;
}
.hero-slider .swiper-slide img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-slider .swiper-slide::after {
    width: 100%;
    height: 100vh;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(23 63 53 / 9%) 0%, rgb(0 0 0 / 47%) 100%);
    top: 0;
    left: 0;
}

.hero-slider p {
    line-height: 28px !important;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100%;
    margin: 10px auto;
}

span {
    color: #d68309;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-orange);
}
.swiper-button-next, .swiper-button-prev {
  width: 44px;
  height: 44px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: absolute !important;
  z-index: 1000;
  background: var(--body-backgound);
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-btn {
  position: relative;
}

/* banner slider end */

/* product section */

.product-main .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-main .col-lg-8 {
  padding-left: 50px;
}
.product-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}
.product-main .swiper-slide img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main #thumbsSlider {
  margin-top: 10px;
}

.thumbnail-image.slick-slide.slick-active {
  width: 100%!important;
}

.product-main #thumbsSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-main #thumbsSlider .swiper-slide img {
  height: auto !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main #thumbsSlider .mySwiper2 {
  height: 80%;
  width: 100%;
}
.product-main #thumbsSlider .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-main #thumbsSlider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-main #thumbsSlider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-main #thumbsSlider .swiper-button-next, .product-main #thumbsSlider .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: var(--secondary-orange);
  opacity: 2;
  color: var(--white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: absolute !important;
}
/* product section end */



.search-container .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.search-container .nav-tabs .nav-link {
    border: none;
    background-color: #fff;
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    /* border-radius: 8px 8px 0 0; */
    margin-right: 2px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.search-container .nav-tabs .nav-link.active {
    background-color: #d68309 !important;
    color: #ffffff !important;
}

        /* Search Box Content */
.search-container .tab-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);

    /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}



        .form-label {
            font-weight: 600;
            font-size: 0.85rem;
            color: #ffffff;
            margin-bottom: 8px;
        }

            .form-select {
                height: 34px;
                border: 1px solid #e0e0e0;
                color: #666;
                /* border-radius: 50px; */
                margin-bottom: 0px;
                width: stretch;
            }

        .btn-search {
            background-color: var(--primary-blue);
            color: white;
            height: 48px;
            width: 100%;
            font-weight: 600;
            border: none;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .btn-search:hover {
            background-color: #0069d9;
            color: white;
        }


/* footer start */

.footer {
  background: #173F35;
  padding: 20px 0px;
  position: relative;
  margin-top: 40px;
}
.footer .footer-card p, .footer .footer-card a {
  color: #fff;
}
.footer .footer-card a {
  padding: 0px 10px;
}
.footer .footer-card .social-flex {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer .footer-card .social-flex li {
  margin: 0px 10px 0px 0px;
}
.footer .footer-card .social-flex li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 4px;
}
.footer .footer-card .social-flex li a i {
  color: #fff;
}
.footer .footer-card .footer-logo {
  width: 200px;
  margin-bottom: 20px;
  margin: 20px auto 50px;
}
.footer .footer-link-sec {
  display: flex;
  justify-content: space-between;
}

/* footer start */



.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
    height: 100vh;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: 0px!important;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 36px;
    left: 0;
    width: 100%;
    display: none;
}
.hero-slider .swiper-button-next {
  right: 115px;
}
.hero-slider .swiper-button-prev {
  left: 115px;
}
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-slider .swiper-pagination {
  text-align: center !important;
}

.hero-style .slide-title {
    position: absolute;
    bottom: 0px;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1000;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    z-index: 100;
}

.content-part {
    padding-bottom: 60px;
}
.search-container .form-label {
    text-align: left;
    align-items: start;
    display: flex;
}

   

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

.submenu{
position:absolute;
top:120%;
left:0;
background:#fff;
width:220px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
opacity:0;
visibility:hidden;
transform:translateY(15px);
transition:all .3s ease;
padding:10px 0;
}

.submenu li{
list-style:none;
}

.submenu li a{
display:block;
padding:10px 20px;
color:#333;
text-decoration:none;
font-size:15px;
transition:.3s;
}

.submenu li a:hover{
background:#f5f5f5;
padding-left:25px;
color:#d97706;
}

.nav-item:hover .submenu{
opacity:1;
visibility:visible;
transform:translateY(0);
}


.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 13px;
}

/* Arrow */

.arrow{
width:8px;
height:8px;
border-right:2px solid #333;
border-bottom:2px solid #333;
transform:rotate(45deg);
transition:0.3s;
margin-top:-3px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    opacity: 0!important;
    display: none!important;
}

/* Rotate animation */

.nav-item:hover .arrow{
transform:rotate(225deg);
}


.slide-title h2{
    font-size:48px;
    font-weight:700;
    line-height:1.3;
}

.rotate-wrapper{
    display:inline-block;
    height:70px;
    overflow:hidden;
    vertical-align:middle;
    margin:0 5px;
}

.rotate-text{
    display:flex;
    flex-direction:column;
    animation: rotateWords 6s infinite;
}

.rotate-text span {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    /* background: #0f172a; */
    padding: 7px 0px;
    /* border-radius: 10px; */
    margin: 5px 0;
    text-align: center;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
    /* border-bottom: 2px solid; */
}

.slide-title h4 {
    font-size: 1.5rem;
    margin-top: 20px;
}

@keyframes rotateWords{

    0%{
        transform:translateY(0);
    }

    30%{
        transform:translateY(0);
    }

    33%{
        transform:translateY(-80px);
    }

    63%{
        transform:translateY(-80px);
    }

    66%{
        transform:translateY(-160px);
    }

    96%{
        transform:translateY(-160px);
    }

    100%{
        transform:translateY(0);
    }

}


.hero-style .slide-title h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    transition: all 0.4s ease;
    width: 100%;
    margin: auto;
    line-height: 54px;
}

.hero-style .slide-title a.btn.theme-btn {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.hero-style .slide-title i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
.hero-style .slide-title a:hover {
  text-decoration: none;
}
.product-sec {
  float: left;
  width: 100%;
  margin: 90px 0px 0px 0px;
}
.product-sec .slider-banner-image img {
  height: 430px;
}
.product-sec h5 {
  font-size: 26px;
  font-weight: 900;
  color: #5E1231 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-sec h6 {
  font-size: 20px;
}
.product-sec a.btn.theme-btn {
  margin-top: 30px;
}
.product-sec h6 {
  padding-top: 10px;
}
.product-sec h6 span {
  color: #000 !important;
  font-weight: bold;
}
.main-img .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}
.main-img .slider.slider-nav {
  max-width: 16%;
}
.main-img .slider.slider-for,
.main-img .slider.slider-nav {
  width: 100%;
  float: left;
}
.main-img .slider.slider-nav {
  padding: 0px 10px 0;
}
.thumbImg img {
  height: 100px;
  border-radius: 10px;
  margin: 5px 0px;
}
.slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-arrow {
  display: none !important;
}
.slick-prev {
  top: 0;
}
.slick-next {
  bottom: 0;
  background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}
.service-sec {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.service-sec .swiper-slide img {
  height: 570px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}
.service-sec .swiper-slide img::before {
  width: 100%;
  height: 100vh;
  position: absolute;
  content: "";
  background: linear-gradient(14deg, rgba(23, 63, 53, 0.62) 0%, rgba(23, 63, 53, 0.64) 100%);
  top: 0;
  left: 0;
}
.service-sec h4 {
  font-weight: 700;
  color: #3d3d3d;
  font-size: 20px;
}
.service-sec p {
  line-height: 28px;
  color: #666666;
}
.service-sec .card img {
  width: 51px;
  margin-bottom: 20px;
}
.service-sec .amenties-part-one, .service-sec .amenties-part-two {
  margin: 90px 0px 0px 0px;
  float: left;
  width: 100%;
}

.amenities li {
    padding: 8px 0px;
}


.service-sec .amenties-part-two .text-part {
  padding-left: 40px;
}
.form-sec {
  float: left;
  width: 100%;
  margin: 50px 0px;
  background: #d1e0d7;
  padding: 50px 0px;
}
.form-sec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-sec .form-select {
  width: 50% !important;
  padding: 14px 24px !important;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid #79bcff;
  border-radius: var(--bs-border-radius);
  margin: 40px 0px !important;
}
#main-form {
  position: relative;
  z-index: 100;
}
#main-form .steps {
  font-size: 24px;
  color: #525252;
  margin-bottom: 30px;
  font-weight: 700;
}
#main-form #progressbar {
  display: flex;
}
#main-form .contact-form-last {
  display: flex;
  gap: 20px;
}
.form-sec .text-part {
  padding: 35px;
}
.form-card h4 {
  font-size: 22px;
  display: flex;
  margin-bottom: 0px;
}
#main-form fieldset:not(:first-of-type) {
  display: none;
}
#main-form input:focus,
#main-form textarea:focus {
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0;
}
#main-form .action-button {
  width: 100px;
  cursor: pointer;
  padding: 10px 5px;
  float: left;
  border: 1px solid;
  background: #dd7e2a;
  color: #fff;
  border-radius: 7px;
}
#main-form .action-button-previous {
  width: 100px;
  background: none !important;
  font-weight: bold;
  padding: 10px 5px;
  margin: 0px 20px 0px 0px;
  float: left;
  box-shadow: none;
  border: 1px solid #5f5f5f;
  color: #5f5f5f !important;
  border-radius: 7px;
}
#main-form .action-button-previous:hover,
#main-form .action-button-previous:focus {
  background-color: #000000;
}
.card {
  z-index: 0;
  border: none;
  position: relative;
}
.fieldlabels {
  color: gray;
  text-align: left;
}
#progressbar ol, ul {
  padding-left: 0rem !important;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 8%;
  height: 60px;
  position: relative;
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#progressbar li:after {
  content: "";
  width: 48px;
  height: 10px;
  background: rgba(136, 136, 136, 0.3411764706);
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: -1;
  padding: 7px;
  margin: 10px 0px;
  border-radius: 50px;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #5184F3;
}
.progress {
  height: 20px;
}
.progress-bar {
  background-color: #5184F3;
}
.ans-sec {
  margin: 30px 0px;
}
.ans-sec .ans-input input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ans-sec .ans-input {
  cursor: pointer;
  width: 260px;
  margin: 10px;
}
.ans-sec .ans-input .ans-content {
  padding: 20px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  transition: box-shadow 0.4s;
  position: relative;
  background: #fff;
}
.ans-sec .ans-input .ans-content img {
  margin-right: 30px;
  height: 72px;
}
.form-text {
  width: 38% !important;
  padding: 10px 10px !important;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid #79bcff;
  border-radius: var(--bs-border-radius);
  margin: 35px 0px !important;
}
.form-text .form-control {
  border: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.ans-sec .ans-input input[type=radio]:checked + .ans-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}
.ans-sec .ans-input input[type=radio]:checked + .ans-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  transition: ease-in 0.3s;
}
.service-sec .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-sec .card {
  padding: 20px 20px;
  margin-bottom: 30px;
  background: #fff;
  transition: all 0.9s;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}
.service-sec .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
}
.service-sec .card:hover h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.service-sec .card:hover img {
  transform: rotate(360deg) !important;
}
.service-sec .card::before {
  background: #789f90;
}
.service-sec .card:hover {
  transform: translateY(-5px);
}
.service-sec .card img {
  display: inline-block;
  transition: all 0.5s;
  font-size: 45px;
}
.service-sec .card img ::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.9s;
}
.service-sec .card:hover::before {
  height: 100%;
}
.service-sec .card:hover p {
  color: #fff;
}
.service-sec .card p {
  margin-bottom: 0px !important;
}
.service-sec .card:hover h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.service-sec .card:hover img {
  filter: brightness(100);
}
.service-sec .card:hover .read-more {
  color: #ffffff;
}
.service-sec .card .read-more:hover {
  letter-spacing: 1.5px;
}
.service-sec .card::before {
  background: #789f90;
}
/* gallery sec start */
.gallery {
  -moz-column-count: 4;
  column-count: 4;
  padding: 0px 3px;
  margin: 50px 0px;
}
.gallery img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-main .card {
  background: #fff;
  border-radius: 2px;
  margin: 20px 0px;
}
.gallery-main .card #img-1 img {
  height: 370px;
  margin-top: 70px;
}
.gallery-main .card-image {
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.gallery-main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .gallery-main .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}












.partners-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/partner-bg-1.webp);
    background-size: cover;
    background-position: center;
    padding: 80px 60px;
    position: relative;
    float: left;
    width: 100%;
}

.partners-title {
    z-index: 1;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}


.partners-section::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(14deg, rgb(187 187 187 / 0%) 0%, rgb(5 5 5) 100%);
    top: 0;
    left: 0;
}



.partners-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scrollRight 25s linear infinite;
    z-index: 10000;
    position: relative;
}

/* .partner-card {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
} */

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible!important;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}



.partner-card img {
    height: 100px!important;
}

@keyframes scrollRight{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}



.farmhouse-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://images.unsplash.com/photo-1501785888041-af3ef285b470);
    background-size: cover;
    background-position: center;
    padding: 50px 60px;
    min-height: 320px;
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    width: 100%;
}


.farmhouse-banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(14deg, rgba(23, 63, 53, 0.62) 0%, rgba(23, 63, 53, 0.64) 100%);
    top: 0;
    left: 0;
    border-radius: 16px;
}

.banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}


.banner-btn {
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .farmhouse-banner {
    padding: 30px 25px;
    text-align: left;
  }

  .banner-title {
    font-size: 24px;
  }
}



.col-lg-5.col-md-6.col-12.cta-btn {
    display: flex;
    justify-content: end;
}

.banner-text {
    font-size: 15px;
    max-width: 420px;
    opacity: 0.95;
    color: #fff;
}







.testimonial-section {
    float: left;
    width: 100%;
}

.testimonial-section .head {
    text-align: center;
    margin-bottom: 34px;
}


.testimonial-card {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.quote-icon {
  font-size: 60px;
  color: #b6e28c;
  line-height: 1;
}

.testimonial-text {
    font-size: 20px;
    color: #000000;
    line-height: 1.8;
    margin: auto;
}

.author {
  margin-top: 20px;
}

.author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #b6e28c;
  margin-bottom: 12px;
}

.author h4 {
  font-size: 16px;
  color: #1f3d2b;
  margin-bottom: 4px;
}

.author span {
  font-size: 13px;
  color: #7a8b86;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Swiper dots */
.swiper-pagination-bullet {
  background: #cdd6d2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1f3d2b;
}






/* .section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
} */

.nav-arrows .arrow {
  font-size: 22px;
  margin-left: 15px;
  cursor: pointer;
  color: #bbb;
}

/* Tabs */
.location-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.location-tabs .nav-link {
  color: #666;
  font-weight: 500;
  padding: 10px 0;
  margin-right: 25px;
}

.location-tabs .nav-link.active {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
}

.image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}

.image-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.badge-series {
position: absolute;
    top: 12px;
    left: 12px;
    background: #078544;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 24px;
    border-radius: 8px;
    letter-spacing: 1px;
}

.home-title {
  font-size: 18px;
  font-weight: 600;
}

.home-location {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.home-price {
  font-size: 18px;
  font-weight: 600;
}

.home-price span {
  font-size: 14px;
  font-weight: 400;
}

.home-price small {
  display: block;
  font-size: 12px;
  color: #777;
}

.rating {
  font-size: 14px;
  font-weight: 600;
}










.col-lg-5.col-md-12.col-12.cta-btn {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}




.contact-no {
    display: flex;
    gap: 15px;
    padding-bottom: 14px;
}

.contact-no a {
color: #666666;
}

a {
color: #666666;
}



.site-footer {
    background: #ffffff;
    padding: 60px 0 25px;
    font-size: 14px;
    color: #555;
    float: left;
    width: 100%;
    margin-top: 70px;
}

.feature-card .section-icon {
  margin: auto;
  margin-bottom: 20px;
}





.footer-brand p {
  max-width: 320px;
  margin: 15px 0;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
}

.brand-name span {
  color: #f57c00;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a:hover {
  color: #f57c00;
}

/* .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #f1f1f1;
  border-radius: 50%;
  margin-right: 10px;
  color: #333;
  font-size: 14px;
} */

.social-icons a:hover {
  background: #f57c00;
  color: #fff;
}

.footer-contact {
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer-contact i {
  color: #f57c00;
  margin-right: 10px;
}

.footer-contact a {
  color: #555;
  text-decoration: none;
}

hr {
  margin: 40px 0 20px;
}

.footer-bottom p {
  margin: 0;
}

.footer-policy a {
  margin-left: 20px;
  color: #555;
  text-decoration: none;
}

.footer-policy a:hover {
  color: #f57c00;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-policy {
    margin-top: 10px;
  }

  .footer-policy a {
    margin-left: 0;
    margin-right: 15px;
  }
}


.brand-name img {
    font-size: 20px;
    font-weight: 700;
    width: 220px;
}




.contact-part {
    background: #fff;
    box-shadow: 1px 1px 7px 5px #00000003;
    padding: 30px;
    border: 1px solid #00000029;
    border-radius: 10px;
}

.contact-part p {
    display: flex;
    align-items: baseline;
    gap: 20px;
}


.contact-part ul.list-unstyled li {
    padding: 6px 0px;
}





.inner-banner .text-part {
    /* padding: 20px; */
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    bottom: 0;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.inner-banner p {
    color: #ffffff;
}


/* Info Box */
.contact-info-box {
  background: #f9f9f9;
  padding: 35px;
  border-radius: 18px;
  height: 100%;
}

.contact-info-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  font-size: 15px;
}

.contact-item i {
  color: #f57c00;
  font-size: 18px;
  margin-top: 3px;
}

/* Form */
.contact-form-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: -3px 3px 25px rgb(0 0 0 / 25%);
}

.contact-form-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 10px;
  padding: 12px;
}

.contact-btn {
  background: #f57c00;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.contact-btn:hover {
  background: #e86f00;
}

/* Map */
.map-section iframe {
  width: 100%;
  height: 380px;
  border: 0;
  margin-top: 60px;
}

/* Mobile */
@media (max-width: 767px) {
  .contact-hero h1 {
    font-size: 30px;
  }
}


.slide-title a {
    margin: 20px auto 0px !important;
}






















.welcome-section {
    background: #fff3e2;
    padding: 50px 0;
    float: left;
    width: 100%;
    position: relative;
}

.welcome-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0px;
}


.left-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.welcome-box {
    background: #f9f8f4;
    border: 1px solid #e5e3dc;
    border-radius: 10px;
}

.welcome-img {
  border-radius: 4px;
}

.welcome-list {
    list-style: none;
    padding: 0;
    margin: 10px 0px 23px;
}

.welcome-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000000;
}

h2.welcome-title {
    font-size: 26px;
    font-weight: 600;
}

.welcome-list li::before {
content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0a8746;
    font-weight: bold;
}

.btn-know-more {
  background: linear-gradient(to bottom, #7c8f4a, #5e6f35);
  color: #fff;
  padding: 8px 22px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}

.btn-know-more span {
  margin-left: 6px;
}

.btn-know-more:hover {
  background: linear-gradient(to bottom, #6e813f, #52612f);
  color: #fff;
}

















.blog-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: #fff3e2;
}


.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card h3 a {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 28px;
    color: #2e2e2e !important;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.blog-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 28px;
}

.blog-card a {
    color: #000;
}

.text-part {
    padding: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

}


















.plot-modern {
    background: linear-gradient(135deg, #ffeed8, #b1d9c4ad);
    padding: 60px 0px;
    float: left;
    width: 100%;
}

.plot-left h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.plot-modern  img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.plot-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.plot-left h1 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #1f2b1f;
}

.badge {
    display: inline-block;
    padding: 10px 24px;
    font-size: 12px;
    background: #098645;
    color: #ffffff;
    border-radius: 20px;
    margin-bottom: 18px;
}


/* .info-block {
  margin-bottom: 28px;
} */

.info-block h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #2f3e2e;
    font-weight: 900;
}

.sec-head {
    text-align: center;
}

.info-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.info-block ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
}

.info-block ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0a8746;
    font-weight: bold;
}

.ame-part {
    display: flex;
    gap: 90px;
}

/* .actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
} */



.welcome-list {
    list-style: none;
    padding: 0;
    margin: 0px!important;
}

/* .btn {
  padding: 12px 26px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
} */

.btn.primary {
  background: #2f3e2e;
  color: #fff;
}

.btn.primary:hover {
  background: #1f2b1f;
}

.btn.outline {
    border: 1px solid #0a865d;
    color: #0a824c;
}

.btn.outline:hover {
  background: #0a824c;
  color: #fff;
}

/* Right Visual */
.plot-left {
    padding-left: 50px;
}

/* .visual-card {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(plot.jpg) center / cover no-repeat;
    border-radius: 18px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
} */


/* Responsive */
@media (max-width: 900px) {
  .plot-container {
    grid-template-columns: 1fr;
  }

}







.property-listing {
    float: left;
    width: 100%;
}












.luxury-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.luxury-card {
  background: #fbf8f3;
  padding: 60px 70px;
  max-width: 760px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  background: #2f4f3e;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.badge .line {
  width: 18px;
  height: 1px;
  background: #cfd8d2;
  margin: 0 10px;
}

/* Heading */
.luxury-card h1 {
  font-size: 42px;
  line-height: 1.25;
  color: #2f4f3e;
  margin-bottom: 18px;
  font-weight: normal;
}

.luxury-card h1 span {
  font-style: italic;
}

/* Tagline */
.tagline {
  font-size: 16px;
  color: #6b7c6f;
  font-style: italic;
  margin-bottom: 22px;
}

/* Description */
.description {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* Features */
.features {
    font-size: 20px !important;
    color: #0a8646;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}













.why-choose {
    /* background: #ffffff; */
    text-align: center;
    float: left;
    width: 100%;
}

.why-choose h2 {
    margin: 20px 0px;
}

.subtitle {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.why-choose .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
background: #ffffff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
  border: 1px solid #098645;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto 16px;
}

.icon.green {
  background: #e8f8ef;
  color: #2fa36b;
}

.icon.red {
  background: #ffecec;
  color: #e25555;
}

.feature-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1f2933;
    font-weight: 700;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
    color: #6b7280;
    margin-bottom: 0px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: 1fr;
  }
}









.partners-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  align-items: center;
}



/* Logos grid */
.partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.logo-item {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.logo-item img {
  max-width: 150px;
  opacity: 0.8;
  transition: 0.3s ease;
}

.logo-item:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .partners-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partners-logos {
    border-left: none;
  }
}

@media (max-width: 576px) {
  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}















video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-video{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.banner-video video{
  width:100%;
  height:100%;
  object-fit:cover; /* video full banner cover karel */
}

.banner-content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  color:#fff;
  z-index:2;
}

.banner-content h1{
  font-size:50px;
  margin:0;
}

.banner-content p{
  font-size:20px;
}


.section-subtitle{
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    color:#ff5722;
}


.property-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    transition: 0.3s ease;
    margin-bottom: 30px;
}

.property-card:hover{
    transform:translateY(-6px);
}

.property-img{
    position:relative;
    height:230px;
    overflow:hidden;
}

.property-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.badge-custom{
    position:absolute;
    top:15px;
    left:15px;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.badge-light-custom{
    background:#fff;
    color:#000;
}

.badge-orange {
    background: #d68309;
    color: #fff;
}

.property-body{
    padding:20px;
}

.property-title{
    font-weight:600;
    font-size:18px;
}

.price {
    color: #d68309;
    font-size: 14px;
}

.location {
    font-size: 16px!important;
    font-weight: 500!important;
}


.location i {
    padding-right: 6px;
    color: #787878;
}

.property-footer{
    border-top:1px solid #eee;
    padding-top:15px;
    margin-top:15px;
    font-size:14px;
}

.footer-label{
    font-size:11px;
    color:#999;
    display:block;
}

.arrow-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ababab;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.arrow-btn:hover{
    background:#d68309;
    color:#fff;
    border-color:#d68309;
}


.uni-margin {
    margin-top: 80px;
}








.search-section{
  background: linear-gradient(rgba(20,25,35,0.85), rgba(20,25,35,0.85)),
  url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover;
  padding:60px 0;
}

/* =========================
   TABS
========================= */

.tabs{
  display:inline-flex;
  background:#fff;
  border-radius:50px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  margin-bottom:30px;
}

.tab-btn{
  padding:12px 28px;
  border:none;
  background:transparent;
  font-weight:500;
  cursor:pointer;
  transition:0.3s;
}

.tab-btn.active{
  background:#e63946;
  color:#fff;
}

.tab-btn:hover{
  background:#f1f1f1;
}

/* =========================
   SEARCH BAR
========================= */

.search-box{
  background:rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border-radius:15px;
  padding:25px;
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  transition:0.4s ease;
}

.search-group{
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:180px;
}

.search-group label{
  color:#fff;
  font-size:13px;
  margin-bottom:6px;
}

.search-group input,
.search-group select{
  padding:12px 14px;
  border-radius:8px;
  border:none;
  outline:none;
  font-size:14px;
  transition:0.3s;
}

.search-group input:focus,
.search-group select:focus{
  box-shadow:0 0 0 2px #e63946;
}

/* =========================
   BUTTON
========================= */

.search-btn{
  background:#e63946;
  color:#fff;
  padding:14px 30px;
  border:none;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.search-btn:hover{
  background:#c92d3a;
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(230,57,70,0.4);
}

/* =========================
   MORE OPTIONS
========================= */

.more-options{
  color:#fff;
  font-size:14px;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:8px;
  transition:0.3s;
}

.more-options:hover{
  color:#e63946;
}

.extra-fields{
  width:100%;
  margin-top:20px;
  display:none;
  animation:fadeIn 0.4s ease forwards;
}

@keyframes fadeIn{
  from{opacity:0; transform:translateY(-10px);}
  to{opacity:1; transform:translateY(0);}
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){
  .search-box{
    flex-direction:column;
    align-items:stretch;
  }
}











.inner-banner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}


.inner-banner {
    position: relative;
}

.inner-head {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 1000;
}

.inner-banner::after {
    width: 100%;
    height: 70vh;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(23 63 53 / 9%) 0%, rgb(0 0 0) 100%);
    top: 0;
    left: 0;
}

.inner-banner .search-container {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    /* top: 0; */
    bottom: 24px;
    right: 0;
    left: 0;
    margin: auto;
}


.inner-listing .head-part {
    align-items: center;
    text-align: center;
    justify-content: center;
}









/* 
.property-slider{
max-width:1200px;
margin:auto;
} */

.slide{
padding:10px;
}

.slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    /* border-radius: 16px; */
    transition: .4s;
    cursor: pointer;
}

/* .slide img:hover{
transform:scale(1.05);
} */





/*.header-top{*/
/*display:flex;*/
/*justify-content:space-between;*/
/*align-items:center;*/
/*flex-wrap:wrap;*/
/*}*/

.property-title{
font-size:32px;
font-weight:700;
color:#1c2b3a;
}

.property-price{
font-size:32px;
font-weight:700;
color:#1c2b3a;
}

.property-price span{
font-size:18px;
font-weight:500;
color:#777;
}

.divider{
margin:20px 0;
border-top:1px solid #e3e3e3;
}

.header-bottom{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.features{
display:flex;
gap:25px;
flex-wrap:wrap;
}



.location{
color:#6b7280;
font-size:15px;
margin-top:8px;
}

.location i{
margin-right:6px;
}

.actions{
display:flex;
gap:12px;
}

.action-btn{
width:40px;
height:40px;
border:1px solid #ddd;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:0.3s;
background:white;
}

.action-btn:hover{
background:#f2f2f2;
}

.action-btn i{
font-size:18px;
color:#555;
}

.liked{
background:#ffe6e6;
border-color:#ffb3b3;
}

.liked i{
color:red;
}

.left-details {
    background: #fff;
    box-shadow: 1px 1px 7px 5px #00000003;
    padding: 30px;
    border: 1px solid #00000029;
    border-radius: 10px;
}


.property-content h2 {
    /* font-size: 22px; */
    /* font-weight: 500; */
    padding-bottom: 10px;
    /* padding: 20px 0px; */
}


.sidebar{
flex:1;
}

.overview{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin-bottom:20px;
}

.box{
background:#f1f4f8;
padding:15px;
border-radius:8px;
text-align:center;
}

.video-box img{
width:100%;
border-radius:10px;
}

.details{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:20px;
}

.amenities{
columns:2;
}

.map iframe{
width:100%;
height:300px;
border:none;
border-radius:10px;
}

.contact-card input {
    padding: 10px!important;
    width: 100%;
    font-size: 14px!important;
    border: 1px solid #cbcbcb!important;
    border-radius: 4px!important;
    margin-top: 10px;
}

 .contact-card  textarea {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    margin: 10px 0px;
}

.contact-card {
    background: #fff;
    box-shadow: 1px 1px 7px 5px #00000003;
    padding: 30px;
    border: 1px solid #00000029;
    border-radius: 10px;
}

.seller{
display:flex;
align-items:center;
gap:10px;
margin-bottom:15px;
}

.seller img{
width:40px;
height:40px;
border-radius:50%;
}



textarea{
height:80px;
}

.search-input-group i {
    color: #fff!important;
}


.filter{
background:white;
padding:20px;
border-radius:10px;
}












.gallery{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:20px;
}

.gallery img{
width:100%;
height:400px;
object-fit:cover;
border-radius:30px;
cursor:pointer;
transition:.4s;
}

.gallery img:hover{
transform:scale(1.03);
}

/* LIGHTBOX */

.lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.9);
display:none;
align-items:center;
justify-content:center;
z-index:999;
}

.lightbox img{
max-width:90%;
max-height:90%;
border-radius:10px;
}

.close{
position:absolute;
top:30px;
right:40px;
font-size:40px;
color:white;
cursor:pointer;
}

/* .search-container .nav {
    position: absolute;
    top: -34%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    padding: 10px;
} */

.prev{
left:30px;
}

.next{
right:30px;
}

/* RESPONSIVE */

@media(max-width:900px){

.gallery{
grid-template-columns:1fr 1fr;
}

.gallery img{
height:300px;
}

}

@media(max-width:600px){

.gallery{
grid-template-columns:1fr;
}

.gallery img{
height:250px;
}

}



.btn-orange{
background:#f7931a;
color:white;
border-radius:30px;
padding:8px 20px;
}

.btn-orange:hover{
background:#e58110;
color:white;
}


.hero::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.85);
}

.hero .container{
position:relative;
z-index:2;
}

.hero h1{
font-weight:700;
}

/* Cards */

.card-custom{
border-radius:12px;
border:none;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

/* Rating */

.rating{
color:#ffb400;
font-size:18px;
}

/* Map */

.map-box{
background:#e9ecef;
height:120px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
color:#777;
}

/* Form */

.form-control{
border-radius:8px;
}

textarea{
resize:none;
}












footer h6 {
    color: #f99e1d;
}


.follow-sec {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}


.bottom-footer .footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 18px;
}


.footer-logo img {
    width: 230px;
    margin-bottom: 26px;
}

.verified li {
    padding: 5px 0px;
    color: #666666;
}

footer {
    background: #ffffff;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 80px;
}

.footer-links a {
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
    color: #666666;
}

.footer-links a:hover{
color:#f99e1d;
padding-left:5px;
}

.contact-part-footer p {
    display: flex;
    gap: 12px;
}

.bottom-footer p {
    font-size: 16px!important;
}

.social-icons a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(0 0 0 / 8%);
    transition: 0.3s;
}

.social-icons a:hover{
background:#fcfcfc;
color:#1f3d2b;
}

.bottom-footer{
border-top:1px solid rgba(255,255,255,0.2);
}






















 

.section-label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #d68309;
    display: block;
    margin-bottom: 12px;
}
 
    .divider {
      width: 50px; height: 3px;
      background: var(--gold);
      margin: 18px 0 28px;
    }
    .divider.center { margin-left: auto; margin-right: auto; }

    .navbar-brand span { color: var(--gold); }

    .nav-link:hover { color: var(--gold) !important; }
    .btn-nav {
      background: var(--gold);
      color: var(--dark) !important;
      border-radius: 2px;
      font-weight: 600;
      letter-spacing: .1em;
      padding: 8px 20px !important;
    }
    .btn-nav:hover { background: var(--gold-lt); }
    .navbar-toggler { border-color: rgba(201,168,76,.5); }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201%2C168%2C76%2C1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* ─── 1. HERO ─── */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1800&q=80') center/cover no-repeat;
}
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(160deg, rgba(12,18,12,.82) 0%, rgba(44,83,56,.68) 60%, rgba(20,26,20,.92) 100%);
    }
    .hero-content { position: relative; z-index: 2; text-align: center; padding: 0 20px; }
    .hero-eyebrow {
      font-size: .75rem; font-weight: 600;
      letter-spacing: .35em; text-transform: uppercase;
      color: var(--gold-lt);
      margin-bottom: 22px;
      display: block;
    }
    .hero h1 {
      color: var(--white);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 24px;
    }
    .hero h1 em { font-style: normal; color: var(--gold); }
    .hero p.sub {
      color: rgba(255,255,255,.72);
      font-size: 1.1rem; font-weight: 300;
      max-width: 560px; margin: 0 auto 40px;
    }

    .btn-theme:hover { background: var(--gold-lt); transform: translateY(-2px); color: var(--dark); }
    
.btn-outline-gold {
    background: transparent;
    border: 1.5px solid #d68309;
    color: var(--white)!important;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 36px;
    text-decoration: none;
    display: inline-block;
    transition: background .3s, color .3s, transform .3s;
}

    .btn-outline-gold:hover { background: #d68309; color: #fff; transform: translateY(-2px); }
    .hero-scroll {
      position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
      z-index: 2; text-align: center;
      animation: bounce 2.2s infinite;
    }
    .hero-scroll span { display: block; font-size: .65rem; letter-spacing: .2em; color: rgba(255,255,255,.5); text-transform: uppercase; margin-bottom: 6px; }
    .hero-scroll i { color: var(--gold); font-size: 1.3rem; }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50%       { transform: translateX(-50%) translateY(8px); }
    }

.hero-content {
    animation: heroFadeIn 1.2s ease forwards;
    padding-top: 160px;
    padding-bottom: 80px;
}

.filter-container .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #505050;
    margin-bottom: 8px;
}

.filter-container {
    /* background: #ffffff; */
    padding: 20px;
    box-shadow: 1px 1px 17px 3px #00000024;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #dadada;
}



.load-more-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.filter-container i {
    color: #fff;
}

    .about-img-wrap {
      position: relative;
      border-radius: 4px;
      overflow: hidden;
    }
    .about-img-wrap img {
      width: 100%; height: 480px; object-fit: cover;
      border-radius: 4px;
      display: block;
      transition: transform .6s ease;
    }
    .about-img-wrap:hover img { transform: scale(1.04); }

.about-img-badge {
    position: absolute;
    bottom: 28px;
    left: -20px;
    background: #06482a;
    color: #fff;
    padding: 18px 28px;
    border-radius: 3px;
    box-shadow: 0 8px 32px rgba(0,0,0,.2);
}

    .about-img-badge .num {
      font-size: 2.6rem; font-weight: 700;
      color: var(--gold); line-height: 1;
    }
    .about-img-badge small { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }

    /* ─── 3. KEY HIGHLIGHTS ─── */
    .highlights { padding: var(--section-pad); background: var(--cream); }

    .highlight-card {
        background: #fff;
        border-radius: 10px;
        padding: 40px 32px;
        box-shadow: 0 4px 24px rgba(0,0,0,.06);
        height: 100%;
        transition: transform .3s, box-shadow .3s;
        border-top: 3px solid transparent;
        position: relative;
        overflow: hidden;
    }

    .highlight-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--green-lt));
      transform: scaleX(0); transform-origin: left;
      transition: transform .4s;
    }
    .highlight-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.12); }

    .section-icon:hover::before { transform: scaleX(1); }
    
    /* .highlight-icon {
      width: 60px; height: 60px;
      background: rgba(201,168,76,.1);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
      font-size: 1.6rem; color: var(--gold);
      transition: background .3s;
    } */

    .highlight-card:hover .highlight-icon { background: var(--gold); color: var(--white); }

    .highlight-card h5 {
      font-size: 1.22rem; margin-bottom: 10px; color: var(--dark);
    }
    .highlight-card p { font-size: .88rem; color: var(--muted); }


    /* ─── 5. VISION & MISSION ─── */
    .vision-mission { padding: var(--section-pad); background: var(--cream); }
    .vm-card {
      background: var(--white);
      border-radius: 4px;
      padding: 50px 40px;
      height: 100%;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      position: relative;
      overflow: hidden;
      transition: transform .3s;
    }
    .vm-card:hover { transform: translateY(-4px); }
    .vm-card.vision { border-bottom: 4px solid var(--gold); }
    .vm-card.mission { border-bottom: 4px solid var(--green); }

    .vm-icon {
    font-size: 30px;
    margin-bottom: 22px;
    }

.vm-card h4 {
    margin-bottom: 14px;
}
    .vm-card p  { font-size: .92rem; color: var(--text); }
    .mission-list { list-style: none; padding: 0; margin-top: 16px; }
    .mission-list li {
      padding: 7px 0 7px 28px;
      position: relative;
      font-size: .9rem;
      color: var(--text);
      border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .mission-list li::before {
      content: '\F26E'; /* bi-check2 */
      font-family: 'bootstrap-icons';
      position: absolute; left: 0;
      color: var(--green);
      font-size: 1rem;
    }


    .contact-no i {
    color: #666666;
}

    .service-card i {
    color: #d68309;
}

    /* ─── 6. TRUST ─── */
    .trust { padding: var(--section-pad); }
.trust-quote {
    /* font-size: clamp(1.5rem, 3.5vw, 2.4rem); */
    /* font-weight: 600; */
    /* color: var(--dark); */
    /* line-height: 1.35; */
    border-left: 4px solid var(--gold);
    padding-left: 28px;
    margin-bottom: 40px;
}
    .trust-checks { display: flex; flex-wrap: wrap; gap: 16px; }
    .trust-chip {
      display: flex; align-items: center; gap: 10px;
      background: var(--cream);
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 100px;
      padding: 10px 22px;
      font-size: .85rem; font-weight: 500;
      color: var(--dark);
      transition: background .3s, border-color .3s;
    }
    .trust-chip:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
    .trust-chip i { color: var(--green); font-size: 1rem; }
    .trust-chip:hover i { color: var(--white); }
    .trust-visual {
      width: 100%; height: 380px; object-fit: cover;
      border-radius: 4px;
    }


.service-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgb(201 168 76 / 33%);
    border-radius: 4px;
    padding: 36px 28px;
    height: 100%;
    transition: background .3s, border-color .3s, transform .3s;
    cursor: default;
}

    .service-card:hover {
      background: rgba(201,168,76,.1);
      border-color: var(--gold);
      transform: translateY(-5px);
    }
    .service-card .s-icon {
      font-size: 2rem; color: var(--gold);
      margin-bottom: 18px;
    }


  .service-card h5 {
    margin-bottom: 20px;
   }

    .why-list { list-style: none; padding: 0; }
    .why-list li {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(0,0,0,.07);
    }
    .why-list li:last-child { border-bottom: none; }
    .why-icon {
      width: 42px; height: 42px; min-width: 42px;
      background: rgba(44,83,56,.1);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--green); font-size: 1.1rem;
      transition: background .3s;
    }
    /* .why-list li:hover .why-icon { background: var(--green); color: var(--white); } */
    .why-list li h6 { font-size: .97rem; font-weight: 600; color: var(--dark); margin-bottom: 3px; }
    .why-list li p  { font-size: .84rem; color: var(--muted); margin: 0; }
    .why-img {
      width: 100%; height: 500px; object-fit: cover;
      border-radius: 4px;
      box-shadow: 20px 20px 0 var(--gold);
    }

.cta-section {
    float: left;
    width: center;
    width: 100%;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #797979;
    opacity: 0.25;
}


.cta-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 50vh;
}

.cta-content h2 {
    /* font-size: 32px; */
    color: var(--white);
    /* margin-bottom: 14px; */
    /* line-height: 48px; */
}

.cta-content p {
    color: rgba(255,255,255,.72);
    font-size: 1rem;
    margin-bottom: 24px;
}
    
    .social-icons a:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }

    /* ─── Responsive ─── */
    @media (max-width: 768px) {
      :root { --section-pad: 60px 0; }
      .purpose-text-wrap { padding: 40px 28px; }
      .why-img { height: 300px; box-shadow: 10px 10px 0 var(--gold); }
      .about-img-badge { left: 12px; }
    }







    .footer-head {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 18px;
}


.follow-sec h6{
    font-weight: 700;
    /* margin-bottom: 30px; */
    margin-top: 20px;
    font-size: 18px;
}






.faq-section {
    /* padding: 80px 0; */
    float: left;
    width: 100%;
}

    .faq-title {
      color: #1f3d2b;
      font-weight: 700;
    }

    .accordion-item {
      border: none;
      border-radius: 15px !important;
      margin-bottom: 15px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .accordion-button {
      font-weight: 600;
      font-size: 18px;
      background-color: #fff;
      color: #222;
      padding: 20px;
    }

    .accordion-button:not(.collapsed) {
      background-color: #1f3d2b;
      color: #fff;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-body {
      color: #555;
      line-height: 1.6;
      padding: 20px;
      background: #fff;
    }

    /* Custom icon */
    .accordion-button::after {
      filter: brightness(0) invert(0);
    }

    .accordion-button:not(.collapsed)::after {
      filter: brightness(0) invert(1);
    }














    /* ─── BLOG LAYOUT ────────────────────────────────────────── */
    .blog-wrapper { background: var(--off-white); padding: 70px 0 80px; }
.blog-content-col {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 2px #00000026;
    padding: 52px 48px;
}
    @media(max-width: 768px) { .blog-content-col { padding: 28px 20px; } }

    /* ─── FEATURED IMAGE ─────────────────────────────────────── */
    .featured-img-wrap {
      border-radius: var(--radius);
      overflow: hidden;
      margin-bottom: 40px;
      position: relative;
    }
    
        .featured-img-wrap img {
            width: 100%;
            height: 420px;
            object-fit: fill;
            transition: transform .6s ease;
        }

    .featured-img-wrap:hover img { transform: scale(1.03); }
    .img-caption {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: linear-gradient(0deg, rgba(10,20,14,.7) 0%, transparent 100%);
      padding: 20px 22px 16px;
      color: rgba(255,255,255,.85);
      font-size: .78rem;
      letter-spacing: .5px;
    }

    /* ─── META BAR ───────────────────────────────────────────── */
    .meta-bar {
      display: flex; flex-wrap: wrap; align-items: center;
      gap: 22px; padding: 16px 20px;
      background: var(--off-white);
      border-radius: 8px; margin-bottom: 36px;
      border-left: 3px solid var(--gold);
    }
    .meta-item { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: var(--muted); }
    .meta-item i { color: var(--green-soft); }
    .meta-cat {
      background: var(--green);
      color: #fff;
      font-size: .73rem;
      font-weight: 600;
      letter-spacing: .8px;
      text-transform: uppercase;
      padding: 4px 12px; border-radius: 30px;
    }

    /* ─── TYPOGRAPHY ─────────────────────────────────────────── */
    .blog-title {
      font-weight: 600;
      line-height: 1.28;
      margin-bottom: 28px;
    }

    .blog-body p { font-size: 1.02rem; line-height: 1.85; color: #3a3a3a; margin-bottom: 22px; }

    /* Drop cap */
    .blog-body > p:first-of-type::first-letter {
      font-size: 4.2rem;
      font-weight: 700;
      color: var(--gold);
      float: left;
      line-height: .75;
      margin: 4px 12px 0 0;
      padding: 4px 2px;
    }

.blog-body h2 {
    position: relative;
    padding-bottom: 12px;
}

    .blog-body h2::after {
      content: '';
      position: absolute; bottom: 0; left: 0;
      width: 48px; height: 2px;
      background: var(--gold);
    }
    .blog-body h3 {
      font-size: 1.18rem;
      font-weight: 600;
      color: var(--green);
      margin: 32px 0 14px;
    }

    /* Blockquote */
    .blog-body blockquote {
      margin: 36px 0;
      padding: 28px 32px 28px 44px;
      background: linear-gradient(135deg, #f0f5f2 0%, #faf8f2 100%);
      border-radius: var(--radius);
      border-left: 4px solid var(--gold);
      position: relative;
    }
    .blog-body blockquote::before {
      content: '"';
      font-size: 5rem;
      color: var(--gold);
      opacity: .3;
      position: absolute; top: -8px; left: 14px;
      line-height: 1;
    }
    .blog-body blockquote p {
      font-size: 1.22rem;
      font-style: italic;
      color: var(--green);
      margin-bottom: 10px;
      line-height: 1.65;
    }
    .blog-body blockquote cite {
      font-size: .82rem;
      font-weight: 600;
      color: var(--gold);
      letter-spacing: .8px;
      text-transform: uppercase;
      font-style: normal;
    }

    /* Lists */
    .blog-body ul, .blog-body ol { padding-left: 0; margin-bottom: 24px; }

    .blog-body ul li, .blog-body ol li {
        padding: 7px 0 7px 8px;
    }


    .blog-body ul li:last-child, .blog-body ol li:last-child { border-bottom: none; }
    .blog-body ul li::before {
      content: '';
      position: absolute; left: 0; top: 18px;
      width: 8px; height: 8px;
      background: var(--gold);
      border-radius: 50%;
    }
    .blog-body ol { counter-reset: ol-cnt; }
    .blog-body ol li::before {
      content: counter(ol-cnt);
      counter-increment: ol-cnt;
      position: absolute; left: 0; top: 7px;
      font-size: .75rem; font-weight: 700;
      color: var(--green-soft);
    }

    /* ─── INLINE IMAGE BLOCKS ────────────────────────────────── */
    .inline-img {
      border-radius: var(--radius);
      overflow: hidden;
      margin: 34px 0;
    }
    .inline-img img {
      width: 100%; height: 320px; object-fit: cover;
      transition: transform .6s ease;
    }
    .inline-img:hover img { transform: scale(1.04); }

    /* 2-col image+text */
    .split-block { margin: 44px 0; }
    .split-img {
      border-radius: var(--radius);
      overflow: hidden;
      height: 100%;
      min-height: 280px;
    }
    .split-img img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .6s ease;
    }
    .split-img:hover img { transform: scale(1.04); }
    .split-text { padding: 10px 0; }
    .split-text h3 {
      font-size: 1.45rem;
      font-weight: 600;
      color: var(--green);
      margin-bottom: 14px;
    }

    /* ─── DIVIDER ────────────────────────────────────────────── */
    .gold-divider { display: flex; align-items: center; gap: 14px; margin: 44px 0; }
    .gold-divider::before, .gold-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
    .gold-divider i { color: var(--gold); font-size: 1rem; }

    /* ─── SOCIAL SHARE ───────────────────────────────────────── */
    .share-section { margin: 44px 0; padding: 28px 30px; background: var(--off-white); border-radius: var(--radius); }
    .share-label { font-size: .78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
    .share-btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 9px 20px; border-radius: 30px;
      font-size: .82rem; font-weight: 600;
      letter-spacing: .4px; border: none;
      transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
      cursor: pointer;
    }
    .share-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.18); filter: brightness(1.08); }
    .share-fb { background: #1877f2; color: #fff; }
    .share-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; }
    .share-li { background: #0a66c2; color: #fff; }
    .share-wa { background: #25d366; color: #fff; }

    /* ─── TAGS ───────────────────────────────────────────────── */
    .tags-section { margin-bottom: 40px; }
    .tag-badge {
      display: inline-block;
      background: #fff;
      color: var(--green);
      border: 1px solid var(--border);
      border-radius: 30px;
      padding: 6px 16px;
      font-size: .8rem;
      font-weight: 500;
      margin: 4px;
      transition: background var(--transition), color var(--transition), border-color var(--transition);
      cursor: pointer;
    }
    .tag-badge:hover { background: var(--green); color: var(--gold); border-color: var(--green); }


 .author-box {
    background: #3f3f3f;
    border-radius: var(--radius);
    padding: 36px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
    .author-box::before {
      content: '';
      position: absolute; top: -40px; right: -40px;
      width: 180px; height: 180px;
      background: rgba(201,168,76,.12);
      border-radius: 50%;
    }
    .author-img {
      width: 80px; height: 80px;
      border-radius: 50%;
      border: 3px solid var(--gold);
      object-fit: cover;
    }
    .author-name { font-size: 1.4rem; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .author-role { font-size: .78rem; color: var(--gold); letter-spacing: .8px; text-transform: uppercase; margin-bottom: 12px; }
    .author-bio { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.78); }
    .author-social a {
      width: 34px; height: 34px; border-radius: 50%;
      border: 1px solid rgba(255,255,255,.3);
      display: inline-flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.75); font-size: .9rem;
      transition: background var(--transition), border-color var(--transition), color var(--transition);
    }
    .author-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--green); }

    /* ─── RELATED POSTS ──────────────────────────────────────── */
    .related-section { padding: 70px 0; background: #fff; }
    .section-eyebrow {
      font-size: .78rem; font-weight: 600; letter-spacing: 2px;
      text-transform: uppercase; color: var(--gold);
      margin-bottom: 8px;
    }
    .section-heading {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 600; color: var(--green);
      margin-bottom: 48px;
    }
    .post-card {
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
      box-shadow: var(--shadow);
      transition: transform var(--transition), box-shadow var(--transition);
      height: 100%;
    }
    .post-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
    .post-card-img {
      height: 220px; overflow: hidden;
      position: relative;
    }
    .post-card-img img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .6s ease;
    }
    .post-card:hover .post-card-img img { transform: scale(1.07); }
    .post-cat-badge {
      position: absolute; top: 14px; left: 14px;
      background: var(--gold); color: var(--green);
      font-size: .7rem; font-weight: 700; letter-spacing: .8px;
      text-transform: uppercase; padding: 4px 12px; border-radius: 20px;
    }
    .post-card-body { padding: 24px 22px; }
    .post-date { font-size: .78rem; color: var(--muted); margin-bottom: 10px; }
    .post-card-title {
      font-size: 1.18rem; font-weight: 600;
      color: var(--green); line-height: 1.4;
      margin-bottom: 10px;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }
    .post-excerpt { font-size: .87rem; color: var(--muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .post-read-more {
      display: inline-flex; align-items: center; gap: 6px;
      color: var(--green-soft); font-size: .82rem; font-weight: 600;
      letter-spacing: .4px; margin-top: 14px;
      transition: gap var(--transition), color var(--transition);
    }
    .post-card:hover .post-read-more { gap: 10px; color: var(--gold); }

    /* ─── SIDEBAR ────────────────────────────────────────────── */
    .sidebar { position: sticky; top: 90px; }
.sidebar-widget {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px 24px;
    margin-bottom: 28px;
    box-shadow: 1px 1px 8px 2px #00000026;
}
    .widget-title {
      font-size: 1.2rem; font-weight: 600;
      color: var(--green); margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid var(--border);
      position: relative;
    }
    .widget-title::after {
      content: '';
      position: absolute; bottom: -2px; left: 0;
      width: 36px; height: 2px; background: var(--gold);
    }

    /* Search */
    .search-input-group {
    position: relative;
    border: 1px solid;
    border-radius: 10px;
}

    .search-input-group input {
      width: 100%; padding: 11px 44px 11px 16px;
      border: 1.5px solid var(--border); border-radius: 8px;
      outline: none; background: var(--off-white);
      transition: border-color var(--transition);
    }
    .search-input-group input:focus { border-color: var(--green); }
    .search-input-group button {
      position: absolute; right: 0; top: 0; bottom: 0;
      width: 44px; background: var(--green);
      border: none; border-radius: 0 8px 8px 0;
      color: var(--gold); font-size: 1rem; cursor: pointer;
      transition: background var(--transition);
    }
    .search-input-group button:hover { background: var(--green-soft); }

    /* Recent posts */
    .recent-post-item {
      display: flex; gap: 14px; align-items: flex-start;
      padding: 12px 0; border-bottom: 1px solid var(--border);
    }
    .recent-post-item:last-child { border-bottom: none; padding-bottom: 0; }
    .recent-thumb {
      width: 64px; height: 64px; flex-shrink: 0;
      border-radius: 8px; overflow: hidden;
    }
    .recent-thumb img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform var(--transition);
    }
    .recent-post-item:hover .recent-thumb img { transform: scale(1.1); }
    .recent-post-text { flex: 1; }
    .recent-post-date { font-size: .72rem; color: var(--muted); margin-bottom: 4px; }
    .recent-post-title {
      font-size: .9rem; font-weight: 600; color: var(--green);
      line-height: 1.38; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
      transition: color var(--transition);
    }
    .recent-post-item:hover .recent-post-title { color: var(--gold); }

    /* Categories */
    .cat-list { list-style: none; }
    .cat-list li a {
      display: flex; justify-content: space-between; align-items: center;
      padding: 9px 0; font-size: .9rem; color: var(--text);
      border-bottom: 1px solid var(--border);
      transition: color var(--transition), padding-left var(--transition);
    }
    .cat-list li:last-child a { border-bottom: none; }
    .cat-list li a:hover { color: var(--green-soft); padding-left: 6px; }
    .cat-count {
      background: var(--off-white); color: var(--muted);
      font-size: .72rem; font-weight: 600;
      padding: 2px 9px; border-radius: 20px;
    }

























:root {
  --gold:        #d68309;
  --gold-light:  #E8CC82;
  --gold-dark:   #A07830;
  --charcoal:    #1C1C1E;
  --slate:       #3A3A3C;
  --mist:        #F5F3EE;
  --white:       #FFFFFF;
  --border:      rgba(201,168,76,0.25);
  --shadow-sm:   0 2px 16px rgba(0,0,0,0.07);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg:   0 20px 60px rgba(0,0,0,0.15);
  --shadow-hover:0 12px 40px rgba(201,168,76,0.25);
  --radius:      12px;
  --transition:  all 0.35s cubic-bezier(0.4,0,0.2,1);

  --accent:       #d68309;
  --accent-light: #F3EBD9;
  --accent-dark:  #A07830;
  --text-main:    #1C1C1E;
  --text-muted:   #999999;
  --section-bg:   #F9F8F6;
}




.hero-banner {
    position: relative;
    /* min-height: 520px; */
    /* display: flex; */
    /* align-items: center; */
    overflow: hidden;
    background: var(--charcoal);
}

.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600&q=80') center/cover no-repeat;
  opacity: 0.35;
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(28,28,30,0.4) 100%);
}

.hero-banner .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}

.hero-banner h1 {
    font-weight: 600;
    color: var(--white);
    line-height: 1.15;
    font-size: 28px;
}

.hero-banner h1 em {
    font-style: italic;
    color: #d68309;
}

.hero-banner p {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    max-width: 80%;
}

.filter-bar {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    padding: 28px 32px;
    position: relative;
    z-index: 10;
    margin-top: -20px;
}

.filter-bar .form-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d68309;
    margin-bottom: 8px;
}

.filter-bar .form-select,
.filter-bar .form-control {
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 14px;
  color: var(--slate);
  transition: var(--transition);
}

.filter-bar .form-select:focus,
.filter-bar .form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}



.property-card .card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.property-card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.property-card:hover .card-img-wrapper img {
  transform: scale(1.08);
}

.property-card .badge-na {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
}

.property-card .badge-type {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(28,28,30,0.82);
  color: rgba(255,255,255,0.9);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  backdrop-filter: blur(8px);
}

.property-card .card-body {
  padding: 22px 24px;
}

.property-card .card-price {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.property-card .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
}

.property-card .card-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.property-card .card-meta span {
  font-size: 12.5px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

.property-card .card-meta i {
  color: var(--gold);
  font-size: 11px;
}

.property-card .card-footer-custom {
  padding: 14px 24px;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: #fafafa;
}

/* ---------- Section Styles ---------- */
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

/*.section-header { margin-bottom: 56px; }*/


/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  background: var(--charcoal);
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28,28,30,0.9) 0%, rgba(28,28,30,0.5) 100%);
}

.page-hero .hero-content {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  color: var(--white);
  font-weight: 600;
}

.page-hero h1 em { color: var(--gold-light); font-style: italic; }

.page-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  max-width: 520px;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a {
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  letter-spacing: 1px;
}
.page-hero .breadcrumb-item.active { color: var(--gold); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ---------- Location Cards ---------- */
.location-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}

.location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.location-card:hover img {
  transform: scale(1.1);
}

.location-card .loc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,28,30,0.85) 0%, rgba(28,28,30,0.1) 60%);
  display: flex;
  align-items: flex-end;
  padding: 28px;
  transition: var(--transition);
}

.location-card:hover .loc-overlay {
  background: linear-gradient(to top, rgba(28,28,30,0.92) 0%, rgba(28,28,30,0.25) 60%);
}

.location-card .loc-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 4px;
}

.location-card .loc-sub {
  font-size: 12px;
  color: var(--gold-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}

.location-card .loc-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 13px;
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition);
  backdrop-filter: blur(8px);
}

.location-card:hover .loc-arrow {
  opacity: 1;
  transform: scale(1);
}

/* ---------- Stats Strip ---------- */
.stats-strip {
  background: var(--charcoal);
  padding: 48px 0;
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 1px solid rgba(201,168,76,0.2);
}

.stat-item { text-align: center; }

.stat-item .stat-num {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.stat-item .stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 500;
}

.cta-section {
    background: #1f3d2b;
}


.cta-section p { color: rgba(255,255,255,0.65); }

/* ---------- Footer ---------- */
.footer-luxury {
  background: #111113;
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 70px 0 0;
}

.footer-luxury .footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
}

.footer-luxury .footer-brand span { color: var(--gold); }

.footer-luxury .footer-about {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 14px;
  max-width: 300px;
}

.footer-luxury h6 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-luxury ul { list-style: none; padding: 0; margin: 0; }

.footer-luxury ul li {
  margin-bottom: 10px;
}

.footer-luxury ul li a {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: var(--transition);
}

.footer-luxury ul li a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}

.footer-luxury .contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

.footer-luxury .contact-item i {
  color: var(--gold);
  margin-top: 3px;
  font-size: 13px;
  flex-shrink: 0;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  color: rgba(255,255,255,0.3);
  font-size: 12px;
  margin: 0;
}

.social-links { display: flex; gap: 12px; }

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: translateY(-3px);
}

.feature-strip {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: center;
    margin: auto;
}

.feature-strip .section-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #0b8747;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 20px;
    margin: 20px auto;
}


.feature-item .fi-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(201,168,76,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
}

.feature-item .fi-text strong {
  display: block;
  font-size: 14px;
  color: var(--charcoal);
  font-weight: 600;
}

.feature-item .fi-text span {
  font-size: 12px;
  color: #888;
}



.testimonial-card .stars { color: var(--gold); font-size: 13px; margin-bottom: 14px; }

.testimonial-card p {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--slate);
  line-height: 1.7;
}

.testimonial-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.testimonial-card .reviewer img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .reviewer strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.testimonial-card .reviewer span {
  font-size: 12px;
  color: #999;
}

/* ---------- Page-specific backgrounds for page-hero ---------- */
.bg-residential::before  { background-image: url('https://images.unsplash.com/photo-1568605114967-8130f3a36994?w=1600&q=80'); }
.bg-commercial::before   { background-image: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&q=80'); }
.bg-agricultural::before { background-image: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1600&q=80'); }
.bg-locations::before    { background-image: url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1600&q=80'); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .filter-bar { margin-top: 0; border-radius: 0; }
  .navbar-luxury .nav-link { padding: 14px 18px !important; }
  .navbar-luxury .nav-link::after { bottom: 8px; }
}

@media (max-width: 576px) {
  .hero-banner { min-height: 420px; }
  .filter-bar { padding: 20px; }
  .stat-item .stat-num { font-size: 2rem; }
}

















.property-section {
    padding: 72px 0 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}



    /* ── Tabs ── */
    .prop-tabs { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-bottom:44px; }

    .prop-tab-btn {
        border: 1.5px solid #ffdfb1;
        background: #fff;
        color: #000;
        font-size: .875rem;
        font-weight: 500;
        padding: 8px 22px;
        border-radius: 50px;
        cursor: pointer;
        transition: all .22s ease;
        outline: none;
    }


    .prop-tab-btn:hover  { border-color:var(--accent); color:var(--accent); background:var(--accent-light); }
    .prop-tab-btn.active { background:var(--accent); color:#fff; border-color:var(--accent); box-shadow:0 4px 14px rgba(108,60,247,.28); }

.swiper-outer {
    /* position: relative; */
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}   

.swiper       { overflow:hidden; padding-bottom:4px; }

    .swiper-slide.tab-hidden { 
      display: none !important;
      opacity: 0;
      pointer-events: none;
      position: relative;
      left: auto;
    }



    .prop-card:hover  { transform:translateY(-6px); box-shadow:var(--shadow-hover); }
    .prop-card:active { transform:translateY(-2px) scale(.99); }

    .swiper-btn-prev.disabled,
    .swiper-btn-next.disabled {
      opacity: 0.4;
      pointer-events: none;
      cursor: not-allowed;
    }

    .card-img-wrap     { position:relative; overflow:hidden; height:210px; }
    .card-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .42s ease; }
    .prop-card:hover .card-img-wrap img { transform:scale(1.06); }

    .card-bookmark {
      position:absolute; top:0; right:16px;
      width:32px; height:42px; background:var(--accent);
      clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);
      display:flex; align-items:flex-start; justify-content:center;
      padding-top:7px; z-index:2; transition:background .2s;
    }
    .card-bookmark i { color:#fff; font-size:.85rem; }
    .prop-card:hover .card-bookmark { background:var(--accent-dark); }

    .card-chip {
      position:absolute; bottom:12px; left:12px;
      background:rgba(255,255,255,.92); backdrop-filter:blur(6px);
      border-radius:50px; padding:3px 12px;
      font-size:.72rem; font-weight:600; color:var(--accent);
      display:flex; align-items:center; gap:5px;
    }
    .chip-dot { width:7px; height:7px; border-radius:50%; background:var(--accent); flex-shrink:0; }

    .card-body-inner { padding:16px 18px 20px; }
    .card-title {
      font-size:1rem; font-weight:600; color:var(--text-main);
      margin-bottom:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .card-sub  { font-size:.8rem; color:var(--text-muted); display:flex; align-items:center; gap:5px; }

    .card-meta {
      display:flex; justify-content:space-between; align-items:center;
      margin-top:12px; padding-top:12px; border-top:1px solid var(--border);
    }
    
      .meta-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        /* color: var(--text-muted); */
        font-weight: 600;
       }

    .meta-item i { font-size:.8rem; color:var(--accent); }
    .card-price  { font-size:.92rem; font-weight:700; color:var(--accent); }


    .swiper-btn-prev,
    .swiper-btn-next {
      position:absolute; top:50%; transform:translateY(-55%); z-index:10;
      width:40px; height:40px; border-radius:50%;
      background:var(--accent); border:none;
      display:flex; align-items:center; justify-content:center;
      color:#fff; font-size:1rem; cursor:pointer;
      box-shadow:0 4px 16px rgba(108,60,247,.3);
      transition:background .2s, transform .2s; outline:none;
    }
   .swiper-btn-prev {
    left: 150px;
}


  .swiper-btn-next {
    right: 150px;
    /* top: 0; */
}

    .swiper-btn-prev:hover,
    .swiper-btn-next:hover { background:var(--accent-dark); transform:translateY(-55%) scale(1.08); }
    .swiper-btn-prev.swiper-button-disabled,
    .swiper-btn-next.swiper-button-disabled { opacity:.35; cursor:default; pointer-events:none; }


    .price-amount { font-size:1.4rem; font-weight:700; }
    .price-lbl    { font-size:.75rem; opacity:.8; }
    .btn-enquire  {
      background:#fff; color:var(--accent); border:none; border-radius:10px;
      padding:10px 24px; font-weight:700; font-size:.88rem; cursor:pointer;
      transition:background .2s, transform .15s;
    }
    .btn-enquire:hover { background:var(--accent-light); transform:scale(1.03); }

    @media(max-width:576px){
      .swiper-btn-prev,.swiper-btn-next { width:32px; height:32px; font-size:.8rem; }
    }





    .property-section .swiper-slide {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: var(--transition);
    }


   .property-section .swiper-btn-prev swiper-button-disabled  i {
    color: #ffffff;
}













    @media (max-width: 991px) {
      .information-page{ grid-template-columns: 1fr; }
      .pp-sidebar { display: none; }
    }


    /* .sidebar-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 24px 20px;
    }

    .sidebar-card .label {
      font-size: 10px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--text-light);
      font-weight: 600;
      margin-bottom: 16px;
    }

    .sidebar-card a {
      display: block;
      padding: 7px 12px;
      border-radius: 8px;
      font-size: 13.5px;
      color: var(--text-mid);
      text-decoration: none;
      transition: background .18s, color .18s;
      font-weight: 400;
    } */
/* 
    .sidebar-card a:hover,
    .sidebar-card a.active {
      background: var(--section-bg);
      color: var(--green-dark);
      font-weight: 500;
    }

    .sidebar-card a .num {
      display: inline-block;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      border-radius: 50%;
      background: var(--section-bg);
      font-size: 11px;
      font-weight: 600;
      margin-right: 8px;
      color: var(--green-mid);
    }

    .sidebar-card a:hover .num,
    .sidebar-card a.active .num {
      background: var(--green-dark);
      color: #fff;
    } */


    .information-content section {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 36px 40px;
      margin-bottom: 20px;
      scroll-margin-top: 28px;
      transition: box-shadow .2s;
    }

    .information-content section:hover {
      box-shadow: 0 6px 28px rgba(26,58,42,.07);
    }

    @media (max-width: 575px) {
      .information-content section { padding: 24px 20px; }
    }

    .section-header {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .section-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #0b8747;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        flex-shrink: 0;
        margin-bottom: 20px;
    }


    .section-num {
      font-size: 11px;
      color: var(--text-light);
      font-weight: 600;
      letter-spacing: .08em;
      margin-bottom: 2px;
    }


    p:last-child { margin-bottom: 0; }

    /* ── INFO PILLS ── */
    .info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 10px;
      margin-top: 8px;
    }

.info-pill {
    background: #f0f0f0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

    .info-pill i {
      color: var(--green-light);
      font-size: 15px;
      flex-shrink: 0;
    }

    /* ── USE LIST ── */
    .use-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 10px;
    }

.use-list li {
    background: var(--section-bg);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: var(--text-mid);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #f0f0f0;
    border: 1px solid #d2d2d2;
}

    .use-list li::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold);
      flex-shrink: 0;
      margin-top: 6px;
    }

    /* ── SHARE BLOCK ── */
.share-rule {
    background: #000;
    border-radius: 14px;
    padding: 18px 22px;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

    .share-rule i {
      font-size: 22px;
      color: var(--gold-light);
      flex-shrink: 0;
    }

    .share-rule strong {
      color: #fff;
      display: block;
      margin-bottom: 3px;
    }

    .share-cases {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .share-cases li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: var(--text-mid);
    }

    .share-cases li i {
      color: var(--green-light);
      font-size: 16px;
    }

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

    .right-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 18px 16px;
      text-align: center;
      transition: border-color .2s, transform .2s;
      
    }


.right-card i {
    font-size: 20px;
    color: #0b8747;
    margin-bottom: 10px;
    display: block;
}

    .right-card .rtitle {
      font-weight: 600;
      font-size: 13.5px;
      color: var(--green-dark);
    }

    /* ── CONTACT SECTION ── */
.contact-strip {
    background: #1f3d2b;
    border-radius: 20px;
    padding: 36px 40px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

    .contact-strip::before {
      content: '';
      position: absolute;
      right: -60px;
      top: -60px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(200,168,75,.12);
    }

    .contact-strip .ctitle {
      font-size: 1.5rem;
      margin-bottom: 6px;
    }

    .contact-strip .csub {
      color: rgba(255,255,255,.6);
      font-size: 14px;
      margin-bottom: 28px;
    }

    .contact-items {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .contact-item {
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 12px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      transition: background .2s;
      min-width: 200px;
    }

    .contact-item:hover {
      background: rgba(255,255,255,.18);
    }

.contact-item i {
    font-size: 20px;
    color: #d68309;
}

    .contact-item .clabel {
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255,255,255,.5);
    }

    .contact-item .cval {
      font-size: 14px;
      font-weight: 500;
      color: #fff;
    }

    /* ── FOOTER BAR ── */
    /* .pp-footer {
      background: var(--green-dark);
      padding: 20px 0;
      text-align: center;
      font-size: 13px;
      color: rgba(255,255,255,.4);
    }

    .pp-footer a {
      color: rgba(255,255,255,.6);
      text-decoration: none;
    }

    .pp-footer a:hover { color: var(--gold-light); } */

    /* ── MISC ── */
    /* .gold-accent {
      display: inline-block;
      width: 36px;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      border-radius: 2px;
      margin-bottom: 18px;
    } */

.notice-box {
    background: #fffbf0;
    border: 1px solid #f0e0a0;
    border-left: 4px solid #d68309;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 13.5px;
    color: #d68309;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

    .notice-box i { color: var(--gold); flex-shrink: 0; margin-top: 1px; }






    
/* ── Section divider line ── */
.property-content .sec-divider {
  border: none;
  border-top: 1.5px solid #f0ece4;
  margin: 28px 0;
}

/* ── Details list: two-column grid cards ── */
.property-content ul.details {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 576px) {
  .property-content ul.details { grid-template-columns: 1fr; }
}

.property-content ul.details li {
  background: #fdf9f5;
  border: 1px solid #f0e6d8;
  border-left: 3px solid #e07b2a;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.property-content ul.details li i {
  color: #d4670a;
  font-size: 15px;
  flex-shrink: 0;
}

/* ── Amenities list: two-column grid cards ── */
.property-content ul.amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 576px) {
  .property-content ul.amenities { grid-template-columns: 1fr; }
}


.feature-item{
    padding: 20px;
}


.property-content ul.amenities li {
  background: #fdf9f5;
  border: 1px solid #f0e6d8;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13.5px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  transition: background 0.18s, border-color 0.18s;
}

.property-content ul.amenities li:hover {
  background: #fff3e8;
  border-color: #e07b2a;
}

.property-content ul.amenities li i {
    width: 30px;
    height: 30px;
    min-width: 30px;
    /* background: linear-gradient(135deg, #fff3e8, #ffe0c2); */
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4670a;
    font-size: 14px;
}


.input-row {
    display: flex;
    gap: 18px;
}

.search-container .col-lg-3 {
    padding: 0px!important;
}

.input-row {
    display: flex;
    gap: 18px;
    align-items: end;
}

.search-btn {
    background: #d68309 !important;
    padding: 14px 0px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    /* border-radius: 40px !important; */
    width: 100%;
}









.content-part {

    text-align: cente
}

/* Heading */

.main-heading {

    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;

}

/* Rotating Text Container */

.rotate-wrapper {

    height: 50px;
    margin-bottom: 10px;

}

 .content-part h4 {
    /* font-size: 1.5rem; */
    margin-top: 0px;
}

/* Words */

/*.word {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*    font-weight: 700;*/
/*    color: #f59e0b;*/
/*    font-size: 26px;*/
/*    animation: wordRotate 12s infinite;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.word {
    position: absolute;
    width: 100%;
    opacity: 0;
    font-weight: 700;
    color: #f99e1c!important;
    font-size: 26px;
    animation: wordRotate 12s infinite;
    left: 0;
    right: 0;
    text-shadow: 1px 4px 18px #000000 !important;
}
/* Animation Delay */

.word:nth-child(1) { animation-delay: 0s; }
.word:nth-child(2) { animation-delay: 3s; }
.word:nth-child(3) { animation-delay: 6s; }
.word:nth-child(4) { animation-delay: 9s; }

/* Animation Keyframes */

@keyframes wordRotate {

    0% {
        opacity: 0;
        transform: translateY(40px);
        text-shadow: none;
        color: #000;
    }

    10% {
        opacity: 1;
        transform: translateY(0);

        color: #000;

        text-shadow:
        0 0 10px rgba(0,0,0,0.5),
        0 0 20px rgba(0,0,0,0.4),
        0 0 30px rgba(245,158,11,0.6);

    }

    25% {
        opacity: 1;
        transform: translateY(0);
        color: #000;
    }

    35% {
        opacity: 0;
        transform: translateY(-40px);
        color: #000;
    }

    100% {
        opacity: 0;
        color: #000;
    }

}


/* ================= Responsive ================= */

/* Tablet */

@media (min-width:768px){

.main-heading {

    font-size: 42px;

}

.word {

    font-size: 32px;

}

.location-text {

    font-size: 20px;

}

}

/* Desktop */

@media (min-width:1024px){

.main-heading {

    font-size: 52px;

}

.word {

    font-size: 38px;

}

.location-text {

    font-size: 22px;

}

}















/* =========================
   PARTNERS SECTION
========================= */

.partners-section{
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.partners-title{
    text-align: center;
    margin-bottom: 50px;
}

.section-label{
    color: #d18b00;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

/*.partners-title h2{*/
/*    color: #fff;*/
/*    font-size: 42px;*/
/*    font-weight: 700;*/
/*    margin-top: 10px;*/
/*}*/


.partner-card{
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card img {
    width: 100%;
    max-width: 100%;
    height: 100px!important;
    object-fit: contain;
     padding: 10px; 
     border-radius: 14px; 
     transition: 0.4s ease; 
    background: #fff;
    padding: 10px;
}

/* Hover Effect */

/*.partner-card img:hover{*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 15px 40px rgba(0,0,0,0.25);*/
/*}*/



/*.partnersSwiper{*/
/*    padding: 20px 10px 50px;*/
/*}*/

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .partners-title h2{
        font-size: 34px;
    }

    .partner-card img{
        max-width: 200px;
        height: 120px;
        padding: 18px;
    }
}

@media(max-width:768px){

    .partners-section{
        padding: 60px 0;
    }

    .partners-title h2{
        font-size: 28px;
    }

    .partner-card img{
        max-width: 180px;
        height: 110px;
        padding: 16px;
    }
}

@media(max-width:576px){

    .partners-title h2{
        font-size: 24px;
        line-height: 1.4;
    }

    .partner-card img{
        max-width: 160px;
        height: 100px;
        padding: 14px;
        border-radius: 12px;
    }
}










.search-part {
    padding: 0px!important;
}




.contact-part p a {
    display: block;
    max-width: fit-content;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.swiper-btn-next {
    right: 380px;
    /* top: 0; */
    display: none!important;
}



button#btnPrev {
    display: none!important;
}


.features {
    display: none!important;
}


#nf-view-all {
    text-align: center;
    justify-content: center;
    display: inline;
    align-items: center;
}



