.header-style-3 .header-style-3-area {
  padding: 20px 20px 0px 20px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.logo-header-one img{
    width: 200px;
    border-radius: 10px;
    max-width: 180px !important;
}

.header-style-3 .header-nav{
    padding-left: 50px;
}

.custom-home-resort{
    padding: 0;
    background-color: transparent;
}
.custom-home-resort .trv-most-fav-tour-mid{
    border-radius: 0;
    padding: 0 50px;
}
.trv-service-st2 {
    padding:50px 20px !important;
}

.themed-package-home .trv-media img{
    height: 300px;
    object-fit: cover;
}

.trv-content-package{
    padding: 10px !important;
}

.trv-content-package .trv-tour-title .trv-title{
    font-size: 20px;
}
.trv-content-package .trv-content-head-section .trv-tour-info{
    font-size: 14px !important;
   
}
.trv-content-package .trv-content-head-section .trv-tour-info p{
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.trv-icon-man-holids2 ul li .trv-holids-icon img{
    height: 20px !important;
}
.trv-popular-tour-pakagenew .trv-content{
    box-shadow: none !important;
}
.trv-post-info p{
    margin: 0;
}
.trv-post-media img{
    object-fit: cover;
}

.trv-blog-st1 .trv-post-info .post-category{
    padding-bottom: 10px;
}
.trv-ftr-insta-gall img{
    height: 100px;
    object-fit: cover;
}
.header-style-3.sticky-header.is-fixed{
    border: 0 !important;
}

.trv-icon-bx-st2{
    max-width: 100%;
    height: 100%;
}


.trv-year-section2{
    position: static;
    padding-top: 25px;
}
.trv-year-section2 .trv-year-info{
    position: static;
    padding-left: 0;
    transform: unset;
}
h4.trv-icon-bx-title{
    font-size: 23px !important;
}


    /* ============================================
       TRAVANSA HIGHLIGHTS
    ============================================ */

    .trv-travansa-highlights {
        position: relative;
        padding: 100px 0;
        background: #fff;
    }


    /* ============================================
       SECTION HEADING
    ============================================ */

    .trv-travansa-highlights .section-head {
        margin-bottom: 55px;
    }

    .trv-head-sub-title {
        margin-bottom: 12px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .trv-travansa-highlights .trv-head-title {
        margin-bottom: 0;
    }


    /* ============================================
       CARD
    ============================================ */

    .trv-highlight-card {
        position: relative;
        height: 100%;
        min-height: 330px;
        padding: 30px;

        background: #f7f7f7;

        border-radius: 18px;

        overflow: hidden;

        transition:
            transform 0.35s ease,
            box-shadow 0.35s ease,
            background 0.35s ease;
    }


    .trv-highlight-card:hover {
        transform: translateY(-8px);

        box-shadow:
            0 20px 45px rgba(0, 0, 0, 0.10);
    }


    /* ============================================
       CARD TOP
    ============================================ */

    .trv-highlight-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 35px;
    }


    .trv-highlight-number {
        font-size: 13px;
        font-weight: 700;

        color: #777;

        letter-spacing: 1px;
    }


    /* ============================================
       ICON
    ============================================ */

    .trv-highlight-icon {
        width: 52px;
        height: 52px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;

        background: #ffffff;

        color: #ffaa0d;

        font-size: 22px;

        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.06);

        transition: all 0.35s ease;
    }


    .trv-highlight-card:hover .trv-highlight-icon {
        background: #ffaa0d;
        color: #ffffff;

        transform: rotate(45deg);
    }


    /* ============================================
       CONTENT
    ============================================ */

    .trv-highlight-card-content {
        position: relative;
        z-index: 2;
    }


    .trv-highlight-card-content h4 {
        margin: 0 0 15px;

        font-size: 21px;
        line-height: 1.35;

        font-weight: 700;

        color: #222;
    }


    .trv-highlight-card-content p {
        margin: 0;

        font-size: 14px;
        line-height: 1.8;

        color: #777;
    }


    /* ============================================
       BOTTOM NUMBER
    ============================================ */

    .trv-highlight-arrow {
        position: absolute;

        right: -18px;
        bottom: -18px;

        width: 75px;
        height: 75px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;

        background: rgba(229, 183, 47, 0.12);

        color: #c99d19;

        font-size: 12px;
        font-weight: 700;
    }


    /* ============================================
       DARK CARD
    ============================================ */

    .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card,.dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card {
        background: #066168;
    }


    .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card .trv-highlight-number, .dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card .trv-highlight-number {
        color: #aaa;
    }


   .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card .trv-highlight-card-content h4, .dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card .trv-highlight-card-content h4 {
        color: #ffffff;
    }


    .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card .trv-highlight-card-content p,.dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card .trv-highlight-card-content p {
        color: #b7b7b7;
    }


   .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card .trv-highlight-icon,.dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card .trv-highlight-icon {
        background: #e4e4e4;
        color: #ffaa0d;
    }


   .dark-col-cs .col-xl-3:nth-child(3) .trv-highlight-card .trv-highlight-arrow,.dark-col-cs .col-xl-3:nth-child(7) .trv-highlight-card .trv-highlight-arrow {
        background: rgba(229, 183, 47, 0.15);
        color: #ffaa0d;
    }


    /* ============================================
       GOLD CARD
    ============================================ */

    .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card {
        background: #ffaa0d;
    }


  .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card .trv-highlight-number {
        color: rgba(0, 0, 0, 0.55);
    }


   .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card .trv-highlight-icon {
        background: rgba(255, 255, 255, 0.9);
        color: #222;
    }


    .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card .trv-highlight-card-content h4 {
        color: #222;
    }


   .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card .trv-highlight-card-content p {
        color: rgba(0, 0, 0, 0.65);
    }


   .dark-col-cs .col-xl-3:nth-child(5) .trv-highlight-card .trv-highlight-arrow {
        background: rgba(255, 255, 255, 0.22);
        color: #222;
    }

.trv-customer-experience {
    position: relative;

    padding: 60px 0;

    background: #DBEEEE;

    overflow: hidden;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.trv-cx-visual {
    position: relative;

    min-height: 650px;

    padding-right: 45px;
}


.trv-cx-main-image {
    position: relative;

    width: 88%;
    height: 560px;

    overflow: hidden;

    border-radius: 0 80px 0 80px;

    z-index: 2;
}


.trv-cx-main-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;
}


.trv-cx-visual:hover .trv-cx-main-image img {
    transform: scale(1.05);
}


/* =========================================================
   FLOATING IMAGE
========================================================= */

.trv-cx-floating-image {
    position: absolute;

    right: 0;
    bottom: 30px;

    width: 230px;
    height: 230px;

    padding: 10px;

    background: #ffffff;

    border-radius: 50%;

    z-index: 4;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .15);
}


