:root{
    --tn-theme-color:#0078D2;
        --tn-theme-color2: #0078d200;
}

.text-lower-case {
  text-transform: lowercase;
}

.tn-header__info-right i {
    margin-right: 0px;
}

.tn-hero__bg {
    
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===================================
   HEADER QUERY BAR
=================================== */

.vx-query-bar{
width: 100%;
    border-radius: 0;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
}


/* ICON */
.vx-query-icon{
   width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: var(--tn-theme-color);
    border: 3px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
   
}



/* ICON STYLE */
.vx-query-icon i{
    font-size:26px;
    color:#fff;
}

/* CONTENT */
.vx-query-content{
    position:relative;
    z-index:2;
}

/* TITLE */
.vx-query-content h4{
    margin:0;
    color: var(--tn-title-color);
    font-size:18px;
    font-weight:700;
    line-height:1.1;
    letter-spacing:-0.5px;
}

/* TEXT */
.vx-query-content p{
    margin:0px 0 0;
   color: var(--tn-title-color);
    font-size:16px;
    font-weight:400;
}

/* MOBILE */

.main-menu > ul > li > a {
    padding:0px 0px;
}


.tn-header__info.text-lower-case {
    gap: 5px;
}


.tn-header__logo img.logo {
    width: 100%;
    max-width: 250px;

}
.tn-booking__content .tn-date.booking-select{
    font-size : 16px;
}
.tn-hero__content .tn-hero__shape , .tn-hero__title--main {
    text-align: center;
}

.tn-booking__content .field label {
    padding-left: 30px;
}

.tn-hero__shape h1 {
   font-size: 52px; 
}
.tn-hero__title--main

 {

    max-width: 100%;
    font-size: 60px;
}
.tn-hero__content {
    padding: 110px 0 90px;
}
.tn-booking {
    position: relative;
    background-color: var(--tn-white-color);
    box-shadow: 0 0px 10px rgba(var(--tn-black-color-rgb), 0.1);
    border-radius: 30px;
    top: 0px;
    margin-bottom: 0px;
    overflow: visible;
}

.tn-booking__content .field::after {
    display: none;
}

.tn-booking__content 

  {
    padding: 24px 24px;
    background-color: var(--tn-white-color);
        border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.tn-booking__tabs .tab:nth-child(1)
 {
    padding-left: 24px;
        border-top-left-radius: 30px;
}
.tn-booking__content .tn-date.booking-select {
    max-width: 100%;
}


.tn-booking__content .booking-select-one {
    width: 100%;
    border: none;
    font-size: 16px;
    font-family: var(--tn-title-font);
    color: var(--tn-title-color);
    font-weight: 600;
    padding: 0 0px 0 0px;
    background-color: transparent;
    text-transform: capitalize;
    appearance: none;
    cursor: pointer;
}

.tn-booking__content .booking-select {

    padding: 0 0px 0px 5px;
}

.booking-select-one::placeholder {
  color:var(--tn-title-color);
  opacity: 1; /* Firefox */
}

.booking-select-one::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--tn-title-color);
}

.tn-hero .tn-btn {
    border-radius:10px;
}

.tn-service.position-relative {
    padding-top: 60px;
}

.tn-feature--content h2 {
    font-size: 24px;
    margin: 20px 0px 0px;
    line-height: 1.3;
    transition: all ease 0.4s;
}

.read-more {
    background-color: var(--tn-theme-color);
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
}

.tn-feature--content a:hover .read-more  , .tn-feature--content .tn-feature__figure:hover  +  a .read-more{
    background-color: var(--tn-body-color);
    color: var(--bs-white);
}

.tn-footer__logo img {
    width: 100%;
    max-width: 250px;
}

.tn-footer--top p {

    text-transform: math-auto;
   

}
.main-footer-text{
    display: block;
    font-size: 22px;
}
.midle-footer-text p {
    background-color: var(--bs-white);
    color: var(--tn-body-color);
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    border-radius: 5px;

}

.midle-footer-text {
    margin-top: 50px;
}

.tn-footer .space-extra-bottom {
    padding-bottom: 50px;
}

