
/*** Disney Yatra Brand Colors ***/
:root {
    --bs-primary: #111111;
    --bs-secondary: #EF2B24;
    --bs-light: #F7F7F7;
    --bs-dark: #111111;
}

body {
    color: #6B7280;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--bs-primary);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

a {
    color: var(--bs-primary);
}

a:hover {
    color: var(--bs-secondary);
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar .text-muted,
.topbar small {
    color: var(--bs-white) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .navbar {
    padding-left: 1.5rem !important;
}

.navbar-light .navbar-brand {
    margin-left: -35px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-primary) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar-light .navbar-brand img.disney-yatra-logo {
    width: 430px;
    max-height: 92px;
    object-fit: contain;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.sticky-top .navbar-light .navbar-brand img.disney-yatra-logo {
    width: 360px;
    max-height: 76px;
}

@media (max-width: 575px) {
    .navbar-light .navbar-brand img.disney-yatra-logo {
        width: 250px;
        max-height: 68px;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding-left: 1rem !important;
    }

    .navbar-light .navbar-brand {
        margin-left: 0;
    }

    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.8)), url(../img/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}
/*** Carousel Hero Header End ***/


/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(239, 43, 36, 0.16);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(17, 17, 17, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(17, 17, 17, 0.06);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}
/*** testimonial end ***/


/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex; 
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(17, 17, 17, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}  
/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(17, 17, 17, 0.18);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}
/*** copyright end ***/


/*** Disney Yatra Custom Homepage Start ***/
.site-home-custom .section-title {
    max-width: 760px;
}

.site-home-custom .sub-style,
.site-home-custom .sub-title {
    letter-spacing: .12em;
}

.site-home-custom .sub-style::before,
.site-home-custom .sub-style::after,
.site-home-custom .sub-title::before,
.site-home-custom .sub-title::after {
    display: none;
}

.site-home-custom .carousel-header {
    background: #111111;
    overflow: hidden;
}

.site-home-custom .carousel-header .carousel-inner .carousel-item {
    min-height: 720px;
}

.site-home-custom .carousel-header .carousel-inner .carousel-item .carousel-caption {
    justify-content: flex-start;
    text-align: left;
    padding: 0 8vw;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .58) 42%, rgba(0, 0, 0, .16) 100%);
}

.site-home-custom .carousel-caption > div {
    max-width: 620px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-home-custom .carousel-caption h4,
.site-home-custom .carousel-caption h5 {
    color: var(--bs-secondary) !important;
    font-size: .95rem;
    letter-spacing: .18em;
}

.site-home-custom .carousel-caption h1 {
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    line-height: .98;
}

.site-home-custom .carousel-caption p {
    max-width: 560px;
}

.site-home-custom .carousel-caption::after {
    content: "Trip Desk\A Mumbai based support\A Packages | Visa | Hotels";
    white-space: pre-line;
    position: absolute;
    right: 8vw;
    bottom: 72px;
    width: min(330px, 30vw);
    padding: 28px;
    border-top: 4px solid var(--bs-secondary);
    background: rgba(255, 255, 255, .94);
    color: var(--bs-primary);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.site-home-custom .carousel-header .carousel .carousel-indicators {
    display: none;
}

.site-home-custom .carousel-header .carousel-control-prev .carousel-control-prev-icon,
.site-home-custom .carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 24px;
    border-radius: 0;
}

.site-home-custom .container-fluid.py-5:first-of-type .bg-light {
    background: #ffffff !important;
    box-shadow: none;
}

.site-home-custom .container-fluid.py-5:first-of-type img:first-child {
    display: none;
}

.site-home-custom .container-fluid.py-5:first-of-type img:last-child {
    border-radius: 0 !important;
    border: none !important;
    min-height: 520px;
    object-fit: cover;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 {
    padding: clamp(30px, 5vw, 70px);
    background: #111111;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 h1,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 h5,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 p,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 span {
    color: #ffffff !important;
}

.site-home-custom .counter-facts {
    background: #f7f7f7;
    padding-top: 20px !important;
}

.site-home-custom .counter-facts .row {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 24px 60px rgba(17, 17, 17, .08);
}

.site-home-custom .counter-facts .counter {
    width: 100%;
    min-height: 170px;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #eeeeee;
    background: transparent;
}

.site-home-custom .counter-facts .counter::before {
    height: 4px;
    border-radius: 0;
    background: var(--bs-secondary);
}

.site-home-custom .counter-facts .counter .counter-icon {
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 32px;
    border-radius: 50%;
    transform: none;
    clip-path: none;
}

.site-home-custom .counter-facts .counter .counter-icon::before {
    display: none;
}

.site-home-custom .service {
    background: #111111;
}

.site-home-custom .service .section-title h1,
.site-home-custom .service .section-title p,
.site-home-custom .service .section-title h5 {
    color: #ffffff !important;
}

.site-home-custom .service .row.g-4 {
    align-items: stretch;
}

.site-home-custom .service .service-item {
    height: 100%;
    background: #ffffff;
    padding: 12px;
}

.site-home-custom .service .service-img img {
    height: 250px;
    object-fit: cover;
    border-radius: 0 !important;
}

.site-home-custom .service .service-title {
    margin-top: 0 !important;
}

.site-home-custom .service .service-title-name {
    opacity: 1 !important;
}

.site-home-custom .service .service-title-name .bg-primary {
    margin: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    text-align: left !important;
    padding: 22px 10px 8px !important;
}

.site-home-custom .service .service-title-name .h4 {
    color: var(--bs-primary) !important;
}

.site-home-custom .service .service-title-name .btn {
    display: inline-flex;
    margin: 0 10px 16px !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--bs-secondary) !important;
}

.site-home-custom .service .service-content {
    display: none;
}

.site-home-custom .features {
    background: #f7f7f7;
}

.site-home-custom .features .feature-item {
    height: 100%;
    display: flex;
    gap: 20px;
    text-align: left !important;
    border-radius: 0;
    box-shadow: none;
    border-left: 4px solid var(--bs-secondary);
    background: #ffffff;
}

.site-home-custom .features .feature-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
}