.trv-cx-floating-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}


/* =========================================================
   BADGE
========================================================= */

.trv-cx-badge {
    position: absolute;

    left: -25px;
    bottom: 100px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 18px 25px;

    background: #202020;

    color: #ffffff;

    border-radius: 0 40px 40px 0;

    z-index: 5;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .18);
}


.trv-cx-badge-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffaa0d;

    color: #ffffff;

    font-size: 18px;
}


.trv-cx-badge strong {
    display: block;

    margin-bottom: 3px;

    font-size: 14px;
}


.trv-cx-badge span {
    display: block;

    font-size: 11px;

    color: #bdbdbd;
}


/* =========================================================
   DECORATIVE SHAPE
========================================================= */

.trv-cx-shape {
    position: absolute;

    left: -55px;
    top: 60px;

    width: 110px;
    height: 110px;

    border: 2px solid #ffaa0d;

    border-radius: 50%;

    opacity: .35;

    z-index: 1;
}


/* =========================================================
   CONTENT
========================================================= */

.trv-cx-content {
    padding-left: 45px;
}


/* =========================================================
   EYEBROW
========================================================= */

.trv-cx-eyebrow {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #ffaa0d;
}


.trv-cx-eyebrow span {
    width: 30px;
    height: 1px;

    background: #ffaa0d;
}


/* =========================================================
   TITLE
========================================================= */

.trv-cx-title {
    margin: 0 0 25px;

    font-size: 50px;

    line-height: 1.12;

    font-weight: 700;

    color: #202020;
}


.trv-cx-title span {
    display: block;

    color: #ffaa0d;
}


/* =========================================================
   INTRO
========================================================= */

.trv-cx-intro {
    max-width: 650px;

    margin-bottom: 15px;
}


.trv-cx-intro p {
    margin: 0 0 10px;

    font-size: 15px;

    line-height: 1.8;

    color: #707070;
}


.trv-cx-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   VALUES
========================================================= */

.trv-cx-values {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
}


/* =========================================================
   VALUE ITEM
========================================================= */

.trv-cx-value {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 20px;

    background: #fff;

    border: 1px solid #ededeb;
    border-radius: 10px;
    transition: all .35s ease;
}


.trv-cx-value:hover {
    background: #066168;

    border-color: #066168;

    transform: translateY(-4px);
}


.trv-cx-value-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff5d8;

    color: #ffaa0d;

    font-size: 18px;

    border-radius: 50%;

    transition: all .35s ease;
}


.trv-cx-value:hover .trv-cx-value-icon {
    background: #ffaa0d;

    color: #ffffff;
}


.trv-cx-value-content {
    min-width: 0;
}


.trv-cx-value-content > span {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #ffaa0d;
}


.trv-cx-value-content h3 {
    margin: 0 0 6px;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 700;

    color: #222;

    transition: color .35s ease;
}


.trv-cx-value-content p {
    margin: 0;

    font-size: 14px;

    line-height: 1.65;

    color: #777;

    transition: color .35s ease;
}


.trv-cx-value:hover .trv-cx-value-content h3 {
    color: #ffffff;
}


.trv-cx-value:hover .trv-cx-value-content p {
    color: #bdbdbd;
}


/* =========================================================
   PROMISE
========================================================= */

.trv-cx-promise {
    position: relative;

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 10px;

    padding: 25px;

    background: #066168;
   border-radius: 10px;
    overflow: hidden;
}


.trv-cx-promise-icon {
    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffaa0d;

    color: #ffffff;

    font-size: 22px;

    z-index: 2;
}


.trv-cx-promise-content {
    position: relative;

    z-index: 2;
}


.trv-cx-promise-content > span {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #ffaa0d;
}


.trv-cx-promise-content h3 {
    margin: 0;

    max-width: 850px;

    font-size: 22px;

    line-height: 1.5;

    font-weight: 400;

    color: #ffffff;
}


.trv-cx-promise-content strong {

    font-weight: 600;
}


/* =========================================================
   PROMISE DECORATION
========================================================= */

.trv-cx-promise-decoration {
    position: absolute;

    right: -25px;

    bottom: -25px;

    transform: rotate(-12deg);

    font-size: 100px;

    line-height: 1;

    font-weight: 800;

    color: rgba(255,255,255,.035);
}
.trv-testimo-bx2 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.trv-pack-filter-bar-wrap{
    position: static;
}

.trv-popular-tour-st3 .trv-content .trv-tour-price .price{
    padding-left: 10px;
    font-size: 20px;
}
.trv-popular-tour-st3 .trv-content .trv-tour-price .price-duration{
    line-height: 12px;
}

.trv-blog-d-column-bx img{
    height: 150px;
    object-fit: cover;
}
.trv_d-slider-media img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.trv-tour-rating{
    display: none !important;
}
.ftr-nw-subcribe-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trv-popular-tour-st2:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}

