
/* 194181 */
/* Set the height of the carousel item */
/* Set the height of the carousel item */


/* Adjust the images inside the carousel */
/* Zoom effect for carousel images */
.zoom-image {
  transition: transform 5s ease; /* Adjust the duration (5s) as needed */
}

.zoom-image.zoomed {
  transform: scale(1.2); /* Adjust the scale value for zoom level */
}

/* Ensure the overlapping text stays on top */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; /* Ensure it stays above the image */
  color: white; /* Adjust text color as needed */
  text-align: center;
}

/* Black Gradient Overlay */
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  z-index: 5; /* Ensure it stays above the image but below the text */
}


.carousel{
 padding-top: 3rem;
}
.carousel-inner img {
  height: 100%; 
  width: auto; 

}

.carousel img{
  height: 95vh;
 
}

.carousel-overlay {
  margin-top: 2rem;
  position: absolute;
  top: 0;
  height: 98vh;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(34, 34, 36, 0.402), rgba(31, 34, 211, 0.137));
  z-index: 1;
}

/* Default content styling (for large screens) */
.carousel-caption {
  position: absolute;
  /* height: 100vh ; */
  top: 35%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-top: 6rem;
}

/* Red underline */
.carousel-caption h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #194181;
  margin-top: 8px;
}

/* .carousel-caption h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
} */

.carousel-caption ul {
  list-style: none;
  /* padding: 1rem 0rem; */
  margin: 1rem 0;
  font-size: 1rem;
  display: flex;
  gap: 3px;
  flex-direction: column;
  align-items: start;
}

.carousel-caption ul li {
  margin-bottom: 0.5rem;
}

.carousel-caption button {
  margin-top: 20px;
  font-size: 1rem;
}
.elementor-widget-container button{
  
    box-shadow: none;
    background: #054d35;
    color: #fff;
    border: none;
    padding: .5rem 1rem;
    outline: 0;

}

table,th,td{
  text-align: center;
  border: 1px solid #80808033;
  padding: 10px;
}

/* Content position for smaller screens (phones & tablets) */
@media (max-width: 1024px) {
  .carousel-caption {
    position: relative; /* Removes overlap */
    background: rgba(0, 0, 0, 0.8); /* Solid black background */
    padding: 20px;
    text-align: center;
    top: 218px;
    width: 100%;
  }
  .carousel-overlay {
    position: absolute;
    top: 0;
    /* height: 100vh; */
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 1;
  }

  .carousel-caption h1 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
  .carousel-caption h2 {
    font-size: 1rem;
  }

  .carousel-caption ul {
    font-size: 0.9rem;
  }

  .carousel-caption button {
    font-size: 0.9rem;
  }
  .info-section{
    width: 100%;
    position: relative;
    right: 28px;
}
.carousel-caption h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: red;
  margin-top: 8px;
  margin-left: 21px;
}
  }
  
a{
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }

 ul{ list-style: none; /* Remove the bullets */
    padding: 0;       /* Remove padding */
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;

}
li{
  font-size: 15px;
}
.head-color{
  color: #194181;
  /* height: 40px; */
}
.btn-color{
  background-color: #194181;
  color: white;
}


.card-my{
  padding: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 18rem;
  /* border: 1px solid black; */
}
.caption img{
  width: 100%;
  height: 10rem;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px;  /* Distance from the right */
  z-index: 9999; /* Ensures it overlaps other elements */
  width: 60px;  /* Width of the button */
  height: 60px; /* Height of the button */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366; /* WhatsApp green color */
  border-radius: 50%; /* Circular button */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow for better visibility */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.whatsapp-button img {
  width: 50%; /* Icon size relative to the button */
  height: auto;
}

.whatsapp-button:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}


.navbar-nav{
  margin-left: 20px;
}
.navbar{
  width: 100%;
  position: fixed;
  z-index: 1111111;
  background-color: #194181;
  padding: 10px 0px;
}
.head-logo-icon{
  width: 12% !important;
}
.overview-section{
    margin: 1rem;
    background-color: white;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.highlits-col{
   font-weight: 600;
    padding: 2%;
}
.navbar a{
  font-size: 15px;
  color: rgb(255, 255, 255);
}
.nav-item i{
  color: rgb(255, 255, 255);
}

.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
 

.amenities_container{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: url(./assets/highlights-pattern.png ) repeat-y #060b40cb;
    color: white;
}

.amenities_container .amenities-icon {
    filter: invert(1);
}
.amenities-icon_main {
    position: relative; 
    width: 96%;
     margin: 0 auto; 
}
.amenities-icon_box {
    position: absolute;
    z-index: 9;
    padding-left: 10px;
    padding-top: 10px;
}

.gallery_container .custom_container {
  display: flex;
  gap: 10px;
  padding: 0 20px;
}

.gallery_container .Customslide {
  position: relative;
  cursor: pointer;
  height: 45vh;
  flex: 1; /* Default slim for all images */
  margin: 10px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: flex 0.5s ease, transform 0.5s ease;
  overflow: hidden;
  z-index: 1;
}

/* First image larger by default */
.gallery_container .Customslide:first-child {
  flex: 5; /* Make the first image large */
}

/* Hover Effect */
.gallery_container .Customslide:hover {
  flex: 5; /* Expand hovered image */
  transform: scale(1.05);
  z-index: 2;
}

/* Non-hovered images slim down */
.gallery_container .Customslide:not(:hover) {
  flex: 1;
  transform: scale(1);
  z-index: 0;
}

/* Image inside slides */
.gallery_container .Customslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}

