.logo-two{
    height: 50px;
    display: flex;
    object-fit:fill ;
}
.logo-two img{
    height: 100%;
    width: 100%;
}

/* header css starts */
li.active > a {
    color: brown !important;
}

.header-action .header-contact ul li:first-child a{
    color: black !important;
}
.header-action .header-contact ul li a{
    color: black !important;

}
.header-action .icon a > span, .sidebar-menu-two .menu-icon span{
    background: black !important;
}
.sidebar-contact .menu-icon a, .header-action .icon a{
    border:1px solid black !important;
}
/* header css ends */
/* abouts starts */
.mission-img{
    width: 500px;
    height: 700px;
    display: flex;
    object-fit: fill;

}
.mission-img img{
    height: 100%;
    width: 100%;
}
.abt-svg{
    background-color: rgb(238, 185, 135);
    border-radius: 50%;
    padding: 20px;
    width: fit-content;
    color: black;
}
.mission-content p{
    margin-bottom: 0px !important;
}
.card.counter-item{
    text-align: center;
    margin-bottom: 30px;
    gap: 10px;
    height: 150px;
    padding-bottom: 10px;
    /* align-items: end; */
    place-content: end;
}
.card.counter-item:hover{
    background-color: rgb(241, 191, 145);
}
.abt-svg-counter{
    position: absolute;
    place-self: center;
    top: -38px;
    border: 2px solid white;
}
.counter-heading-list{
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}
.counter-heading-list li{
    color: black;
}
.card.counter-item:hover .odometer-ribbon-inner{
    color: white;
}
.breadcrumb-area{
    padding: 165px 0 140px;
}
div#preloader {
            display: none;
        }


/* about ends */
/* product starts */
@media (max-width: 1800px) {
    .gallery-item img {
        height: 755px;
        width: 100%;
    }
}
.info-item .icon i{
    color: rgb(235, 202, 152);
}

.calculate-box {
 
 
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.calculate-box-text h4 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #333;
}
.newsletter-form .list-wrap li{
    width: 100%;
}
.calculate-box-text p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.calculate-box label,
.calculate-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  display: block;
}

.calculate-box input[type="text"],
.calculate-box input[type="number"],
.calculate-box input[type="range"] {
  width: 100%;
  padding: 10px 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.calculate-box input:focus {
  outline: none;
  border-color: #c79f6b;
}

.calculate-box-lone-amount,
.calculate-box-lone-amount-two,
.lculate-box-lone-amount-three {
  margin-bottom: 20px;
}

.calculate-box-lone-amount-text {
  display: flex;
  gap: 10px;
}

.calculate-box-lone-amount-text .left,
.calculate-box-lone-amount-text .right {
  flex: 1;
}

.chrome input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  margin-top: 10px;
}

.chrome input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #c79f6b;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.calculate-box-lone-amount-btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
}

.homec-btn,
.reset-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
}

.homec-btn {
  background-color: #c79f6b;
  color: #fff;
}

.homec-btn:hover {
  background-color: white;
  color: #c79f6b;
}

.reset-btn {
  background-color: #f3f3f3;
  color: #444;
}

.reset-btn:hover {
  background-color: #e0e0e0;
}

.calculate-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f9fc;
  padding: 20px;
  margin-top: 30px;
  border-radius: 12px;
}

.calculate-payment h5 {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.calculate-payment h2 {
  margin: 0 5px;
  font-size: 24px;
  color: #c79f6b;
  font-weight: 700;
}
.newsletter-inner{
    padding: 55px;
}
.calculate-payment-right{
    display: flex;
}
.location-img{
  height: 500px;
  display: flex;
  object-fit: fill;
}
.location-img img{
  height: 100%;
  width: 100%;
}
.project-details-top .row{
  align-items: center;
}


/* MODAL BACKDROP OVERRIDE */
.homec-modal.modal {
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 2rem 1rem;
  z-index: 1055;
}

/* MODAL DIALOG */
.homec-modal__width {
  max-width: 700px;
  margin: auto;
}

/* MODAL CONTENT */
.modal-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  position: relative;
}

