/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header .navbar {
  background-color: #e6e4e2;
  padding: 0px 0;
  font-family: Arial, sans-serif;
}


.navbar-brand {
  padding: 0px !important;
}
/* Ensure navbar items align inline */
/* .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  margin: auto;

} */

.navbar-nav .nav-item,
.navbar-nav .dropdown {
  position: relative;
  display: inline-block;
}

.navbar-nav a {
  text-decoration: none;
  position: relative;
  color: #000;
  padding: .2rem 1rem;
}

.navbar-nav a::after {
  content: '';
  height: 2px;
  width: 0;
  background: #004080;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;

}

.navbar-nav a:hover::after,
.dropdown:hover>a::after {
  width: 100%;

}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  z-index: 1000;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none;
}


.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}




.dropdown-menu a {
  padding: 12px 20px;
  font-size: 14px;
  color: #000;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}



.client-info-abs img {
  width: 80px !important;
}




#popupDialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 10000000;
  width: 35%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}


input#name {
  margin-top: 5px;
  width: 100%;
  height: 45px;
  background-color: #ebebeb;
  border: none;
}

input#email {
  width: 100% !important;
  height: 45px;
  background-color: #ebebeb;
  border: none;


}

input#number {
  width: 100% !important;
  height: 45px;
  background-color: #ebebeb;
  border: none;


}


textarea {
  resize: vertical;
  width: 100%;
  background-color: #ebebeb;
  border: none;

}


label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #7d8989;
}


.popupDialog p {
  color: #004080;
  font-size: 20px;
  font-weight: 600;
}



/* --------==========  aleart ============== */


#customAlert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

#alertBox {
  background: white;
  padding: 20px;
  border-radius: 8px;
  min-width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 140px;
}




#alertBox button {
  padding: 2px 24px;
  border-radius: 20px;
  color: white;
  background: green;
  border: navajowhite;
}


#alertBox .alertbtn {
  padding: 2px 24px;
  border-radius: 20px;
  color: white;
  background: red;
  border: navajowhite;
}



.close-btn {
  color: white;
  background: red;
  border: none;
  padding: 5px 20px;
}

.submit-btn {
  background-color: green;
  color: white;
  padding: 5px 20px;
  border: none;


}

.navbar-nav {
  /* display: flex; */
  /* align-items: center; */
  list-style: none;
  justify-content: space-between;
  margin: auto;
}

.nav-item {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}


p {
  margin-top: 0;
  margin-bottom: 0rem;
}



#popupDialog {
  max-height: 97vh;
  overflow-y: auto;
}


.shadow {
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / 69%) !important;
}



.signup-btn {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}


/* 
  .swiper {
      width: 100%;
      height: 100%;
    } */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}



.swiper-slide {
  position: relative;
}


.swiper-slide-caption {
  position: absolute;
  top: 40%;
  bottom: 0px;
  left: 10%;
  color: #fff;
}



.swiper-slide-caption h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;

}

.swiper-slide-caption p {
  font-size: 15px;
}


.swiper-navigation-icon {
  display: none;
}



/* Overlay */
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.456);
  /* darkness control */
  z-index: 1;
}

/* Content above overlay */
.swiper-slide-caption {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
}