.site-home-custom .features .feature-icon i {
    font-size: 2rem;
}

.site-home-custom .features .feature-item::after {
    display: none;
}

.site-home-custom .country .row.g-4 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    align-items: stretch;
}

.site-home-custom .country .row.g-4 > [class*="col-"] {
    width: auto;
    max-width: none;
    margin-bottom: 0 !important;
}

.site-home-custom .country .row.g-4 > [class*="col-"]:first-child {
    grid-row: span 2;
}

.site-home-custom .country .country-item,
.site-home-custom .country .country-item > .rounded {
    height: 100%;
    border-radius: 0 !important;
}

.site-home-custom .country .country-item img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 0 !important;
}

.site-home-custom .country .country-flag {
    display: none;
}

.site-home-custom .testimonial {
    background: #111111;
    padding-top: 40px;
}

.site-home-custom .testimonial h1,
.site-home-custom .testimonial h5,
.site-home-custom .testimonial p {
    color: #ffffff !important;
}

.site-home-custom .testimonial .testimonial-content {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .08) !important;
}

.site-home-custom .training .training-item,
.site-home-custom .training .training-inner img,
.site-home-custom .training .training-title-name,
.site-home-custom .training .training-content {
    border-radius: 0 !important;
}

.site-home-custom .contact .office .office-item {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.site-home-custom .footer {
    background: #0b0b0b;
}

@media (max-width: 991.98px) {
    .site-home-custom .carousel-header .carousel-inner .carousel-item {
        min-height: 660px;
    }

    .site-home-custom .carousel-header .carousel-inner .carousel-item .carousel-caption {
        padding: 0 24px;
    }

    .site-home-custom .carousel-caption::after {
        display: none;
    }

    .site-home-custom .country .row.g-4 {
        grid-template-columns: 1fr;
    }
}
/*** Disney Yatra Custom Homepage End ***/


/*** Premium Travel Polish Start ***/
.site-home-custom {
    background: #ffffff;
}

.site-home-custom .btn {
    letter-spacing: .01em;
}

.site-home-custom .btn.btn-primary {
    box-shadow: 0 14px 30px rgba(239, 43, 36, .28);
}

.site-home-custom .btn.btn-primary:hover {
    box-shadow: 0 18px 38px rgba(17, 17, 17, .18);
}

.site-home-custom .navbar {
    min-height: 108px;
    box-shadow: 0 12px 38px rgba(17, 17, 17, .08);
}

.site-home-custom .navbar-light .navbar-nav .nav-link.active::before,
.site-home-custom .navbar-light .navbar-nav .nav-link.active::after,
.site-home-custom .navbar-light .navbar-nav .nav-link:hover::before,
.site-home-custom .navbar-light .navbar-nav .nav-link:hover::after {
    background: var(--bs-secondary);
}

.site-home-custom .carousel-header .carousel-inner .carousel-item {
    min-height: 760px;
}

.site-home-custom .carousel-header .carousel-inner .carousel-item img {
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.02);
}

