  @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: 700px;
    width: 100%;
    background: url(/public/ads-images/goa.webp) no-repeat left top / cover;
    border-radius: 12px;
    padding: 20px 0px;
    position: relative;
    color: #222;
    margin: 10px 0;
}

.hotel-section-malaysia {
    max-width: 700px;
    width: 100%;
    background: url(/public/ads-images/malaysia.webp) no-repeat left top / cover;
    border-radius: 12px;
    padding: 20px 0px;
    position: relative;
    color: #222;
    margin: 10px 0;
}

.hotel-section-thailand {
    max-width: 700px;
    width: 100%;
    background: url(/public/ads-images/thailand.webp) no-repeat left top / cover;
    border-radius: 12px;
    padding: 20px 0px;
    position: relative;
    color: #222;
    margin: 10px 0;
}

.hotel-section-srilanka {
    max-width: 700px;
    width: 100%;
    background: url(/public/ads-images/srilanka.webp) no-repeat center top / cover;
    border-radius: 12px;
    padding: 20px 0px;
    position: relative;
    color: #222;
    margin: 10px 0;
}

.hotel-section-vietnam {
    max-width: 700px;
    width: 100%;
    background: url(/public/ads-images/vietnam.webp) no-repeat center top / cover;
    border-radius: 12px;
    padding: 20px 0px;
    position: relative;
    color: #222;
    margin: 10px 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;
}
  .logo {
      text-align: center;
      margin-bottom: 10px;
    }
.logo img {
    height: 50px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}
.heading {
    
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
    color: #fff;
    text-shadow: 0 0 17px rgb(0 0 0 / 58%), 0 0 15px rgba(0, 0, 0, 0.7), 4px 3px 13px rgba(0, 0, 0, 0.8);
}

    .limited-container {
      
      
    }

    .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 {
      
      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;
    }

    .for-mobile{
        display: none !important;
    }

    

   @media only screen and (max-width: 600px) {
    
    .price
    {
        width: 56% !important;
    }


    .features{
        width: 95% !important;
    }

    .for-dekstop
    {
        display: none !important;
    }

    .for-mobile{
        display: block !important;
    }


   }


    .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: 380px;
    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;*/
    position: absolute;
    top: 385px;
    left: 40%;
    background: red;
    color: #fff;
    border-radius: 20px;
    padding: 2px 50px 2px 50px;
    font-weight: bold;
    font-size: 22px;
    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: 100%;
    right: 0;
    z-index: 999;
    border: 1px solid #000;
    border-radius: 4px;
}
}
.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;
}

button.owl-next span, button.owl-prev span {
    top: 34%;
    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;
}

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;
}
