#product-inner-price{
  color:#800000 !important;
  font-weight:600 !important;
}
.price-modifier{
  display:none !important;
}
.radio-btn-container{
  font-size:14px !important;
}


.fa-facebook-f:before, .fa-facebook:before{
  color:#fff !important;
}
.fa-twitter:before{
  color:#fff !important;
}
.fa-instagram:before{
  color:#fff !important;
}
.offer-bar p{
   color:#fff !important;
  font-size:14px !important;
}
/*Header h1*/
#mw-element-1758188898020{
text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
/*Introduce Our Hotel*/
.kiran-residency-hotel-intro {
    text-align: center;
    padding: 70px 20px;
  }
  .kiran-residency-hotel-intro h2 {
    font-size: 32px;
    font-weight: bold;
    color: #8b3e0a;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }

  .kiran-residency-hotel-intro h2::after {
    content: "";
    display: block;
    margin: 12px auto 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #f4c430, #d35400);
    border-radius: 5px;
  }

  .kiran-residency-hotel-intro p {
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  .features {
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: #d35400 #fbeedc;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }

  .features::-webkit-scrollbar {
    height: 8px;
  }
  .features::-webkit-scrollbar-thumb {
    background: #d35400;
    border-radius: 8px;
  }
  .features::-webkit-scrollbar-track {
    background: #fbeedc;
  }
  .feature-box {
    min-width: 280px;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    scroll-snap-align: center;
  }

  .feature-box:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  }
  .feature-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.65));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 15px;
    color: #fff;
    text-align: center;
  }
  .feature-overlay h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f4c430;
    margin-bottom: 10px;
  }
  .feature-overlay p {
    font-size: 14px;
    line-height: 1.5;
    color: #fceec0;
  }
  @media (max-width: 768px) {
    .kiran-residency-hotel-intro h2 {
      font-size: 26px;
    }
    .kiran-residency-hotel-intro p {
      font-size: 14px;
    }
    .feature-box {
      min-width: 260px;
      height: 280px;
    }
  }
  /*Introduce Our Hotel END*/
