/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}
/* Submenu base */
.dropdown-submenu {
  position: relative;
}

/* Desktop hover submenu */
@media (min-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

/* Mobile - submenu hidden by default and shown only when .show added */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    display: none;
    position: static;
    margin-left: 18px; /* indent */
  }
  .dropdown-submenu .dropdown-menu.show {
    display: block;
  }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(81, 81, 82, 0.473);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/12.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 180px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* ===== Logo Styling ===== */
.navbar-brand img {
    max-height: 200px;      /* logo ki height adjust kare (e.g. 60px, 100px etc.) */
    width: 200px;            /* width auto rahe to proportion safe */
    transition: all 0.3s ease; /* smooth effect for hover or resize */
}

/* Agar background light chahiye */


/* Center alignment and padding control */
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;       /* top/bottom spacing */
}

/* Hover effect (optional) */
.navbar-brand img:hover {
    transform: scale(1.05); /* thoda zoom effect */
}
/* ===== Logo Section ===== */

/* Logo container area */
.col-lg-3.bg-dark {
  background-color: #660303 !important; /* Header background color */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  transition: background-color 0.3s ease;
}

/* Logo link styling */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Logo image control */
.navbar-brand img {
  max-height: 150px;  /* Control height */
  max-width: 200px;   /* Control width */
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 0px; /* Optional rounded corners */
}

/* Hover effect */
.navbar-brand img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Responsive logo adjustments */
@media (max-width: 992px) {
  .navbar-brand img {
    max-height: 100px;
    max-width: 150px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 80px;
    max-width: 120px;
  }
}
/* Carousel Image Fix */
#header-carousel .carousel-item img {
  width: 100%;
  height: 90vh; /* Adjust height (e.g., 100vh for full screen) */
  object-fit: cover; /* Keeps image ratio and fills space */
  object-position: center; /* Centers the image */
}

/* For smaller screens */
@media (max-width: 768px) {
  #header-carousel .carousel-item img {
    height: 60vh;
  }
}

/* Optional: caption styling improvements */
.carousel-caption {
  background: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  border-radius: 0px;
  padding: 20px;
}
#about h2 {
  font-weight: 700;
}

#about p {
  color: #555;
  line-height: 1.8;
}

#about img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#about img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.instagram-section {
  background-color: #f8f9fa;
}

.section-title {
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
}

.insta-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.insta-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.insta-post {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease;
}

.insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.insta-post:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.btn-warning {
  background-color: #d6c55f;
  border: none;
  font-weight: 600;
}

.btn-outline-success {
  border-color: #98b68f;
  color: #567b50;
  font-weight: 600;
}