.tn-hero__bg {
  
    background-position: top;
    background-color: #00000024;
    background-blend-mode: color;
}

section.tn-video {
    background-color: #000000ad;
    background-blend-mode: color;
}

.tn-video__btnBg {
    position: absolute;
    height: 100%;
    bottom: 0;
    top:unset;
    left: 60%;
    right: auto;
    display: flex;
    align-items: end;
}

.tn-about--right .txt .yoe h3 {
    font-size: 28px;
}
.main-menu a {
    font-size: 16px;
}

.tn-header__logo img {
    width: 100%;
    max-width: 190px;
}

.tn-hero .heroSwiper .swiper-slide-active .tn-hero__anim.manimated {
    animation-delay: 0.6s;
    text-shadow: 3px 2px 2px #2e29379c;
}


.tn-service__card {
    
    box-shadow: 0 0px 10px rgb(0 0 0 / 23%);
   
}



/* cta btn css start here */


.hotel-cta{
    position: relative;
    width: 100%;
    min-height: 215px;
    overflow: hidden;
    background: url(https://images.unsplash.com/photo-1566073771259-6a8506099945?w=1600) center center / cover no-repeat;
    max-width: 1300px;
    margin: auto;
    border-radius: 5px;
    margin-top:50px;
}

.hotel-cta::before{
  content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 120 210) 0%, rgb(1 117 206 / 96%) 55%, rgb(1 120 209 / 60%) 75%, rgba(0, 70, 180, .25) 100%);
}

.hotel-container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    min-height:215px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 70px;
}

.hotel-content{
    max-width:760px;
}

.hotel-header{
    display:flex;
    align-items:center;
    gap:25px;
}

.hotel-icon{
    width:95px;
    height:95px;
    border:2px solid rgba(255,255,255,.3);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:42px;
    flex-shrink:0;
}

.hotel-title{
        font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
}

.hotel-subtitle{
    color:#fff;
    font-size:18px;
    opacity:.95;
    margin-bottom:0px;
}

.hotel-features{
    display:flex;
    flex-wrap:wrap;
    gap:35px;
    margin-top:15px;
}

.feature{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:15px;
}

.feature i{
    color:#ffb400;
    font-size:18px;
}

.cta-btn{
     background: #ffb400;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: .3s;
}

.cta-btn:hover{
    transform:translateY(-2px);
}

.cta-btn i{
    font-size:22px;
}

.hotel-package {
    padding-top: 0;
}


.tn-title__main {
    text-transform: none;
    line-height: 1.15;
    transform: translateZ(0);
    font-size: 30px;
}