.site-home-custom .carousel-header .carousel-inner .carousel-item .carousel-caption {
    align-items: center;
    background:
        radial-gradient(circle at 78% 28%, rgba(239, 43, 36, .28), transparent 23%),
        linear-gradient(105deg, rgba(0, 0, 0, .88) 0%, rgba(17, 17, 17, .74) 40%, rgba(17, 17, 17, .16) 100%);
}

.site-home-custom .carousel-caption > div {
    position: relative;
    padding: 34px 0 34px 34px !important;
    border-left: 5px solid var(--bs-secondary);
}

.site-home-custom .carousel-caption h1 {
    text-shadow: 0 18px 40px rgba(0, 0, 0, .42);
}

.site-home-custom .carousel-caption p {
    font-size: 1.15rem !important;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92) !important;
}

.site-home-custom .carousel-caption::after {
    content: "Premium Trip Desk\A Mumbai | Maharashtra\A Tour Packages\A Visa Guidance\A Hotel + Flight Support";
    border: 1px solid rgba(255, 255, 255, .45);
    border-top: 5px solid var(--bs-secondary);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9));
    font-weight: 500;
}

.site-home-custom .carousel-caption::before {
    content: "Call +91 9892527803";
    position: absolute;
    right: 8vw;
    bottom: 28px;
    padding: 11px 18px;
    color: #ffffff;
    background: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    box-shadow: 0 16px 34px rgba(239, 43, 36, .32);
}

.site-home-custom .carousel-header .carousel-control-prev .carousel-control-prev-icon,
.site-home-custom .carousel-header .carousel-control-next .carousel-control-next-icon {
    background-color: rgba(239, 43, 36, .92) !important;
    border: 1px solid rgba(255, 255, 255, .38);
}

