:root {
  --colorPrimary: #77984b;
  --colorSecondary: #ffffff;
}

body {
  font-family: "roboto" !important;
  background-color: var(--primary);
  color: #000;
}

tr,
th,
td {
  border: solid 1px #80808054 !important;
}

.logo {
  height: auto;
  max-width: 180px;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .logo {
    height: auto;
    max-width: 150px;
    padding: 0;
  }

  h3,
  h5 {
    font-size: 18px;
  }

  h1 {
    font-size: 23px;
    color: var(--colorPrimary);
  }

  .heigh {
    font-size: 12px;
  }

  .infobox {
    padding: 0 10px;
  }

  th.bord {
    text-align: center;
  }

  .table-pricing td {
    font-weight: bold;
  }

  th.bord {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .info-box {
    width: 24vw;
    top: 20px;
    left: 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 10px;

    font-weight: 400;
    border: 1px solid #fff;
  }

  .pro-status {
    display: block;
    text-shadow: none;
    color: #ffffff;
    background-color: var(--colorPrimary);
    /*        padding: 0.8vw 2.5vw 0.8vw 2vw;*/
    font-weight: 600;
    font-size: 0.9vw;
  }

  .infobox {
    padding: 0 20px;
  }

  .pro-title,
  .pro-add,
  .pro-dev,
  ul.pro-spec,
  .info-box span.heading,
  .pro-tag-line,
  .pro-price,
  .pro-rera {
    text-shadow: none;
    color: #000;
    font-weight: 400;
  }

  .pro-title,
  .pro-add,
  .pro-price {
    font-weight: 700;
  }

  ul.pro-spec {
    background-color: transparent;
    margin-bottom: 0;
  }

  .info-box span.list-icon {
    display: none;
  }

  .pro-rera {
    font-size: 0.8vw;
  }

  .pro-title {
    display: block;
    padding: 1vw 0.8vw 0.3vw;
    font-size: 1.9vw;
    line-height: 2.3vw;
    text-transform: capitalize;
    color: #212529;
    text-align: center;
    font-weight: 600;
    font-family: "roboto";
  }

  .pro-add {
    font-size: 1vw;
  }

  .pro-tag-line {
    font-size: 1vw;
  }

  .mi-rs-light {
    font-weight: 1000 !important;
  }
}

.offer {
  display: block;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
}

.offer-top {
  background: #76bc4e;
  border-radius: 8px 8px 0px 0px;
}

.offer-bottom {
  background: #d1e9fc;
  border-radius: 0px 0px 8px 8px;
}

.heigh {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 2px solid #fff;
  border-style: dashed;
  color: #fff;
  font-size: 16px;
}

.heigh1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  /*    border: 2px solid #fff;*/
  /*    border-style: dashed; */
  color: #fff;
  font-size: 14px;
}

.fa-sharp {
  color: var(--colorPrimary);
  font-size: 23px;
}

.tableOffers table td {
  font-weight: 500;
}

.offers {
  padding: 10px 0px 10px 0px;
  color: #000;
  /*    font-weight: 800!important;*/
  font-size: 18px;
  background: fixed;
  transform: scale(1);
  margin-top: 15px;
}

.tableOffers {
  background: #eeee !important;
  border-radius: 5px;
  padding: 10px;
}

.offers .tableOffers tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 0 !important;
  text-align: left;
  padding-right: 10px;
}

.tableOffers table {
  border-collapse: collapse;
  min-width: 60%;
  max-width: 100%;
  margin: auto;
}

.zoom-in-zoom-out {
  margin: 7px 5px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.highlights1 {
  list-style-type: circle;
  text-align: left;
}

.highlightimg {
  width: 100%;
}

.bord {
  border: 1px solid #ddd8d8 !important;
}

.modal-highlight-bg {
  padding: 24px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section#overview {
  margin-top: 20px;
}

.blur {
  filter: none;
}

/* Unified button styles */
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: var(--colorBtn);
  background-color: var(--colorPrimary);
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: var(--colorSecondary);
  transform: scale(1.05);
}

.btn:active {
  transform: scale(0.95);
}

/* Additional button variants */
.btn-outline {
  background-color: transparent;
  color: var(--colorPrimary);
  border: 2px solid var(--colorPrimary);
}

.btn-outline:hover {
  background-color: var(--colorPrimary);
  color: var(--colorBtn);
}

.btn {
    background-color: var(--primary);
    border: 2px solid var(--secondary);
    color: #fff;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: var(--secondary);
    color: var(--primary);
    border-color: var(--primary);
}

/* Fix for carousel height issue in mobile view */
.carousel-inner {
    display: flex;
    align-items: center;
    min-height: 300px; /* Set a minimum height for the carousel */
}

.carousel-item img {
    max-height: 300px; /* Ensure images fit within the carousel */
    object-fit: cover;
    width: 100%;
}

/* Fix for carousel image resizing issue during slide in mobile view */
.carousel-item {
    display: none;
    position: relative;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 1000px; /* Ensure consistent height */
}