.c-mb {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.tn-feature--content h2 {
    font-size: 18px;
    margin: 0px 0px 0px;
    line-height: 1.3;
    transition: all ease 0.4s;
}


.tn-feature--content.style2 .tn-feature__txt {
    background-color: var(--tn-white-color);
    border-radius: 20px;
    padding: 0 10px 15px;
    border: 1px solid rgba(var(--tn-title-color-rgb), 0.2);
    position: relative;
    top: -35px;
    z-index: 3;
}

.tn-feature--content .tn-feature__rating {
    margin: 30px 0px 10px;
 
}

.tn-feature--content .tn-feature__figure img {
 
    height: 300px;
    object-fit: cover;
}

.tn-process {
    background-color: #dedede63;
}
.tn-offer__txt  img{ 

    width:100%;
    max-width:50px;
    height:50px;
    border-radius:50%;

}

.wcs-sec {
    background-color:#fff;
}

.tn-service--style2 .description {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
}

.tn-faq {
    padding: 0 0 140px;
}

.tn-contact__cForm input , .tn-contact__cForm textarea {

    background-color: #e4e4e4;
}

.tn-breadcrumb {
    margin: 0;
    padding: 110px 0;
}

.tn-contact {
    padding: 70px 0;
}

.tn-contact .tn-contact__item a {
    color: var(--tn-title-color);
}

.tn-breadcrumb::after {
  
    background-color: rgb(0 0 0 / 31%);
}

.tn-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.tn-service--style2 .tn-service__box {

    box-shadow: 0px 0px 5px #b0b0b0;
   
}

.tn-process {
    background-color: #dededea3;
}

.tn-subscribe__txt i {
    font-size: 34px;
    color: var(--tn-theme-color);
}

.tn-contact__form {
    border: 0;
    padding-top: 10px;
    padding-bottom: 30px;
}

.tn-offer--content .tn-offer__figure img {
    min-height: 360px;
    object-fit: cover;
}


/* inner pages css start here */

.pt--110 {
    padding-top: 110px;
}

.tn-about2--content .tn-about2__list li i {
    color: var(--tn-theme-color);
}

 p  , .tn-about2--content .tn-about2__list li{
    text-transform: unset !important;
    font-size: 16px;
    font-weight: 400;
}
.tn-about2--content .tn-about2__list li:not(:last-child)
 {

    margin-bottom: 8px;
 
}

.tn-video--style2 ul li {
    color: #fff;
    font-weight: 400;
}
.tn-video--style2 ul {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tn-video--style2 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tn-video--style2 .cTxt .tn-btn {
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 10px;
}

.info-list ul {
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 10px;
}

.info-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.info-list ul li i {
     color: var(--tn-theme-color);
}
.link-text {
    color: var(--tn-theme-color);
    font-weight: 600;
    text-transform: lowercase;
}

.link-text:hover{
    color:#000;
}


.inner-page-wrap p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
    text-align: justify;
    text-transform: none !important;
}

.inner-page-wrap p:not(:last-child) {
    padding-bottom: 10px;
}

.inner-page-wrap .tn-serviceD__txt {
    padding-top: 15px;
}

.inner-page-wrap h2:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: var(--tn-theme-color);
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.inner-page-wrap h2 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px !important;
}
.sitemap-wrap ul li a {
    color: #000;
}



.sitemap-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.sitemap-wrap ul li {
    width: 20%;
}

.tn-footer--top .tn-footer__menu li {
    margin: 0 0 5px 0;
 
}

.tn-footer__logo img {
    width: 100%;
    max-width: 190px;
}

.tn-footer--top .tn-footer__icon-txt span a  , .tn-footer--top .tn-footer__icon-txt span {
    display: block;
    font-size: 16px;
}

.bp-b {
    background-position: bottom !important;
} 


.hotel-feature-list{
    list-style:none;
    padding:0;
    margin:20px 0 0;
}

.hotel-feature-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
    font-size:16px;
    line-height:1.6;
}

.hotel-feature-list li i{
    color:#0078D2;
    font-size:18px;
    min-width:22px;
}

.hotel-destination-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:20px;
}

.hotel-destination-item{
    display:flex;
    align-items:center;
    gap:5px;
    padding:14px 18px;
    background:#f8fbff;
    border:1px solid #e4eef9;
    border-radius:10px;
    transition:.3s ease;
}

.hotel-destination-item:hover{
    transform:translateY(-3px);
    border-color:#0078D2;
}

.hotel-destination-item i{
    color:#0078D2;
    font-size:18px;
    width:22px;
    text-align:center;
}

.hotel-destination-item span{
    font-weight:500;
}


.hotel-amenities-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:25px;
}

.hotel-amenity-card{
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:14px;
    padding:25px;
    transition:all .3s ease;
    height:100%;
    text-align: center;
}

.hotel-amenity-card:hover{
    transform:translateY(-5px);
    border-color:#0078D2;
    box-shadow:0 10px 30px rgba(0,120,210,.08);
}

.hotel-amenity-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eef7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hotel-amenity-icon i{
    font-size:24px;
    color:#0078D2;
}

.hotel-amenity-card h3{
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
    color:#222;
}

.hotel-amenity-card p{
    margin:0;
    line-height:1.8;
    color:#666;
}

.hotel-benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:25px;
}

.hotel-benefit-card{
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:14px;
    padding:24px;
    transition:all .3s ease;
    height:100%;
    text-align: center;
}

.hotel-benefit-card:hover{
    transform:translateY(-5px);
    border-color:#0078D2;
    box-shadow:0 10px 30px rgba(0,120,210,.08);
}