.btn-outline-success:hover {
  background-color: #98b68f;
  color: #fff;
}


    body { font-family: 'Poppins', sans-serif; color:#333; }
  
    .section-title { font-weight:700; color:#000; margin-bottom:20px; }
    .gallery img {
      border-radius:10px;
      transition:0.3s;
      cursor:pointer;
    }
    .gallery img:hover { transform:scale(1.05); }
    .service-icon {
      width:80px; height:80px;
      border:1px solid #ddd;
      border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      margin:auto; margin-bottom:10px;
      transition:0.3s;
    }
    .service-icon:hover { background:#f8f9fa; }
    .rules-list li::marker { color:#0d6efd; }
    footer { background:#222; color:#ccc; padding:40px 0; }
    footer a { color:#ccc; text-decoration:none; }
    footer a:hover { color:#fff; }
    .insta-feed img {
      width:100%; border-radius:10px; transition:0.3s;
    }
    .insta-feed img:hover { transform:scale(1.05); }
    .gallery img {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  object-fit: cover;
  height: 230px;
  width: 100%;
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  user-select: none;
  transition: 0.3s;
}

.prev:hover, .next:hover {
  color: #ddd;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}
.service-icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.service-icon:hover {
  transform: scale(1.1);
  background: #007bff;
  color: #fff;
}

.section-title {
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}
.booking-form-card {
  border: 3px solid #f3901f;
  transition: all 0.3s ease;
}

.booking-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

form .form-control, 
form .form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
}

form .form-control:focus, 
form .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
  border-color: #ffca2c;
}

.btn-warning {
  background-color: #ffca2c;
  border: none;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background-color: #e0b600 !important;
  transform: scale(1.05);
}

.hero-image {
  position: relative;
  background-image: url('img/4.jpg');

  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-image: url('img/4.jpg');
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Heading Animation */
.animate-heading {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeSlideUp 1.5s ease-in-out;
}

/* Subtext Animation */
.animate-subtext {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.8s forwards;
}

/* Keyframes */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .animate-heading {
    font-size: 2.2rem;
  }
  .animate-subtext {
    font-size: 1rem;
  }
}
.instagram-section {
  background-color: #f8f9fa;
}

.section-title {
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
}

.insta-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.insta-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.insta-post {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease;
}

.insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.insta-post:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.btn-warning {
  background-color: #d6c55f;
  border: none;
  font-weight: 600;
}

.btn-outline-success {
  border-color: #98b68f;
  color: #567b50;
  font-weight: 600;
}

.btn-outline-success:hover {
  background-color: #98b68f;
  color: #fff;
}

.btn-orange {
  background-color: #ff7b00;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #e86c00;
  transform: scale(1.05);
  color: #fff;
}
/* ===== Quick Booking Form Styling ===== */
#booking_form {
  border: 3px solid #f5a623; /* orange border to match theme */
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

#booking_form:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

#booking_form h2 {
  color: #0c1a32;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#booking_form .form-label {
  color: #0c1a32;
  font-weight: 600;
  font-size: 0.95rem;
}

#booking_form .form-control,
#booking_form .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#booking_form .form-control:focus,
#booking_form .form-select:focus {
  border-color: #f5a623;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.25);
}

#booking_form textarea.form-control {
  resize: none;
}

#booking_form button {
  background-color: #f5a623 !important;
  border: none;
  color: #0c1a32 !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}

#booking_form button:hover {
  background-color: #0c1a32 !important;
  color: #fff !important;
  letter-spacing: 1px;
}

/* Small text and spacing adjustments */
#booking_form p {
  color: #6c757d;
}

@media (max-width: 768px) {
  #booking_form {
    padding: 2rem;
  }
}
/* Booking Section Background - Cream Style */
section#booking_form_section {
  background: linear-gradient(135deg, #97734a 0%, #fff 100%);
  padding: 60px 0;
}

.booking-section {
  background: linear-gradient(135deg, #e9f4ff, #ffffff);
}
.booking-img-wrapper img {
  max-width: 90%;
  transition: transform 0.3s ease-in-out;
}
.booking-img-wrapper img:hover {
  transform: scale(1.03);
}
.booking-form-card {
  border-top: 5px solid #fd790d;
}
.host-info {
  position: relative;
  top: -20px;
  border-left: 4px solid #ffc107;
}
.btn-primary {
  background-color: #f1ad19;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #084298;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
 
.my-float{
	margin-top:16px;
}
/* --- Navbar Base --- */
.navbar {
  position: relative;
  background-color: #0b132b !important; /* dark theme match */
  padding: 10px 20px;
}

/* --- Logo Styling --- */
.navbar-brand img {
  max-height: 100px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

/* --- Navbar Toggler (Hamburger Menu) --- */
.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent !important;
  outline: none;
  z-index: 10;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 28px;
  height: 28px;
}

/* --- Responsive Logo Adjustments --- */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 60px;      /* smaller height for tablets and mobiles */
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-height: 50px;      /* smaller phones */
  }

  .navbar-toggler {
    top: 15px;
    right: 15px;
  }
}
/* ------------------------------
   VILLA DETAILS PAGE STYLING
   ------------------------------ */

/* General Styles */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #0c1a32;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

