/* Section wrapper */
.overview-section {
  width: 100%;
  padding: 40px 0;
  background: #fff; /* change if needed */
}

/* Main container */
.overview-container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

/* Video styling */
.overview-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-text {
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px;
  color: #333;
}

/* ------- RESPONSIVE ------- */

@media (max-width: 1024px) {
  .overview-section {
    padding: 30px 0;
  }
  .overview-container {
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .overview-container {
    width: 96%;
    border-radius: 12px;
  }
  .overview-container video {
    max-height: 320px;
  }
}

@media (max-width: 480px) {
  .overview-container {
    width: 98%;
    border-radius: 10px;
  }
  .overview-container video {
    max-height: 230px;
  }
  .contact-container {
    max-height: 100% !important;
  }
  #overview {
    padding: 0px !important;
  }
  .overview-section {
    padding: 0px !important;
  }
  .starting-price {
    font-size: 16px !important;
  }
  .enquiry-sidebar-btn {
    top: 50% !important;
  }
  .carousel-control-next, .carousel-control-prev{
      top: 50% !important;
      background: #fff !important;
      width: auto !important;
  }

  
}
.banner-form{
    text-align:left;
}

/* Carousel specific styles */

.carousel {
  position: relative;
  background-color: #ffffff;
}

.carousel-item {
  height: calc(100vh - 70px);
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .carousel-item {
    height: calc(100vh - 56px);
  }
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-indicators {
  z-index: 3;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.carousel-indicators button {
  background-color: #ffffff !important;
  /* Black indicators */
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators button.active {
  opacity: 1;
}

/* Custom carousel controls with black color */
.custom-carousel-control {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
}

.mobile-bottom-bar .bottom-btn:hover,
.mobile-bottom-bar .bottom-btn:active {
  color: #000;
  font-weight: bold;
}

.custom-carousel-control:hover {
  background-color: #d1d1d1;
  opacity: 1;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.custom-control-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
  height: 20px;
}

.carousel-control-next-icon.custom-control-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  height: 20px;
}

.banner-text-div h1 {
  background: #2e2c2cb5;
  text-align: center;
  border-radius: 15px;
  /* animation: fadeInOut 5s ease-in-out infinite; */
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 425px) {
  .carousel-item {
    height: auto !important;
  }

  .banner-txt {
    padding: 10px 0 !important;
  }

  .image_section_background {
    padding: 10px !important;
  }

  .ptb {
    padding: 20px 0 !important;
  }

  .pricing-section {
    margin-top: 0px !important;
  }

  .fp-main-container {
    margin: 10px !important;
  }

  .gallery {
    padding: 10px !important;
  }

  .image-item img {
    padding: 0px !important;
  }

  .back-to-top {
    bottom: 110px !important;
    left: auto !important;
    right: 35px !important;
  }

  .whatsapp-pulse {
    bottom: 25px !important;
  }

  .starting-price {
    margin-bottom: 10px !important;
  }

  .banner-text-div h1 {
    background: #2e2c2c67;
    text-align: center;
    border-radius: 15px;
    padding: 0 10px !important;
  }

  .wrap {
    margin-bottom: 0px !important;
  }

  .gic-contact {
    font-size: medium !important;
  }

  .overview-image img {
    height: auto !important;
  }
}

.popup-content label {
  margin-bottom: 0px !important;
}

.pricing-section {
  align-items: center;
}

.pricing-table {
  border: 1px solid lightgray;
}

.costing-details {
  border: 1px solid lightgray;
}

.back-to-top {
  left: auto;
  bottom: 100px;
  right: 35px;
}

/* Mobile Bottom Bar Styles */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  border-top: 1px solid #ddd;
  display: none;
  /* Hidden by default */
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-bottom-bar .bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 5px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  transition: background 0.3s;
  border-right: 1px solid #eee;
}

.mobile-bottom-bar .bottom-btn:last-child {
  border-right: none;
}

.mobile-bottom-bar .bottom-btn i {
  font-size: 20px;
  margin-bottom: 2px;
}

.mobile-bottom-bar .bottom-btn:hover,
.mobile-bottom-bar .bottom-btn:active {
  background: #f8f9fa;
}

.call-btn i {
  color: #007bff;
}

.whatsapp-btn i {
  color: #25d366;
}

.enquiry-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.enquiry-btn i {
  color: #28a745;
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
  }
}

.Contact-us {
  text-align: center;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0px;
}

.gic-contact {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #555;
}

.contact-logo {
  text-align: center;
  margin-bottom: 10px;
}

.location-text-section {
  text-align: start !important;
}

.rotate-alert {
  color: #28a745;
  background: whitesmoke;
  display: inline-block;
  padding: 2px 15px;
  font-weight: bold;
  animation: rotateAlert 0.8s infinite ease-in-out;
}

@keyframes rotateAlert {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  /* rotate right */
  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  /* rotate left */
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  .pricing-table .table-responsive {
    border: none;
  }

  .pricing-table table {
    font-size: 14px;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
  }

  .pricing-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .pricing-table tbody td:last-child {
    border-bottom: none;
  }

  .pricing-table tbody td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
  }

  .pricing-table tbody tr td:nth-child(1):before {
    content: "Type";
  }

  .pricing-table tbody tr td:nth-child(2):before {
    content: "Saleable Area";
  }

  .pricing-table tbody tr td:nth-child(3):before {
    content: "Price";
  }

  .pricing-table tbody tr td:nth-child(4):before {
    content: "Action";
  }
}