.custom-prev,
.custom-next {
  width: 50px !important;
  height: 40px !important;
  background-color: #eee;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}


.custom-prev i {
  color: black;
}


.custom-next i {
  color: black;
}


.custom-prev:hover {
  background-color: rgb(125, 130, 128);
}

.custom-next:hover {
  background-color: rgb(125, 130, 128);
}





/* =========  .marquee===== */



.swiper-scrollbars {
  background-color: #eeeeee;
  color: #000000;
  /* height: 100px; */
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  overflow: hidden;
}


.marquee {
  width: 100%;
  overflow: hidden;
  background: #000000;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 10px;
}

.marquee span {
  display: inline-block;
  padding-left: 5%;
  animation: scroll 10s linear infinite;
  font-size: 15px;
  font-weight: 600;
  /* background: linear-gradient(90deg, #a5358c, #1B8EF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ============= */


.swiper-slide-caption p {
  font-size: 15px;
  text-align: left;
  padding: 10px 10px;
  background-color: #000;
  width: 40%;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}




.gradient-border-btn {
  background:
    linear-gradient(rgb(0, 0, 0), rgb(6, 6, 6)) padding-box,
    /* inner white background */
    linear-gradient(90deg, #a5358c, #2f4ca7) border-box;
  /* border gradient */
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 28px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  font-size: 15px;
}

.gradient-border-btn:hover {
  background:
    linear-gradient(#a5358c, #2f4ca7) padding-box,
    linear-gradient(90deg, #a5358c, #2f4ca7) border-box;
  color: #ffffff;
}



/* --------------- */




.gradient-border-btns {

  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 9px 15px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  border: none;
  font-size: 15px;
}

.gradient-border-btns:hover {
  background:
    linear-gradient(#ff416c0d, #9933ff0d) padding-box,
    linear-gradient(90deg, #ff416c, #9933ff) border-box;
  color: #faf9fa;
}



.slider-btn {
  text-align: left;
  margin-top: 20px;
}



/* ------------------- */



section {
  margin: 50px 0px;
}

.about-title h2 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  /* font-weight: 600; */
}

.about-content h3 {
  text-align: left !important;
  width: 100% !important;
}

body {
  font-family: 'Poppins', sans-serif;
}

.about-title h3 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  width: 65%;
  margin: auto;
}


.about-title p {
  text-align: center;
  width: 75%;
  margin: auto;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;

}



.rent-service h2 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}


.rent-service h3 {
  text-align: center;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
  width: 65%;
  margin: auto;
}



.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  border-radius: 6px;
}

.experience-box {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
  padding: 15px 25px;
  border-radius: 4px;
  font-size: 14px;
}

.experience-box strong {
  font-size: 22px;
  display: block;
}

.about-content small {
  letter-spacing: 2px;
  color: #8a7f6b;
}


.about-content h2 {
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.about-content h3 {
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
  margin: auto;
}


.about-content p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;
  margin: 0px;


}

.about-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.about-list li {
  margin-bottom: 10px;
  color: #444;
  font-size: 14px;
}

.about-list li::before {
  content: "✔";
  color: green;
  margin-right: 10px;
}





.booking-tem {
  margin: auto;
  width: 70%;
}

.appointment {
  position: fixed !important;
  bottom: 20px;
  left: 1px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  margin: 10px;
  z-index: 9999;
  border-radius: 10px;
}

.appointment i {
  padding-top: 18px;
  font-size: 40px;
}

.appointment {
  padding: 10px 10px;
}

.rounded-1 {
  border-radius: 1.4rem !important;
}

.appointment h4 {
  font-size: 18px;
  font-weight: 700;
}

.about-content {
  margin-left: 50px;
}

.time-title p {
  font-size: 15px;
  font-weight: 600;
}



/* owl */


.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 15px;
}

.owl-nav button {
  background: transparent;
  border: none;
  pointer-events: all;
}

.custom-arrow {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 10px;
}

.custom-arrow:hover {
  transform: scale(1.1);
}


.owl-nav .owl-prev {
  margin-left: -100px;
  background-color: #b5b2a5 !important;
  height: 40px;
  width: 40px;
}

.owl-nav .owl-next {
  margin-right: -100px;
  /* transform: translateY(-50%) scaleX(-1); */
  background-color: #b5b2a5 !important;
  height: 40px;
  width: 40px;
}


.service-card:hover {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
}

/* 🔥 Correct selector */
.service-card:hover .icon-box,
.service-card:hover h3,
.service-card:hover p,
.service-card:hover span,
.service-card:hover ul,
.service-card:hover li {
  color: #fff;
}

.service-card {
  width: 100%;
  background: #f4f2ec;
  padding: 25px;
  border: 1px solid #dcd8cf;
  font-family: serif;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #e6e2d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box i {
  font-size: 22px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #3d3d3d;
}

.desc {
  font-size: 17px;
  color: #7a7a7a;
  line-height: 30px;
  margin-bottom: 20px;

}

.service-card hr {
  border: none;
  border-top: 1px solid #dcd8cf;
  margin: 20px 0;
}

.sub-title {
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #4a4a4a;
  position: relative;
  padding-left: 18px;
}

.service-card ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}

.bottom-link {
  border-top: 1px solid #dcd8cf;
  margin-top: 25px;
  padding-top: 15px;
  font-size: 18px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}


.service-card li {
  list-style: none !important;
  text-decoration: none !important;
}





.whatsapp-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1111;
}


.whatsapp-icon img {
  width: 65px;
}


.whatsapp-icon img {
  animation: blinker 2s linear infinite;
}





@keyframes blinker {
  50% {
    opacity: 0.5;
    transform: scale(0.4);
  }
}



.navbar-brand img {
      height: 72px;
    width: 80px;
}

.footer-info li i {
  margin-right: 10px;
  color: #ffffff;
}


.footer-info a {
  color: #ffffff !important;
  text-decoration: none;
}






.whatsapp-icon img {
  width: 65px;
}

.whatsapp-icon img {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
    transform: scale(0.4);
  }
}

/* .fixed_buttons_scl_ic img,
.talk_sec_btn .whatsapp_btn img,
.talk_sec_btn a svg {
	height: 32px;
	width: 32px
} */

.fixed-socials {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 111;
}

.fix-btn-cls {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ffffff52;
  margin: 8px 0;
  border-radius: 50%;
  transition: 0.5s;
  right: 10px;
  position: relative;
  gap: 5px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_sec_con .contact_sec_form textarea.form-control.message_control {
  height: auto !important;
  max-height: 70px
}

.banner_sec_con .contact_sec_form {
  border-radius: 30px
}

.talk_sec_btn .whatsapp_btn,
.white_btn {
  padding: 10px 15px;
  border-radius: 10px;
  display: inline-flex
}

.white_btn {
  background: #fff;
  color: #000;
  align-items: center;
  gap: 10px;
  font-weight: 600
}

.white_btn svg path {
  fill: red
}

.talk_sec_btn .whatsapp_btn {
  background: #23924a;
  gap: 5px;
  color: #fff !important
}

.talk_sec_btn {
  display: flex;
  justify-content: center;
  gap: 15px
}




.fixed_buttons_scl_ic svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}

