.color-primary {
  color: #003792;
}
.desktop-view-only {
  display: block;
}
.mob-view-only {
  display: none;
}
.bg-grad {
  background: linear-gradient(to right, #003792, #a5cd39);
}
.heading_txt {
  border: 1px solid #0079ba;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.navbar {
  background: white;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  font-size: 14px;
  color: black;
  font-weight: 500;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.nav-link i {
  margin-right: 5px;
  font-size: 18px;
}

.home-icon {
  background: #000;
  padding: 10px 5px;
  border-radius: 5px;
}

.home-icon i {
  color: white;
}

.nav-link:hover {
  color: #003792;
}

.divider {
  border-left: 1px solid #ddd;
  height: 24px;
  margin: 0 10px;
}

/* Banner CSS start */
.banner {
  position: relative;
}
.banner img {
  object-fit: cover;
}
.content-box {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
  max-width: 350px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.content-box h2 {
  font-weight: bold;
  color: #005a92;
  text-transform: uppercase;
}
.content-box h3 {
  font-weight: bold;
  color: #005a92;
}
.content-box p {
  font-size: 14px;
  margin: 5px 0;
}

.offer-box {
  background: #005a92;
  color: whitesmoke;
  text-align: center;
  border: 2px solid #005a92;
  padding: 10px;
  border-radius: 5px;
}
.content-box .price {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  color: #003792;
}
.enquire-btn {
  background: #005a92;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.enquire-btn:hover {
  background-color: #a5cd39;
}
/* Banner CSS end */

/* Side Form CSS start */
.top-buttons {
  display: flex;
  justify-content: space-between;
  background: #333;
  padding: 10px;
  color: white;
  text-align: center;
  font-weight: bold;
}
.top-buttons div,
.top-buttons a {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  color: whitesmoke;
  border-right: 1px solid #555;
}
.top-buttons div:last-child {
  border-right: none;
}
.top-buttons i {
  margin-right: 5px;
}
.request-call {
  background: #005a92;
  color: white;
  padding: 10px;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.request-call i {
  margin-right: 5px;
}
.form-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.input-group-text {
  background: white;
  border-right: none;
}
.form-control {
  border-left: none;
}
.checkbox-container {
  display: flex;
  align-items: start;
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
.checkbox-container input {
  margin-top: 3px;
  margin-right: 5px;
}
.register-btn {
  background: linear-gradient(to right, #0079ba, #a5cd39);
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
/* Side Form Css end */

/* Modal CSS start */
.modal-content {
  border-radius: 0;
}
.modal-body {
  display: flex;
  padding: 0;
}
.left-section {
  background: #fff;
  padding: 20px;
  color: #7c3e1d;
  text-align: center;
  border-right: 1px solid #ddd;
}
.left-section p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.left-section img {
  width: 40px;
  margin-bottom: 10px;
}
.right-section {
  color: #000;
  padding: 20px;
  text-align: left;
}
.right-section h4 {
  font-size: 20px;
  font-weight: bold;
}
.right-section ul {
  list-style: none;
  padding: 0;
}
.right-section ul li {
  padding: 5px 0;
  font-size: 20px;
  line-height: 30px;
}
.right-section ul li::before {
  content: "âœ” ";
}
.form-container {
  flex: 1;
  padding: 20px;
}
.form-container h3 {
  font-weight: bold;
  text-align: center;
}

.btn-register {
  width: 100%;
  color: white;
  font-size: 18px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.privacy-text {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}
.contact-footer {
  text-align: center;
  background: linear-gradient(to right, #4680a1, #004080);
  color: white;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
/* Modal CSS end */

.property-card {
  max-width: 350px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}

.header {
  color: #2c3e50;
  font-weight: bold;
}
.highlight {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.btn-custom {
  background-color: #0d6efd;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #0b5ed7;
  color: white;
}
.pricing {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
}
.info-box {
  background: linear-gradient(to right, #004080, #0066cc);
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.price-section {
  padding: 20px;
}
.table th,
.table td {
  vertical-align: middle;
}
.request-btn,
.brochure_btn {
  background: linear-gradient(to right, #a5cd39, #4680a1);
  color: white;
  border: none;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
}
.request-btn:hover,
.brochure_btn:hover {
  background: linear-gradient(to right, #4680a1, #a5cd39);
  color: white;
}
.enquire-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enquire-box {
  position: relative;
  max-width: 300px;
  background: url("https://via.placeholder.com/300") no-repeat center center;
  background-size: cover;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.blur {
  filter: blur(3px);
}
.bg-overlay {
  background-color: #0000005c;
}
.virtual_tour {
  top: 30%;
  left: 40%;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.virtual_tour i {
  font-size: 60px;
}
.enq_now {
  top: 45%;
  left: 40%;
}
.enq_btn {
  border: 1px solid whitesmoke;
  color: whitesmoke;
  z-index: 999;
}
.enq_btn:hover {
  background: linear-gradient(to right, #003792, #4680a1);
  color: white;
}
.disclaimer {
  font-size: 12px;
  text-align: center;
}
.location-section ul li {
  line-height: 2.4;
}
.location-section ul li i {
  color: #003792;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .virtual_tour {
    font-size: 20px;
    top: 35%;
    left: 27%;
  }
  .banner {
    height: 60vh;
  }
  .desktop-view-only {
    display: none;
  }
  .mob-view-only {
    display: block;
  }
  .content-box {
    left: 0px;
    top: 50%;
  }
  .request-btn {
    background: none;
    color: #003792;
    border: none;
    padding: 0px;
    font-weight: bold;
    border-radius: 5px;
  }

  .right-section ul li {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .enq_now {
    top: 40%;
    left: 32%;
  }
  .image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: none;
  }
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.whatsapp-icon img {
  width: 50px;
}
.whatsapp-icon:hover {
  transform: scale(1.1);
}

.footer-Menu {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  background-color: #fff;
  padding: 7px 10px;
}
.call {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.gallerycarousel .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.gallerycarousel img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.project-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.icon-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  background-color: white;
  padding: 20px 25px;
  border-radius: 10px;
}
.icon-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.icon-box i {
  font-size: 38px;
  color: #003792;
  display: block;
  margin-bottom: 20px;
}
.detail-info {
  font-size: 1rem;
}

.image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
}

.overlay-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