.trv-popular-tour-st2:hover .trv-media .trv-tour-title{
    opacity: 1;
    background-color: #066168;
    color: #fff;
}
.trv-popular-tour-st2 .trv-media .trv-tour-title .trv-title a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.trv-popular-tour-st3 .trv-content .trv-content-head-section{
    margin-bottom: 8px;
}
.header-style-3.sticky-header.is-fixed .header-style-top-bar ,.header-style-3.sticky-header.is-fixed  .main-bar{
    background-color: #066168 !important;
}
.header-style-3.sticky-header.is-fixed  .trv-tp-slogn{
    color: #fff;
}
.header-style-3.sticky-header.is-fixed .header-style-top-bar-mail{
    color: #fff;
}
.header-style-3.sticky-header.is-fixed .social-icons-hdr li a{
    background-color: transparent;
    color: #fff;
}

.header-style-3.sticky-header.is-fixed .trv-r-section-block > a span{
    background-color: #fff;
}
.header-style-3.sticky-header.is-fixed .header-search-icon{
    color: #fff !important;
}

.header-style-3.sticky-header.is-fixed .header-nav .nav > li > a{
    color: #fff ;
}
.header-style-3.sticky-header.is-fixed .header-nav .nav > li > a:hover{
    color: #99CC00;
}
.logo-header-one-scroll{
    display: none !important;
}

.header-style-3.sticky-header.is-fixed .logo-header-one{
    display: none !important;
}
.header-style-3.sticky-header.is-fixed .logo-header-one-scroll{
    display: block !important;
}
.header-style-3 .header-nav .nav > li > a{
    padding: 30px 8px !important;
}
.header-style-3.is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a{
     padding: 30px 8px !important;
}

.header-style-3.sticky-header.is-fixed .navbar-toggler .icon-bar{
    background: #fff !important;
}



.baner-paragraph p{
    font-size: 17px;
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
}


.filter-card {
    position: relative;
    z-index: 2;

    padding: 32px;

    background: rgb(255, 255, 255);

    border: 1px solid rgba(239, 155, 30, 0.15);

    border-radius: 18px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    transition: all 0.3s ease;
    margin-top: -150px;
}
.filter-card form{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* Top accent line */
.filter-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 40px;
    right: 40px;

    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        #084245,
        #2c6b6e,
        #084245,
        transparent
    );

    border-radius: 0 0 10px 10px;
}



.filter-card .row {
    row-gap: 12px;
    width: 100%;
}


.filter-label {
    display: block;

    margin-bottom: 2px;

    color: #292929;

    font-size: 14px;
}



.filter-card .form-control,
.filter-card .form-select {

    width: 100%;
    height: 48px;

    padding: 0 16px;

    color: #222;

    font-size: 14px;
    font-weight: 500;

    background-color: #fff;

    border: 1px solid #eee5d8;
    border-radius: 10px;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.025);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
        font-family: var(--font-main);
}


/* Placeholder */
.filter-card .form-control::placeholder {
    color: #222;
    font-weight: 400;
}


/* Hover */
.filter-card .form-control:hover,
.filter-card .form-select:hover {
    border-color: rgba(239, 155, 30, 0.45);
}


/* Focus */
.filter-card .form-control:focus,
.filter-card .form-select:focus {

    color: #292929;

    background-color: #fff;

    border-color: #084245;

    outline: none;

    box-shadow:
        0 0 0 3px rgba(239, 155, 30, 0.12),
        0 8px 20px rgba(239, 155, 30, 0.08);
}



.filter-card .form-select {
    cursor: pointer;
}



.filter-btn {

    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 52px;

    margin-top: 24px;

    padding: 0;

    color: #fff;

    background: #066168;

    border: none;
    border-radius: 10px;

    cursor: pointer;

    overflow: hidden;

   

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Button shine */
.filter-btn::before {

    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.6s ease;
}


.filter-btn:hover::before {
    left: 140%;
}


/* Button hover */
.filter-btn:hover {

    background:#084245;

    transform: translateY(-3px);

  
}


/* Button active */
.filter-btn:active {
    transform: translateY(-1px);
}


/* Icon */
.filter-btn i {
    position: relative;
    z-index: 2;

    font-size: 16px;

    transition: transform 0.3s ease;
}


.filter-btn:hover i {
    transform: scale(1.12);
}



.filter-field {
    position: relative;
}

.filter-field > i {
    position: absolute;

    top: 50%;
    left: 15px;

    color: var(--primary);

    font-size: 14px;

    transform: translateY(-50%);

    pointer-events: none;
}

.filter-field .form-control.has-icon {
    padding-left: 42px;
}

.row-col-5 .col-lg-3{
    width: 20%;
    padding: 0 5px;
}
.filter-card .form-select{
    width: 100% !important;
        padding: 5px 15px;
}




.filter-reset-btn {

    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 52px;

    margin-top: 24px;

    padding: 0;

    color: #fff;

    background: #ffaa0d;

    border: none;
    border-radius: 10px;

    cursor: pointer;

    overflow: hidden;

   

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Button shine */
.filter-reset-btn::before {

    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.6s ease;
}


.filter-reset-btn:hover::before {
    left: 140%;
}

.bg-resort{
    background-color: #DBEEEE;
}

.luxury-resort-card {

    position: relative;

    height: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e8e5dc;

    border-radius: 14px;

    box-shadow:
        0 12px 35px rgba(23, 58, 60, .07);

    transition:
        transform .5s cubic-bezier(.16, 1, .3, 1),
        box-shadow .5s ease;
}


.luxury-resort-card:hover {

    transform: translateY(-9px);

    box-shadow:
        0 25px 60px rgba(23, 58, 60, .14);
}



.luxury-resort-image {

    position: relative;

    height: 225px;

    overflow: hidden;

    background: #173a3c;
}


.luxury-resort-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 1s cubic-bezier(.16, 1, .3, 1);
}


.luxury-resort-card:hover
.luxury-resort-image img {

    transform: scale(1.08);
}

.luxury-resort-image-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(10, 25, 27, .02) 35%,
            rgba(10, 25, 27, .65) 100%
        );
}