/* Section Title */
.section-title {
  font-weight: 700;
  color: #0c1a32;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Hero Section */
.hero-image {
  position: relative;
  background: url('../img/4.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

.hero-content {
  position: relative;
  z-index: 2;
}

.animate-heading {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeSlideUp 1.5s ease-in-out;
}

.animate-subtext {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.8s forwards;
}

/* Keyframes */
@keyframes fadeSlideUp {
  0% {opacity: 0; transform: translateY(50px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* ------------------------------
   Image Carousel
------------------------------ */
.carousel-inner img {
  border-radius: 0px;
  height: 550px;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
}

/* About Villa Section */
.section-title {
  color: #000;
}

.list-unstyled i {
  color: #f5a623;
}

/* Book Now Button */
.btn-orange {
  background-color: #ff7b00;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-orange:hover {
  background-color: #e86c00;
  transform: scale(1.05);
  color: #fff;
}

/* ------------------------------
   Gallery Section
------------------------------ */
.gallery img {
  border-radius: 8px;
  height: 230px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

/* Lightbox Navigation */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  user-select: none;
  transition: 0.3s;
}

.prev:hover, .next:hover {
  color: #ddd;
}

.prev { left: 0; }
.next { right: 0; }

/* ------------------------------
   Services & Amenities
------------------------------ */
.service-icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.service-icon:hover {
  transform: scale(1.1);
  background: #007bff;
  color: #fff;
}

.section-title span {
  color: #f5a623;
}

/* ------------------------------
   Booking Form Section
------------------------------ */
#booking_form {
  border: 3px solid #f5a623;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

#booking_form:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

#booking_form h2 {
  color: #0c1a32;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#booking_form .form-label {
  color: #0c1a32;
  font-weight: 600;
}

#booking_form .form-control,
#booking_form .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#booking_form .form-control:focus,
#booking_form .form-select:focus {
  border-color: #f5a623;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.25);
}

#booking_form button {
  background-color: #f5a623 !important;
  border: none;
  color: #0c1a32 !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}

#booking_form button:hover {
  background-color: #0c1a32 !important;
  color: #fff !important;
  letter-spacing: 1px;
}

/* ------------------------------
   Instagram Section
------------------------------ */
.instagram-section {
  background-color: #f8f9fa;
}

.insta-header {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.insta-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.insta-post {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease;
}

.insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.insta-post:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.btn-warning {
  background-color: #d6c55f;
  border: none;
  font-weight: 600;
}

.btn-outline-success {
  border-color: #98b68f;
  color: #567b50;
  font-weight: 600;
}

.btn-outline-success:hover {
  background-color: #98b68f;
  color: #fff;
}

/* ------------------------------
   Responsive Design
------------------------------ */
@media (max-width: 768px) {
  .animate-heading { font-size: 2.2rem; }
  .animate-subtext { font-size: 1rem; }
  .hero-image { height: 60vh; }
  .carousel-inner img { height: 300px; }
}
/* ------------------------------
   HERO SECTION (VILLA HERO)
------------------------------ */
.villa-hero {
  position: relative;
  height: 85vh;
 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.villa-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.villa-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  animation: fadeSlideUp 1.8s ease;
}

.villa-hero-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  animation: fadeInDown 1.8s ease;
}

.villa-hero-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f1f1f1;
  letter-spacing: 2px;
  animation: fadeIn 2.3s ease-in-out;
}

/* ------------------------------
   ANIMATIONS
------------------------------ */
@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(60px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* ------------------------------
   RESPONSIVE DESIGN
------------------------------ */
@media (max-width: 992px) {
  .villa-hero {
    height: 65vh;
  }

  .villa-hero-title {
    font-size: 2.5rem;
  }

  .villa-hero-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .villa-hero {
    height: 55vh;
  }

  .villa-hero-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .villa-hero-subtitle {
    font-size: 1rem;
  }
}
.villa-hero-title {
  color: #ffffff; /* gold tone */
}
/* ===== Gallery Styling ===== */
.gallery-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.gallery-section .section-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 40px;
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}

.gallery-item::after {
  content: "View Villa";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(13, 110, 253, 0.8);
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-item:hover::after {
  opacity: 1;
  bottom: 0;
}
.villa-image-container {
  height: 330px; /* same size for both images */
  overflow: hidden;
}

.villa-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .villa-image-container {
    height: 250px;
  }
}
.navbar-nav {
  margin-left: 120px; /* left se space */
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-left: 0; /* mobile view me margin hat jaye */
    padding-left: 1rem;
  }
}
.room-item small {
  background-color: rgba(253, 177, 13, 0.9); /* soft blue overlay */
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.villa-image-container img {
  object-fit: cover; /* ensures image fills evenly */
  height: 100%;      /* same height as text */
  width: 100%;       /* fills full column width */
  border-radius: 0;  /* clean edges */
}
/* ---- Mobile Navbar Alignment Fix ---- */
@media (max-width: 767px) {
  /* Logo left side */
  .navbar .navbar-brand.d-lg-none {
    justify-content: flex-start !important;
    width: auto !important;
    padding-left: 15px;
  }

  /* Logo size adjustment */
  .navbar .navbar-brand.d-lg-none img {
    max-height: 80px;
  }

  /* Navbar toggler button positioning */
  .navbar-toggler {
    position: absolute;
    right: 15px; /* move to right side */
    top: 25px;   /* thoda niche shift */
  }
}
/* Logo container styling */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* container height */
}

/* Logo image styling */
.site-logo {
  max-height: 90px;      /* adjust logo height */
  width: auto;            /* maintain aspect ratio */
  object-fit: contain;    /* ensures image fits neatly */
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover effect (optional) */
.site-logo:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-brand {
    height: 80px;
  }
  .site-logo {
    max-height: 70px;
  }
}
.villas-section {
  background-color: #f8f9fa;
}

.villa-card img {
  transition: transform 0.4s ease;
}

.villa-card:hover img {
  transform: scale(1.05);
}

.villa-card h5 {
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* ----------------------------
   VILLAS SECTION STYLING
----------------------------- */
.villas-section {
  background-color: #f8f9fa;
  padding-top: 70px;
  padding-bottom: 70px;
}

.villas-section .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
}

.villas-section p.text-muted {
  font-size: 1rem;
  color: #6c757d;
}

/* VILLA CARD DESIGN */
.villa-card {
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.villa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* IMAGE FIXED SIZE AND CENTERED */
.villa-card img {
  width: 100%;
  height: 250px;              /* fixed uniform height */
  object-fit: cover;          /* crop and fill evenly */
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.villa-card:hover img {
  transform: scale(1.05);
}

.villa-card h5 {
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  font-family: 'Heebo', sans-serif;
}

/* SECTION SPACING BETWEEN ROWS */
.villas-section .row + .row {
  margin-top: 40px;
}

/* MOBILE VIEW OPTIMIZATION */
@media (max-width: 768px) {
  .villa-card img {
    height: 200px;
  }
  .villa-card h5 {
    font-size: 0.95rem;
  }
  .villas-section .section-title {
    font-size: 1.5rem;
  }
}
.hero-slider {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.slider-image {
  height: 85vh;
  object-fit: cover;
  filter: brightness(70%);
  transition: transform 6s ease;
}

.carousel-item.active .slider-image {
  transform: scale(1.05);
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 223, 223, 0.021);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-content {
  color: #fff;
  z-index: 2;
}

.slider-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.6);
  animation: fadeInUp 1.2s ease;
}

/* Navigation Arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-size: 60%;
  transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(255,255,255,0.9);
}

/* Fade-in animation for text */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== Villas Section ===== */
.villas-section {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
}

.villas-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 1px;
}

.villas-section p.text-muted {
  color: #555;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Villa Cards ===== */
.villa-card {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

/* ===== Always Visible Gradient Border ===== */
.villa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #007bff, #00c6ff, #8b5cf6);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 2;
  pointer-events: none;
  opacity: 1; /* Always visible */
}

/* ===== Image ===== */
.villa-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Image zoom on hover */
.villa-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* ===== Card Title ===== */
.villa-card h5 {
  font-size: 1.15rem;
  color: #2c3e50;
  margin-top: 15px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.villa-card:hover h5 {
  color: #007bff;
}

/* ===== Hover Animation ===== */
.villa-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(180deg, #ffffff 0%, #e9f2ff 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* ===== Optional View Button ===== */
.villa-card .view-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  border-radius: 30px;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.villa-card:hover .view-btn {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .villa-card img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .villas-section .section-title {
    font-size: 1.8rem;
  }
  .villa-card img {
    height: 200px;
  }
}
.services-section {
  background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
  position: relative;
  overflow: hidden;
}

.section-title {
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 1px;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: #f0f4ff;
  color: #007bff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: #007bff;
  color: #fff;
  box-shadow: 0 0 15px rgba(0,123,255,0.5);
}

.service-card h5 {
  font-size: 16px;
  color: #343a40;
  margin: 0;
}

@media (max-width: 768px) {
  .service-card {
    padding: 20px 10px;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .service-card h5 {
    font-size: 14px;
  }
}
.hero-banner {
  /* 🔹 Make sure your image path is correct */
  background-image: url('../img/rajesthan.jpg'); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh; /* must give height or image won’t appear */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeInDown 1.2s ease-in-out;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.hero-breadcrumb {
  margin-top: 15px;
}

.hero-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.hero-breadcrumb .breadcrumb-item a {
  color: #f8f9fa;
  text-decoration: none;
  font-weight: 500;
}

.hero-breadcrumb .breadcrumb-item.active {
  color: #ffd700;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-banner {
    height: 50vh;
  }
  .hero-title {
    font-size: 2.2rem;
  }
}

/* Villas Section Styling */
.room-item {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.room-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Uniform image size */
.room-item img {
  width: 100%;
  height: 250px; /* Fixed height for uniform size */
  object-fit: cover; /* Crop image neatly without distortion */
  transition: transform 0.4s ease;
  border-bottom: 3px solid #ff9100;
}

.room-item:hover img {
  transform: scale(1.05);
}

/* Label styling */
.room-item small {
  font-size: 13px;
  font-weight: 600;
  background: #f3a71b(239, 241, 84, 0.9);
  border-radius: 5px;
}

.room-item small a:hover {
  text-decoration: underline;
}

/* Button spacing and uniform look */
.room-item .btn {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.room-item .btn-primary {
  background-color: #f3a71b;
  border-color: #7a77fa;
}

.room-item .btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.room-item .p-4 {
  background: #fff;
}

/* Responsive fix for smaller devices */
@media (max-width: 768px) {
  .room-item img {
    height: 200px;
  }
}
.room-item {
    transition: all 0.3s ease;
  }

  .room-item:hover {
    transform: translateY(-5px);
  }

  .location-top {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .location-bottom {
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    color: #333;
  }

  .location-bottom i {
    color: #d9534f;
  }

  /* Optional: Adjust positioning manually */
  .location-top {
    top: 10px !important;
    left: 10px !important;
  }

  .location-bottom {
    bottom: 10px !important;
    right: 10px !important;
  }


.villa-location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.villa-location i {
  color: #e63946; /* red icon */
  font-size: 16px;
}

.villa-location a {
  color: #555;
  text-decoration: none;
  padding-right: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.villa-location a:hover {
  color: #e63946;
  text-decoration: underline;
}
.villas-section .room-item {
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 10px;
}
.villas-section .room-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.villas-section img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.villas-section .btn {
  font-weight: 500;
}
.villas-section .position-absolute {
  font-size: 14px;
}
.villas-section .fa-map-marker-alt {
  font-size: 13px;
}
.villas-section .text-primary {
  color: #0d6efd !important;
}
.villa-slider {
  width: 100%;
  height: 350px; /* fixed height same as your old map */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.villa-slider img {
  width: 100%;
  height: 350px;
  object-fit: cover; /* keeps image proportional */
  border-radius: 10px;
}

.villa-slider .carousel-control-prev-icon,
.villa-slider .carousel-control-next-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .villa-slider {
    height: 250px;
  }
  .villa-slider img {
    height: 250px;
  }
}
.col-md-6 {
  margin: 0 auto; /* Centers horizontally */
  float: none;    /* Prevents Bootstrap float issues */
}
/* ===== Query Form Section ===== */
.query-form-section {
  display: flex;
  justify-content: center;      /* Center horizontally */
  align-items: center;          /* Center vertically */
  min-height: 100vh;            /* Full viewport height */
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 40px 20px;
}

/* ===== Heading Styling ===== */
.form-heading {
  font-size: 30px;
  font-weight: 700;
  color: #ffa600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 80px;
  padding-bottom: 8%;
}

/* ===== Query Form Box ===== */
.query-form-wrapper {
  background: #ffffff;
  border: 2px solid #063a72;
  border-radius: 20px;
  padding: 40px 35px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.query-form-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* ===== Input Fields ===== */
.form-floating .form-control {
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-floating .form-control:focus {
  border-color: #010a14;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

/* ===== Submit Button ===== */
.btn-primary {
  background-color: #ffbb00;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #b39200;
  transform: scale(1.03);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .query-form-wrapper {
    padding: 30px 20px;
  }

  .form-heading {
    font-size: 24px;
  }
}
/* Overall section spacing */
.container-xxl.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Grid spacing between columns and rows */
.row.g-4 {
  --bs-gutter-x: 2rem; /* horizontal space between columns */
  --bs-gutter-y: 2rem; /* vertical space between rows */
}

/* Each villa card styling */
.room-item {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Add hover lift effect */
.room-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image uniform size */
.room-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Padding and internal spacing */
.room-item .p-4 {
  padding: 25px !important;
}

/* Buttons equal spacing */
.room-item .btn {
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Location icon spacing */
.villa-location i {
  color: #ff7b00;
  margin-right: 6px;
}

/* Ensure top labels are neat */
.room-item small a {
  font-weight: 500;
}

/* Center heading section spacing */
.text-center.wow.fadeInUp {
  margin-bottom: 40px;
}





