@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
    }

    body {
      background: #fff;
     
     
    }
.hotel-section {
    max-width: 800px;
    width: 100%;
    background: url(bg1.jpg) no-repeat center center / cover;
    border-radius: 12px;
    padding: 30px 0px;
    position: relative;
    color: #222;
    margin: 20px 0;
}

.price-drop {
    position: absolute;
    top: 0;
    left: 0;
    /* background: red; */
    color: white;
    font-weight: bold;
    /* padding: 8px 60px; */
    z-index: 2;
    font-size: 14px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}
.price-drop img {
    width: 232px;
}

@media(max-width: 768px){
  .price-drop img {
    width: 205px;
}  
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
     .price-drop img {
    width: 205px;
} 
  }
  .logo {
      text-align: center;
      margin-bottom: 10px;
    }
.logo img {
    height: 50px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}
.heading {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
    color: #fff;
}

    .limited-container {
      text-align: center;
      margin-top: 10px;
    }

    .limited {
      background: #fee400;
      color: #222;
      font-weight: bold;
      display: inline-block;
      padding: 8px 16px;
      border-radius: 6px;
      font-size: 14px;
    }

    .image-section {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 20px;
      position: relative;
    }

    .image-section img {
      width: 32%;
      border-radius: 10px;
      border: 4px solid #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
.discount-badge {
    position: absolute;
    left: 36%;
    top: 79%;
    background: #fceabb;
    padding: 12px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 85px;
    border: 5px solid #eee;
}

    .price-section {
      text-align: center;
      margin-top: 20px;
    }

  

.bottom-features {
    max-width: 800px;
    width: 100%;
    background: white;
    padding: 10px;
    text-align: center;
    display: flex
;
    justify-content: space-around;
    flex-wrap: wrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: -20px;
    /* padding-bottom: 14px; */
}
    .bottom-feature {
      text-align: center;
      flex: 1;
      min-width: 120px;
      margin: 10px 0;
    }

    .bottom-feature img {
      height: 30px;
      margin-bottom: 8px;
    }

    .book-now {
      margin-top: 20px;
      text-align: center;
    }
.book-now a {
    background: #fee400;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    margin-right: 10px;
    font-weight: 600;
}

    .book-now span {
      display: inline-block;
      font-weight: bold;
      margin-right: 10px;
    }

    @media(max-width: 600px) {
      .image-section img {
        width: 100%;
      }

      .discount-badge {
        top: 280px;
        font-size: 12px;
      }

      .heading {
        font-size: 20px;
      }
.price-drop img {
    width: 110px;
}
/*body {
  padding: 10px;
}*/
.img-left {
    left: 3% !important;
}
    .img-right {
        right: 3% !important;
    }
     .offer-badge {
    left: 0 !important;
    }
    .price-tag {

        padding: 20px 33px 20px 33px !important;
    }
    .book-now a {
    display: inline-block !important;
    margin-bottom: 10px !important;
}
  }

    .custom-price-wrapper {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

    .wrapper {
      width: 100%;
      padding: 50px 0;
      position: relative;
      text-align: center;
    }

    .image-stack {
      position: relative;
      height: 180px;
    }

    .img-box {
      position: absolute;
      width: 180px;
      height: 180px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
          border: 5px solid #fff;
    }

    .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
.img-left {
    left: 19%;
    top: 14%;
    transform: rotate(-8deg);
    z-index: 2;
    height: 150px;
}

    .img-center {
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      z-index: 3;
    }

.img-right {
    right: 19%;
    top: 14%;
    transform: rotate(8deg);
    z-index: 2;
    height: 150px;
}

.offer-badge {
    position: absolute;
    top: 200px;
    left: 27%;
    background: #ffd34f;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 4;
    text-align: center;
    border: 3px solid #fff;
    /* font-size: 17px; */
    transform: rotate(-28deg);
}
.price-tag
 {
    position: relative;
    background: red;
    color: #fff;
    border-radius: 50px;
    padding: 20px 50px 20px 50px;
    font-weight: bold;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

    z-index: 99;
}
.old-price {
    position: absolute;
    top: -15px;
    
    background: yellow;
    color: red;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: line-through;
    text-decoration-color: black;
}
#footer_area, .range_plan i {
    background: #000;
}
#footer_area, .range_plan i {
    background: #000;
    padding: 50px 0;
}
.footer_heading_area p {
    font-size: 18px;
    border-bottom: 1px solid #fede00;
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.footer_link_area, .home_news_big p, .visa_holder_area .tour_details_boxed_inner {
    padding-top: 8px;
}
.list-inline, footer#footer_area ul {
    padding-left: 0;
}
ul li {
    list-style: none;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.footer_link_area ul li a {
    color: #dfdfdf;
    font-size: 13px;
    font-weight: 400;
}

.footer_link_area ul li a:hover {
    color: #fee400;
}
.container.hotel-landing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
a{
  text-decoration: none;
  
}

header {
    padding: 10px 0;
    background: #fff;
}
header img {
    width: 130px;
}
@media(max-width: 768px){
 header img {
    width:96px;
}   
}
a.enquire-now {
    background: #fee400;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    /* margin-right: 10px; */
    font-weight: 600;
    margin-top: 2px;
    display: inline-block;
    float: right;
}
@media(max-width: 768px){
    a.enquire-now {
        padding: 10px;
        margin: 0;
        float: none;
    }  
    div#navbarSupportedContent {
    background: #ffffff;
    position: absolute;
    top: 141%;
    right: 0;
    z-index: 999;
    border: 1px solid #000;
    border-radius: 4px;
    width: 200px;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

   a.enquire-now {
        padding: 10px;
        margin: 0;
        float: none;
    }  
/*    div#navbarSupportedContent {
    background: #ffffff;
    position: absolute;
    top: 156%;
    right: 0;
    z-index: 999;
    border: 1px solid #000;
    border-radius: 4px;
    width: 200px;
}*/
}
.copyright_area {
    background-color: #000;
    padding: 15px 0;
    border-top: 1px solid #686868;
    text-align: center;
}
img.img-footer {
    width: 55px;
    background: #fff;
    height: 55px;
    padding: 6px;
    border-radius: 9px;
}
.copyright_right, ul.pagination {
    display: inline-block;
}
ul.list-inline.list-unstyled {
    margin-bottom: 1rem;
}

.list-inline, .tabs nav ul {
    list-style: none;
}
ul.list-inline.list-unstyled li {
    float: left;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    float: unset;
}
ul.list-inline.list-unstyled li a {
    margin: 0 1px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    display: block;
}
.box-strip a, ul.list-inline.list-unstyled a {
    font-size: 20px;
    color: #fff;
}
a.facebook {
    background: #4267b2;
}
a.twitter {
    background: #fff;
    padding: 4.5px;
    line-height: 26px !important;
    /* padding: 2px; */
}
a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
a.linkedin {
    background: #0a66c2;
}
a.whatsapp {
    background: #25d366;
}
a.youtube {
    background: red;
}
button.submit{
     background: #fee400;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    /* margin-right: 10px; */
    font-weight: 600;
    margin-top: 2px;
    display: inline-block; 
}

.modal-dialog {
    top: 100px;
}



a.nav-link {
    padding: 11px 20px !important;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
    background: #fee400;
    padding: 3px 8px;
    /* margin: 0; */
}
nav.navbar.navbar-expand-lg.navbar-light.justify-content-center {
    padding: 0;
}


@media(max-width: 768px){
  nav.navbar.navbar-expand-lg.navbar-light.justify-content-center {
    padding: 0;
    float: right;
}  
.col-lg-2.order-lg-2.col-md-4.col-6.order-1 {
    text-align: center;
}
ul.list-inline.list-unstyled li {
    float: left;
    margin-bottom: 10px;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

   ul.list-inline.list-unstyled li {
    float: left;
   margin-bottom: 10px;
}
  nav.navbar.navbar-expand-lg.navbar-light.justify-content-center {
    padding: 0;
    float: right;
}
.col-lg-2.order-lg-2.col-md-4.col-6.order-1 {
    text-align: center;
} 
a.nav-link {
    padding: 11px 10px !important;
    font-size: 15px;
}
}




/*new css*/
.main-img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }
    .thumb-img {
      height: 80px;
      object-fit: cover;
      border-radius: 5px;
      cursor: pointer;
      opacity: 0.7;
      border: 2px solid transparent;
    }
    .thumb-img.active {
      opacity: 1;
      border-color: orange;
    }


      .booking-box {
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .booking-header {
      padding: 20px;
    }
    .price-per-night {
      font-size: 24px;
      font-weight: 700;
    }
    .price-sub {
      font-size: 16px;
      color: #555;
    }
    .booking-divider {
      border-top: 1px solid #ddd;
      margin: 10px 0;
    }
    .summary-section {
      background-color: #f1f1f1;
      padding: 15px 20px;
    }
    .summary-section p {
      margin-bottom: 5px;
      font-weight: 500;
      color: #333;
    }
    .summary-section span {
      float: right;
      font-weight: 400;
    }
    .book-btn {
      background-color: #fee400;
      font-weight: bold;
      font-size: 16px;
      padding: 12px;
      border: none;
      width: 100%;
      border-radius: 0 0 8px 8px;
    }

    .content-hotel h1 {
    font-size: 30px;
    font-weight: 700;
}

section.hotel-detail {
    padding: 50px 0;
    border-top: 1px solid #eee;
}

 .description-box {
      border: 1px solid #ddd;
      padding: 20px;
      background-color: #fff;
      border-radius: 5px;
    }
    .toggle-button {
      background-color: #29b6f6;
      color: #fff;
      border: none;
      padding: 6px 12px;
      font-size: 14px;
      border-radius: 2px;
/*      float: right;*/
    }
  


     .room-card {
      border: 1px solid #ddd;
      padding: 15px;
      border-radius: 5px;
      margin-bottom: 15px;
    }
    .room-title {
      color: #0275d8;
      font-weight: 500;
    }
    .badge-green {
      background-color: #28a745;
      color: #fff;
      font-size: 13px;
    }
    .book-btn {
      background-color: #fee400;
      border: none;
      font-weight: 600;
      padding: 8px 16px;
      border-radius: 3px;
    }
    .toggle-button {
      background-color: #29b6f6;
      color: #fff;
      border: none;
      padding: 6px 12px;
      font-size: 14px;
      border-radius: 2px;
    }
    .toggle-button:hover {
      background-color: #03a9f4;
    }
    .icon {
      margin-right: 6px;
    }

.description-box p i {
    color: #030303;
    border: 1px solid #000;
    padding: 4px;
    background: #fee400;
    width: 18px;
    height: 17px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 4px;
}
p.para {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 11px;
}

.hotel-card {
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 15px;
      margin-top: 30px;
      background-color: #fff;
    }
    .hotel-img {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
    }
    .check-label {
      color: #555;
      font-size: 15px;
    }
    .check-date {
      font-size: 30px;
      font-weight: 700;
      color: #2196f3;
      line-height: 1;
    }
    .calendar-icon {
      color: #ffc107;
      font-size: 20px;
      margin-right: 5px;
    }
    .small-text {
      font-size: 14px;
      color: #777;
    }

    .room-box {
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: #fff;
    }
    .room-header {
      background-color: #212121;
      color: #fff;
      padding: 10px 15px;
      font-weight: bold;
      font-size: 18px;
    }
    .room-body {
      padding: 15px;
    }
    .room-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #eee;
    }
    .room-row:last-child {
      border-bottom: none;
    }
    .grand-total {
      font-weight: bold;
      font-size: 18px;
    }
    .text-black {
      color: #000;
    }
    a.view-link {
      font-size: 14px;
      color: #2196f3;
      text-decoration: none;
    }
    a.view-link:hover {
      text-decoration: underline;
    }

    section.hotel-detail i.fa-solid.fa-calendar-days {
    background: #000;
    color: #fee400;
    padding: 7px;
    border-radius: 5px;
    margin-right: 10px;
}


.form-box {
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: #fff;
    }
    .form-header {
      background-color: #231f20;
      color: #fff;
      padding: 10px 15px;
      font-size: 18px;
      font-weight: bold;
    }
    .form-body {
      padding: 20px;
    }
    .form-check-label {
      margin-left: 5px;
      font-weight: 500;
    }
    .verify-btn {
      background-color: #1e4e8c;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 4px;
    }
    .yellow-btn {
      background-color: #ffd700;
      color: #000;
      border: none;
      width: 100%;
      padding: 10px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 3px;
    }

    .bg-from-section {
    padding-top: 20px;
}

.text-black {
    color: #000;
    font-size: 22px;
}

button.owl-next span {
    top: 40%;
    width: 40px;
    height: 40px;
    background: #f1d600 !important;
    z-index: 99999;
    font-size: 34px !important;
    color: #000 !important;
    border-radius: 100%;
    line-height: 34px;
    position: absolute;
    text-align: center;
    right: 0;
}

 button.owl-prev span {
    top: 40%;
    width: 40px;
    height: 40px;
    background: #f1d600 !important;
    z-index: 99999;
    font-size: 34px !important;
    color: #000 !important;
    border-radius: 100%;
    line-height: 34px;
    position: absolute;
    text-align: center;
    left: 0;
}

@media(max-width: 992px){
    .booking-box {
    margin-top: 30px;
}
 .room-card {
        flex-direction: column !important;
      }

      .room-card .text-end {
        text-align: left !important;
        margin-top: 15px;
      }
}

.side-box-bar {
    width: 70%;
    text-align: right;
 

}

