
:root {

    --primary: #0d6efd !important;
    --white: #fff;
       --black: #000;
}

a {
    color: var(--primary) !important;
    text-decoration: none;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle  , .btn-primary{
    color: #fff !important;
    background-color: 	var(--primary) !important;
    border-color: 	var(--primary) !important;
}

.text-primary {
    color:var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}
.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}

.banner-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-img-box .img-box {
    height: 100%;
    overflow: hidden;
    width:100%;
}

.banner-img-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-from-cont {
    position: relative;
      width: 100%;
}

section.hero-sec {
    position: relative;
    padding: 70px 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 240px;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--white) !important;
}


.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(--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:24px;
    color:#fff;
}

/* CONTENT */
.vx-query-content{
    position:relative;
    z-index:2;
}

/* TITLE */
.vx-query-content h4{
    margin:0;
    color: var(--white);
    font-size:18px;
    font-weight:700;
    line-height:1.1;
    letter-spacing:-0.5px;
    text-align: left;
}

/* TEXT */
.vx-query-content p{
    margin:0px 0 0;
   color: var(--white);
    font-size:15px;
    font-weight:400;
}

.hero-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#3e38385e;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 1;
  
}   

.navbar-dark .navbar-nav .nav-link {
        padding: 21px 0;
}

.about-us-sec h3 {
    font-size: 16px;
}

.destination-item {
    border: 1px solid #bfbbbb;
    border-radius: 5px !important;
}

.destination-sec a.btn {
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
}

footer .section-title {
    color: var(--white);
}

.theme-color{
    background-color: var(--primary);
}

.footer-logo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 15px;
}

footer a.btn.btn-link {
    color: var(--white) !important;
    font-size: 16px !important;
}

a.btn-link {
    color:var(--white) !important;
}

.disclaimer_cont  {
    background-color: var(--white);
    padding: 15px;
    color: var(--black) !important;
    border-radius: 5px;
    margin-bottom: 0;
}

.destination-item .text-body

 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.owl-nav, .owl-dots.disabled {
    display: none;
}
header.bg-dark.fixed-top-header .top-header{
display: none;
}

header.bg-dark.fixed-top-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: 0.2s ease-in;
        animation-duration: 0.5s;
        animation-name: slideInDown;
}


.footer .btn.btn-link:hover {
    letter-spacing: 0 !important;
    box-shadow: none;
    padding-left: 5px;
}

.wrapper-one h2 {
    font-size: 22px;
}

.wrapper-one p:not(:last-child) {
    margin-bottom: 10px;
}

.wrapper-one p {
    font-size: 16px;
    line-height: 1.4;
}

.wrapper-one ul {
    padding: 0 0 0 20px;
}

.sitemap-wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.sitemap-wrap ul li {
    width: 25%;
    margin-bottom: 5px;
}

.sitemap-wrap ul li a {
    color: #000 !important;
}

.sitemap-wrap ul li a:hover {
    color:var(--primary) !important;
}


.dm-why-choose-section{

    position: relative;
    overflow: hidden;
}

.dm-section-title{
    margin-bottom: 50px;
}

.dm-subtitle{
    display: inline-block;
    background: rgba(13,110,253,0.10);
    color: #0d6efd;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.dm-section-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dm-section-title h2 span{
    color: #0d6efd;
}

.dm-section-title p{
    max-width: 600px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 28px;
}

.dm-feature-card{
    background: #fff;
    border-radius:5px;
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #edf2f7;

}

.dm-feature-card:hover{
    transform: translateY(-8px);
   
}

.dm-feature-number{
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#0d6efd,#4f9cff);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.dm-feature-content h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.dm-feature-content p{
    color: #666;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
}
.dm-feature-card h3 {
        font-size: 18px;
        margin-bottom: 0px;
}

ul.list-unstyled {
    padding: 0;
}


.dm-booking-process-section{
    padding: 90px 0;
    /*background: #ffffff;*/
    position: relative;
    overflow: hidden;
}

.dm-process-heading{
    margin-bottom: 55px;
}

.dm-process-subtitle{
    display: inline-block;
    background: rgba(13,110,253,0.10);
    color: #0d6efd;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.dm-process-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dm-process-heading h2 span{
    color: #0d6efd;
}

.dm-process-heading p{
    color: #666;
    font-size: 17px;
    line-height: 28px;
    max-width: 600px;
    margin: auto;
}

/* Cards */

