   
 html {
  scroll-behavior: smooth;
}

   
@media (min-width: 992px){
    .col-md-10 {
        margin-top: 150px !important;
    }
}

.whitepage h3{
        font-size: 15pt;
    font-weight: 600;
}

.fs-18{
    font-size:17px;
}

.whitepage h3{
    font-size:25px;
    font-weight:700;
}

.new{
    color:#fff;
    margin-bottom:30px;
}

.input-group span.icon{
    background: #2f4b86;
}

.btn-content {
    background: #2f4b86;
    font-size: 10pt;
    border-radius:20px;
}

.devider-center {
      border-top: 4px solid #2f4b86;
}

.gal{
  font-weight:600;
  font-size: 40px;

}

.img-responsive {

  border-radius: 20px;
}

#reservation{
  margin-bottom: 20px !important;
}

.book-btn {
  margin-top: 20px;
  padding: 12px 35px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
}

.card-img-top {
    border-radius: 15px 15px 15px 15px;
}

/* Card container styling */
.whitepage .card {
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: #fff;
}

/* Image styling */
.whitepage .card-img-top {
    border-radius: 18px 18px 0 0;
    transition: transform 0.6s ease;
}

/* Text spacing */
.whitepage .card-body {
    padding: 25px;
}

/* Title */
.whitepage .card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Hover effect */
.whitepage .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Image zoom on hover */
.whitepage .card:hover .card-img-top {
    transform: scale(1.08);
}

/* Smooth paragraph text */
.whitepage .fs-18 {
    line-height: 1.7;
    color: #555;
}

