 .seohotel-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
    font-family: Arial, sans-serif;
    position: relative;
	border-radius: 2px;
    }

    .seohotel-group {
      display: flex;
      flex-direction: column;
      flex: 1 1 160px;
      min-width: 260px;
    }

    .seohotel-group label {
    font-size: 13px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 700;
    color: #000;
    }

    .seohotel-group select,
    .seohotel-group input {
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .seohotel-actions {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 8px;
    }

    .seohotel-price {
      font-size: 12px;
      color: #444;
    }

    .seohotel-button {
    background-color: black;
    color: white;
    padding: 4px 20px;
    font-weight: bold;
    border: none;
    }

    .seohotel-more-options {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
    }

    .seohotel-more-options i {
    margin-left: 5px;
    background-color: #000;
    padding: 2px 9px;
    border-radius: 50px;
    }

    .seohotel-extra-fields {
      display: none;
  width: 100%;
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 220px;         /* Limit height */
  overflow-y: auto;          /* Enable scroll if needed */
  padding-right: 10px;
  margin-bottom:100px;
    }

    .seohotel-toggle.show .seohotel-extra-fields {
      display: flex;
    }
    
    @media (max-width: 768px) {
         .seohotel-extra-fields {
    max-height: 200px;
  }
  
  #seohotelContentBox {
    display: none;
  }

  #seohotelContentBox.show {
    display: block;
  }

  .seohotel-mobile-toggle {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    z-index: 3;
  }
}

/* On desktop: always show form, hide button */
@media (min-width: 769px) {
  .seohotel-mobile-toggle {
    display: none;
  }

  #seohotelContentBox {
    display: block !important;
  }
}




.banner-section14 .video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.video-overlay {
  z-index: 10;
}

.custom-hotel-btn {
background-color: rgb(0 0 0 / 78%);
    color: #fff;
    padding: 4px 18px;
    font-size: 23px;
    border-radius: 28px;
    border: 3px solid #c1a84e;
}

.custom-hotel-btn:hover {
background-color: rgb(0 0 0 / 78%);
    border: 2px solid #c1a84e;
	color:#c1a84e;
}


/* entire dropdown */
.mnp-hotel-dropdown {
  min-width: 470px;                 /* keeps it compact */
  padding: 0;                       /* remove default padding */
  border-radius: 0;                 /* square corners like screenshot */
}

/* individual hotel link row */
.mnp-hotel-item {
  list-style: none;
}

.mnp-hotel-link {
  display: block;
  padding: 10px 14px;
  color: #000;                   /* gold tone */
  font-size:14px;
  white-space: break-spaces;        /* name can wrap like image */
}

.mnp-book-btn {
  background-color: transparent;
  border: 1px solid black;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 13px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-right:30px;
}

.mnp-book-btn:hover {
  background-color: black;
  color: white;
}

.mnp-hotel-link:hover {
  background: #f4f4f4;
  color: #8a7435;
}

/* thin divider line */
.mnp-hotel-divider {
  margin: 0;
  border-top: 1px solid #d7d7d7;
}