/* CLOSE BUTTON */
.homec-moal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  padding: 5px;
}
.homec-moal__close svg {
  transition: transform 0.2s ease;
}
.homec-moal__close:hover svg {
  transform: scale(1.2);
}

/* MODAL TITLE */
.homec-submit-form__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* FORM HEADINGS */
.homec-submit-form__heading {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

/* FORM INPUT STYLES */
.form-control,
.homec-form-select {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 15px;
  transition: border 0.3s ease;
}
.form-control:focus,
.homec-form-select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: none;
}

/* TEXTAREA */
textarea.form-control {
  resize: vertical;
}

/* SUBMIT BUTTON */
.homec-btn__second {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.homec-btn__second:hover {
  background-color: white;
  color: #c79f6b;
}

/* SPACING */
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-40 {
  margin-top: 40px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.image-wrapper:hover::after,
.image-wrapper:hover .overlay-icon {
  opacity: 1;
}
.project-details-area{
      padding: 250px 0 0;
}
.project-thumb a{
  display: flex;
  object-fit: fill;
}
.project-thumb a img{
  height: 100%;
  width: 100%;
}
.homec-property__head a{
  display: flex;
  object-fit: fill;
}
.homec-property__head a img{
  height: 100%;
  width: 100%;
}
.direction-area .direction-img{
  height: 700px;
  display: flex;
  object-fit: fill;
}
.direction-area .direction-img iframe{
  height: 100%;
  width: 100%;
}
/* project ends */
/* blogs starts */
.blog-thumb a{
    height: 400px;
    width: 100%;
    display: flex;
    object-fit: fill;
    justify-content: center;
}
.blog-thumb img{
    height: 100%;
    width: 100%;
}
/* blogs ends */

/* contact starts */
.contact-info-item .contact-icon{
    align-items: center;
    height: 70px;
    background-color: #c79f6b;
    color: white;
    border-radius: 50%;
    border:2px solid #c76b6b;
    padding: 10px;
    width: 70px;
    place-content: center;

}
.contact-info-item{
    place-items: center;
    gap: 20px;
}
.contact-info-item .title{
    font-size: 16px;
}
.contact-form-wrap .form-grp textarea{
    min-height: 120px;
    max-height: 150px;
}
.contact-info {
  background-image: url("/uploads/frontendimages/images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* .contact-info::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  
} */

/* contact ends */
/* footer starts */

.left_contact_icon, .right_whatsapp {
    width: 55px !important;
    position: fixed !important;
    z-index: 1030 !important;
}
.left_contact_icon {
    left: 25px;
    bottom: 25px;
}
.right_whatsapp {
    right: 25px;
    bottom: 25px;
}
.footer-top{
    padding:55px 0px 0px;
}
.header-contact a{
  text-decoration: none;
}
.header-action .header-contact ul li:first-child a{
  text-decoration: none;
}


.nearbylocations{
  color: #c79f6b;
}
.nearbylocations span{
  color: black !important;
}

/* Center the wrapper */
.homec-pagination__wrapper {
  display: flex;
  justify-content: center; /* Horizontal center */
  margin-top: 20px;
}



/* Pagination list styling */
.homec-pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem; /* Space between buttons */
  justify-content:center;
}

/* Each pagination link styled as a button */
.homec-pagination__list li a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

/* Hover effect */
.homec-pagination__list li a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}



@media (max-width:768px) {
  .direction-img {
    width: 100%;
    display: flex;
    object-fit: fill;
  }
  .mb-btn{
    display: block;
    width: fit-content;

  }
  .dt-btn{
    display: none;
  }
  .mb-li-btn{
    place-self: center;
  }
  .project-details-area {
    padding: 98px 0 0;
}
    .project-info-wrap .list-wrap .info-item {
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .project-info-wrap .list-wrap .info-item .content{
      text-align: center;
    }
    .banner-content-two .tick-list{
      color: white;
    }
    .mission-img{
      width: auto;
    }
    .counter-heading-list

 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* text-align: start; */
}
.newsletter-inner {
    padding: 23px;
}
.location-img{
  height: auto;
}
.direction-area .direction-img{
  height: 400px;
}
}