

/* offer slider start here */
.slider-outer-wrap {
    position: relative;
    overflow: hidden;
}
.mySwiper-offer {
    position: relative;
    overflow: hidden;
}

.floated-bg {
    background: url(../images/sec-bg.webp) center center no-repeat var(--primary-color-light);
    height: 150px;
    width: 100%;
    position: absolute;
    transform: translate(0px, 55px);
}
.floated-bg2 {
    background: url(../images/sec-bg.webp) center center no-repeat var(--secondry-color-light);
    height: 150px;
    width: 100%;
    position: absolute;
    transform: translate(0px, 55px);
}
.offer-sec {
    position: relative;
}
.slide-hotel.border-secondry {
    border-color: var(--secondry-color-light);
}
.swiper3, .swiper4 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

/* offer slider ends here */


/* cta 1 start here */
.cta-wrap {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 70px;
    color: #fff;
}
.cta-content-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 100%;
    background: linear-gradient(269deg, rgba(255, 79, 0, 0) 0%, #000000 75%);
    padding-left:50px;
    color: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-content-wrap .heading-three {
    font-weight: 400;
}
.cta-content-wrap p {
    color: #fff;
}
.cta-content-wrap img {
    width: 60px!important;
    height: auto!important;
}
.cta-content-wrap .btn.arrow-btn img {
    width: auto!important;
    height: auto!important;
}
.cta-content-wrap .btn {
    width: 102px;
}

.jeep-activity-warp .hotel-price, .jeep-activity-warp .hotel-price small {
    color: #fff;
}
@media (max-width:991px){
   .cta-wrap { height:350px}
   .activity-wrap .hotel-img {height: 175px!important}
   .cta-content-wrap {
    padding-left: 30px;
   }
}
@media (max-width:767px){
    .cta-wrap .fit-img {
        object-position: -150px;
    }
    .cta-wrap {
        height: 300px;
         margin-bottom: 40px;
    }
    .cta-content-wrap {
        width: 100%;
        padding: 15px 25px;
    }

}
/* cta 1 ends here */

/* hotel slider section start here */

.hotel-location-wrap {
    color: var(--body-text-color);
    font-weight: 400;
    font-size: 14px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.hotel-price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 15px 10px 15px;
    background: linear-gradient(180deg, rgba(255, 79, 0, 0) 0%, #000000 120%);
}
.hotel-info {
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
}
.hotel-type {
    color: var(--body-text-color);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    width: 100%;
    display: block;
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
    margin-bottom: 3px;
}
.hotel-type img {
  filter: invert(1);
  width: 16px;
  height: 16px;
}
.hotel-type img.star-gray {
    filter: invert(50%);
}
.hotel-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-hotel a:hover .hotel-img img {
    transform: scale(1.2);
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.hotel-detail-wrap {
    padding-left: 5px;
}
.hotel-info h3.title {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 5px 0px 0px;
    margin-bottom: 0px;
    line-height: 1;
    color: #0c0407;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 15px;
}
.price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: #fff;
}
.total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 3px 10px;
    line-height: 1;
}
.hotel-price {
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    letter-spacing: -.5px;
}
.lh1 {
    line-height: 1!important;
}
.hotel-price small {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-left: 0px;
}
.hotel-main-amenities {
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 10px;
}
.hotel-main-amenities img {
    width: 30px;
}
/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .slide-hotel {
    flex: 0 0 50%; /* Tablet: 2 cards visible */
  }
}

@media (max-width: 768px) {
  .slide-hotel {
    flex: 0 0 100%; /* Mobile: 1 card visible */
  }
 
  .hotel-img {
    height: 200px;
  }
 
}


/* hotel slider section ends here */
/* hotel tabbing start here */
.duration-tag {
       position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
}

 .hotel-type {
    width: 100px;
}
.price-amn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5px;
}
 .price-discount-wrap {
    margin-top: 5px;
}
.price-amn-wrap .btn, .activity-info .btn {
    padding: 6px 10px 6px 12px;
    border-radius: 6px;
}
.activity-info .btn-link {
    border-radius: 0px;
    padding: 0px;
    width: auto;
}
.price-amn-wrap .btn.arrow-btn img {
    margin-left: 5px;
}
 .slide-hotel{
    border: 2px solid var(--primary-color-light);
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    padding: 6px 6px 0px;
}
.slide-hotel a {
    text-decoration: none;
}
.hotel-list .slide-hotel {
   border: 0;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    padding:0px; 
}
.hotel-list .slide-hotel .hotel-img {
    border-radius: 2px;
}
.activity-wrap .hotel-price {
    font-weight: 400;
}

.hotel-detail-wrap {
    padding: 0px 0px 15px 0px;
}
@media (max-width:991.98px){
    .slide-hotel {
        margin-bottom: 20px;
    }
}

/* hotel tabbing ends here */
/* package  start */
.package-price-wrap .hotel-price, .package-price-wrap small {
    color: #0c0407;
}
.package-detail-wrap {

}
.package-info {
    margin: 15px 0px 0px;
}
.package-info h3 {
    margin-bottom: 0px;
        width: 100%;
    white-space: normal;
    overflow: visible;
    font-size: 18px;
    font-weight: 500;
}
/* package  ends */