/* city label (small text above next hotel) */
.mnp-hotel-city {
  list-style: none;
  padding: 10px 14px 4px;
  color: #000;
  font-size: 13px;
}







	    .seovilla-card {
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      background: #fff;
    }

    .seovilla-card:hover {
      transform: translateY(-5px);
    }

    .seovilla-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .seovilla-body {
      padding: 15px;
    }

    .seovilla-title {
      font-size: 19px;
      color: #000;
	 font-family: "Playfair", serif;
	  font-weight:600;
    }

    .seovilla-location {
      font-size: 12px;
      color: #555;
      margin-bottom: 1px;
	  font-weight:700;
    }

    .seovilla-info {
      font-size: 12px;
      color: #444;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 10px;
	  
    }

    .seovilla-price {
      font-weight: bold;
      color: #000;
      font-size: 1.1rem;
    }
	
	
	/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/
	
	.seolocation-section {
      position: relative;
    }

    .seolocation-header h2 {
      font-size: 37px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #121d47;
	  font-family: "Playfair", serif;
    }

    .seolocation-header p {
      color: #666;
      margin-bottom: 20px;
    }

    .seolocation-wrapper {
      overflow-x: auto;
      scroll-behavior: smooth;
      display: flex;
      gap: 12px;
      padding-bottom: 10px;

      /* Hide scrollbars */
      scrollbar-width: none; /* Firefox */
    }

    .seolocation-wrapper::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }

    .seolocation-card {
      flex: 0 0 auto;
      width: 304px;
      height: 360px;
      overflow: hidden;
      position: relative;
      background-color: #ffffff;
      cursor: pointer;
      transition: transform 0.3s ease;
	  padding: 0.8rem;
      border-radius: 1.2rem;
      box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 0.13);
    }

    .seolocation-card:hover {
      transform: scale(1.03);
    }

    .seolocation-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
	  border-radius: 12px;
    }

    .seolocation-card span {
      position: absolute;
      bottom: 10px;
      left: 34px;
      font-weight: bold;
      color: white;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    }

    .seolocation-arrows {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      gap: 8px;
    }

    .seolocation-arrows button {
      background: #f1f1f1;
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: background 0.3s;
    }

    .seolocation-arrows button:hover {
      background-color: #ddd;
    }
	
	.piclo{
		padding-top:20px;
		padding-bottom:20px;
	}
	
	
	
	/*--------------------------------------------------------------
# Hotel Deals
--------------------------------------------------------------*/
	
.hotel-slider-section {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.hotel-slider-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 20px;
}

.hotel-slider-container::-webkit-scrollbar {
  display: none;
}

.hotel-card {
  flex: 0 0 auto;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
}

.hotel-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hotel-slideshow {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-right: 240px;
}

.slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slideZoom 12s infinite;
  opacity: 0;
}