.booking-section {
    padding: 80px 0;
    /*background: url('main-images/conatct-form.jpg') no-repeat center center/cover;*/
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.mirror-card {
    background: rgba(0, 0, 0, 0.65); /* Darker glass for better readability */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

.form-heading {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.form-group label {
    color: #ffd700; /* Gold labels */
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

.form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    height: 45px;
    border-radius: 8px !important;
}

/* Dropdown Fix: Isse options saaf dikhenge */
.custom-select option {
    background: #222 !important; /* Dark background for options */
    color: #fff !important;
}

.form-control:focus {
    border-color: #ffd700 !important;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

.btn-book {
    background: #ffd700;
    color: #000;
    border: none;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
    margin: 0 auto;
}

.btn-book:hover {
    background: #fff;
    transform: scale(1.05);
}


.editorial-about {
    padding: 60px 5%;
    background: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.inner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Image Styling */
.media-block {
    width: 100%;
}

.image-wrapper {
    width: 100%;
    height: 400px; /* Fixed height for mobile */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Isse image stretch nahi hogi */
    border-radius:20px;
}

/* Text Styling */
.display-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.content-body p {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
    font-family: "montserrat";
}

/* --- DESKTOP: Yahan height match hogi --- */
@media (min-width: 1024px) {
    .inner-container {
        flex-direction: row;
        align-items: stretch; /* Yeh text aur image ki height barabar karta hai */
        gap: 50px;
        margin-top: 60px;
    }

    .media-block, .text-block {
        flex: 1; /* Dono ko 50-50 width deta hai */
    }

    .image-wrapper {
        height: 100%; /* Text ke content ke hisaab se height lega */
        min-height: 500px; 
    }

    .display-title {
        font-size: 55px;
        font-weight: 600;
    }
}

/* Prefixing everything with .hotel-amenities to avoid breaking your site */
    .hotel-amenities-wrapper {
        max-width: 1100px;
        margin: 60px auto;
        padding: 0 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Standard safe font */
    }

    .hotel-amenities-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .hotel-amenities-header h2 {
        font-size: 2rem !important; /* !important ensures your theme doesn't shrink it */
        color: #1a1a1a !important;
        margin: 10px 0 !important;
        letter-spacing: 1px;
    }

    .hotel-amenities-header p {
        color: #b08d57;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.8rem;
        margin: 0;
    }

    .hotel-amenities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .amenity-card {
        background: #ffffff;
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
    }

    .amenity-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border-color: #b08d57;
    }

    .amenity-icon {
        font-size: 30px;
        margin-bottom: 15px;
        color: #b08d57;
    }

    .amenity-card h3 {
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
        color: #222 !important;
    }

    .amenity-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        color: #666 !important;
        margin: 0 !important;
    }

    /* Mobile fix */
    @media (max-width: 600px) {
        .hotel-amenities-grid {
            grid-template-columns: 1fr;
        }
    }

.hotel-discover-section {
        max-width: 1100px;
        margin: 60px auto;
        padding: 20px;
        font-family: 'Inter', sans-serif;
    }

    .discover-row {
        display: flex;
        align-items: stretch; /* This forces image height to match text height */
        margin-bottom: 40px;
        background: #fff;
        border: 1px solid #eaeaea;
        overflow: hidden;
        border-radius: 12px;
    }

    .discover-row.reverse {
        flex-direction: row-reverse;
    }

    .discover-image {
        flex: 1;
        min-height: 100%; /* Ensures it fills the flex container */
    }

    .discover-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Crops image to fill the exact height of the text box */
        display: block;
    }

    .discover-content {
        flex: 1;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centers text vertically if image is taller */
        background-color: #ffffff;
    }

    .tagline {
        color: #b08d57;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .discover-content h3 {
        margin: 0 0 15px 0 !important;
        font-size: 1.6rem !important;
        color: #1a1a1a !important;
        font-weight: 600 !important;
    }

    .discover-content p {
        margin: 0 !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
        color: #555 !important;
    }

    /* Tablet/Mobile Fix */
    @media (max-width: 768px) {
        .discover-row, .discover-row.reverse {
            flex-direction: column;
        }
        .discover-image {
            height: 250px; /* Fixed height only on mobile */
        }
        .discover-content {
            padding: 30px;
        }
    }
.hotel-faq-section {
        max-width: 1100px;
        margin: 80px auto;
        padding: 0 20px;
        font-family: 'Inter', sans-serif;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .faq-header span {
        color: #b08d57;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.8rem;
        display: block;
        margin-bottom: 10px;
    }

    .faq-header h2 {
        font-size: 2.2rem !important;
        color: #1a1a1a !important;
        font-weight: 600 !important;
    }

    .faq-list {
        border-top: 1px solid #eee;
    }

    .faq-item {
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        cursor: pointer;
    }

    .faq-item summary {
        list-style: none;
        font-size: 25px;
        font-weight: 500;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        outline: none;
    }
    

    /* Modern Plus/Minus icon using CSS */
    .faq-item summary::after {
        content: '+';
        font-size: 1.5rem;
        color: #b08d57;
        transition: transform 0.3s ease;
    }

    .faq-item[open] summary::after {
        content: '−';
        transform: rotate(180deg);
    }


    .faq-answer {
        padding-top: 15px;
        color: #666;
        line-height: 1.6;
        font-size: 1rem;
    }

    /* Remove default arrow in Chrome/Safari */
    .faq-item summary::-webkit-details-marker {
        display: none;
    }

/* --- Mobile Responsive CSS --- */

@media (max-width: 768px) {
    /* Container padding kam karein */
    .hotel-amenities-wrapper, 
    .hotel-location-features, 
    .hotel-discover-section, 
    .hotel-faq-section {
        padding: 40px 15px !important;
        margin: 20px auto !important;
    }

    /* Headings ko mobile ke liye chota karein */
    .location-header h2, 
    .experience-header h2, 
    .faq-header h2 {
        font-size: 1.8rem !important;
    }

    /* Amenities Grid: 3 columns se 1 column */
    .hotel-amenities-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    /* Location/Discover Sections: Alternating layout ko stack karein */
    .discover-row, 
    .discover-row.reverse,
    .exp-row,
    .exp-row.reverse {
        flex-direction: column !important;
        align-items: center !important;
    }

    /* Mobile par Image ki height fix karein taaki text ke barabar na dikhe */
    .discover-image, 
    .exp-image {
        width: 100% !important;
        height: 250px !important; /* Mobile standard height */
        min-height: 250px !important;
    }

    .discover-content, 
    .exp-text {
        width: 100% !important;
        padding: 20px !important;
        text-align: center !important; /* Mobile par center text zyada clean lagta hai */
    }

    /* FAQ text size for mobile */
    .faq-item summary {
        font-size: 1rem !important;
    }
}

/* --- FAQ Mobile Specific CSS --- */

@media (max-width: 768px) {
    /* Section ki overall spacing kam karein */
    .hotel-faq-section {
        padding: 40px 15px !important;
        margin: 20px auto !important;
    }

    /* Heading ka size mobile ke hisab se */
    .faq-header h2 {
        font-size: 1.8rem !important;
        margin-bottom: 20px !important;
    }

    /* Question (Summary) ka text size */
    .faq-item summary {
        font-size: 1rem !important;
        padding: 15px 0 !important;
    }

    /* Paragraph (Answer) ki Mobile CSS */
    .faq-answer p {
        /* Mobile par 18px bada ho sakta hai, isliye 16px recommended hai */
        font-size: 16px !important; 
        line-height: 1.5 !important;
        padding-bottom: 10px !important;
        color: #555 !important;
    }

    /* Plus/Minus icon ko mobile par sahi jagah rakhein */
    .faq-item summary::after {
        font-size: 1.2rem !important;
    }
}

/* Extra small screens (iPhone SE etc.) */
@media (max-width: 480px) {
    .faq-header h2 {
        font-size: 1.5rem !important;
    }
    
    .faq-answer p {
        font-size: 15px !important; /* Bahut choti screen ke liye */
    }
}

   .blog-section {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.blog-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 40px;
}

.blog-content h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #222;
}

.blog-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.blog-content h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}
@media (max-width: 768px) {
  .blog-content h2 {
    font-size: 24px;
  }

  .blog-content h3 {
    font-size: 20px;
  }

  .blog-section {
    padding: 40px 15px;
  }
}
/* Container for the cards */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  
  font-family: 'Inter', -apple-system, sans-serif;
}

/* Individual Card Styling */
.hotel-card {
  position: relative;
  padding: 1.5rem;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* Unique Hover Effect: Floating & Border Glow */
.hotel-card:hover {
  transform: translateY(-10px);
  border-color: #000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.hotel-card h3 {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.hotel-card p {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

.hotel-address {
  font-size: 16px;
  color: #888;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  display: flex;
  align-items: flex-start;
}

.hotel-address::before {
  content: "📍";
  margin-right: 8px;
}

/* Tag for Category Flair */
.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #007bff;
  margin-bottom: 0.5rem;
}