.luxury-resort-number {

    position: absolute;

    top: 18px;
    left: 18px;

    z-index: 3;

    color: rgba(255, 255, 255, .85);

    font-family: Georgia, serif;

    font-size: 13px;

    letter-spacing: 2px;
}


.luxury-resort-rating {

    position: absolute;

    right: 17px;
    bottom: 17px;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 7px 11px;

    border-radius: 30px;

    color: #173a3c;

    background: rgba(255, 255, 255, .94);

    font-size: 11px;

    font-weight: 600;

    backdrop-filter: blur(10px);
}


.luxury-resort-rating i {

    color: #ffaa0d;

    font-size: 10px;
}


.luxury-resort-body {

    position: relative;

    padding: 18px 15px 15px;
}


/* GOLD LINE */

.luxury-resort-body::before {

    content: "";

    position: absolute;

    top: 0;
    left: 19px;

    width: 45px;
    height: 2px;

    background: #ffaa0d;

    transition: width .45s ease;
}


.luxury-resort-card:hover
.luxury-resort-body::before {

    width: 85px;
}


/* =========================================================
   LOCATION
========================================================= */

.luxury-resort-location {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 3px;

    color: #ffaa0d;

    font-size: 13px;

    font-weight: 600;
}


.luxury-resort-location i {

    font-size: 10px;
}


/* =========================================================
   TITLE
========================================================= */

.luxury-resort-body h3 {

    margin: 0 0 9px;

    color: #173a3c;

    font-size: 24px;

    font-weight: 500;

    line-height: 1.2;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.luxury-resort-body p {

    /* min-height: 58px; */

    margin: 0 0 17px;

    color: #707372;

    font-size: 14px;

    line-height: 1.6;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   META
========================================================= */

.luxury-resort-meta {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    padding-bottom: 16px;

    border-bottom: 1px solid #ecebe6;
}


.luxury-resort-meta span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 6px 8px;

    background: #f7f6f1;

    border-radius: 5px;

    color: #606463;

    font-size: 12px;
}


.luxury-resort-meta i {

    color: #ffaa0d;

    font-size: 13px;
}



.luxury-resort-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    padding-top: 16px;
}



.luxury-resort-price {

    display: flex;

    align-items: baseline;

    flex-wrap: wrap;

    column-gap: 4px;
}


.luxury-resort-price small {

    width: 100%;

    margin-bottom: 2px;

    color: #383938;

    font-size: 10px;

    letter-spacing: .8px;

    text-transform: uppercase;
}


.luxury-resort-price strong {

    color: #000;

    font-size: 22px;

    font-weight: 600;
}


.luxury-resort-price span {

    color: #383938;

    font-size: 10px;
}


.luxury-resort-details {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 12px;

    border: 1px solid #ccc;

    border-radius: 20px;

    color: #173a3c;

    font-size: 13px;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background .35s ease,
        border-color .35s ease,
        color .35s ease,
        transform .35s ease;
}


.luxury-resort-details i {

    font-size: 9px;

    transition: transform .35s ease;
}


.luxury-resort-details:hover {

    background: #173a3c;

    border-color: #173a3c;

    color: #fff;

    transform: translateY(-2px);
}


.luxury-resort-details:hover i {

    transform: translate(2px, -2px);
}



.resort-detail-section {
    padding: 40px 0;
    background: #f8f8f5;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.resort-detail-main {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #e8e6df;
}


/* =========================================================
   HEADER
========================================================= */

.resort-detail-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e6df;
}

.resort-detail-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffaa0d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.resort-detail-header h1 {
    margin: 0 0 12px;
    color: #066168;
    font-size: clamp(38px, 5vw, 33px);
    font-weight: 500;
    line-height: 1.05;
    margin-top: 15px;
}

.resort-detail-tagline {
    margin: 0;
    color: #777a78;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.resort-detail-block {
    padding: 12px 0;
    border-bottom: 1px solid #e8e6df;
}

.resort-detail-block:last-child {
    border-bottom: 0;
}

.resort-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.resort-section-heading span {
    color: #ffaa0d;
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.resort-section-heading h2 {
    position: relative;
    margin: 0;
    color: #000;
    
    font-size: 20px;
    font-weight: 500;
}

.resort-detail-block > p,
.resort-section-intro {
    margin: 0;
    color: #6c706e;
    font-size: 14.5px;
    margin-bottom: 10px;
    line-height: 1.60;
}


/* =========================================================
   GALLERY
========================================================= */

.resort-gallery {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 170px 170px;
    gap: 10px;
}

.resort-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #173a3c;
}

.resort-gallery-main {
    grid-row: span 2;
}

.resort-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.resort-gallery a:hover img {
    transform: scale(1.07);
}

.resort-gallery-view {
    position: absolute;
    left: 18px;
    bottom: 18px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 13px;

    color: #173a3c;
    background: rgba(255, 255, 255, .94);

    border-radius: 30px;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   ROOMS
========================================================= */

.resort-room-card {
    height: 100%;
    overflow: hidden;
    background: #fafaf7;
    border: 1px solid #e6e4dc;
    border-radius: 20px;
    transition: transform .4s ease, box-shadow .4s ease;
}

.resort-room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(23, 58, 60, .09);
}