.site-home-custom .container-fluid.py-5:first-of-type {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.site-home-custom .container-fluid.py-5:first-of-type .container {
    position: relative;
}

.site-home-custom .container-fluid.py-5:first-of-type .row {
    align-items: stretch;
    box-shadow: 0 28px 80px rgba(17, 17, 17, .10);
    background: #ffffff;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-5 {
    padding: 0;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 {
    background:
        linear-gradient(135deg, #111111 0%, #1b1b1b 62%, #2a0b0a 100%);
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 .bg-light {
    background: rgba(255, 255, 255, .08) !important;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 .text-primary,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 .h6 {
    color: rgba(255, 255, 255, .9) !important;
}

.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 .display-5 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.site-home-custom .counter-facts {
    margin-top: -52px;
    position: relative;
    z-index: 3;
    background: transparent;
}

.site-home-custom .counter-facts .row {
    border: none;
    box-shadow: 0 24px 70px rgba(17, 17, 17, .14);
}

.site-home-custom .counter-facts .counter {
    padding: 28px 18px;
}

.site-home-custom .counter-facts .counter .counter-value {
    font-size: 2.6rem;
}

.site-home-custom .service {
    background:
        linear-gradient(145deg, #111111 0%, #1a1a1a 52%, #350b09 100%);
    padding-bottom: 5rem;
}

.site-home-custom .service .service-item {
    padding: 0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    transition: transform .35s ease, box-shadow .35s ease;
}

.site-home-custom .service .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .35);
}

.site-home-custom .service .service-img {
    border-radius: 8px 8px 0 0;
}

.site-home-custom .service .service-img img {
    height: 300px;
    border-radius: 8px 8px 0 0 !important;
}

.site-home-custom .service .service-title-name .bg-primary {
    padding: 26px 24px 8px !important;
}

.site-home-custom .service .service-title-name .btn {
    margin: 0 24px 26px !important;
    font-weight: 600;
}

.site-home-custom .features {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.site-home-custom .features .feature-item {
    padding: 32px !important;
    border: 1px solid #ededed;
    border-left: 5px solid var(--bs-secondary);
    box-shadow: 0 18px 44px rgba(17, 17, 17, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.site-home-custom .features .feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(17, 17, 17, .12);
}

.site-home-custom .country {
    background: #ffffff;
}

.site-home-custom .country .country-item::after {
    height: 100%;
    opacity: .48;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .72) 100%);
}

.site-home-custom .country .country-name {
    top: auto;
    bottom: 24px;
    left: 24px;
    transform: none;
    opacity: 1;
    text-align: left;
}

.site-home-custom .country .country-name a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.site-home-custom .testimonial {
    background:
        radial-gradient(circle at 12% 20%, rgba(239, 43, 36, .22), transparent 24%),
        #111111;
}

.site-home-custom .testimonial .testimonial-content {
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
}

.site-home-custom .training {
    background:
        linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%) !important;
}

.site-home-custom .training .training-item {
    box-shadow: 0 24px 60px rgba(17, 17, 17, .12);
}

.site-home-custom .training .training-title-name {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .76) 100%) !important;
}

.site-home-custom .contact .office .office-item {
    box-shadow: 0 18px 46px rgba(17, 17, 17, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.site-home-custom .contact .office .office-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 66px rgba(17, 17, 17, .14);
}

.site-home-custom .footer {
    background:
        linear-gradient(135deg, #090909 0%, #151515 62%, #300908 100%);
}

@media (max-width: 991.98px) {
    .site-home-custom .carousel-caption > div {
        padding-left: 22px !important;
    }

    .site-home-custom .carousel-caption::before {
        display: none;
    }

    .site-home-custom .counter-facts {
        margin-top: 0;
    }
}
/*** Premium Travel Polish End ***/

/*** Compact Header Height Start ***/
.site-home-custom .navbar {
    min-height: 78px;
}

.site-home-custom .nav-bar .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.site-home-custom .navbar-light .navbar-brand {
    margin-left: -20px;
}

.site-home-custom .navbar-light .navbar-brand img.disney-yatra-logo {
    width: 360px;
    max-height: 74px;
}

.site-home-custom .navbar-light .navbar-nav .nav-link {
    padding: 22px 0;
    margin-right: 23px;
}

.site-home-custom .navbar-light .navbar-nav .nav-link:hover:before,
.site-home-custom .navbar-light .navbar-nav .nav-link.active:before {
    top: 10px;
}

.site-home-custom .navbar-light .navbar-nav .nav-link:hover::after,
.site-home-custom .navbar-light .navbar-nav .nav-link.active::after {
    bottom: 10px;
}

.site-home-custom .btn-md-square {
    width: 48px;
    height: 48px;
}

.site-home-custom .navbar .btn.rounded-pill {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

@media (max-width: 991.98px) {
    .site-home-custom .navbar {
        min-height: 68px;
    }

    .site-home-custom .navbar-light .navbar-brand img.disney-yatra-logo {
        width: 280px;
        max-height: 62px;
    }
}
/*** Compact Header Height End ***/

/*** Originality Cleanup Start ***/
.site-home-custom .about-custom {
    background:
        linear-gradient(180deg, #ffffff 0%, #fff6f5 100%);
}

.site-home-custom .about-travel-frame {
    position: relative;
    min-height: 470px;
}

.site-home-custom .about-main-img {
    height: 430px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 26px 60px rgba(17, 17, 17, .16);
}

.site-home-custom .about-floating-card {
    position: absolute;
    left: 28px;
    bottom: 42px;
    width: 245px;
    padding: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(17, 17, 17, .96), rgba(239, 43, 36, .92));
    border-left: 4px solid #ffffff;
    box-shadow: 0 18px 38px rgba(17, 17, 17, .24);
}

.site-home-custom .about-floating-card span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .82;
}

.site-home-custom .about-floating-card strong {
    display: block;
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.25;
}

.site-home-custom .about-stamp-img {
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 180px;
    padding: 14px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(17, 17, 17, .18);
}

.site-home-custom .about-promise {
    display: grid;
    gap: 14px;
}

.site-home-custom .about-promise > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    padding: 16px 18px;
    color: #1f2937;
    background: #ffffff;
    border-left: 3px solid var(--bs-secondary);
    box-shadow: 0 12px 32px rgba(17, 17, 17, .07);
}

.site-home-custom .about-promise i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--bs-secondary);
    border-radius: 50%;
}

