/* style.css */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

.carousel-item video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  text-align: left;
  left: 5%;
  bottom: 10%;
  padding: 20px;
  border-radius: 10px;
}

.carousel-caption h5 {
  font-size: 2.5rem;
}

.carousel-caption p {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .carousel-caption {
    left: 10px;
    right: 10px;
    max-width: none;
  }

  .carousel-caption h5 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

.custom-navbar {
  background: linear-gradient(280deg, rgba(222, 185, 92, .1), rgb(184 147 46 / 28%));
  backdrop-filter: blur(5px);
  padding: 10px 30px;
}

.navbar-brand .brand-text {
  color: white;
  line-height: 1.2;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: white;
  background-color: transparent;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  margin-left: 20px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #91caff;
  border-bottom: 2px solid #91caff;
}

.dropdown-menu {
  background-color: #222;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  background-color: #333;
  color: #91caff;
}

.nav-link {
  color: #fff;
}

.about-header {
  letter-spacing: 1px;
}

.about-content {
  text-align: justify;
}

.about-footer {
  font-size: 0.75rem;
}

.about-header h1 {
  font-size: calc(1.2rem + .625vw);
  max-width: 700px;
  text-align: center;
}

.logo-container {
  max-width: 200px;
  margin: 0 auto 40px;
}

.logo-img {
  width: 100%;
  height: auto;
}

.bg-light {
  background: #f8f9fa;
}

.solution-section {
  padding: 80px 0;
  position: relative;
  background-image: url('assets/bg/bg1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.solution-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.solution-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.solution-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.solution-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.solution-container {
  position: relative;
  height: 60vh;
  z-index: 1;
}

.solution-boxes {
  display: flex;
  height: 100%;
  position: relative;
}

.solution-box {
  position: relative;
  height: 100%;
  flex: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.solution-box:hover {
  flex: 100%;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.solution-box-content {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  max-width: 80%;
}

.solution-box:hover .solution-box-content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

.solution-box-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s ease;
}

.solution-box:hover .solution-box-title {
  font-size: 1.8rem;
}

/* Individual box backgrounds */
#box1 {
  background-image: url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
}

#box1:hover {
  background-image: url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
}

#box2 {
  background-image: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
}

#box2:hover {
  background-image: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
}

#box3 {
  background-image: url('assets/img/plots-sold.jpg');
}

#box3:hover {
  background-image: url('assets/img/plots-sold.jpg');
}

#box4 {
  background-image: url('https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
}

#box4:hover {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
}

@media only screen and (max-width: 768px) {
  .solution-boxes {
    display: grid;
  }
}

.garden-carousel {
  height: 100vh;
  position: relative;
}

.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.carousel-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.carousel-subtitle {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 2.5rem;
  }

  .carousel-subtitle {
    font-size: 1.5rem;
  }

  .carousel-caption {
    bottom: 20%;
    left: 5%;
    right: 5%;
  }
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20vw;
  height: 9px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  background-color: #0af701 !important;
  opacity: 1;
  transform: scale(1.2);
}

/* Reset and Base Styles */
.location-main-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
}

/* Video Background Container */
.location-video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  color: white;
}

/* Video Background Element */
.location-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(1);
}

/* Content Overlay */
.location-content-wrapper {
  position: relative;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Main Title */
.location-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Grid Layout */
.location-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
}

/* Individual Location Items */
.location-grid-item {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 180px;
}

.location-grid-item:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Number Styling */
.location-item-number {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.location-grid-item:hover .location-item-number {
  color: white;
  transform: scale(1.1);
}

/* Content Area */
.location-item-content {
  flex: 1;
}

.location-item-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hidden Content that appears on hover */
.location-hover-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}

.location-grid-item:hover .location-hover-content {
  max-height: 200px;
  opacity: 1;
}

.location-hover-text,
.location-hover-list-item {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.location-hover-list {
  padding-left: 20px;
  list-style-type: none;
}

.location-hover-list-item:before {
  content: "•";
  color: #4CAF50;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .location-content-wrapper {
    padding: 40px 20px;
  }

  .location-main-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .location-grid-layout {
    grid-template-columns: 1fr;
  }

  .location-grid-item {
    min-height: auto;
    padding: 20px;
  }

  .location-item-number {
    font-size: 2rem;
    margin-right: 15px;
  }

  .location-item-title {
    font-size: 1.4rem;
  }
}

/* Heading */
.experts-heading {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/* Expert Info */
.name {
  font-size: 0.95rem;
  font-weight: 500;
}

.role {
  font-size: 0.9rem;
  color: #444;
}

/* Bio Card */
.bio-card {
  background-color: #111;
  color: #fff;
  padding: 20px;
  height: 100%;
}

.bio-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .experts-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .col-md-3,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.expert-wrapper {
  position: relative;
  overflow: hidden;
}

.expert-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay on hover */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.expert-wrapper:hover .overlay {
  opacity: 1;
}

.bio-text {
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer {
  background-color: #111;
  color: #ccc;
  font-size: 0.95rem;
  border-top: 4px solid #ffc107; /* gold border accent */
  padding-bottom: 1rem !important;
}

.footer-logo {
  max-width: 160px;
  filter: brightness(90%);
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-line {
  width: 40px;
  height: 3px;
  background-color: #ffc107;
  border-radius: 2px;
}

.footer p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.footer a {
  color: #ffc107;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.t-center{
  text-align: left;
}

.navbar-nav{
    text-align: center;
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .footer-line {
    width: 100%;
  }
  .t-center{
    text-align: center;
  }
  .get-in-touch-btn {
    right: 20px !important;
  }
  .navbar-expand-lg .navbar-nav {
    margin-top: 44px;
  }
}

/* Vertical Get in Touch Button */
.get-in-touch-btn {
    position: fixed;
    right: 36px;
    top: 35%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    background-color: transparent;
    border: 1px solid #7b7840;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 1050;
    transition: all 0.3s ease;
    background: linear-gradient(280deg,rgba(222,185,92,.8),#b8932e);
}

.get-in-touch-btn:hover {
  background-color: #fff;
  color: #ffffff;
  border-color: #c2a456;
}

/* Modal Styles */
.modal-content {
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-title {
  font-weight: 600;
  color: #343a40;
}

.modal-body .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
}

.btn-submit-modal{
  background: linear-gradient(280deg,rgba(222,185,92,.8),#b8932e);
}

.whatsapp-icon{
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
    z-index: 1000000;
}

a.whatsapp-icon i {
    display: block;
    font-size: 42px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient(45deg, #61685f, #0c6c00);
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    animation: pulse 2s infinite, bounce 2s infinite;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
  }
  
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }