body {
  font-family: "Poppins", sans-serif;
}
html{
    scroll-behavior: smooth;
}
/* Header */
/* Navbar Base Styling */
.navbar {
    transition: all 0.4s ease;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}

/* Scrolled State (Added via jQuery) */
.navbar.scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.85); /* Semi-transparent white */
    backdrop-filter: blur(10px);           /* The Blur Effect */
    -webkit-backdrop-filter: blur(10px);   /* Safari support */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.nav-link {
     margin-left: 30px;
    font-size: 15px;
    font-weight: 400 !important;
}

/* Hamburger Icon Styling */
.hamburger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

/* Three lines positioning */
.hamburger-icon span:nth-child(1) { top: 0px; }
.hamburger-icon span:nth-child(2) { top: 9px; }
.hamburger-icon span:nth-child(3) { top: 18px; }

/* Animation State: Turn to 'X' (Triggered when button is not collapsed) */
button[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}

button[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
    opacity: 0;
    left: -60px; /* Fly out effect */
}

button[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

@media (max-width: 768px) {

 .brand-logo{
  width: 65%;
 }
}
/* Header */

/*--------------------Carousel Start--------------------*/
.hero-container{
  margin-top: 159px;
}
.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 20px;
}
.carousel-control-prev-icon {
  border: 1px solid #ffffff;
}
.carousel-control-next-icon {
  border: 1px solid #ffffff;
}

.carousel-item {
  height: 550px;
  min-height: 350px;
  background-color: #f8f9fa;
  border-radius: 20px;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .carousel-item {
    height: 350px;
  }
  .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 0.9rem;
  }

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: 50%;
  background-position: center;
  /* Border and Icon Styling */
  border: 1.5px solid #ffffff;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  opacity: 1;

  background-color: transparent; /* Background color */
}

/*---------------------Carousel end--------------------------------*/

/*--------------------Hero Section--------------------*/

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 95%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.banner-bg {
  background-image: url(../img/banner-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 627px;
  border-radius: 20px;
  background-color: #f4f3f3;
  align-content: center;
  padding: 10px 40px;
}

.hero-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hero-title {
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
}

.hero-text {
  color: #555;
  font-size: 1.1rem;
  max-width: 500px;
  margin-bottom: 2rem;
}

.btn-halto {
  background: linear-gradient(45deg, #005f80, #008cb9);

  color: white;
}
/* Button Styling */
.btn-halto {
  background: linear-gradient(45deg, #005f80, #008cb9);
  color: white;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border: none;
  text-decoration: none;
  font-size: 14px;
}

.btn-halto:hover {
  background-color: #085a73;
  color: white;
  transform: translateY(-2px);
}

.btn-halto i {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .banner-bg {
    padding: 10px 12px !important;
}
.hero-title {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    
}
.banner-bg {
   
    height: auto !important;
    
}
.hero-container {
    margin-top: 120px;
}
}



/*--------------------Hero Section--------------------*/




/*--------------------Why Halto--------------------*/
.section-title {
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
}

.feature-card {
  border: 1px solid #e0e0e0;
  border-radius: 15px; /* Matches the rounded look in image */
  padding: 5px 10px;
  display: flex;
  flex-direction: row; /* Horizontal layout */
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #20a08d;
}

.feature-card img {
  width: 60px;
  height: auto;
  margin-right: 12px;
}

.feature-card p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .feature-card {
    padding: 15px 5px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
/*--------------------Why Halto end --------------------*/

/* --------------------Who we are --------------------*/
.who-we-are {
  background-color: #fff;
  overflow: hidden;
}

.display-4 {
  font-size: 3.5rem;
  line-height: 1.1;
  color: #1a1a1a;
}

.description-text p {
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Button Styling */
.btn-teal {
  background: linear-gradient(45deg, #005f80, #008cb9);
  color: white;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-teal:hover {
  background-color: #084d63;
  color: white;
  transform: translateY(-2px);
}

/* Image Overlap Logic */
.image-stack-container {
  position: relative;
  padding-bottom: 50px;
  max-width: 625px;
  margin: 0 auto;
}

.img-top-right {
  width: 90%;
  margin-left: auto;
}

.img-bottom-left {
  position: absolute;
  width: 60%;
  bottom: -10%;
  left: -5%;
  z-index: 2;
}

.img-bottom-left img {
  border: 8px solid #fff !important;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 2rem;
  }

  .image-stack-container {
    margin-top: 50px;
    padding-bottom: 100px;
  }

  .img-bottom-left {
    bottom: -20%;
  }
}

@media (max-width: 576px) {
  .img-bottom-left {
    width: 70%;
    left: 0;
  }
}
/*-------------------- Who we are end --------------------*/

/* --------------------Explore our properties-------------------- */
.section-title {
  font-size: 2.2rem;
  font-weight: 500;
}

.hostel-name {
  font-size: 2.8rem;
  font-weight: 400;
}

.hostel-desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

.hostel-img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.highlight-list li {
  font-size: 0.9rem;
  padding-bottom: 5px;
  color: #333;
}

.highlight-list li::before {
  content: "•";
  color: #1a1a1a;
  display: inline-block;
  width: 1em;
  margin-left: -0.2em;
}

.btn-gradient {
  /* The Gradient Background */
  background: linear-gradient(90deg, #005f80, #008cb9);
  color: #ffffff;
  border: none;
  border-radius: 6px; /* slightly rounded corners */
  transition: all 0.3s ease;
}

/* Ensure text remains white on hover */
.btn-gradient:hover {
  color: #ffffff;
  background: linear-gradient(
    90deg,
    #004d66,
    #007da6
  ); /* Slightly darker gradient on hover for feedback */
  box-shadow: 0 4px 15px rgba(0, 95, 128, 0.3); /* Optional: Soft shadow */
}

/* Target the SVG icon inside the button */
.btn-gradient svg {
  transition: transform 0.3s ease; /* Smooth movement */
}

/* The Animation: Move icon to the right when button is hovered */
.btn-gradient:hover svg {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .hostel-name {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
/* --------------------Explore our properties end --------------------*/

/* --------------------Testimonial start-------------------- */
.section-title {
  font-size: 3rem;
  color: #000;
}

/* Card Styling */
.testimonial-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Avatar Styling */
.avatar {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 15px;
}

.bg-yellow {
  background-color: #ffd54f;
}
.bg-blue {
  background-color: #a5d8eb;
}
.bg-green {
  background-color: #8bc34a;
}
.bg-purple {
  background-color: #9575cd;
}
.bg-red {
  background-color: #ff5252;
}

.stars {
  color: #ffb300;
  font-size: 0.85rem;
}

.review-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
}
/* --------------------Testimonial end--------------------*/

/* --------------------Let's Talk--------------------*/
.main-heading {
  font-size: 3rem;
}

.custom-input {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 15px;
  font-size: 0.95rem;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #116c8c;
}

.btn-submit {
  background-color: #116c8c;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #0b5068;
  color: white;
}

.contact-sidebar {
  background: linear-gradient(180deg, #1d82a5 0%, #0d4a5f 100%);
  border-radius: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  transition: background 0.3s ease;
}

.contact-info-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.icon-box {
  font-size: 1.25rem;
  color: #ffffff;
  width: 40px;
  text-align: center;
}

.social-links a {
  font-size: 1.2rem;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.social-links a:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .main-heading {
    font-size: 2rem;
  }

  .contact-sidebar {
    margin-top: 2rem;
  }
}
/* --------------------Let's Talk end--------------------*/

/* --------------------Footer start --------------------*/
.custom-footer {
  background: linear-gradient(90deg, #005f80 0%, #008cb9 100%);
  color: white;
  padding: 60px 0 30px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-logo img {
  max-width: 150px;
}

.footer-text {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.6;
}

.nav-link-custom {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  margin-left: 20px;
  transition: opacity 0.3s;
}

.nav-link-custom:hover {
  opacity: 0.7;
}

.social-icons a {
  color: white;
  font-size: 1.2rem;
  margin-left: 35px;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

hr.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 40px 0 20px 0;
}

@media (max-width: 991px) {
  .nav-link-custom {
    margin: 10px 10px;
  }

  .footer-text {
    text-align: center;
    margin: 20px 0;
  }
}
/* --------------------Footer end--------------------*/

/* --------------------Property--------------------*/

/* Image Gallery Styling */
        .gallery-img {
            width: 100%;
           
            object-fit: cover;
            border-radius: 12px;
            transition: transform 0.3s ease;
        }
        
        .gallery-img:hover {
            transform: scale(1.02);
        }

        /* Property Text Styling */
        .property-tag {
            color: #14606d;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
        }

        .property-title {
            font-size: 3rem;
            font-weight: 400; /* Thin/Light font weight as per image */
            color: #000;
            margin-bottom: 1rem;
        }

        /* Star Rating */
        .star-rating i {
            color: var(--rating-gold);
            font-size: 1.2rem;
            margin-right: 2px;
        }

        /* Custom Button */
        .btn-custom {
            background-color: var(--primary-teal);
            color: white;
            padding: 10px 24px;
            border-radius: 6px;
            border: none;
            font-weight: 500;
            margin-top: 1.5rem;
        }

        .btn-custom:hover {
            background-color: #134f63;
            color: white;
        }

        /* Description Text */
        .description-text {
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .highlights-title {
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }

        .highlights-list {
            font-size: 0.95rem;
            line-height: 1.8;
            padding-left: 0;
            list-style-position: inside; /* Keeps bullets aligned */
        }
/* --------------------Property--------------------*/





/* --------------------Button Animation--------------------*/





.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 30px;
}

.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
     background: linear-gradient(90deg, #005f80, #008cb9);
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    padding-left: 2.5rem!important;
    padding-right: 2.5rem!important;
    z-index: 100000;
}

.button_text_container{
   position:relative;
   z-index: 10000;
}

.explode-circle {
   animation: explode 0.5s forwards;
}

.desplode-circle{
   animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color:#35968d;
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #074157;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #074157;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #074157;
  }
}

/* --------------------Button Animation--------------------*/