.resort-room-image {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.resort-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.resort-room-card:hover .resort-room-image img {
    transform: scale(1.06);
}

.resort-room-image span {
    position: absolute;
    left: 14px;
    bottom: 14px;

    padding: 6px 10px;

    color: #173a3c;
    background: rgba(255, 255, 255, .94);

    border-radius: 30px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.resort-room-content {
    padding: 20px;
}

.resort-room-content h3 {
    margin: 0 0 8px;
    color: #173a3c;
    font-size: 21px;
    font-weight: 600;
}

.resort-room-content p {
    margin: 0 0 15px;
    color: #707472;
    font-size: 14px;
    line-height: 1.65;
}

.resort-room-content strong {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}


/* =========================================================
   AMENITIES
========================================================= */

.resort-amenities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.resort-amenity {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 14px;

    background: #fafaf7;
    border: 1px solid #e8e6df;
    border-radius: 9px;

    color: #000;

    font-size: 14px;
}

.resort-amenity i {
    color: #ffaa0d;
    font-size: 20px;
}


/* =========================================================
   RESTAURANT
========================================================= */

.resort-restaurant-content {
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 24px;

    background: #fafaf7;
    border: 1px solid #e8e6df;
    border-radius: 14px;
}

.resort-restaurant-icon {
    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffaa0d;
    background: #173a3c;

    border-radius: 50%;

    font-size: 21px;
}

.resort-restaurant-content h3 {
    margin: 0 0 5px;

    color: #173a3c;
    font-size: 23px;
    font-weight: 500;
}

.resort-restaurant-content p {
    margin: 0;
    color: #6c706e;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ENQUIRY WRAPPER
========================================================= */

/* .resort-enquiry-wrapper {
    position: sticky;
    top: 30px;
} */

.resort-enquiry-card {
    position: relative;
    overflow: hidden;

    padding: 30px;

    background: #173a3c;

    border-radius: 24px;

    box-shadow:
        0 25px 60px rgba(23, 58, 60, .16);
}

.resort-enquiry-card::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -90px;
    right: -80px;

    border: 1px solid rgba(201, 157, 61, .35);

    border-radius: 50%;
}

.resort-enquiry-card::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    top: -60px;
    right: -50px;

    border: 1px solid rgba(201, 157, 61, .2);

    border-radius: 50%;
}


/* =========================================================
   ENQUIRY HEADER
========================================================= */

.resort-enquiry-top {
    position: relative;
    z-index: 2;

    padding-bottom: 23px;
    margin-bottom: 22px;

    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.resort-enquiry-top > span {
    display: block;

    margin-bottom: 8px;

    color: #ffaa0d;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.resort-enquiry-top h2 {
    margin: 0 0 9px;

    color: #fff;

    font-size: 29px;
    font-weight: 500;
}

.resort-enquiry-top p {
    margin: 0;

    color: rgba(255, 255, 255, .65);

    font-size: 13.5px;
    line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.resort-enquiry-form {
    position: relative;
    z-index: 2;
}

.resort-form-group {
    margin-bottom: 15px;
}

.resort-form-group label {
    display: block;

    margin-bottom: 4px;

    color: #222;

    font-size: 14px;
    font-weight: 400;
}

.resort-input {
    position: relative;
}

.resort-input i {
    position: absolute;

    left: 13px;
    top: 50%;

    transform: translateY(-50%);

    color: #ffaa0d;

    font-size: 14px;
    z-index: 5;

    pointer-events: none;
}

.resort-input input,
.resort-input select,
.resort-form-group textarea {

    width: 100%;

    border: 1px solid rgba(255, 255, 255, .13);

    outline: none;

    color: #222;

    background: #edededc8;

    border-radius: 7px;

    font-family: inherit;

    font-size: 14px;

    transition:
        border-color .3s ease,
        background .3s ease;
}

.resort-input input,
.resort-input select {
    height: 50px;

    padding: 0 12px 0 38px;
}

.resort-input select {
    appearance: none;
}

.resort-form-group textarea {
    min-height: 90px;

    padding: 13px;

    resize: vertical;
}

.resort-input input::placeholder,
.resort-form-group textarea::placeholder {
    color: #4a4a4ab7;
}

.resort-input input:focus,
.resort-input select:focus,
.resort-form-group textarea:focus {
    border-color: rgba(201, 157, 61, .8);
    background: rgba(255, 255, 255, .1);
}


/* DATE */

.resort-input input[type="date"] {
    color-scheme: light;
}


/* =========================================================
   BUTTON
========================================================= */

.resort-enquiry-button {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 5px;
    padding: 13px 15px;

    border: 0;
    border-radius: 7px;

    color: #fff;
    background: #99CC00;

    font-size: 15px;
    font-weight: 400;

    cursor: pointer;

    transition:
        background .35s ease,
        transform .35s ease;
}

.resort-enquiry-button:hover {
    background: #799f05;
    transform: translateY(-2px);
}

.resort-enquiry-button i {
    font-size: 13px;
}


/* =========================================================
   CONTACT
========================================================= */

.resort-enquiry-contact {

    display: flex;
    flex-direction: column;

    gap: 5px;
    background-color: #066168;

    margin-top: 10px;
   padding: 15px;
   border-radius: 10px;

    border-top: 1px solid rgba(255, 255, 255, .12);
}

.resort-enquiry-contact span {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
}

.resort-enquiry-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}

.resort-enquiry-contact a i {
    color: #ffaa0d;
}
.modal{
    background: rgba(13, 74, 1, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding-top: 15px;
}
.bg-service{
    padding: 0;
    background-color: transparent;
}
.trv-service-st1 .trv-service-back-bg{
    border-radius: 0;
    margin-bottom: 0;
}

.bg-service .trv-info h4{
    font-size: 25px !important;
}
.bg-service .trv-service-bx1{
    height: 100%;
}


.main-service-content {
    position: relative;
}

.main-service-content::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(7, 80, 54, 0.04);
}

.modal-service-class .modal-dialog {
    max-width: 850px;
}

.modal-service-class .modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
}

.modal-service-class .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.modal-service-subtitle {
    display: inline-block;
    color: #dcae47;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.modal-service-class .modal-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #066168;
    line-height: 30px;
}
.modal-service-class .modal-title  span{
    display: block;
    color: #ffaa0d;
    font-size: 17px;
    font-weight: 400;
}

.modal-service-close {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #f6f6f6;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .35s;
}

.modal-service-close:hover {
    background: #084245;
    color: #fff;
    transform: rotate(90deg);
}

.modal-services {
    padding: 25px;
}

.modal-services ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5;
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #363636;
    font-size: 15px;
    line-height: 1.7;
    margin: 5px 0;
    width: 49%;
    font-size: 16px;
    font-weight: 500;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 10px;
}