.hotel-benefit-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#eef7ff;
    display:flex;
    align-items:center;
    justify-content:center;
     margin: auto;
}

.hotel-benefit-icon i{
    font-size:22px;
    color:#0078D2;
}

.hotel-benefit-card h3{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#222;
}

.hotel-benefit-card p{
    margin:0;
    color:#666;
    line-height:1.8;
    text-align: center;
}

.hotel-types-list{
    list-style:none;
    padding:0;
    margin:20px 0;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:12px;
}

.hotel-types-list li{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f8fbff;
    border:1px solid #e5eef9;
    border-radius:10px;
    padding:14px 16px;
    font-weight:500;
    transition:all .3s ease;
}

.hotel-types-list li:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.hotel-types-list li i{
    color:#0078D2;
    font-size:18px;
    min-width:20px;
}


.booking-flexibility-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
    margin:20px 0;
}

.booking-flexibility-card{
    background:#fff;
    border:1px solid #e8eef7;
    border-radius:14px;
    padding:22px 18px;
    text-align:center;
    transition:all .3s ease;
    box-shadow:0 3px 12px rgba(0,0,0,.04);
}

.booking-flexibility-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,120,210,.12);
}

.booking-flexibility-icon{
    width:60px;
    height:60px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#eef7ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.booking-flexibility-icon i{
    font-size:24px;
    color:#0078D2;
}

.booking-flexibility-card h3{
    font-size:16px;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.booking-flexibility-card p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.5;
    text-align: center;
}

.demo-support-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:15px;
    margin:20px 0;
}

.demo-support-card{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    background:#f8fbff;
    border:1px solid #e7eef8;
    border-radius:12px;
}

.demo-support-card i{
    color:#0078D2;
    font-size:18px;
}

.demo-support-email{
    background:#0078D2;
    color:#fff;
    padding:15px 20px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
}

.demo-process-steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:15px;
    margin:25px 0;

    text-align: center;
}

.demo-process-step{
    position:relative;
    padding:20px;
    background:#fff;
    border:1px solid #e9eef6;
    border-radius:12px;
}

.demo-process-step .step-no{
    display:inline-flex;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#0078D2;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:12px;
}

.demo-process-step p{
    margin:0;
}

.demo-booking-tip{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    background:#f8fbff;
    border-left:4px solid #0078D2;
    border-radius:10px;
    margin-top:20px;
}

.demo-booking-tip i{
    color:#0078D2;
    font-size:22px;
}

.demo-booking-tip p{
    margin:0;
}

.demo-enhancement-box{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:22px;
    background:linear-gradient(135deg,#f7fbff,#eef7ff);
    border-radius:12px;
    margin-top:20px;
}

.demo-enhancement-box i{
    color:#0078D2;
    font-size:26px;
}

.demo-enhancement-box p{
    margin:0;
}

.demo-final-note{
    display:flex;
    align-items:center;
    gap:15px;
    background:#0078D2;
    color:#fff;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
}

.demo-final-note i{
    font-size:24px;
}

.demo-final-note p{
    margin:0;
    color:#fff;
}

.demo-process-step p {
    text-align: center;
}

.tn-faq__tab .accordion-button{

    font-weight: 700;
    font-size: 18px;
}

.tn-service__arrow i {

    border: 1px solid #d0d0d0;
}

.tn-offer--content .tn-offer__txt p {

    padding-left: 10px;
    line-height: 1.5;
    font-size:12px;
}

div#dtrnge  , .flex-field , #dtrnge_hotel{
    display: flex;
    align-items: center;
    justify-content: space-between;
        gap: 20px;
}


.tn-booking__tabs-right {
    position: absolute;
    right: 0;
    top: 20px;
}

.swiper.heroSwiper {
    overflow: visible;
}

.tn-footer--top .tn-footer__icon-txt span a {
    text-transform: lowercase;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 1.3;
}

.tn-contact__item .con_txt p {
    margin-bottom: 0;
    line-height: 1.3;
}

.tn-contact__item {
    height:100%;
}