.site-home-custom .about-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.site-home-custom .about-mail {
    color: var(--bs-primary);
    font-weight: 600;
}

.site-home-custom .counter-facts .counter-content h3 {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-home-custom .travel-desk-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(17, 17, 17, .13);
}

.site-home-custom .travel-desk-photo img {
    min-height: 430px;
    object-fit: cover;
}

.site-home-custom .travel-desk-content {
    padding: 44px;
    background:
        radial-gradient(circle at 100% 0%, rgba(239, 43, 36, .13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fff7f6 100%);
}

.site-home-custom .desk-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bs-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.site-home-custom .travel-desk-content h3 {
    max-width: 640px;
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.18;
}

.site-home-custom .desk-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
}

.site-home-custom .desk-info-grid a,
.site-home-custom .desk-info-grid div {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    min-height: 62px;
    padding: 12px 14px;
    color: #111111;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 6px;
}

.site-home-custom .desk-info-grid i {
    color: var(--bs-secondary);
    font-size: 18px;
}

.site-home-custom .desk-hours {
    padding: 16px 18px;
    color: #ffffff;
    background: #111111;
    border-left: 4px solid var(--bs-secondary);
    border-radius: 6px;
}

.site-home-custom .desk-hours span {
    display: block;
    margin-top: 4px;
    opacity: .75;
}

.site-home-custom .footer-brand-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .9fr 1.15fr;
    gap: 34px;
}

.site-home-custom .footer-logo {
    width: 300px;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 12px;
    background: #ffffff;
    border-radius: 6px;
}

.site-home-custom .footer-brand-panel p,
.site-home-custom .footer-contact-panel p {
    color: rgba(255, 255, 255, .78);
}

.site-home-custom .footer-link-panel,
.site-home-custom .footer-contact-panel {
    display: flex;
    flex-direction: column;
}

.site-home-custom .footer-link-panel a,
.site-home-custom .footer-contact-panel a {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .78);
}

.site-home-custom .footer-link-panel a:hover,
.site-home-custom .footer-contact-panel a:hover {
    color: var(--bs-secondary);
}

.site-home-custom .footer-socials {
    display: flex;
    gap: 8px;
}

.site-home-custom .footer-socials .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .site-home-custom .about-travel-frame {
        min-height: auto;
    }

    .site-home-custom .about-main-img {
        height: 360px;
    }

    .site-home-custom .about-stamp-img {
        right: 12px;
        width: 140px;
    }

    .site-home-custom .travel-desk-content {
        padding: 30px;
    }

    .site-home-custom .desk-info-grid,
    .site-home-custom .footer-brand-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .site-home-custom .about-main-img {
        height: 300px;
    }

    .site-home-custom .about-floating-card {
        left: 14px;
        bottom: 22px;
        width: 210px;
    }

    .site-home-custom .travel-desk-content h3 {
        font-size: 26px;
    }
}
/*** Originality Cleanup End ***/

/*** Small Home Banner Start ***/
.site-home-custom .carousel-header,
.site-home-custom .carousel-header .carousel-inner,
.site-home-custom .carousel-header .carousel-inner .carousel-item {
    min-height: 560px !important;
    height: 560px !important;
}