.modal-services li i {
    color: #ffaa0d;
    font-size: 25px;
    margin-top: 2px;
}

.modal-footer-btm {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 15px 35px;
    border-top: 1px solid #f2f2f2;
    background: #fafafa;
}

.modal-btn-outline {
    padding: 8px 28px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: #fff;
    color: #555;
    font-size: 15px;
    transition: .35s;
    width: fit-content;
}

.modal-btn-outline:hover {
    border-color: #084245;
    color: #084245;
}

.modal-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #066168, #066168);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: .35s;
    width: fit-content;
}

.modal-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
}

.modal-btn-primary i {
    transition: .3s;
}

.modal-btn-primary:hover i {
    transform: translateX(5px);
}

.modal-services p {
    font-size: 15px;
    margin: 5px 0;
    color: #000;
}

.bg-contact-cs{
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.trv-contact-us-wrap .trv-contact-us-mid{
    border-radius: 0;
    max-width: 100%;
}

.trv-inr-para h5{
    font-size: 23px;
    font-weight: 600;
}
.trv-inr-para p{
    font-size: 15px;
    color: #474747;
}
.trv-inr-para ul{
    padding-left: 20px;
}
.trv-inr-para ul li{
    font-size: 15px;
    color: #474747;
}
.trv-rc-po-st1 .trv-post-title h5 a{
    font-size: 16px !important;
    color: #474747 !important;
}
.trv-rc-po-st1 .trv-post-title h5 a:hover{
    color: #ffaa0d !important;
}

.bg-blog-baner{
    height: 75vh;
}


.cms-section {
    padding: 40px 0;
    
}

.cms-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cms-container h2 {
    font-size: 25px;
}

.cms-container h3 {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.cms-container p {
    font-size: 15.5px;
    margin: 4px 0;
    color: #333333;
}

.cms-container ul {
    padding-left: 20px;
}

.cms-container ul li {
    font-size: 15.5px;
    margin: 4px 0;
    color: #333333;
}

.country-flag{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.country-flag img{
    width: 30px;
    height: 30px;
}
.widget_address .trv-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* .resorts-listing-main .swiper-slide{
    flex: 2 !important;
} */


.visa-sec-section {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}


/* =========================================
   VISA ITEM
========================================= */

.visa-sec-item {
    width: 100%;
    min-height: 111px;
    margin-bottom: 28px;
    padding: 0 30px;
    border: 1px solid #dedede;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.visa-sec-item::before{
width: 0%;
height: 100%;
background-color: #084245;
position: absolute;
left: 0;
top: 0;
content: '';
}

.visa-sec-item:hover::before {
   width: 100%;
   transition: 0.5s;
}


/* =========================================
   FLAG AREA
========================================= */

.visa-sec-flag-wrap {
    display: flex;
    align-items: stretch;
    height: 110px;
    margin-left: -30px;
}

.visa-sec-flag {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    position: relative;
}

.visa-sec-flag span {
    display: block;
    font-size: 55px;
    line-height: 1;
}
.visa-sec-flag img{
    width: 60px;
}

/* =========================================
   IMMIGRATE TO
========================================= */

.visa-sec-immigrate {
    width: 66px;
    min-width: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #066168;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
}

.visa-sec-immigrate span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.3px;
}


/* =========================================
   COUNTRY
========================================= */

.visa-sec-country {
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 26px;
    border-right: 2px solid #dedede;
    position: relative;
}

.visa-sec-country-icon {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    position: relative;
    display: none;
    border: 1px solid #ed0038;
}

.visa-sec-country-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: #1e263d;
}

.visa-sec-country h3 {
    margin: 0;
    color: #292929;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}


/* =========================================
   FEATURES
========================================= */

.visa-sec-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    column-gap: 20px;
    padding-left: 28px;
    padding-right: 20px;
    position: relative;
}

.visa-sec-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.visa-sec-feature-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #202840;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}


/* =========================================
   BUTTON
========================================= */

.visa-sec-button-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.visa-sec-button {
    width: 168px;
    height: 51px;
    padding: 5px 5px 5px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background: #066168;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
}

.visa-sec-button:hover {
    background: #ffaa0d;
    color: #fff;
}

.visa-sec-arrow {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ed0038;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}
.visa-container{
    max-width: 1200px;
}

.visa-info-section {
    padding: 15px 10px;
    background-color: #fff;
}

.visa-card {
    min-height: 160px;
    border: 1px solid #dfe3e5;
    border-radius: 15px;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    margin-top: -100px;
    position: relative;
    z-index: 5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.visa-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d7f0f6;
    color: #224f5b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 9px;
}

.visa-title {
    color: #222;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.visa-value {
    color: #202631;
    font-size: 16px;
    font-weight: 400;
    margin-top: auto;
    padding-top: 5px;
}

.visa-requirements-list{
    background-color: #e5f1f1;
    padding: 50px;
    border-radius: 15px;
}
.visa-requirements-list ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0;
}