.gallery_container .Customslide:hover img {
  opacity: 0.9;
}


/* Ensure the parent container is positioned relative */
.at-property-img {
  position: relative;
}

/* Style the play button to center it */
.vsv-icon-wrapper {
  position: absolute;
  top: 50%;  /* Vertical center */
  left: 50%; /* Horizontal center */
  transform: translate(-50%, -50%); /* Adjust for the center point */
  z-index: 2; /* Make sure it appears above the image */
}

/* Optional: Play button styling */
.play-icon {
  width: 60px; /* Size of the play icon */
  height: auto;
}

/* Ensure the main image is responsive */
.main-image {
  width: 100%;
  height: auto;
  display: block;
}



/* ----------------------------------------*/

/* From Uiverse.io by vinodjangid07 */ 
/* From Uiverse.io by G4b413l */ 
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background-color: #194181;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-indent: 15px;
  border: none;
 }
 
 .buttonDownload:hover {
  background-color: #45a21a;
  color: white;
 }
 
 .buttonDownload:before, .buttonDownload:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
 }
 
 .buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
 }
 
 .buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 1s linear infinite;
  animation-play-state: paused;
 }
 
 .buttonDownload:hover:before {
  border-color: #cdefbd;
 }
 
 .buttonDownload:hover:after {
  border-top-color: #cdefbd;
  animation-play-state: running;
 }
 
 @keyframes downloadArrow {
  0% {
   margin-top: -7px;
   opacity: 1;
  }
 
  0.001% {
   margin-top: -15px;
   opacity: 0.4;
  }
 
  50% {
   opacity: 1;
  }
 
  100% {
   margin-top: 0;
   opacity: 0.4;
  }
 }

/* --------------------------------------- */

/* Responsive adjustments */
  @media (max-width: 768px) {
  .gallery_container .Customslide {
      height: 30vh;
  }
  .gallery_container .Customslide:first-child {
      flex: 3; /* Adjust size for tablets */
  }
  .gallery_container .Customslide:hover {
      flex: 3; /* Adjust hover size for tablets */
  }
  .new-form {
    margin: auto;
    width: 95%;
  }

  .head-logo-icon{
    width: 50%!important;
  }
  .highlits-col{
    width: 97%;
  }
  .navbar-nav{
    margin-left: 0px;
  }

  .carousel{
    height: auto;
  }
  .carousel img{
    height: auto;
  }
  
}

@media (max-width: 480px) {
  .gallery_container .Customslide {
      height: 25vh;
      margin: 5px;
  }
  .gallery_container .Customslide:first-child {
      flex: 2; /* Adjust size for mobiles */
  }
  .gallery_container .Customslide:hover {
      flex: 2; /* Adjust hover size for mobiles */
  }
  #carouselExampleIndicators{
    height: auto;
  }
}

/* new effect------------------------------- */
.inner-button{
    cursor: pointer;
    border: 1px solid white;
    padding: 5px;
}
/* From Uiverse.io by satyamchaudharydev */ 
.card {
    --bg: #f7f7f8;
    --hover-bg: #211f20;
    --hover-text: #ffffff;
    text-align: center;
    background: var(--bg);
    padding: 1.5em;
    padding-block: 1.8em;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6,.4,0,1),transform .15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  
 
  
  .card > :not(span) {
    transition: .3s cubic-bezier(.6,.4,0,1);
  }
  

  
  .card span {
    position: absolute;
    inset: 0;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    /* border-radius: 5px; */
    font-weight: bold;
    top: 100%;
    transition: all .3s cubic-bezier(.6,.4,0,1);
  }
  
  .card:hover span {
    top: 0;
    color: white;
    font-size: 1.2em;
  }
  
  .card:hover {
    background: var(--hover-bg);
    
  }
  
  .card:hover>div,.card:hover>strong {
    opacity: 0;
  }
/* -------------------------------------------- */

/* From Uiverse.io by xueyuantan */ 
.highlits-col {
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 6px 6px 12px #c5c5c5,
                -6px -6px 12px #ffffff;
   }
   
   .highlits-col::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #3a3e3b 0%, #000000 100%);
    transition: .5s ease;
    color: white;
  
    z-index: -1;
   }
   .highlits-col:hover{
    color: white;
   }
   
   
   .highlits-col:hover::before {
    width: 100%;
    color: white;
   }
/* ------------------------------------------- */

 /* Same CSS as before */
 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 92%;
  max-width: 520px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 50px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.new-form {
  margin: auto;
}


.popup-form .new-form {
  margin: 0;
}

/* Default static width */




 .new-form{
  display: flex;
  justify-content: space-between;
 }
 .static-form{
  width: 520px;
 }

 .left-div-new {
flex-direction: column;
gap: 1rem;
justify-content: center;
align-items: center;
 }

 .left-div-new div{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
 }
 .left-div-new img{
  width: 2rem;
  height: 2rem;
  
 }
 #popupContent{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .right-div{
  /* margin-left: 3px; */
  border: 1px solid black;
  padding: 20px;
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 /* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