/* activity start */
.cta-wrap.jeep-activity-warp {
    margin-bottom: 10px;
}
.activity-small-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.activity-small-wrap .heading-three {
    font-size: 20px;
}
.activity-wrap {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0px;
    width: calc(50% - 5px);
}
.activity-wrap .hotel-img {
    border-radius: 0;
    height: 250px;
}
.activity-wrap a {
    text-decoration: none;
}
.activity-info {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.activity-info .title {
    font-size: 17px;
    font-weight: 500;
    color: var(--heading-color);
    width: calc(100% - 100px);
}
.activity-price {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.activity-price small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
@media (max-width:767.98px){
    .activity-wrap {
        margin-bottom: 0px;
    }
    .activity-wrap {
        width: 100%;
    }
    .rating-wrap {
        justify-content: flex-start;
    }
     .cta-wrap.jeep-activity-warp {
        margin-bottom: 10px;
    }
    .cta-wrap.jeep-activity-warp .cta-content-wrap {
        height: 100%;
    }
}
/* activity ends */
/* why choose sec start */

.point-box {
    border: 1px solid var(--secondry-color);
    border-radius: 12px;
    align-items: flex-start;
    padding: 25px;
    transition: all .3s linear;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
    background-color: var(--secondry-color-light);
    position: relative;
    overflow: hidden;
}
.point-icon-wrap {
    background-color: var(--secondry-color);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
}
.point-icon-wrap img {
    filter: invert(1);
}
.point-content {
    width: 100%;
}
.point-content h3 {
        font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.point-content  p {
    margin-bottom: 0px;
}
.point-box:before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    right: 12px;
    top: -30px
}

.point-box:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--secondry-color);
    position: absolute;
    right: -30px;
    top: 12px;
    transition: all .4s
}
@media (max-width:991.98px){
    .point-box {
        padding: 15px;
        border-radius: 16px;
        gap: 15px;
    }
    .point-icon-wrap {
        width: 60px;
        height: 60px;
    }
    .point-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .point-icon-wrap img {
        width: 35px;
    }
}
/* why choose section ends */


/* welcome section start */

.ws-right {
    padding-left: 40px;
}
/* welcome sec ends */



.os{
    margin-bottom:30px;
}

.accordion,.os h3 a{
    width:100%
}

.accordion-button,.accordion-content{
    padding:20px 25px;
}

.accordion-item{
   margin-bottom: 10px;
    overflow: hidden;
    padding: 0px;
}
.accordion-button{
    width:100%;
    text-align:left;
    border:none;
    cursor:pointer;
    outline:0;
    font-size:16px;
    font-weight:500;
    color:#333;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:background-color .3s;
    font-family:var(--bs-body-font-family);
    letter-spacing: -.4px;
}
.accordion-button.active,.accordion-button:hover{
    background-color:#F7F7F7;
}
.accordion-button,.accordion-content{
    padding:7px 12px 6px;
    background:transparent;
}
.arrow{
    font-size:20px;
    transition:transform .3s
}
.arrow.plus::before{
    content:'\002B'
}
.accordion-item.open .arrow,.arrow.minus::before{
    content:'\2212'
}
.accordion-content{
    display:none;
    padding-top: 15px;
    font-size: 15px;
}
.accordion-content p{
    margin:0
}
.accordion-item.open .accordion-content{
    display:block
}

@media (max-width:1199px){
    .floated-bg, .floated-bg2 {
    height: 100px;
}
    .sp{
        padding-top:30px;
        padding-bottom:25px
    }
}
    @media (max-width:991.98px){
        .floated-bg, .floated-bg2 {
    height: 50px;
    transform: translate(0px, 40px);
}
        .ws-right {
        padding-left: 0px;
    }
        
        .mdn{
            display:none
        }
       
        .f-bottom{
            flex-direction:column;
            justify-content:flex-start;
            text-align:left
        }
        .f-bottom a{
            text-align:left;
            display:block;
            width:100%;
            margin-top:15px
        }
      
        
        .os{
            margin-bottom:20px
        }
       
    }
    @media (max-width:767px){
        .slider-control-wrap {
            margin-top:0px;
        }
        .floated-bg, .floated-bg2 {
    height: 100px;
    transform: translate(0px, 40px);
}
         .accordion-button, .accordion-content {
    padding: 0px 5px 0px 0px;}
        
        .mt-5{
            margin-top:20px
        }
       
    }
    @media (max-width:480px){
        .floated-bg, .floated-bg2 {
    height: 160px;
    transform: translate(0px, 40px);
}
    }



/* Creative Grid */
.creative-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 225px;
  gap: 5px;
  margin-bottom: 40px;
}

.item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.item:hover img {
  transform: scale(1.08);
}

/* Span Modifiers */
.span-2-col {
  grid-column: span 2;
}

.span-2-row {
  grid-row: span 2;
}

/* Responsive */
@media (max-width: 768px) {
  .creative-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    margin-bottom: 0px;
  }
  .span-2-col, .span-2-row {
    grid-column: span 1;
    grid-row: span 1;
  }
  .item:last-child.span-2-col {
      grid-column: span 2;
  }
}