.site-home-custom .carousel-caption > div {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.site-home-custom .carousel-caption h1 {
    font-size: clamp(42px, 5vw, 76px);
}

.site-home-custom .carousel-caption p {
    margin-bottom: 22px !important;
}

@media (max-width: 991.98px) {
    .site-home-custom .carousel-header,
    .site-home-custom .carousel-header .carousel-inner,
    .site-home-custom .carousel-header .carousel-inner .carousel-item {
        min-height: 500px !important;
        height: 500px !important;
    }
}

@media (max-width: 575px) {
    .site-home-custom .carousel-header,
    .site-home-custom .carousel-header .carousel-inner,
    .site-home-custom .carousel-header .carousel-inner .carousel-item {
        min-height: 460px !important;
        height: 460px !important;
    }
}
/*** Small Home Banner End ***/

/*** Full Responsive Polish Start ***/
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.site-home-custom .section-title {
    padding-left: 12px;
    padding-right: 12px;
}

.site-home-custom .section-title p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199.98px) {
    .site-home-custom .navbar-light .navbar-brand img.disney-yatra-logo {
        width: 300px;
    }

    .site-home-custom .navbar-light .navbar-nav .nav-link {
        margin-right: 16px;
        font-size: 15px;
    }

    .site-home-custom .navbar .btn.rounded-pill {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .site-home-custom .carousel-caption::after {
        right: 34px;
    }

    .site-home-custom .service .service-title-name .bg-primary {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .site-home-custom .country .row.g-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-home-custom .country .row.g-4 > [class*="col-"]:first-child {
        grid-row: auto;
    }

    .site-home-custom .footer-brand-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .site-home-custom .nav-bar .navbar {
        padding: 10px 16px !important;
    }

    .site-home-custom .navbar-light .navbar-brand {
        max-width: calc(100% - 64px);
        margin-left: 0;
    }

    .site-home-custom .navbar-light .navbar-brand img.disney-yatra-logo {
        width: min(280px, 100%);
        max-height: 58px;
    }

    .site-home-custom .navbar.navbar-expand-lg .navbar-toggler {
        width: 44px;
        height: 44px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-home-custom .navbar-light .navbar-collapse {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        padding: 12px 0 4px;
        background: #ffffff;
    }

    .site-home-custom .navbar-light .navbar-nav .nav-link,
    .site-home-custom .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 4px;
        font-size: 16px;
        border-bottom: 1px solid rgba(17, 17, 17, .08);
    }

    .site-home-custom .navbar-light .navbar-nav .nav-link::before,
    .site-home-custom .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }

    .site-home-custom .navbar .btn-md-square,
    .site-home-custom .navbar .btn.rounded-pill {
        margin-top: 12px;
        margin-bottom: 0 !important;
    }

    .site-home-custom .carousel-header .carousel-inner .carousel-item .carousel-caption {
        align-items: center;
        text-align: left;
    }

    .site-home-custom .carousel-caption > div {
        max-width: 92% !important;
        padding-left: 22px !important;
        padding-right: 12px !important;
    }

    .site-home-custom .carousel-caption h1 {
        font-size: clamp(34px, 7vw, 56px);
    }

    .site-home-custom .carousel-caption p {
        max-width: 520px;
        font-size: 16px !important;
        line-height: 1.6;
    }

    .site-home-custom .carousel-caption::after,
    .site-home-custom .carousel-caption::before {
        display: none;
    }

    .site-home-custom .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .site-home-custom .carousel-header .carousel-control-next .carousel-control-next-icon {
        width: 42px;
        height: 42px;
        margin: 0 12px;
    }

    .site-home-custom .counter-facts .counter {
        width: 100%;
        max-width: 260px;
        border-radius: 16px;
    }

    .site-home-custom .service .service-img img {
        height: 240px;
    }

    .site-home-custom .service .service-title-name .btn {
        padding: 12px 24px !important;
    }

    .site-home-custom .service .service-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-home-custom .feature .feature-item {
        height: 100%;
    }

    .site-home-custom .country .row.g-4 {
        display: flex;
    }

    .site-home-custom .country .country-item img {
        min-height: 240px;
    }

    .site-home-custom .training .training-inner img {
        height: 260px;
        object-fit: cover;
    }

    .site-home-custom .testimonial .testimonial-content {
        padding: 24px !important;
    }

    .site-home-custom .footer-brand-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .site-home-custom .container.py-5,
    .site-home-custom .container-fluid.py-5 {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .site-home-custom .display-5 {
        font-size: 30px;
        line-height: 1.2;
    }

    .site-home-custom .section-title {
        margin-bottom: 32px !important;
    }

    .site-home-custom .sub-title::before,
    .site-home-custom .sub-title::after,
    .site-home-custom .section-title .sub-style::before,
    .site-home-custom .section-title .sub-style::after {
        display: none;
    }

    .site-home-custom .carousel-header,
    .site-home-custom .carousel-header .carousel-inner,
    .site-home-custom .carousel-header .carousel-inner .carousel-item {
        min-height: 440px !important;
        height: 440px !important;
    }

    .site-home-custom .carousel-caption h4,
    .site-home-custom .carousel-caption h5 {
        font-size: 12px;
        letter-spacing: .14em;
    }

    .site-home-custom .carousel-caption h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .site-home-custom .carousel-caption .btn {
        padding: 12px 24px !important;
    }

    .site-home-custom .about-main-img {
        height: 280px;
    }

    .site-home-custom .about-stamp-img {
        display: none;
    }

    .site-home-custom .about-floating-card {
        width: calc(100% - 28px);
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .site-home-custom .about-promise > div {
        grid-template-columns: 40px 1fr;
        padding: 14px;
    }

    .site-home-custom .about-cta-row {
        align-items: stretch;
        flex-direction: column;
    }

    .site-home-custom .about-cta-row .btn,
    .site-home-custom .about-mail {
        width: 100%;
        text-align: center;
    }

    .site-home-custom .service {
        padding-top: 42px !important;
    }

    .site-home-custom .service .service-title-name .bg-primary {
        margin-left: 14px !important;
        margin-right: 14px !important;
        padding: 14px !important;
    }

    .site-home-custom .service .service-title-name .h4 {
        font-size: 17px;
    }

    .site-home-custom .feature .feature-item {
        padding: 24px 18px !important;
    }

    .site-home-custom .country .country-name {
        left: 18px;
        bottom: 18px;
    }

    .site-home-custom .travel-desk-content {
        padding: 24px 18px;
    }

    .site-home-custom .travel-desk-photo img {
        min-height: 260px;
    }

    .site-home-custom .desk-info-grid {
        grid-template-columns: 1fr;
    }

    .site-home-custom .desk-info-grid a,
    .site-home-custom .desk-info-grid div {
        grid-template-columns: 34px 1fr;
        word-break: break-word;
    }

    .site-home-custom .footer {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .site-home-custom .footer-brand-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-home-custom .footer-logo {
        width: 240px;
    }

    .site-home-custom .copyright .row {
        gap: 10px !important;
    }
}

@media (max-width: 420px) {
    .site-home-custom .nav-bar .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .site-home-custom .navbar-light .navbar-brand img.disney-yatra-logo {
        width: min(230px, 100%);
        max-height: 52px;
    }

    .site-home-custom .carousel-header,
    .site-home-custom .carousel-header .carousel-inner,
    .site-home-custom .carousel-header .carousel-inner .carousel-item {
        min-height: 420px !important;
        height: 420px !important;
    }

    .site-home-custom .carousel-caption > div {
        padding-left: 16px !important;
        border-left-width: 3px;
    }

    .site-home-custom .carousel-caption h1 {
        font-size: 30px;
    }

    .site-home-custom .carousel-caption p {
        font-size: 14px !important;
    }

    .site-home-custom .btn {
        white-space: normal;
    }

    .site-home-custom .service .service-img img,
    .site-home-custom .training .training-inner img {
        height: 220px;
    }

    .site-home-custom .country .country-item img {
        min-height: 220px;
    }

    .site-home-custom .travel-desk-content h3 {
        font-size: 24px;
    }
}
/*** Full Responsive Polish End ***/

/*** Premium Stats Strip Start ***/
.site-home-custom .counter-facts {
    padding: 54px 0 !important;
    margin-top: 0;
    background:
        radial-gradient(circle at 9% 0%, rgba(239, 43, 36, .12), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(17, 17, 17, .08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff7f6 100%);
}

.site-home-custom .counter-facts .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-home-custom .counter-facts .row {
    padding: 14px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(239, 43, 36, .12);
    border-radius: 10px;
    box-shadow: 0 28px 70px rgba(17, 17, 17, .1);
    backdrop-filter: blur(10px);
}

.site-home-custom .counter-facts .counter {
    overflow: hidden;
    min-height: 230px;
    padding: 30px 22px;
    border: 1px solid rgba(17, 17, 17, .07);
    border-right: 1px solid rgba(17, 17, 17, .07);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
    box-shadow: 0 18px 42px rgba(17, 17, 17, .09);
    transition: transform .35s ease, box-shadow .35s ease;
}

.site-home-custom .counter-facts .counter:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 58px rgba(239, 43, 36, .15);
}

.site-home-custom .counter-facts .counter::before {
    width: 80px;
    height: 5px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 0 0 999px 999px;
    background: var(--bs-secondary);
}

.site-home-custom .counter-facts .counter::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 120px;
    height: 120px;
    background: rgba(239, 43, 36, .07);
    border-radius: 50%;
}

.site-home-custom .counter-facts .counter .counter-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 78px;
    background:
        linear-gradient(135deg, var(--bs-secondary), #b9130f);
    box-shadow: 0 16px 36px rgba(239, 43, 36, .32);
}

.site-home-custom .counter-facts .counter h3 {
    min-height: auto;
    margin-bottom: 22px;
    color: #111111;
    font-size: 15px;
    letter-spacing: .1em;
}

.site-home-custom .counter-facts .counter .counter-value {
    display: inline-block;
    color: var(--bs-secondary);
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
}

.site-home-custom .counter-facts .counter h4 {
    color: var(--bs-secondary) !important;
    font-size: 24px !important;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-home-custom .counter-facts {
        padding: 42px 0 !important;
    }

    .site-home-custom .counter-facts .counter {
        min-height: 210px;
    }
}

@media (max-width: 575px) {
    .site-home-custom .counter-facts .row {
        padding: 10px;
    }

    .site-home-custom .counter-facts .counter {
        min-height: 190px;
        padding: 24px 18px;
    }

    .site-home-custom .counter-facts .counter .counter-icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 26px;
    }

    .site-home-custom .counter-facts .counter .counter-value {
        font-size: 2.45rem;
    }
}
/*** Premium Stats Strip End ***/

/*** Balanced Light Brand Theme Start ***/
.site-home-custom .carousel-header {
    background: #f7f2f1;
}

.site-home-custom .carousel-header .carousel-inner .carousel-item .carousel-caption {
    background:
        linear-gradient(90deg, rgba(17, 17, 17, .7) 0%, rgba(17, 17, 17, .46) 42%, rgba(239, 43, 36, .18) 100%);
}

.site-home-custom .about-custom .col-xl-7,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 {
    background:
        radial-gradient(circle at 100% 0%, rgba(239, 43, 36, .12), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fff7f6 100%) !important;
}

.site-home-custom .about-custom .col-xl-7 h1,
.site-home-custom .about-custom .col-xl-7 h5,
.site-home-custom .about-custom .col-xl-7 p,
.site-home-custom .about-custom .col-xl-7 span,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 h1,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 h5,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 p,
.site-home-custom .container-fluid.py-5:first-of-type .col-xl-7 span {
    color: #111111 !important;
}

.site-home-custom .about-promise > div {
    background: #ffffff;
}

.site-home-custom .service {
    background:
        radial-gradient(circle at 12% 0%, rgba(239, 43, 36, .11), transparent 28%),
        linear-gradient(180deg, #fff7f6 0%, #ffffff 100%) !important;
}

.site-home-custom .service .section-title h1,
.site-home-custom .service .section-title p,
.site-home-custom .service .section-title h5 {
    color: #111111 !important;
}

.site-home-custom .service .service-item {
    background: #ffffff;
    box-shadow: 0 22px 54px rgba(17, 17, 17, .12);
}

.site-home-custom .service .service-item:hover {
    box-shadow: 0 30px 66px rgba(239, 43, 36, .16);
}

.site-home-custom .service .service-title-name .bg-primary {
    background: #111111 !important;
}

.site-home-custom .testimonial {
    background:
        radial-gradient(circle at 12% 16%, rgba(239, 43, 36, .1), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff7f6 100%) !important;
}

.site-home-custom .testimonial h1,
.site-home-custom .testimonial h5,
.site-home-custom .testimonial p {
    color: #111111 !important;
}

.site-home-custom .testimonial .testimonial-content {
    background: #ffffff;
    border: 1px solid rgba(239, 43, 36, .12);
    box-shadow: 0 22px 54px rgba(17, 17, 17, .1);
}

.site-home-custom .testimonial .testimonial-content p {
    color: #4b5563 !important;
}

.site-home-custom .footer {
    background:
        radial-gradient(circle at 92% 0%, rgba(239, 43, 36, .22), transparent 24%),
        linear-gradient(135deg, #231817 0%, #111111 58%, #2b0f0d 100%) !important;
}

.site-home-custom .desk-hours {
    background: linear-gradient(135deg, var(--bs-secondary), #bd1712);
}
/*** Balanced Light Brand Theme End ***/