.visa-requirements-list ul li{
    width: 49%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.visa-requirements-list ul li i{
    font-size: 25px;
    color: #ffaa0d;
}
.visa-requirements-list h3{
    font-size: 25px;
    margin-bottom: 25px;
}

.visa-sec-item:hover h3{
    color: #fff !important;
}


.visa-sec-item:hover .visa-sec-feature{
    color: #fff !important;
}
.visa-sec-item:hover .visa-sec-feature-icon{
    color: #ffaa0d;
    background-color: #fff;
}
.visa-sec-item:hover .visa-sec-button{
    background-color: #85D200;
}




.resort-room-card-second{
    position: relative;
    height: 290px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.resort-room-card-second img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.resort-card-overlay{
    background-color: #0661685e;
    width: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}

.resort-card-overlay h4{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.resort-room-card-second h6{
    font-size: 17px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #ffaa0d;
    padding: 7px 15px;
    border-radius: 40px;
}
.child-room .col-lg-12:nth-child(even) h6{
    right: unset !important;
    left: 15px;
}
.resort-card-overlay p{
    font-size: 14px;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
    color: #f7f7f7;
}
.resort-card-overlay ul{
    padding-left: 20px;
    margin: 0;
}
.resort-card-overlay ul li{
     font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 10px;
}
.resort-card-overlay a{
    padding: 7px 15px;
    background-color: #ffaa0d;
    color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    transition: 0.5s;
}
.resort-card-overlay a:hover{
    border-radius: 40px;
}
.child-room .col-lg-12:nth-child(even) .resort-card-overlay{
    left: unset;
    right: 0;
}
.resort-gallery-item-sec {
    width: 100%;
}
.resort-gallery-item-sec img{
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.nav-tabs-gallery {
    border: 0;
    gap: 5px;
}
.nav-tabs-gallery li button{
    background-color: #daecec;
    color: #066168;
    border-radius: 8px !important;
    padding: 7px 15px !important;
}
.nav-tabs-gallery li button.active{
    background-color: #066168 !important;
    color: #fff !important;
}


/* Product Details */
.gallery-label {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.gallery-label img {
    width: 100%;
    height: 92px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
}

.gallery-main-img {
    border: 1px solid #ccc;
    position: relative;
    /* height: 100%; */
    border-radius: 13px;
}

.gallery-main-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius:12px;
}

#expandedImg {
    display: none;
}

.room-amenity-widget {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    height: 100%;
}
.room-amenity-widget h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.room-amenity-widget ul{
    margin: 0;
    list-style: none;
}
.room-amenity-widget ul li{
    margin: 10px 0;
    font-size: 15px;
    color: #222;
    display: flex;
    gap: 5px;
}
.room-amenities p{
    font-size: 15px;
}


.room-dt-package-card {
  position: relative;
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.room-dt-package-card:hover {
  border-color: #066168;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}



.room-dt-package-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.room-dt-package-label {
  display: block;
  margin-bottom: 6px;
  color: #6c757d;
  font-size: 12px;
  font-weight: 500;
}

.room-dt-package-title {
  margin: 0;
  color: #212529;
  font-size: 20px;
  font-weight: 600;
}

.room-dt-package-check {
  color: #066168;
  font-size: 20px;
}

.room-dt-package-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 10px;
}

.room-dt-package-price strong {
  color: #212529;
  font-size: 25px;
  font-weight: 700;
}

.room-dt-package-price span {
  color: #6c757d;
  font-size: 13px;
}

.room-dt-package-divider {
  height: 1px;
  margin: 10px 0;
  background: #e9ecef;
}

.room-dt-package-features {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.room-dt-package-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-size: 14px;
}

.room-dt-package-features li i {
  width: 18px;
  color: #ffaa0d;
  font-size: 15px;
}

.room-dt-package-btn {
  padding: 11px 18px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  background-color: #066168 !important;
  color: #fff !important;
  border-color: #066168 !important;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
}

.rate-table thead th {
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 16px 20px;
  text-transform: uppercase;
  border-bottom: none;
  vertical-align: middle;
}

.rate-table tbody tr {
  border-bottom: 1px solid #e2e2e2;
}

.rate-table tbody td {
  padding:14px 20px;
  vertical-align: middle;
  font-size: 15px;
}

.season-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  color: #000000;
  font-weight: 600;
}

.season-subtext {
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
}

.calendar-wrapper {
  max-width: 900px;
  margin: 0 auto;
  color: #333333;
}

.calendars-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.calendar {
  flex: 1;
  min-width: 320px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.month-year {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

.nav-btn-cal {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  padding: 0 10px;
}

.spacer {
  width: 30px;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
  gap: 8px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.day {
  aspect-ratio: 1;
  border: 1px solid #33333359;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 13px;
  background-color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
}

.day.empty {
  border: none;
  cursor: default;
}

/* Primary color requirement */
.day.unavailable {
  background-color: #066168;
  color: #ffffff;
  border-color: #066168;
}

.day.selected {
  outline: 2px solid #066168;
  font-weight: bold;
}

.calendar-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  font-size: 14px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-box {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.available-box {
  border: 1px solid #333333;
  background-color: #ffffff;
}

.unavailable-box {
  background-color: #066168;
}
.filter-card-resort{
    margin-top: -100px;
    padding: 25px;
}
.filter-card-resort button{
    margin: 0 !important;
}
.resort-tabs {
    border: 0;
    gap: 5px;
}
.resort-tabs li button{
        position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 100px !important;
    transition: all 0.5s ease;
    border: 1px solid #616060 !important;
}
.resort-tabs li button.active{
    background-color: #066168 !important;
    color: #fff !important;
}
.resort-tabs li button:hover{
    background-color: #ffaa0d !important;
    border-color: #ffaa0d !important;
    color: #fff !important;
}

.resort-detail-right-bottom {
    width: 100%;
    margin-top: 30px;
   
}

.resort-inspiration-widget {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 18px;
    isolation: isolate;
}

.resort-inspiration-widget img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
    transform: scale(1.04);
    transition: all 0.5s ease;
    z-index: -2;
}

.resort-inspiration-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.42) 55%,
            rgba(0, 0, 0, 0.15) 100%
        );
    z-index: -1;
}

.resort-inspiration-content {
    position: relative;
    z-index: 2;
    padding: 35px 30px;
    color: #fff;
}

.resort-inspiration-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    opacity: 0.85;
}

.resort-inspiration-content h3 {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    color: #fff;
}

.resort-inspiration-content p {
    max-width: 320px;
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.resort-inspiration-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    border-radius: 50px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resort-inspiration-btn i {
    transition: transform 0.3s ease;
}

.resort-inspiration-btn:hover {
    color: #222;
    transform: translateY(-2px);
}

.resort-inspiration-btn:hover i {
    transform: translateX(4px);
}

.resort-inspiration-widget:hover img {
    filter: blur(0);
    transform: scale(1.08);
}


.room-rates-container {
  width: 100%;
  color: #26364a;
}

.room-rates-container__room {
  border: 1px solid #d7d7d7;
  margin-bottom: 31px;
  min-height: 198px;
  background: #fff;
}

/* ---------------- Image ---------------- */

.room-rates-container__image-col {
  padding: 7px;
}

.room-rates-container__image-wrap {
  position: relative;
  height: 146px;
  overflow: hidden;
}

.room-rates-container__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Featured ribbon */

.room-rates-container__featured {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: -35px;
  width: 125px;
  padding: 5px 0;
  background: #55ae20;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  transform: rotate(-45deg);
}

/* ---------------- Room information ---------------- */

.room-rates-container__info-col {
  padding: 5px;
}

.room-rates-container__title {
  margin: 3px 0 6px;
  color: #122b48;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}

.room-rates-container__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color: #526078;
  font-size: 16px;
}

.room-rates-container__stars {
  color: #ff9700;
  font-size: 16px;
  letter-spacing: -2px;
}

.room-rates-container__tripadvisor {
  margin-left: 2px;
  color: #222;
  font-size: 19px;
}

.room-rates-container__details {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2.45;
  color: #37475a;
}

.room-rates-container__details div {
  display: flex;
  gap: 10px;
}

.room-rates-container__details div:first-letter {
  color: #26364a;
}

/* ---------------- Facilities ---------------- */

.room-rates-container__facilities-col {
  padding:  15px;
  border-left: 1px solid #d7d7d7;
}

.room-rates-container__facilities {
  list-style: none;
  padding: 0;
  margin: 3px 0 0;
}

.room-rates-container__facilities li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  color: #26364a;
  font-size: 14px;
  line-height: 1.8;
}

.room-rates-container__facilities li::first-letter {
  color: #26364a;
}

/* ---------------- Price ---------------- */

.room-rates-container__price-col {
  padding: 18px 13px;
  border-left: 1px solid #d7d7d7;
}

.room-rates-container__price-label {
  color: #66738a;
  font-size: 15px;
  margin-bottom: 10px;
}

.room-rates-container__price {
  color: #132e4d;
  font-size:25px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.room-rates-container__price del {
  margin-left: 4px;
  color: #677080;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 400;
}

.room-rates-container__non-refundable {
  margin-top: 12px;
  color: #5f6c80;
  font-size: 14px;
}

/* ---------------- Booking ---------------- */

.room-rates-container__booking-col {
  padding: 25px 15px;
  border-left: 1px solid #d7d7d7;
}

.room-rates-container__available {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 18px;
  background: #4caf50;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.room-rates-container__booking-label {
  margin-top: 13px;
  margin-bottom: 11px;
  color: #66738a;
  font-size: 14px;
}

.room-rates-container__book-btn {
  width: fit-content;
  height: fit-content;
  border: 0;
  border-radius: 2px;
  background: #ff9700;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 5px 25px;
  border-radius: 5px;
}

.room-rates-container__book-btn:hover {
 border-radius: 40px;
}


/* ---------------- Responsive ---------------- */

@media (max-width: 991.98px) {

  .room-rates-container__room {
    padding-bottom: 15px;
  }

  .room-rates-container__image-col,
  .room-rates-container__info-col,
  .room-rates-container__facilities-col,
  .room-rates-container__price-col {
    border-bottom: 1px solid #ddd;
  }

  .room-rates-container__booking-col {
    border-left: 0;
    padding: 20px 15px;
  }

  .room-rates-container__book-btn {
    width: 160px;
    height: 40px;
  }
}

.alert-box-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 20px;
    margin: 15px 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom:40px;
}

.alert-box-custom i {
    font-size: 20px;
    color: #94a3b8;
}


.int-packages{
    height:100%;
}

.int-packages .trv-content{
    height:calc(100% - 220px);
    position:relative;
   padding-bottom: 40px !important;
}


.int-packages .trv-content-bottom-section{
    position:absolute;
    bottom:10px;
}


#homePackageSearch select.form-control{
    outline:none !important;
    box-shadow:none !important;
}
.trv-popular-tour-st1 .trv-media .trv-tour-title .trv-title a{
    display:flex;
    align-items:center;
    gap:10px;
}


.service-form-group  label {
    display: block;
    margin-bottom: 4px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
}


.service-form-group input,
.service-form-group select,
.service-form-group textarea {

    width: 100%;

    border: 1px solid rgba(255, 255, 255, .13);

    outline: none;

    color: #222;

    background: #edededc8;

    border-radius: 7px;

    font-family: inherit;

    font-size: 14px;

    transition:
        border-color .3s ease,
        background .3s ease;
        box-shadow:none !important;
        border:1px solid #cccccca8;
}

.service-form-group input,
.service-form-group select {
    height: 50px;

    padding: 0 12px 0 12px;
}

.service-form-group select {
    appearance: none;
}

.service-form-group textarea {
    min-height: 90px;

    padding: 13px;

    resize: vertical;
}

.service-form-group input::placeholder,
.service-form-group textarea::placeholder {
    color: #4a4a4ab7;
}

.service-form-group input:focus,
.service-form-group select:focus,
.service-form-group textarea:focus {
    border-color: rgba(201, 157, 61, .8);
    background: rgba(255, 255, 255, .1);
}


.trv-destination-bx1 .trv-content .trv-title{
    font-size:26px;
}