.fix-btn-cls.call {
  background: linear-gradient(0deg, #fa4555 0, #013450 62.74%);
}

.fix-btn-cls.whatsapp {
  background: #0f8117;
}

.fix-btn-cls.mail {
  background: #fa4656;
}

.fixed_buttons_scl_ic svg path {
  fill: #fff;
}

.fixed-socials .fixed_buttons_scl_ic {
  position: relative;
  -webkit-animation: swing-ani 1.5s infinite ease-in-out;
  -moz-animation: swing-ani 1.5s infinite ease-in-out;
  -ms-animation: swing-ani 1.5s infinite ease-in-out;
  -o-animation: swing-ani 1.5s infinite ease-in-out;
  animation: swing-ani 1.5s infinite ease-in-out;
}

@keyframes swing-ani {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}





.icon-boxs img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* body{
  background-color: hsl(45 20% 97%);
 } */


/* =============== new =============== */

.residential img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  object-fit: cover;
}

.residential i {
  font-size: 20px;
  color: rgb(125, 117, 117);
}


.residential h3 {
  font-size: 18px;
  color: rgb(14, 14, 14);
  font-weight: 600;
  font-style: oblique;
}

.h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px !important;
}


.residential p {
  font-size: 15px;
  color: rgb(125, 117, 117);
  font-weight: 600;
  font-style: italic;
}



.residential button {
  padding: 10px 15px;
  background-color: black;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}

.residential {
  height: 500px;
}




.industrial:hover {
  background-color: #000;
}


.industrial:hover h3,
.industrial:hover p,
.industrial:hover i,
.industrial:hover button {
  color: #fff;
}

.industrial {
  height: 500px !important;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  background-color: hsl(42, 36%, 89%);
  border-radius: 10px;
}

.residential button {
  margin-top: auto;
  position: absolute;
  bottom: 30px;
}



p {
  margin-bottom: 0px !important;
}

section {
  margin: 50px 0px;

}



.rent-service {
  text-align: center;
}

.rent-service h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}


.rent-service h3 {
  font-size: 18px;
  font-weight: 500;
}





.testimonial-card {
  background-color: hsl(40deg 2.2% 3.24% / 98%);
  max-width: 500px;
  padding: 50px 20px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  margin: 60px 0px;
  height: 400px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonial-card:hover {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
}


.quote {
  /* font-size: 60px; */
  color: rgba(252, 243, 243, 0.933);
  margin-bottom: 10px;
}

.stars {
  color: #ffd700;
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #fff;
  text-align: justify;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}

.client-name {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 700;
}

.client-role {
  font-size: 15px;
  color: #cbd5b0;
}


body {
  /* background: linear-gradient(90deg, rgba(208, 200, 200, 0.548), rgba(218, 208, 208, 0.465)), url(../image/cm.jpg); */
  background-image: url(../image/cm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
}


.testmoial-title {
  position: absolute;
  bottom: -80px;
}

.consultancy span {
  font-size: 14px;
  color: #3d5c2f;
  font-weight: 700;
}




.accordion-button {
  background-color: #000000;
  color: #ff6c00;
  border: none;
}

.faq-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 25px 25px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  border: 1px solid #000000;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.faq-box:hover {
  background: #000;
  /* change here */
}


.faq-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.faq-box p {
  font-size: 14px;
  color: hsl(0, 0%, 100%);
  margin-bottom: 20px;
  padding: 5px;
}





.contact-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.contact-link:hover {
  text-decoration: underline;
}


.consultancy h2 {
  font-size: 22px;
  font-weight: 700;
}

.consultancy p {
  font-size: 15px;
  color: hsl(0, 0%, 3%);
  padding: 5px 0px;
}


.accordion-flush .accordion-item:first-child {
  border: none;
}


.accordion-button:not(.collapsed) {
  color: #ecedf0;
  background-color: #0f0f0f;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);

}

.accordion-button {
  font-size: 15px;
  font-weight: 600;
}

.accordion-flush .accordion-item {
  border: 1px solid;
  margin-bottom: 20px;
  padding: 2px 0px;
  border-radius: 10px;
  border: none;
}


.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 14px;
  line-height: 30px;
  color: #575c5c;
  font-weight: 500;
}

.accordion-button:focus {
  z-index: 0;
  border-color: #ffffff !important;
  outline: 0;
  /* box-shadow: 0 0 0 .25rem rgba(243, 244, 245, 0.25); */
}

.accordion-button {
  border-radius: 10px;
}