.slide-img:nth-child(1) {
  animation-delay: 0s;
}
.slide-img:nth-child(2) {
  animation-delay: 4s;
}
.slide-img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slideZoom {
  0% {
    opacity: 0;
    transform: scale(1.1) translateX(0);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1) translateX(-5%);
  }
  38% {
    opacity: 0;
    transform: scale(1.1) translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.hotel-card h3 {
font-size: 22px;
    margin: 10px 0;
    line-height: 26px;
    font-weight: 600;
    font-family: "Playfair", serif;
}

.hotel-card p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.hotel-card-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.btn-know,
.btn-book {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-know {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
}

.btn-book {
    background-color: #c1a84e;
    color: white;
    border: 1px solid #c1a84e;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000000aa;
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}


	
	
/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
	
	   .seotestimonial-section {
      position: relative;
      max-width: 100%;
    }

    .seotestimonial-header h2 {
font-size: 37px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #121d47;
	  font-family: "Playfair", serif;
    }

    .seotestimonial-header p {
      color: #555;
      margin-bottom: 20px;
    }

    .seotestimonial-wrapper {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding-bottom: 10px;

      scrollbar-width: none;
    }

    .seotestimonial-wrapper::-webkit-scrollbar {
      display: none;
    }

    .seotestimonial-card {
      flex: 0 0 320px;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .seotestimonial-stars {
      color: #333399;
      margin-bottom: 10px;
    }

  
    .seotestimonial-readmore {
      color: #007bff;
      font-size: 14px;
      text-decoration: none;
    }

    .seotestimonial-divider {
      border-top: 1px solid #eee;
      margin: 8px 0;
    }

    .seotestimonial-user {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .seotestimonial-user img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .seotestimonial-user-info {
    font-size: 14px;
    font-weight: 600;
    }

    .seotestimonial-user-info strong {
      display: block;
      font-size: 14px;
      color: #111;
    }

    .seotestimonial-arrows {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      gap: 8px;
    }

    .seotestimonial-arrows button {
      background: #f1f1f1;
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .seotestimonial-arrows button:hover {
      background-color: #ddd;
    }
	
	
	/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

    .seodeals-container {
      background-color: #f2f7ff;
      border-radius: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 40px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

    .seodeals-text {
      flex: 1 1 60%;
      padding-right: 30px;
    }

    .seodeals-text h2 {
      font-size: 37px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #121d47;
	  font-family: "Playfair", serif;
    }

    .seodeals-text p {
      font-size: 15px;
      line-height: 1.6;
      color: #333;
      margin-bottom: 25px;
    }

    .seodeals-btn {
      background-color: #fff;
      color: #007bff;
      border: 2px solid #007bff;
      padding: 10px 22px;
      border-radius: 30px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      transition: 0.3s;
    }

    .seodeals-btn:hover {
      background-color: #007bff;
      color: #fff;
    }

    .seodeals-image {
      flex: 1 1 35%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .seodeals-image img {
      width: 100%;
      max-width: 380px;
      height: auto;
      border-radius: 20px;
    }

    @media (max-width: 768px) {
      .seodeals-container {
        flex-direction: column;
        padding: 25px;
        text-align: center;
      }

      .seodeals-text {
        padding: 0;
      }

      .seodeals-image {
        margin-top: 25px;
      }
    }





.seodestination-section {
      max-width: 1200px;
      margin: auto;
      text-align: left;
    }

    .seodestination-section h2 {
      font-size: 37px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #121d47;
	  font-family: "Playfair", serif;
	  text-align:center;
	  padding-bottom:10px;
    }

    .seodestination-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-bottom: 40px;
    }

    .seodestination-card {
      display: flex;
      align-items: center;
      border: 1px solid #fed083;
      border-radius: 10px;
      padding: 8px 10px;
      transition: all 0.3s ease;
      background-color: #fbf9f4;
    }

    .seodestination-card:hover {
      background-color: #e3f2fd;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .seodestination-card img {
      width: 60px;
      height: 60px;
      border-radius: 8px;
      object-fit: cover;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .seodestination-info h3 {
      margin: 0;
      font-size: 23px;
      font-weight: bold;
      color: #000;
	  font-family: "Playfair", serif;
    }

    .seodestination-info p {
      margin: 2px 0 0;
      font-size: 13px;
      color: #444;
	  line-height: 17px;
	  font-weight:500;
    }

    .seodestination-btn {
      display: inline-block;
      background-color: #2196f3;
      color: #fff;
      font-weight: 500;
      padding: 10px 24px;
      border-radius: 25px;
      text-decoration: none;
      transition: 0.3s;
    }

    .seodestination-btn:hover {
      background-color: #1976d2;
    }

    @media (max-width: 600px) {
      .seodestination-card {
        flex-direction: column;
        text-align: center;
      }

      .seodestination-card img {
        margin-bottom: 10px;
        margin-right: 0;
      }
    }	
	
	
	
	    .benho-container {
      max-width: 1240px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .benho-card {
      flex: 1 1;
      background-color: #fff;
      border: 2px solid #c1a74e;
      border-radius: 15px;
      padding: 30px 20px 20px;
      text-align: center;
      position: relative;
      transition: 0.3s;
      min-height: 140px;
    }

    .benho-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }

    .benho-icon {
      width: 100px;
      height: 100px;
      background-color: #c1a74e;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-top: -83px;
      margin-bottom: 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .benho-icon img {
      width: 60px;
      height: 60px;
    }

    .benho-title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .benho-number {
      font-size: 100px;
    font-weight: bold;
        background: linear-gradient(to right, black, #ffc800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 14px;
    height: 129px;
    margin-top: -53px;
    }

    .benho-text {
      font-size: 14px;
      color: #444;
      line-height: 1.5;
    }

    @media (max-width: 992px) {
      .benho-card {
        flex: 1 1 45%;
      }
    }

    @media (max-width: 600px) {
      .benho-card {
        flex: 1 1 100%;
      }
    }   




   .aboutho-wrapper {
      max-width: 1240px;
      margin: auto;
      display: flex;
      gap: 20px;
      align-items: stretch;
    }

    .aboutho-slider {
      flex: 0 0 50%;
      position: relative;
      overflow: hidden;
      border-radius: 0;
    }

    .aboutho-slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }

    .aboutho-slide {
      min-width: 100%;
      height: 100%;
      position: relative;
    }

    .aboutho-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .aboutho-caption {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: #fff;
      font-weight: bold;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }

    .aboutho-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.7);
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 20px;
      z-index: 2;
    }

    .aboutho-prev {
      left: 10px;
    }

    .aboutho-next {
      right: 10px;
    }

    .aboutho-content {
      flex: 0 0 49%;
      font-size: 16px;
      color: #222;
      flex-direction: column;
      justify-content: center;
    }

    .aboutho-content h2 {
      font-size: 37px;
      font-weight: bold;
	      line-height: 33px;
      margin-bottom: 10px;
      color: #121d47;
      font-family: "Playfair", serif;
      text-align: left;
      padding-bottom: 10px;
    }
	
	 .aboutho-content h3 {
      font-size: 30px;
      font-weight: bold;
	      line-height: 18px;
      margin-bottom: 1px;
      color: #121d47;
      font-family: "Playfair", serif;
      text-align: left;
      padding-bottom: 10px;
    }
	
	 .aboutho-content strong {
      line-height: 1.5;
      margin-bottom: 15px;
      color: #000;
      font-size: 15px;
	  font-weight:700;
    }

    .aboutho-content p {
      line-height: 1.5;
      margin-bottom: 15px;
      color: #000;
      font-size: 15px;
    }

    /* Set equal height for alignment */
    .aboutho-slider, .aboutho-slide img {
      height: 100%;
      min-height: 360px;
    }

    @media (max-width: 768px) {
      .aboutho-wrapper {
        flex-direction: column;
      }

      .aboutho-slider,
      .aboutho-content {
        flex: 1 1 100%;
        max-width: 100%;
      }

      .aboutho-slider {
        height: auto;
      }

      .aboutho-slide img {
        height: auto;
      }
    }
	
	
	
	    .mnp-section {
      text-align: center;
      padding: 15px 20px 1px;
      max-width: 900px;
      margin: auto;
    }

    .mnp-brand {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .mnp-brand img {
      height: 60px;
    }

    .mnp-brand-text {
      font-size: 22px;
      font-weight: bold;
      color: #002f6c;
      letter-spacing: 2px;
    }

    .mnp-text {
      font-size: 15px;
      max-width: 700px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

    .mnp-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #121d47;
  font-family: "Playfair", serif;
  text-align: center;
}

.mnp-divider {
  display: block;
  margin: 1px auto 12px auto;
  height: auto;
  width:200px;
}



    .mnp-divider {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width:200px;
      
    }
	
	 .mnp-dividerleft {
      justify-content: left;
      align-items: left;
      gap: 10px;
      width:200px;
	  margin: 1px auto 12px auto;
	  height: auto;
    }

    .mnp-divider::before,
    .mnp-divider::after {
      content: "";
      flex: 1;
      height: 1px;
      background-color: #ccc;
      max-width: 100px;
    }

    .mnp-divider-icon {
      font-family: cursive;
      font-size: 18px;
      color: #444;
    }

    @media (max-width: 600px) {
      .mnp-brand {
        flex-direction: column;
      }
    }
	
	
	.mnp-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.mnp-feature-box {
  flex: 1 1 45%;
  min-width: 260px;
}

.mnp-feature-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.mnp-feature-box h3 {
  font-size: 24px;
  color: #000d1a;
}

.mnp-feature-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    color: #000000;
}

.mnp-about-button {
      background-image: linear-gradient(to right, rgb(253 223 157), rgb(255 170 64));
  color: #000;
  border: none;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 25px;
  cursor: pointer;
  text-transform: uppercase;
}

.mnp-about-button:hover {
  background-color: #c89e4c;
}

@media (max-width: 768px) {
  .mnp-feature-grid {
    flex-direction: column;
  }

  .mnp-feature-box {
    flex: 1 1 100%;
  }
}

	
		
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/	
	
	
	
	    .blogfresh-section {
     
      margin: auto;
      padding: 30px 20px 40px;
      text-align: center;
	  background-color:#fff;
    }

    .blogfresh-title {
       font-size: 37px;
      font-weight: bold;
      margin-bottom: 0px;
      color: #121d47;
	  font-family: "Playfair", serif;
	  text-align:center;
	  padding-bottom:10px;
    }

    .blogfresh-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px;
    }

    .blogfresh-card {
      width: 300px;
      height: 350px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .blogfresh-overlay {
      background: linear-gradient(to top, rgb(0 0 0), transparent 70%);
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .blogfresh-badge {
      background-image: linear-gradient(to right, rgb(253 223 157), rgb(255 170 64));
	  color:#000;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 10px;
      align-self: flex-start;
    }

    .blogfresh-title-text {
      font-size: 15px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 20px;
	  line-height: 17px;
    }

    .blogfresh-readmore {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      color: white;
      text-decoration: none;
      font-weight: 500;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding-top: 10px;
	  backdrop-filter: blur(15px);
    }

    .blogfresh-cta {
      margin-top: 30px;
    }

    .blogfresh-cta a {
      padding: 10px 24px;
      background: #2b81ff;
      color: white;
      border-radius: 30px;
      font-weight: 500;
      text-decoration: none;
      transition: background 0.3s;
    }

    .blogfresh-cta a:hover {
      background: #1863d3;
    }

    @media (max-width: 768px) {
      .blogfresh-card {
        width: 100%;
      }
    }
	
	
	.piclo2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(173deg, rgb(245 243 243) 0%, rgb(235 234 234) 0%
0%
, rgba(255, 252, 252, 0.57) 100%);
}
}



/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

   .mnpfooter {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
	  
    }

    .mnpfooter-top {
      text-align: center;
      padding: 30px 20px 10px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .mnpfooter-top h4 {
     font-size: 37px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #fdd287;
	font-family: "Playfair", serif;
    }

    .mnpfooter-destinations {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      padding: 0 20px 30px;
    }

    .mnpfooter-destinations span {
      padding: 6px 14px;
      border: 1px solid #fff;
      border-radius: 20px;
      color: #fff;
      font-size: 13px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .mnpfooter-destinations span:hover {
      background-color: #fff;
      color: #2c353d;
    }

    .mnpfooter-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 40px 20px 20px;
      border-top: 1px solid rgba(255,255,255,0.1);
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .mnpfooter-column {
      flex: 1 1 160px;
      margin-bottom: 30px;
    }

    .mnpfooter-column h5 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      padding-bottom: 5px;
	  color: #fff;
	  font-family: "Playfair", serif;

    }

    .mnpfooter-column a {
      display: block;
      color: #ccc;
      text-decoration: none;
       font-size: 13px;
    }

    .mnpfooter-column a:hover {
      color: #fdd287;
    }

    .mnpfooter-bottom {
      text-align: center;
      font-size: 11px;
      color: #aaa;
      padding: 11px;
    }
	
	.mnpfooter-bottom strong{
	color: #fdd287;
    font-weight: var(--body-font-weight-bold);
    font-size: 14px;
	}

    @media (max-width: 768px) {
      .mnpfooter-columns {
        flex-direction: column;
        gap: 30px;
      }

      .mnpfooter-column {
        flex: 1 1 100%;
      }
    }
	
	
	.mnpfooter-left {
  flex: 0 0 30%;
  min-width: 240px;
}

.mnpfooter-right {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mnpfooter-column {
  flex: 1 1 200px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mnpfooter-columns {
    flex-direction: column;
  }

  .mnpfooter-left,
  .mnpfooter-right,
  .mnpfooter-column {
    flex: 1 1 100%;
  }

  .mnpfooter-right {
    flex-direction: column;
  }
}
	@media (max-width: 768px) {
  .mnpfooter-columns {
    flex-direction: column;
  }

  .mnpfooter-left,
  .mnpfooter-right {
    flex: 1 1 100%;
  }

  .mnpfooter-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
  }

  .mnpfooter-column {
    margin-bottom: 20px;
  }
}


.mnpfooter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #aaa;
  padding: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.mnpfooter-bottom-left {
  flex: 1 1 auto;
}

.mnpfooter-bottom-right a {
 color: #fff;
  margin-left: 10px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.mnpfooter-bottom-right a:hover {
 background-color: #fdd287;
  color: #000;
  border-color: #fdd287;
}

@media (max-width: 600px) {
  .mnpfooter-bottom {
    flex-direction: column;
    text-align: center;
  }

  .mnpfooter-bottom-right a {
    margin: 0 8px;
  }
}

	/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
	
	
	    .mnpfaq-container {
      max-width: 1240px;
      margin: auto;
      padding: 5px 20px;
      font-family: Arial, sans-serif;
    }

    .mnpfaq-heading {
      text-align: center;
      margin-bottom: 40px;
    }

    .mnpfaq-heading h2 {
      font-size: 32px;
      font-weight: bold;
      color: #222;
    }

    .mnpfaq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .mnpfaq-item {
      background: #000000;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .mnpfaq-question {
      padding: 9px 19px;
      cursor: pointer;
      font-weight: bold;
      font-size: 18px;
      position: relative;
	  font-family: "Playfair", serif;
	  color:#000;
	  text-align:left;
	  margin-bottom:10px;
	  background-image: linear-gradient(to right, rgb(237 225 200), rgb(247 196 132));
    }

    .mnpfaq-question::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 20px;
      transition: transform 0.3s;
    }

    .mnpfaq-item.active .mnpfaq-question::after {
      content: '-';
    }

    .mnpfaq-answer {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      background-color: #fdfdfd;
      transition: max-height 0.3s ease, padding 0.3s ease;
      font-size: 14px;
      color: #444;
    }

    .mnpfaq-item.active .mnpfaq-answer {
      max-height: 200px;
      padding: 15px 20px;
	  background-color: #eddfc4;
	  text-align: left;
	  color:#000;
    }

    @media (max-width: 768px) {
      .mnpfaq-grid {
        grid-template-columns: 1fr;
      }
    }
	
	
	
	
	
.oberoi-direct-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}

.oberoi-direct-left,
.oberoi-direct-middle {
  flex: 1 1 48%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.oberoi-direct-left img,
.oberoi-icon-text img {
  width: 40px;
  height: auto;
}

.oberoi-direct-left p,
.oberoi-icon-text p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.oberoi-icon-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oberoi-button {
  background-color: #dba950;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
}


.oberoi-direct-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  padding-top: 20px;
}

/* Each benefit box */
.oberoi-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}


@media (max-width: 768px) {
  .oberoi-direct-left,
  .oberoi-direct-middle {
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .oberoi-direct-left {
    order: 1;
  }

  .oberoi-direct-middle {
    order: 2;
  }
  
   .oberoi-direct-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

   
	
	
	/*  tab */
	
	
	 .tabsection {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 40px 0;
      background-color: #fff;
      color: #333;
      text-align: center;
    }
	    .mnptab-title {
   font-size: 37px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #121d47;
    font-family: "Playfair", serif;
    }

    .mnptab-tabs {
      margin-bottom: 30px;
    }

    .mnptab-tabs button {
      background: none;
      border: none;
      font-size: 16px;
      margin: 0 10px;
      cursor: pointer;
      padding: 10px;
      border-bottom: 2px solid transparent;
      color: #333;
      font-weight: 600;
    }

    .mnptab-tabs button.active {
      color: #000;
      border-bottom: 2px solid #000;
    }

    .mnptab-content {
      display: none;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .mnptab-content.active {
      display: flex;
    }

    .mnptab-card {
      width: 400px;
      background: #fff;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .mnptab-card:hover {
      transform: translateY(-5px);
    }

    .mnptab-card img {
      width: 100%;
      height: 320px;
      object-fit: cover;
    }

    .mnptab-card h3 {
      margin: 10px 0 5px;
      font-size: 20px;
    }

    .mnptab-card p {
      font-size: 14px;
      padding: 0 15px 15px;
    }

    .mnptab-card button {
      background: none;
      border: 1px solid #000;
      padding: 6px 14px;
      margin-bottom: 15px;
      cursor: pointer;
      border-radius: 20px;
      font-weight: 600;
    }

    .mnptab-viewall {
      margin-top: 30px;
      border: 1px solid #000;
      padding: 10px 20px;
      border-radius: 20px;
      background: none;
      font-weight: 600;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .mnptab-card {
        width: 90%;
      }
    }
    
    
 .headindivi{
     display: inline-block;
    max-width: 100%;
    height: auto;
 }   
    
    
    /*  mobile css  */
    
    .logo img {
  width: 110px; /* default for desktop */
}

@media (min-width: 768px) {
  .header-style-five .sticky-header.fixed-header {
      height:60px;
      background: #000;
  }
}




@media (max-width: 768px) {
  .logo img {
    width: 74px; /* for mobile */
  }
  
  .header-style-five .main-box {
    background: linear-gradient(173deg, rgb(10 10 10 / 40%) 0%, rgb(20 20 20 / 38%) 0%, rgb(0 0 0 / 67%) 100%);
  }
  
  .header-style-five .sticky-header.fixed-header {
      height: 61px;
      background: #000000a1;
  }
  
  .banner-section14 .outer-box .content-box {
    display: none;
  }
  
  .banner-section14 .outer-box .video {
    height: 400px;
    width: 500; /* Optional: make it responsive */
  }
  
  .mnp-heading {
    font-size: 30px;
    line-height:33px;
  }
  
  .seohotdeal-title h2{
       font-size: 30px;
    line-height:33px;
  }
  
  .mnptab-title{
      font-size: 30px;
    line-height:33px;
  }
  
  .seotestimonial-header h2{
        font-size: 30px;
    line-height:33px;
  }
  
  .blogfresh-title
  {
        font-size: 30px;
    line-height:33px;
  }
  
  .mnpfooter-top h4{
      font-size: 30px;
    line-height:33px;
  }
      
}
    
    
    
    
    
    	/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/
    
 /* banner */

.mnpabout-banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.mnpabout-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mnpabout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.45); /* semi-dark overlay */
  display: flex;
  padding-top:100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.mnpabout-text h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Playfair", serif;
  margin-bottom: 1px;
}

.mnpabout-breadcrumb {
  color: #fff;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.mnpabout-breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mnpabout-banner {
    height: 280px;
  }

  .mnpabout-text h1 {
    font-size: 32px;
  }

  .mnpabout-breadcrumb {
    font-size: 14px;
  }
}
 
    
    
    
    .mnpabout-section {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.mnpabout-container {
  max-width: 1200px;
  margin: 0 auto;
}

.mnpabout-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.mnpabout-logo {
  width: 89px;
  height: auto;
}

.mnpabout-heading {
font-size: 45px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #121d47;
    font-family: "Playfair", serif;
    text-align: center;
}

.mnpabout-container p {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 15px;
    font-weight: 600;
}

.mnpabout-container strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .mnpabout-heading {
    font-size: 18px;
  }

  .mnpabout-container p {
    font-size: 14px;
  }

  .mnpabout-header {
    flex-direction: column;
    gap: 10px;
  }
}




.mnpdre-wedding-section {
  background-color: #fff;
}

.room-heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Playfair", serif;
}

.mnpdre-heading {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
 font-family: "Playfair", serif;
}

.mnpdre-description {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}

.mnpdre-btn {
  background-color: #000;
  color: #fff;
  padding: 7px 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
  display: inline-block;
}

.mnpdre-btn:hover {
  background-color: #444;
  color: #fff;
}

.mnpdre-image {
  max-width: 100%;
  border-radius: 10px;
}

.booknow-btn {
    display: inline-block;
    border: 1px solid #c19a75;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    background-image: linear-gradient(to right, rgb(237, 225, 200), rgb(247, 196, 132));
    background-size: 200% auto;   /* Make gradient wider */
    background-position: left center;
}

/* Hover effect with moving gradient */
.booknow-btn:hover {
    background-image: linear-gradient(to right, #000, #c19a75);
    background-position: right center;  /* Move gradient */
    color: #fff; /* optional */
}

.seotestimonial-readmore {
  color: #0073e6;
  text-decoration: none;
  font-size: 14px;
}

.seotestimonial-user {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.seotestimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}



/* Short text style */
.seotestimonial-content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  text-align: left;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

    

.mnpfaq-question {
    font-weight: bold;
}
.mnpfaq-answer p{
    color: #000;
    font-size: 15px;
    line-height: 19px;
}


.headerTopStrip {
    height: 35px;
    margin-right: -15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0px, 0);
    transition: 0.5s all 
ease-in-out;
    padding-top: 3px;
	    background-color: #71312e !important;
    color: white;
}
    
    
    
    
    
	
	