* {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Poppins", sans-serif;
}
.main-header {
  background-color: #fff;
}
.banner-section {
  position: unset;
  height: 70vh;
  padding-block: unset;
  display: grid;
  align-items: center;
  background-position: unset;
}
.sec-pad {
  padding: 70px 0px 70px 0px;
}
.theme-btn {
  font-size: 15px;
  font-family: sans-serif;
  padding: 7.5px 20px;
}
.theme-btn.btn-one {
  border: 0;
}
.feature-block-one .inner-box .lower-content .theme-btn {
  padding: 5.5px 15px;
}
.news-block-one .inner-box .lower-content .theme-btn {
  padding: 7.5px 23px;
}
.feature-block-one .inner-box .lower-content .price-box .other-option li a {
  line-height: 43px;
  border-radius: 30px;
}
.feature-block-one
  .inner-box
  .lower-content
  .price-box
  .other-option
  li
  a.active {
  background-color: #2dbe6c;
  border-color: #2dbe6c;
  color: #fff;
}
.deals-section .single-item .image-box .image img {
  object-fit: cover;
  aspect-ratio: 4/2.5;
}
.testimonial-section {
  padding: 60px 0px 60px 0px;
}
.product-image {
  height: 17rem;
  object-fit: cover;
}
.feature-block-one .inner-box .image-box .image:has(.product-image):before {
  left: 0;
  top: unset;
  bottom: 0;
  width: 100%;
  height: 40%; /* control fade height */
  opacity: unset;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.news-block-one .inner-box .image-box .image img {
  height: 17rem;
  object-fit: cover;
}

.object-fit-cover {
  object-fit: cover;
}
.ad-image {
  height: 20rem !important;
}
.image_block_2 .image-box .image img {
  height: 35rem;
}
.list-property-image {
  aspect-ratio: 1/2;
  object-fit: cover;
}

.job-image {
  width: 16rem;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
  font-weight: 400;
  border-radius: 2px;
  padding-block: 5px;
}

.contact-section .form-inner input[type="text"],
.contact-section .form-inner input[type="email"],
.contact-section .form-inner input[type="tel"],
.contact-section .form-inner textarea {
  border: 1px solid #d3e5db;
  padding: 14px;
  border-radius: 3px;
}

.map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -7px;
}

.property-details-content .form-group input[type='text'], .property-details-content .form-group input[type='email'], .property-details-content .form-group input[type='tel'], .property-details-content .form-group textarea{
  border: 1px solid #e5e7ec;
  padding: 12px;
  border-radius: 3px;
}
.property-details-content .form-group i {
  right: 10px;
  top: 15px;
}
/* Sreenigroup CSS */

@media (max-width: 30rem) {
  .gallery_container {
    margin-top: 5rem !important;
  }
}
.event-card {
  margin-bottom: 20px;
  transition: border-radius 1s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  .bi {
    color: #fff;
    font-size: 13px;
  }
  img {
    transition: border-radius 0.5s ease-in-out;
    height: 200px;
    object-fit: cover;
    border-radius: 3rem 3rem 1rem 1rem !important;
  }
}
.event-card:hover {
  border-radius: 7px;
}
.event-card:hover img {
  border-radius: 1rem 2rem 4rem 2rem !important;
}

.event-date {
  background-color: #222222;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.event-card .card-body {
  padding: 20px;
}

.event-card .btn {
  margin-right: 5px;
}

.card-shine-effect {
  --shine-deg: 45deg;
  position: relative;
  overflow: hidden;
  border-radius: 0.875rem;
  /*  border: 1px solid rgb(15 23 42);*/
  /*  background-color: rgb(9 9 11);*/
  /*  padding: 4rem 2rem;*/
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  max-width: 28rem;

  background-repeat: no-repeat;
  background-position:
    -100% 0,
    0 0;

  background-image: linear-gradient(
    var(--shine-deg),
    transparent 20%,
    transparent 40%,
    rgb(170, 170, 170, 0.1) 50%,
    rgb(170, 170, 170, 0.1) 55%,
    transparent 70%,
    transparent 100%
  );

  background-size:
    250% 250%,
    100% 100%;
  transition: background-position 0s ease;
}

.card-shine-effect:hover {
  background-position:
    200%0,
    0 0;
  transition-duration: 1.5s;
}

.gallery__custom .gallery img {
  height: 300px;
  object-fit: cover;
}
.gallery__custom .inner-box:hover .image-box .image img {
  opacity: unset;
}
.gallery__custom .bi {
  color: #fff;
}
@media (max-width: 30rem) {
  .gallery__custom {
    margin-top: 5rem !important;
  }
}

.nav-bar-custom-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff9eb;
  /* background-color: #00000094; */
  justify-content: space-between;
  /* Adjusted to space between */
  align-items: center;
  padding-top: 10px;
  padding-bottom: 3px;
  z-index: 9;
  display: none;

  /* backdrop-filter: blur(10px); */
}

@media (width<30rem) {
  .nav-bar-custom-mobile {
    display: flex;
  }
}

.nav-item-custom-mobile {
  flex: 1;
  /* Equal distribution of items */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 12px;
  transition:
    color 0.2s,
    background-color 0.2s;
  /* Smooth transition for color and background */
}

.nav-item-custom-mobile:hover {
  /* color: #cce0ff; */
  color: #000;
  /* Change text color on hover */
  cursor: pointer;
}

.nav-item-custom-mobile span {
  margin-top: -7px;
  color: #000;
}

.nav-item-custom-mobile .bi {
  color: #000;
  font-size: 22px;
}

/* Mobile CSS */

@media only screen and (max-width: 499px) {
  .main-header .outer-box .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-area .mobile-nav-toggler {
    margin-bottom: unset;
  }
  .property-page-section .item-shorting {
    display: flex;
    justify-content: space-between;
  }
  .list-property-image {
    aspect-ratio: 1;
  }
  .item-shorting .right-column {
    padding-right: 141px;
  }
  .job-image{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