/*Gallery Section*/
.slot__info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .slot__title {
    margin-left: 2rem;
     font-size: 26px;
    font-weight: 650;
    color: #222;
    }
    .slot__cta {
      text-decoration: none;
      color: #222;
      font-size: 14px;
      font-weight: 600;
      border-bottom: 1px solid #222;
    }
    .scrollable-list {
      overflow-x: auto;
      display: flex;
      gap: 7px;
      scroll-;
      padding: 10px 0;
    }
    .scrollable-list::-webkit-scrollbar {
      height: 8px;
    }
    .scrollable-list::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 4px;
    }
    .scrollable-list::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    .scrollable-list-item {
      flex: 0 0 220px;
      text-decoration: none;
      color: #000;
    }
    .scrollable-list-item__media-wrapper {
      width: 20rem;
      height: 13rem;
      overflow: hidden;
      background: #eee;
    }
    .scrollable-list-item__img {
      width: 100%;
      height: 22rem;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .scrollable-list-item:hover .scrollable-list-item__img {
      transform: scale(1.05);
    }
    .scrollable-list-item__title {
      text-align: center;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 600;
    }
    
    @media (max-width: 768px) {
      .slot__info {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
      }
      .slot__title {
        font-size: 20px;
        margin-left: 0;
      }
      .scrollable-list-item {
        flex: 0 0 150px;
      }
      .scrollable-list-item__media-wrapper {
        width: 13rem;
        height: 8rem;
      }
      .scrollable-list-item__img {
        height: 14rem;
      }
      .scrollable-list-item__title {
        font-size: 13px;
      }
    }
/*Gallery Section END*/
/*Discover Our ALL*/
.amenities-section {
      text-align: center;
      padding: 50px 20px;
    }

    .amenities-section h3 {
      font-size: 14px;
      letter-spacing: 2px;
      color: #888;
      margin-bottom: 8px;
    }

    .amenities-section h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 40px;
      color: #222;
    }

    .amenities-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1100px;
      margin: auto;
    }

    .amenity-box {
      background: #fff8f3;
      border: 1px solid #f3e8e0;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }

    .amenity-box:hover {
      transform: translateY(-5px);
    }

    .amenity-img {
      width: 60px;
      height: 60px;
      background: #ddd;
      margin: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #555;
    }

    .amenity-box h4 {
      font-size: 20px;
      margin-bottom: 12px;
      color: #111;
    }

    .amenity-box p {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
      line-height: 1.6;
    }

    .amenity-box a {
      font-size: 14px;
      color: #e74c3c;
      text-decoration: none;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .amenity-box a:hover {
      text-decoration: underline;
    }

    /* Mobile view adjustments */
    @media (max-width: 600px) {
      .amenities-section h2 {
        font-size: 24px;
      }
      .amenity-box {
        padding: 20px;
      }
      .amenity-img {
        width: 50px;
        height: 50px;
      }
    }
/*Discover Our ALL End*/
/*Review section*/
.kiran-reviews-section {
      padding: 50px 20px;
      text-align: center;
      max-width: 1500px !imporatnt;
      margin: auto;
    }

    .kiran-reviews-section h4 {
      color: green;
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .kiran-reviews-section h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .kiran-review-stats {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      font-size: 18px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .kiran-review-stats span {
      font-weight: bold;
      font-size: 22px;
      color: #000;
    }

    .kiran-reviews-container {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 15px;
      justify-content: center;
    }

    .kiran-review-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      flex: 0 0 30%;
      min-width: 300px;
      max-width: 350px;
      text-align: left;
      scroll-snap-align: start;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .kiran-review-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .kiran-review-header img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 12px;
    }

    .kiran-review-header h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .kiran-review-header p {
      font-size: 14px;
      color: gray;
    }

    .kiran-review-text {
      font-style: italic;
      font-size: 15px;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .kiran-review-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .kiran-stars {
      color: #f4b400;
      font-size: 18px;
    }

    .kiran-review-date {
      background: #2eaf3b;
      color: #fff;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 12px;
    }
    @media (max-width: 992px) {
      .kiran-review-card {
        flex: 0 0 45%;
      }
    }

    @media (max-width: 768px) {
      .kiran-review-stats {
        flex-direction: column;
        gap: 10px;
      }

      .kiran-reviews-container {
        gap: 15px;
        justify-content: flex-start;
      }

      .kiran-review-card {
        flex: 0 0 85%;
      }
    }
/*Review section END*/
/*Why Choose Us*/
.why-choose-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px 8%;
    flex-wrap: wrap;
  }

  /* Left Section */
  .choose-left {
    flex: 1;
    min-width: 300px;
    position: relative;
  }

  .choose-left img {
    width: 100%;
    border-radius: 12px;
  }

  .years-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #800000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 10px;
  }

  .rating-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
  }

  .rating-box h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .stars {
    color: gold;
    font-size: 16px;
  }

  .rating-box p {
    font-size: 14px;
    margin: 5px 0;
  }

  .excellent {
    background: #6ebd44;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 5px 0;
    font-size: 13px;
  }

  .tripadvisor {
    background: #800000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
  }

  /* Right Section */
  .choose-right {
    flex: 1;
    min-width: 300px;
  }

  .choose-right h5 {
    color: #800000;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

  .choose-right h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .choose-right p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .feature-list {
    list-style: none;
    margin-bottom: 25px;
  }

  .feature-list li {
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    align-items: center;
  }

  .feature-list li::before {
    content: "✔";
    color: #800000;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
  }

  .view-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #800000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
  }

  .view-btn:hover {
    background: #57a235;
  }

  @media(max-width: 768px) {
    .why-choose-container {
      flex-direction: column;
      padding: 30px 5%;
    }

    .choose-right h2 {
      font-size: 26px;
    }

    .rating-box {
      top: 15px;
      right: 15px;
      padding: 12px 15px;
    }

    .rating-box h2 {
      font-size: 22px;
    }

    .years-badge {
      font-size: 14px;
      padding: 8px 12px;
    }
  }
/*Why Choose Us END*/

/*Varansai experience*/
.vhx-section-header {
    text-align: center;
    padding: 50px 20px 30px;
  }

  .vhx-section-header h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #7A0505, #D97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
  }

  .vhx-section-header p {
    font-size: 16px;
    color: #666;
    max-width: 650px;
    margin: 10px auto 0;
  }

  .vhx-experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 8%;
  }

  .vhx-experience-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .vhx-experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }

  .vhx-experience-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

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

  .vhx-info-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -40px;
    margin: 0 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  }

  .vhx-info-item {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }

  .vhx-guests { background: #800000; }
  .vhx-days { background: #E1D083; }
  .vhx-price { background: #800000; }

  .vhx-onrequest-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f7e08b;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    z-index: 10;
  }

  .vhx-card-content {
    padding: 15px 20px 25px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .vhx-card-content h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #2c3e50;
  }

  .vhx-card-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
  }

 
  .vhx-book-btn {
  margin-top: 15px;
  padding: 12px 0;          
  width: 90%;              
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #7A0505, #D97706);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-self: center;      
}

.vhx-book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}


  @media (max-width: 1200px) {
    .vhx-experience-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .vhx-experience-grid {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      padding: 20px;
      scroll-snap-type: x mandatory;
    }

    .vhx-experience-card {
      flex: 0 0 85%;
      scroll-snap-align: center;
    }

    .vhx-experience-grid::-webkit-scrollbar {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .vhx-experience-grid {
      grid-template-columns: 1fr;
      display: grid;
      overflow-x: visible;
    }
  }
/*Varansai experience END*/
/*Temple varanasi*/
.temple-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

/* Heading */
.temple-heading {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
  display: inline-block;
  background: linear-gradient(90deg, #7A0505, #D97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Horizontal scroll container */
.temple-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-;
  padding-bottom: 10px;
}

/* Scrollbar styling */
.temple-scroll::-webkit-scrollbar {
  height: 8px;
}

.temple-scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

.temple-scroll::-webkit-scrollbar-thumb {
 
  border-radius: 10px;
}

/* Card design */
.temple-card {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

.temple-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 20px rgba(0,0,0,0.06);
}

/* Image */
.temple-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transform: rotate(-2deg) scale(1.05);
  transition: transform 0.5s ease;
  margin-top: -10px;
}

.temple-card:hover img {
  transform: rotate(0deg) scale(1.08);
}

/* Card Content */
.temple-card-content {
  
  padding: 25px 20px 20px;
  border-radius: 0 0 25px 25px;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.temple-card-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}

.temple-card-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}


@media (max-width: 768px) {
  .temple-card {
    flex: 0 0 240px;
  }
}

@media (max-width: 480px) {
  .temple-card {
    flex: 0 0 220px;
  }
  .temple-card img {
    height: 140px;
  }
  .temple-card-content h3 {
    font-size: 16px;
  }
  .temple-card-content p {
    font-size: 13px;
  }
}

/*Temple varanasi END*/
/*Blog Post*/
/*FAQ*/
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #EAEAE5 !important;
  border-radius: 12px;
  box-shadow: 0 8px 7px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  font-weight:600 !important;
  font-family: 'Poppins', sans-serif;
}
/*FAQ END*/
.package-card {
  border-radius: 12px;
  
  max-width: 500px;
  margin: auto;
  padding: 20px;
  background: #fff;
}

.package-card h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.icon-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
  .package-card {
    padding: 15px;
  }

  .package-card h2 {
    font-size: 16px;
  }

  .icon-img {
    width: 20px;
    height: 20px;
  }
}