.dm-process-card{
    position: relative;
    background: #f8fbff;
    border-radius: 5px;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #edf2f7;
    overflow: hidden;
}

.dm-process-card:hover{
    transform: translateY(-8px);
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.dm-process-number{
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #0d6efd, #5ea6ff);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 10px;
}

.dm-process-content h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}

.dm-process-content p{
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.dm-process-card h3 {
    font-size: 18px;
}


.dm-faq-accordion .accordion-item{
    border: none;
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.dm-faq-accordion .accordion-button{
    background: #ffffff;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 25px;
    box-shadow: none !important;
}

.dm-faq-accordion .accordion-button:not(.collapsed){
    background: #0d6efd;
    color: #fff;
}

.dm-faq-accordion .accordion-button i{
    font-size: 18px;
}

.dm-faq-accordion .accordion-button::after{
    filter: brightness(0);
}

.dm-faq-accordion .accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}

.dm-faq-accordion .accordion-body{
    padding: 25px;
    background: #fff;
}

.dm-faq-accordion .accordion-body p{
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.wrapper-one .list-unstyled + p {
    margin-bottom: 0;
}

.grid-3 , .grid-2 {
    display: flex;
    flex-wrap: wrap;
}

.grid-3  li {
    width:33.33%
}


.grid-2  li {
        width:50%;
}
/* CTA SECTION */

.atb-cta-wrapper {
    background: #ffffff;
    border-radius: 25px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1;
}

.atb-cta-badge {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.atb-cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.atb-cta-content p {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
}

.atb-cta-images {
    position: relative;
    text-align: center;
}

.atb-main-img {
    border-radius: 20px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.atb-small-img {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 180px;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
    border: 6px solid #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.atb-circle-shape {
    width: 220px;
    height: 220px;
    background: rgba(13, 110, 253, 0.05);
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: -80px;
    z-index: -1;
}

/* Buttons */

.atb-cta-wrapper .btn {
    border-radius: 50px;
    font-weight: 600;
}

.carousel.slide .carousel-inner {
    visibility: visible;
        overflow: unset;
}
@media (min-width:1200px) and (max-width:1439px) {
    .grid-3  li {
    width:50%
}
}
@media  (max-width:768px) {

.grid-3  li  , .grid-2  li {
    width:100%;
}



    .banner-img-box  , .hero-content h1 , .hero-sec:before{
    display: none;
}
.vx-trip-type {
  
    width: 100%;
    max-width: 100%;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}
section.hero-sec {
    position: relative;
    padding: 20px 0;
}
.navbar-brand img {
    width: 100%;
    max-width: 160px;
}

.about-us-sec .btn {
    width: 100%;
}

.sitemap-wrap ul li {
    width: 100%;
}

    .dm-section-title{
        margin-bottom: 35px;
    }

    .dm-section-title h2{
        font-size: 28px;
    }

    .dm-section-title p{
        font-size: 15px;
        line-height: 26px;
    }

    .dm-feature-card{
        padding: 24px;
        border-radius: 5px;
    }

    .dm-feature-number{
        width: 60px;
        height: 60px;
        font-size: 20px;
        border-radius: 16px;
    }

    .dm-feature-content h3{
        font-size: 20px;
    }

    .dm-feature-content p{
        font-size: 15px;
        line-height: 26px;
    }

      .dm-booking-process-section{
        padding: 60px 0;
    }

    .dm-process-heading{
        margin-bottom: 40px;
    }

    .dm-process-heading h2{
        font-size: 28px;
    }

    .dm-process-heading p{
        font-size: 15px;
        line-height: 26px;
    }

    .dm-process-card{
        padding: 24px;
        border-radius: 5px;
    }

    .dm-process-number{
        width: 65px;
        height: 65px;
        font-size: 20px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .dm-process-content h3{
        font-size: 20px;
    }

    .dm-process-content p{
        font-size: 15px;
        line-height: 26px;
    }

      .atb-cta-content h2 {
        font-size: 28px;
    }

    .atb-main-img {
        height: 280px;
    }

    .atb-small-img {
        width: 110px;
        height: 90px;
    }

    .atb-cta-wrapper {
        border-radius: 18px;
    }
    .atb-cta-images img {
    width: 100%;
   max-width:100%;
}

.inner-hero-sec h1, .inner-hero-sec .breadcrumb {
    display: none;
}

.inner-hero-sec , .inner-hero-sec .page-header-inner{
    background: #fff !important;
    padding:0px !important;
    
}
}