.about-sections {
  padding: 30px 0px;
  background: linear-gradient(90deg, #000000b6), url(../image/property-villa-BljLjHaG.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}



i.fa-solid.fa-users {
  font-size: 40px;
  margin-bottom: 8px;
}


/* .fa-solid, .fas {
    font-size: 40px;
    margin-bottom: 8px;
} */

.counter-content h2 {
  font-size: 44px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
}


.counter-content span {
  font-size: 44px;
  margin-top: -8px;
  font-weight: 700;
  color: #fff;
}


.stats-item h6 {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}


.counter-content h2 {
  font-size: 36px;
  letter-spacing: -0.03em;
  font-weight: 700;
  padding: 0px;
  color: #fff;
}


.counter-content span {
  font-size: 36px;
  margin-top: -3px;
  font-weight: 700;
  color: #fff;
}


.stats-item h6 {
  font-size: 18px;
  /* font-weight: 800; */
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

.counter-content {
  display: flex;
  justify-content: center;
}

.stats-item {
  text-align: center;
  color: #fff;
}




.footer {
  background: linear-gradient(90deg, rgb(0 0 0 / 92%), rgb(0 0 0 / 92%)), url(../image/hero-building23.jpg);
  color: #fff;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}


.footer-title p {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}






.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 220px;
}

.logo {
  font-size: 28px;
  color: #fff;
}

.logo span {
  color: #1dd1a1;
}

.footer-column h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #fff;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 60px);
  gap: 33px; */
  /* justify-content: space-between; */
}

.gallery img {
  /* width: 100%;
  height: 50px; */
  width: 84px;
  height: 85px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.email-subscribe {
  display: flex;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.email-subscribe input {
  border: none;
  padding: 10px;
  flex: 1;
  background: #000000;
  color: white;
  outline: none;
  font-weight: 500;
}

.email-subscribe button {
  background: none;
  border: none;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
}

.social-icons {
  margin-top: 40px;
}

.social-icons i {
  margin-right: 33px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}

.social-icons i:hover {
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight {
  color: #1dd1a1;
  font-weight: bold;
}

.footers {
  padding-top: 25px;
}

.footer-title {
  padding-top: 16px;
}


.footer-logo {
  height: 100px;
  margin-top: 11px;
  width: 50%;
}


.footer-column li {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 15px;
  color: #fff;
  font-family: myriad-pro, Arial;

}


.footer-column p {
  font-size: 16px;
  font-family: myriad-pro, Arial;
}


.footer-column a {
  color: #ffffff;
  transition: all 300ms ease;
  font-size: 14px;
  font-family: myriad-pro, Arial;
  line-height: 20px;
  cursor: pointer;
}



a {
  text-decoration: none !important;
}


.social-icons {
  margin-top: 40px;
}


/* .social-icons i {
    margin-right: 33px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s;
} */





.fb-icon {
  background-color: #081ee5;
  padding: 9px 28px 10px 13px;
  color: #fff;
  margin: 0px;
  border-radius: 5px;
  margin: 0px 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tr-icon {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  padding: 9px 30px 10px 13px;
  color: #fff;
  margin: 0px 5px !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.yt-icon {
  background-color: #ff0000;
  padding: 9px 33px 11px 10px;
  color: #fff;
  border-radius: 5px;
  margin: 0px 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


.stats-item i {
  font-size: 40px;
  margin-bottom: 8px;
}



.navbar {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999999;
  width: 100%;
  background-color: #fff;
  font-family: myriad-pro, Arial;
}

.swiper {
  margin-top: 72px;
}

.email-subscribe input::placeholder {
  color: #fff;
}


body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6c00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}



.about-title h3::after,
.about-title h3::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
  height: 2px
}

.about-title h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(to right, transparent, rgb(153 51 255), transparent)
}

.about-title h3::after {
  content: '';
  outline: #fff solid 2px;
  outline-offset: -5px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 15px;
  height: 15px;
  background-color: #ff416c;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: 5s ease-in-out infinite slideLeftRight
}

@keyframes slideLeftRight {

  0%,
  100% {
    transform: translateX(-50%) translateX(-100px)
  }

  50% {
    transform: translateX(-50%) translateX(100px)
  }
}

.about-title h3 {
  position: relative;
}





.reveal {
  position: relative;
  overflow: hidden;
}

.reveal img {
  width: 100%;
  display: block;
  transform: scale(1.2);
  transition: transform 1.5s ease;
}


.reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  transform: translateX(0);
  transition: transform 1.2s ease;
  z-index: 2;
}


.reveal.active::after {
  transform: translateX(100%);
}

.reveal.active img {
  transform: scale(1);
}



.residential {
  position: relative;
  overflow: hidden;
}

.residential img {
  width: 100%;
  display: block;
  transition: 0.5s;
}


.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.residential:hover .img-hover {
  opacity: 1;
}

.residential:hover .img-default {
  opacity: 0;
}

.reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #fff;   👈 IMPORTANT */
  transform: translateX(0);
  transition: transform 1.2s ease;
  z-index: 2;
}

.reveal::after {
  background: linear-gradient(90deg, #fff, #f5f5f5);
}




/* ======================================
====================================== */


.main-effct {
  position: relative;
  height: 30px;
}

#home {
  position: relative;
}

.eline-main {
  bottom: 38px;
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;
  background: #fff;
  width: 180px;
  transform: rotate(-28deg);
  left: -11px;
}



.ecircle-main {
  text-align: center;
  line-height: 80px;
  bottom: 60px;
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  background: #00ff2a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: 151px;
}

.ecircle-maina {
  background-color: #ff416c;
}


.ecircle-mainb {
  background-color: #9933ff;
}

.ecircle-mainc {
  background: linear-gradient(90deg, #ff416c, #9933ff);
}



.ecircle2 {
  bottom: 8px;
  left: 438px;
}

.ecircle3 {
  bottom: 191px;
  left: 690px;
}

.eline2 {
  overflow: hidden;
  left: 225px;
  transform: rotate(15deg);
  bottom: 66px;
  z-index: 0;
  width: 220px;
}

.eline3 {
  left: 488px;
  overflow: hidden;
  bottom: 130px;
  width: 240px;
  z-index: 0;
  transform: rotate(-38deg);
}

.right-img .owl-dots {
  position: relative;
  left: -32px;
  top: 40px;
}

.m-img {
  transform: scale(1) !important;
  position: absolute;
  animation: inherit !important;
  animation-delay: inherit !important;
  animation-duration: inherit !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

.other-img {
  background: #000000;
  border-radius: 50%;
}

.chair img {
  width: 55%;
  position: absolute;
  bottom: -68px;
}

.service {
  position: relative;
}

.service-line {
  box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
  background: #0c0747;
  height: 89%;
  width: 8px;
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 59px;
}

.eline::after {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 9px 2px;
  height: 8px;
  content: "";
  width: 180px;
  animation-name: fadeInLeft;
  animation-duration: 3s;
  background: rgb(0, 36, 240);
}

.eline2::after {
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;
  background: rgb(0, 36, 240);
  content: '';
  width: 220px;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 2.5s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



.eline3:after {
  position: absolute;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .1);
  height: 8px;
  background: rgb(0, 36, 240);
  content: '';
  width: 240px;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 4.3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}




@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}








.ecircle-main img {
  width: 90%;
  --webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-delay: 2.4s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ecircle2 img {
  animation-delay: 4.3s;
}

.ecircle3 img {
  animation-delay: 6s;
}

.rocket-o img {
  width: 70%;
}

.rocket-o {
  bottom: -30px;
  position: absolute;
  display: none;
  width: 100px;
  z-index: 5;
  left: -11px;
  -webkit-animation: myfirst_ro 8s alternate;
  -webkit-animation-direction: alternate;
  animation: myfirst_ro 8s;
  animation-direction: alternate;
  opacity: 0;
}

@-webkit-keyframes myfirst_ro {
  0% {
    left: -30px;
    opacity: 1;
  }

  25% {
    left: 151px;
    bottom: 60px;
    transform: rotate(60deg);
    opacity: 1;
  }

  50% {
    bottom: 8px;
    opacity: 1;
    left: 438px;
  }

  75% {
    bottom: 191px;
    left: 690px;
    opacity: 1;
  }

  100% {
    bottom: 600px;
    left: 990px;
    opacity: 0;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}






.image-bg {

  position: relative;
  min-height: 100vh;
}

.image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}



.wpb_wrapper {
  padding-left: 10%;
}




/* ==================  index.html service ==================  */

.heading_type1 h2,
.heading_type1 h3 {
  font-size: 28px;
  background: linear-gradient(90deg, #ff416c, #9933ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
  text-align: center;
}



.heading_para {
  font-size: 16px;
  width: 100%;
  margin: 0 auto 30px;
  color: #000000;
  opacity: .87;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}






.serv-box-inner {
  padding: 25px;
  background: #000000c2;
  border-radius: 15px;
  height: 450px;
}

.service-main-box {
  background: linear-gradient(20.62deg, #4579ff 15.34%, #0f7 116.08%, #00e0ff 153.42%);
  padding: 5px !important;
  border-radius: 20px;
  height: calc(100% - 30px);
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  background-size: cover
}

.best_services [class*="col-"]:nth-child(2) .service-main-box {
  background: linear-gradient(150.46deg, #ff823c 28.02%, #fc0 113.11%, #00e0ff 127.33%)
}

.best_services [class*="col-"]:nth-child(3) .service-main-box {
  background: linear-gradient(23.01deg, #9945ff 44.02%, #627bff 133.52%, #00e0ff 166.69%)
}

.best_services [class*="col-"]:nth-child(4) .service-main-box {
  background: linear-gradient(20.62deg, #d6e24b 15.34%, #0037a3 116.08%, #00e0ff 153.42%)
}

.best_services [class*="col-"]:nth-child(5) .service-main-box {
  background: linear-gradient(151.4deg, #4eaaff -37.66%, #ff007a 121.44%, #00e0ff 129.74%)
}

.best_services [class*="col-"]:nth-child(6) .service-main-box {
  background: linear-gradient(342.59deg, #fe4656 3.94%, #443ab6 59.3%)
}









.serv-box-inner:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 50%;
  background: #ff416c;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s
}

.serv-box-inner:before,
.why-choose-box:after {
  height: 5px;
  width: 50%;
  background: #9933ff;
  position: absolute;
  content: ""
}

.serv-box-inner:before {
  bottom: 0;
  right: 0;
  border-radius: 10px;
  transition: 0.5s
}

.service-main-box:hover .serv-box-inner:after,
.service-main-box:hover .serv-box-inner:before {
  width: 100%;
  height: 100%;
  transition: 0.5s
}



.serv-cont p {
  margin-bottom: 0;
  color: #fff;
  opacity: .85;
  text-align: left;
}


.serv-icon img {
  width: 40px;
}


.serv-cont,
.serv-icon,
.why-box h4,
.why-box p {
  z-index: 1;
  position: relative;
}



/* ============= */

.navbar-light .navbar-toggler {
  color: rgb(0 0 0);
  border-color: rgb(0 0 0);
}



.about-sectiok {}


.about-hadding {
  text-align: center;
  padding-top: 160px;
}



.about-hadding h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2c1a12;
}





.contact-stock {
  background: linear-gradient(90deg, #070707a3, #0707078e), url(../image/Untitled-design.jpg);
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  margin-bottom: 60px;

}

.headding-boxs {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 75px;
}


.headding-boxs h3 {
  text-align: center;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
}


.headding-iconsa {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 5px;
}


.headding-iconsa ul {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}


.headding-iconsa ul:before {
  background: linear-gradient(to right, #ffffff 0%, #336667 100%);
}

.headding-iconsa ul:before {
  width: 80px;
  height: 1px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  content: "";
}


.headding-iconsa ul:before {
  left: 100%;
  margin-left: 5px;
}

.headding-iconsa li {
  display: inline-block;
  font-size: 15px;
}

.headding-iconsa li span {
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 100%;
  margin: 0 5px;
  display: inline-block;
  padding-top: 5px;
  padding-left: 0px;
}

.headding-iconsa li span {
  border: 1px solid #ffffff;
}

.headding-iconas i {
  color: #ffffff;
}


.breadcrumb {
  margin: 5px 0 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  /* float: left; */
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  justify-content: center;
  gap: 10px;
  letter-spacing: 2px;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #fff;
}


.headding-boxs {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 150px;
}


.headding-iconsa ul:after {
  width: 80px;
  height: 1px;
  top: 50%;
  position: absolute;
  margin-top: -1px;
  content: "";
}

.headding-iconsa ul:after {
  background: linear-gradient(to right, #336667 0%, #ffffff 100%);
}

.headding-iconsa ul:after {
  right: 100%;
  margin-right: 5px;
}

.story-image video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-content p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;
  margin: 0px;
}

.about-content h3 {
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
  margin: auto;
}

.about-contents li {
  padding-top: 10px;
}

.about-titles h2 {
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}


.about-titles h3 {
  text-align: left;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-weight: 600;
  padding-top: 10px;
  width: 100%;
  margin: auto;
}

.about-contents p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;
  margin: 0px;
}



.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  display: block;
}

.social-iconsa {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.4s ease;
}

.social-iconsa a {
  background: #c29958;
  color: #fff;
  padding: 10px 13px;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-iconsa a:hover {
  background: #000;
}

.team-image:hover .social-iconsa {
  opacity: 1;
  bottom: 5%;
}


.breadcrumb-items i {
  color: #000;
}

.breadcrumb-areas {
  background-color: #44444423;
  padding: 20px 0px;
}



.breadcrumb-wraps .breadcrumbs {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}


.breadcrumb-wraps .breadcrumbs .breadcrumb-itemsa.active {
  color: #c29958;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}


.breadcrumb-wraps .breadcrumbs .breadcrumb-itemsa:before {
  color: #d9a859;
  content: "/";
  font-size: 18px;
  margin: 0 5px;
}

.breadcrumb-items+.breadcrumb-items {
  padding-left: .5rem;
}


.carousel-six .owl-nav {
  display: none !important;
}


.inner-column p {
  text-align: justify !important;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 10px;
  color: #6c6c6c;
  margin: 0px;
}

.content-column {
  padding-left: 80px;
}


.sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #f7b903;
}



.property-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.property-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}

.card-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.arrow-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}


.red {
  background: #ff2d55;
}

.orange {
  background: #f5a623;
}

.blue {
  background: #0d6efd;
}


.card-label span {
  font-size: 15px;
  font-weight: 700;
}

.consultancy img {
  width: 100%;
}







.card {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.card-img {
  position: relative;
}

.card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}


.tags {
  position: absolute;
  top: 10px;
  left: 10px;
}

.tags span {
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}

.new {
  background: #ff2d55;
}

.featured {
  background: #ff9800;
}


.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 7px 14px;
  border-radius: 50%;
  cursor: pointer;
}


.price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}


.profile {
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.card-body {
  padding: 20px 15px;
}


.rating {
  color: #ff9800;
  font-size: 14px;
}

.rating span {
  color: #555;
}


.location {
  color: #777;
  font-size: 14px;
}


.features {
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 13px;
}


.card-footer1 span {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #555;
}


.card-footer span {
  font-size: 14px;
}


.card-body h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px;
}




.post-propert-section {
  background-image: url(../image/section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;

  @include respond-below(lg) {
    padding: 50px 0;
    min-height: auto;
  }

  .sec-img {
    .bg-1 {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;

      @include respond-below(lg) {
        display: none;
      }
    }

    .bg-2 {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
    }
  }

  &::before {
    content: "";
    background: linear-gradient(90deg, #000000 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
  }

  .section-headings {
    h2 {
      margin-bottom: 40px;
    }
  }
}

.rent-propery-section {
  padding: 60px 0;

  @include respond-below(lg) {
    padding: 50px 0;
  }
}

.rent-property-item {
  box-shadow: 0px 0px 24px 0px #C5C5C540;
  border-radius: 5px;

  .property-img {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;

    img {
      border-radius: 5px 5px 0 0;
      transition: 0.5s all;
    }

    a {
      img {
        width: 100%;
      }
    }

    &:hover {
      img {
        transform: scale(1.14);
        transition: 0.5s all;
      }
    }

    .favourite {
      a {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: var(--white);
        position: absolute;
        top: 10px;
        right: 20px;
        color: var(--dark);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
      }

      &.selected {
        a {
          background: var(--primary);
          color: var(--white);
        }
      }

    }

    .token-top {
      position: absolute;
      left: 20px;
      top: 0;
    }

    .token {
      width: 22px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0 5px 5px;

      i {
        color: var(--white) !important;
      }
    }

    .avatar-bottom {
      position: absolute;
      left: 20px;
      bottom: 10px;
      width: 32px;
      height: 32px;
    }
  }

  .rental-content {
    padding: 20px;

    @include respond-below(sm) {
      padding: 16px;
    }

    h5 {
      a {
        color: var(--gray-900);
        font-size: 18px;

        &:hover {
          color: var(--primary);
        }
      }
    }

    p {
      color: var(--gray-500);
      font-size: 14px;
    }

    span.date {
      color: var(--gray-500);
      font-size: 14px;
    }

    .rate-info {
      color: var(--gray-500);

      span {
        color: var(--primary);
        font-weight: 700;
        font-size: 18px;
      }
    }

    .card-info {
      border-top: 1px solid var(--gray-100);
      margin-top: 16px;
      padding-top: 16px;

      p {
        color: var(--gray-500);
        font-size: 13px;
        display: flex;
        align-items: center;
        margin-bottom: 0;

        span {
          width: 22px;
          height: 22px;
          border-radius: 5px;
          background: var(--light);
          display: flex;
          align-items: center;
          justify-content: center;

          i {
            color: var(--gray-900);
          }
        }
      }
    }
  }
}





.apna-ghar h2 {
  font-size: 18px;
  font-weight: 700;
}

.apna-ghar span {
  padding: 5px 0px;
  font-size: 15px;
}


.footer-column img {
  background-color: #e6e4e2;
}





.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Video */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* Dark Overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(44, 41, 41, 0);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.hero-content h1 {
  font-size: 60px;
  letter-spacing: 3px;
}

.hero-content p {
  font-size: 20px;
  margin-top: 10px;
}

/* Button */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #c59d5f;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}



.hero-content h2 {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(90deg, #000000, #000000);
  width: 60%;
  margin: auto;
  padding: 5px 0px;
}


.project-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}






.img-magnifier-container {
  position: relative;
  width: 100%;
  /* margin: 50px auto; */
}

/* Image */
.img-magnifier-container img {
  width: 100%;
  display: block;
}

/* Magnifier Glass */
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 120px;
  height: 120px;
  display: none;
  /* 👈 hidden by default */
}

.img-magnifier-container:hover .img-magnifier-glass {
  display: block;
}






/* =================================================

================================================= */



.slider {
  position: relative;
  /* max-width: 500px;
  margin: 40px auto; */
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  /* background: #ffd200; */
}

.slides img {
  width: 100%;
  display: none;
  cursor: pointer;
}

.slides img.active {
  display: block;
}

/* Arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 8px 12px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Dots */
.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 8px;
  width: 8px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
}

.dot.active {
  background: orange;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgb(0, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.lightbox .close {
  position: absolute;
  top: 20%;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.lb-prev,
.lb-next {
  position: absolute;
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.lb-prev {
  left: 20px;
}

.lb-next {
  right: 20px;
}


.shayma-title h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  /* padding-top: 50px; */
  font-size: 20px;
  color: rgb(221, 103, 7);
}


.shayma-title p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}








h3.tupleNew__propType {
  display: inline;
  font-size: 18px;
  font-weight: 600;
}

.rent-titles {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rent-title h3 {
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
}


a.fixed_btn_scl button {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 20px;
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}




.property-form {
  max-width: 75%;
  margin: auto;
  padding: 20px;
  background: #fff;
}

.property-form h2 {
  text-align: center;
}

.property-form input,
.property-form select,
.property-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.property-form label {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #000;
}

.property-form button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
}




.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}

/* 🔥 MAIN FIX */
.amenity-item input {
  margin: 0;
  vertical-align: middle;
}

.property-form input {
  margin: 15px 0px;
}

.property-form h3 {
  font-size: 18px;
  font-weight: 600;
}


.property-form h2 {
  font-size: 18px;
  font-weight: 600;
}



.map-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
  text-align: center;
  /* height: 300px; */
  background-color: #fff;
  height: 200px;
}

.map-content img {
  height: 100px;
  cursor: pointer;
}


.map-content h5 {
  padding-top: 10px;
  color: black;
}


.map-content i {
  font-size: 30px;
}


/* form */

.rts-contact-fluid .form-wrapper form .name-email {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.rts-contact-fluid .form-wrapper form .name-email input {
  width: 48.8%;
}


.rts-contact-fluid .form-wrapper input {
  background: #F6F6F6;
  height: 55px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}


.rts-contact-fluid .form-wrapper input {
  background-color: #ebebeb;
  height: 55px;
  border-radius: 0px;
  margin-bottom: 25px;
  border: 1px solid #cdc7c7;
  width: 100%;
  padding: 0 15px;
}


.rts-contact-fluid .form-wrapper textarea {
  height: 150px;
  background-color: #ebebeb;
  border-radius: 15px;
  padding: 15px 15px;
  border: 1px solid transparent;
}





.rts-contact-form-area {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
}

.rts-contact-fluid .rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #ffffff;
  padding: 8px 22px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}


.rts-contact-fluid .rts-btn:hover {
  background-color: #000;
  color: #fff;
}



/* map */
.rts-contact-map-area,
.contact-map-area-fluid,
.contact-map {
  width: 100%;
  height: 85vh;
  padding: 0;
  margin: 0;
}

.contact-map {
  border: 0;
  display: block;
}


.rts-contact-fluid .form-wrapper form .name-email input {
  width: 100% !important;
}

.rts-contact-fluid .form-wrapper textarea {
  height: 150px;
  background-color: #ebebeb;
  border-radius: 0px;
  padding: 15px 15px;
  border: 1px solid #cdc7c7;
  width: 100%;
}

.techek-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 8px 0px;
}


.map-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;

}




.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.footer-bottom {
  width: 100%;
  float: left;
  position: relative;
  background-color: #000;
  padding: 25px 0px;
}


.footer-bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

.ipsum {
  color: #fb7045;
}


.footer-content img {
  height: 80px;
  width: 80px;

}

a:hover {
  color: #fb7045;
  cursor: pointer;
}



.mobile-bottom {
  display: none;
}


.mobile-bottom p {
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-bottom: 0px;
}


.imgs-default {
  transform: scaleX(-1);
}





.tab-button {
  margin: 30px 0px;
  text-align: center;
}


.techek-contenta {
  font-size: 40px;
  text-align: left;
  font-weight: 700;
  color: rgb(67, 55, 40);
  text-align: center;
}

.tablinks {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 60px;
  padding: 8px 10px;
}

.tab-button button.active {
  position: relative;
  /* border-bottom: solid 3px rgb(67, 55, 40); */
  background: linear-gradient(216deg, rgba(27, 142, 248, 1) 30%, rgba(5, 243, 169, 1) 70%);
  color: #000000;
  border-radius: 8px;
}




.product-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: auto;
  text-align: center;
}

.product-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6%;
}

/* Icons Container */
.hover-icons {
  position: absolute;
  top: 80%;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

/* Show on hover */
.product-img:hover .hover-icons {
  opacity: 1;
}

/* Icon Box */
.hover-icons span {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.hover-icons span i {
  color: #333;
  font-size: 16px;
}

.hover-icons span:hover {
  background: linear-gradient(216deg, rgba(27, 142, 248, 1) 30%, rgba(5, 243, 169, 1) 70%);
}

.hover-icons span:hover i {
  color: #fff;
}

/* Product Info */
.product-info {
  padding: 15px;
}

.product-info h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.price {
  margin-bottom: 15px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.new-price {
  font-weight: bold;
  font-size: 16px;
}

/* Buttons */
.ac {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btnc {
  padding: 7px 18px;
  /* background: #1B8EF8; */
  background: linear-gradient(216deg, rgba(27, 142, 248, 1) 30%, rgba(5, 243, 169, 1) 70%);
  color: #000000;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;

}



.tab-button button {
  padding: 18px 18px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  margin: 0px 10px;
  letter-spacing: 1px;

  background: linear-gradient(216deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%) padding-box, linear-gradient(90deg, #a5358c, #2f4ca7) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 16px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;

}

.sun-city {
  position: relative;
}

.sun-city img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sun-city a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 5px;
  border-radius: 8px;
  transition: 0.3s ease;
  display: none;
}

.sun-city:hover a {
  display: block;
}

.ashiana-housing img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.privacy-section p {
  font-size: 14px;
  line-height: 35px;
  color: #6c6c6c;
}

.privacy-section h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px;
  color: #d7b012;
}


.privacy-section ul li {
  line-height: 35px;
  font-size: 14px;
}

.privacy-section ul {
  padding: 0px;
}


.navbar-expand-lg .navbar-nav {
  align-items: center;
}



/* ============== contact form ============== */


.contact-form {
  max-width: 100%;
  margin: auto;
  background: #f8f6f2;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
}

.contact-form h2 {
  padding-bottom: 20px;
  font-weight: 600;
  font-family: var(--font-serif);
  font-size: 22px;
}

/* .row {
  display: flex;
  gap: 15px;
} */

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
}

textarea {
  height: 100px;
  resize: none;
}

.checkbox {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}


svg.lucide.lucide-send.w-5.h-5.ml-2 {
  padding-left: 5px;
  padding-top: 5px;
}


.contact-email {
  margin-top: 30px;
}

.service-box img {
  width: 100%;
  height: 300p;
  object-fit: cover;
}

.service-box button {
  background: linear-gradient(90deg, #a5358c, #2f4ca7);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 11px 25px !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
  margin-bottom: 20px;
}


.service-box h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
}

.service-box p {
  font-size: 14px;
  line-height: 30px;
}


.service-box-btn {
  display: flex;
  gap: 10px;
}


.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  resize: none;
}




.form-container {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}


.form-container h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}


.residental-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 10px 0px;
}


.residental-title p {
  font-size: 14px;
  line-height: 30px;
  color: #6c6c6c;
}

.cards-body p{
  font-size: 14px;
  line-height: 30px;
  color: #0e20ec;
}

.cards-body ul{
  padding: 0px;
  list-style: none;
}


.cards-body ul li{
  font-size: 14px;
  line-height: 30px;
  color: #dd05c8;
}


.residental img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;

}


label{
  color: #000 !important;
    margin-bottom: 5px;
    font-size: 14px;
}