@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}



::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}


::-webkit-scrollbar-track {
    background-color: #ffffff65;
}


::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}


/* ::-webkit-scrollbar-thumb:hover {
  background-color: #0092cc;
} */

::selection {
    background-color: #0092cc;
    color: #ffffff;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0092cc;
    line-height: 1.4;
}

h1 {
    font-weight: 700;
    font-size: 60px;
}

h2 {
    font-weight: 700;
    font-size: 50px;
}

h3 {
    font-weight: 500;
    font-size: 19px;
}

h4 {
    font-weight: 500;
    font-size: 18px;
}

a {
    color: #fd5056;
    transition: 0.5s;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: #4141a5;
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

/* padding css */
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

/* margin css */
.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.no-wrap {
    flex-wrap: nowrap;
}

.color-primary {
    color: #fd5056 !important;
}

.color-secondary {
    color: #4141a5 !important;
}

.color-dark {
    color: #090031;
}

.bg-primary {
    background-color: #fffdf8 !important;
}

.bg-light {
    background-color: #f9f8fe !important;
}

.bg-secondary {
    background-color: #fff9e9 !important;
}

/*section-title*/
.section-title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    color: #0092cc;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 25px;
}

.section-title p {
    max-width: 640px;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    color: #000000c7;
    margin-right: auto;
}

.section-title .learn-more-btn {
    margin-top: 20px;
}

.section-title.style-two {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.section-title.style-two::before {
    display: none;
}

.section-title.style-two h2 {
    padding: unset;
    margin-top: -10px;
}

/* Primary Button */
.btn-primary {
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    border-radius: 30px;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: #0092cc;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    color: #0092cc;
    background-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

/* Secondary button */
.btn-secondary {
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    border-radius: 5px;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.btn-secondary:hover {
    color: #ffc800;
    background-color: transparent;
}

.btn-secondary i {
    margin-left: 5px;
    vertical-align: middle;
}

.btn-secondary:focus {
    box-shadow: none;
}

/* Text Button*/
.btn-text-only {
    background: transparent;
}

/* Social Icon CSS*/
.social-link a {
    display: inline-block;
    line-height: 0;
    text-align: center;
    background: #ffffff;
    color: #fd5056;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    margin-right: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.social-link a:hover {
    background: #fd5056;
    color: #ffffff;
}

.social-link a:last-child {
    margin-right: 0;
}

/*Form-Control CSS*/
.form-control {
    height: 58px;
    color: #090031;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #00000069;
    transition: 0.5s;
    padding: 0 0 0 18px;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #797979;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.terms-of-services .book-form h4 {
    color: #0092CC;
}



.form-control::placeholder {
    color: #00000062;
    transition: 0.5s;
}

.form-control:focus {
    border: 1px solid #00b7ff;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    border: 1px solid #00000069;
}

/* -----------------------------------------
  Navbar CSS
----------------------------------------- */
.header-area .top-header-area {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    padding-top: 5px;
}

.header-area .top-header-area .contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-area .social-icons {
    margin-right: 15px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.header-area .social-icons a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
}


.header-area .social-icons a:hover {
    color: #000000;
}

.header-area .top-header-area .contact-info .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area .top-header-area .contact-info .content i {
    vertical-align: middle;
    margin-right: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
}

.header-area .top-header-area .contact-info .content a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.header-area .top-header-area .contact-info .content a:hover {
    color: #000;
}

.header-area .top-header-area .side-option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-area .top-header-area .side-option .item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
}

.header-area .top-header-area .side-option .item .language a img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    border-radius: 50%;
    margin-top: -2px;
}

.header-area .top-header-area .side-option .item .language .menu {
    border: none;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 0 10px 10px;
    position: absolute;
    background: #ffffff;
    transition: 0.5s;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s linear 1;
    list-style-type: none;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item {
    padding: 5px;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item .menu-link {
    font-size: 15px;
    font-weight: 500;
    color: #090031;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item .menu-link:hover {
    color: #fd5056;
}

.header-area .top-header-area .side-option .item .language .menu img {
    margin-top: 0;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -1.5px;
}

.header-area .top-header-area .side-option .item .btn-search {
    text-align: center;
    transition: 0.5s;
    padding: 19px 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.header-area .top-header-area .side-option .item .btn-search:hover i {
    transform: scale(1.2);
}

.header-area .top-header-area .side-option .item .btn-search i {
    transition: 0.5s;
    vertical-align: middle;
}

.header-area .top-header-area .side-option .item:last-child {
    padding: 0;
    margin-right: 0;
}

.header-area .top-header-area .side-option .btn-secondary {
    padding: 9px 25px;
    font-size: 14px;
}



.main-navbar-area.stickyadd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slideInDown 1s 1;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .main-navbar-area.stickyadd {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.main-navbar-area.stickyadd .main-nav .navbar {
    padding: 0 0;
}

.main-navbar-area {
    background-color: #ffffff;
}


.main-responsive-nav {
    display: none;
}

.navbar-light .navbar-brand .logo2 {
    display: none;
}

.main-nav .navbar {
    position: inherit;
    padding: 15px 0;
    background: transparent;
}

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.main-nav .navbar .navbar-nav .nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.main-nav .navbar .navbar-nav .nav-item a:hover {
    color: #0092cc;
}

.main-nav .navbar .navbar-nav .nav-item a:hover::before {
    transform: scaleX(1);
}

.main-nav .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: linear-gradient(45deg, #0092CC, #157fd9);
    transition: 0.5s;
}

.main-nav .navbar .navbar-nav .nav-item a.active {
    color: #0092cc;
}

.main-nav .navbar .navbar-nav .nav-item a.active::before {
    transform: scaleX(1);
    background-color: #0092cc;
}

.main-nav .navbar .navbar-nav .nav-item .toggle i {
    transition: 0.5s;
    vertical-align: middle;
}

.main-nav .navbar .navbar-nav .nav-item .toggle:hover i {
    transform: rotate(-180deg);
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 50px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid transparent;
    /* Start with a transparent border */
    position: relative;
    /* To position the pseudo-element */
}

/* Create the animated border effect */
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0092cc;
    transform: scaleX(0);
    /* Initially hide the border */
    transform-origin: bottom right;
    transition: transform 0.6s ease-out;
    /* Transition for the animation */
}

/* Hover effect to move the border from left to right */
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover::before {
    transform: scaleX(1);
    /* Animate the border from left to right */
    transform-origin: bottom left;
}


.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    color: #0092cc;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover::before {
    width: 0;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffc800;
    transition: 0.5s;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active::before {
    width: 0;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu .toggle::after {
    transform: none;
}

.main-nav .navbar .navbar-nav .nav-item:hover .toggle::after {
    transform: rotateZ(90deg);
}

.cart .cart-btn {
    position: relative;
    background: #f9f8fe;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 25px;
    padding: 12px 13px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
}

.cart .cart-btn i {
    vertical-align: middle;
}

.cart .cart-btn .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    color: #ffffff;
    padding: 3px 5px;
    line-height: 13px;
    background: #fd5056;
}

.cart.responsive {
    display: none;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #090031;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #fd5056;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {
    .header-area .top-header-area .contact-info .contact-info-content {
        margin-left: 10px;
    }

    .header-area .top-header-area .contact-info i {
        position: unset;
        width: unset;
        height: unset;
        vertical-align: 3px;
    }

    .main-navbar-area {
        position: relative;
    }

    .main-responsive-nav {
        display: block;
        background: transparent;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }

    .main-responsive-nav .main-responsive-menu .logo .logo2 {
        display: none;
    }

    .main-responsive-nav .mean-bar {
        z-index: 9;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
        height: 250px;
        overflow-y: scroll;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #0092CC;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-brand {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .side-option {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        /* overflow-y: scroll; */
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive {
        display: block;
        position: absolute;
        top: 50%;
        right: 45px;
        transform: translateY(-50%);
        z-index: 11;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive .cart-btn {
        margin-right: 5px;
        margin-left: 0;
        padding: 6px 7px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive .cart-btn .badge {
        padding: 1px 4px;
    }

    .main-responsive-nav .logo {
        position: relative;
        width: 60%;
        z-index: 10;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0092cc;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: linear-gradient(45deg, #0092CC, #157fd9);
    }

    .main-nav {
        display: none;
    }

    .cart {
        display: none;
    }
}

/* -----------------------------------------
  Banner CSS
----------------------------------------- */
.home-banner-area {
    position: relative;
    overflow: hidden;
}

.home-banner-area .banner-content .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #4141a5;
}

.home-banner-area .banner-content h1 {
    font-size: 50px;
    color: #090031;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.home-banner-area .banner-content p {
    font-size: 18px;
    color: #39325a;
    margin-bottom: 35px;
}

.home-banner-area .search-form .select-box {
    position: relative;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
}

.home-banner-area .search-form .select-box .form-control {
    padding: 12px 0 12px 18px;
}

.home-banner-area .search-form .select-box i {
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 22px;
    transform: translateY(-50%);
    color: #0092cc;
    z-index: 1;
}

.home-banner-area .search-form .select-box .date-select::-moz-placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .date-select::placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .nice-select {
    float: unset;
    color: #39325a;
    text-transform: capitalize;
    line-height: 35px;
}

.home-banner-area .search-form .select-box .nice-select .list {
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.home-banner-area .search-form .select-box .nice-select .list .option {
    transition: 0.6s;
    color: #39325a;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.home-banner-area .search-form .select-box .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
    color: #090031;
}

.home-banner-area .search-form .select-box .nice-select::after {
    display: none;
}

.home-banner-area .search-form .select-box .open:after {
    display: none;
}

.home-banner-area .search-form .btn-primary {
    border-radius: 5px;
    width: 100%;
    box-shadow: none;
}

.home-banner-area .banner-slider {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20%;
}

.home-banner-area .banner-slider .slider-item {
    position: relative;
    overflow: hidden;
}

.home-banner-area .banner-slider .slider-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 70px;
    background: rgba(9, 0, 49, 0.7);
    border-top-right-radius: 40%;
}

.home-banner-area .banner-slider .slider-item .content i {
    margin-right: 4px;
    color: #f9f8fe;
    vertical-align: middle;
}

.home-banner-area .banner-slider .slider-item .content span {
    color: #f9f8fe;
}

.home-banner-area .banner-slider .slider-item .content h3 {
    margin-bottom: 5px;
}

.home-banner-area .banner-slider .slider-item .content h3 a {
    color: #ffffff;
    text-decoration: underline;
}

.home-banner-area .banner-slider .slider-item .content h3 a:hover {
    color: #fd5056;
}

.home-banner-area .banner-slider .slider-item .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.home-banner-area .banner-slider .slider-item .content .review span {
    margin-left: 8px;
}

.home-banner-area .banner-slider .slider-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    color: #f9f8fe;
}

.home-banner-area .banner-slider .slider-item .content .list li {
    display: inline-block;
    margin-right: 12px;
}

.home-banner-area .banner-slider .slider-item .content .list li:last-child {
    color: #ffffff;
    font-size: 22px;
    margin-right: 0;
    margin-left: auto;
}

.home-banner-area .banner-slider .owl-item.active .content {
    animation: zoomIn 0.5s linear 1;
}

.home-banner-area .banner-slider .owl-nav {
    position: absolute;
    top: 30px;
    left: 30px;
}

.home-banner-area .owl-dots {
    position: absolute;
    right: 12px;
    bottom: 65px;
    z-index: 1;
}

.home-banner-area .owl-dots .owl-dot {
    cursor: pointer;
    display: inline-block;
    margin-right: 12px;
    border-radius: 10px;
    max-width: 80px;
    transition: 0.5s;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.home-banner-area .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.home-banner-area .owl-dots .owl-dot:hover {
    transform: translateY(-3px);
}

.home-banner-area.home-style-two {
    padding-bottom: 40px;
}

.home-banner-area.home-style-two .banner-image {
    max-width: 576px;
    margin-left: auto;
    opacity: 0;
}

.home-banner-area.home-style-two .banner-slider-two {
    background: #f9f8fe;
}

.home-banner-area.home-style-two .banner-content {
    max-width: 720px;
    margin-left: unset;
    margin-right: auto;
    text-align: center;
    padding-right: 52px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.home-banner-area.home-style-two .banner-content h1 span {
    color: #fd5056;
}

.home-banner-area.home-style-two .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
}

.home-banner-area.home-style-two .owl-item.active .banner-image {
    opacity: 1;
    animation: fadeInLeft 1s linear 1;
}

.home-banner-area.home-style-two .owl-item.active .banner-content {
    animation: fadeIn 1.6s linear 1;
}

.home-banner-area.home-style-two .owl-item.active .bg-shape {
    opacity: 1;
    animation: fadeInUp 1.5s linear 1;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #4141a5;
    color: #ffffff;
    border: 1px solid #4141a5;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #4141a5;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.home-banner-area.home-style-two .search-form {
    position: relative;
    top: -60px;
    padding: 30px 15px 15px 15px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    z-index: 9;
}

.home-banner-area.home-style-two .search-form .btn-search {
    text-align: center;
    transition: 0.5s;
    padding: 14px 0;
    width: 100%;
    color: #ffffff;
    background-color: #fd5056;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.home-banner-area.home-style-two .search-form .btn-search:hover i {
    transform: scale(1.2);
}

.home-banner-area.home-style-two .search-form .btn-search i {
    transition: 0.5s;
    vertical-align: middle;
}

.home-banner-area.home-style-three .banner-content {
    padding: 305px 0 350px;
    text-align: center;
}

.home-banner-area.home-style-three .banner-content .sub-title {
    color: #ffffff;
    padding: 5px;
}

.home-banner-area.home-style-three .banner-content h1 {
    color: #ffffff;
    /* Text fill color */
    -webkit-text-stroke: 1px #0000001e;

}


.home-banner-area.home-style-three .banner-content p {
    color: #ffc800;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #0092cc00;

}

.home-banner-area.home-style-three .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: transparent;
    border: 1px solid #0092cc;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.home-banner-area.home-style-three .search-form {
    position: absolute;
    bottom: 214px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1302px;
    padding: 30px 15px 15px 15px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

}

.home-banner-area.home-style-three .search-form .btn-search {
    text-align: center;
    transition: 0.5s;
    padding: 14px 0;
    width: 100%;
    color: #0092cc;
    background-color: #ffffff;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.home-banner-area.home-style-three .search-form .btn-search:hover i {
    transform: scale(1.2);
}

.home-banner-area.home-style-three .search-form .btn-search i {
    transition: 0.5s;
    vertical-align: middle;
}

/* -----------------------------------------
  About CSS
----------------------------------------- */
.about-section {
    background: #ffffff;
    padding-top: 90px 0;
    text-align: center;
}

.about-content {
    margin: 0 auto;
    padding: 0 20px;
}

.about-content h2 {
    font-size: 55px;
    font-weight: 700;
    color: #0092cc;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 25px;
}

.about-content .lead {
    font-size: 18px;
    color: #0000009a;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
    border: #00000010 1px solid;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.feature-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: #00000031 1px solid;
    background-color: #0092cc;
}

.feature-item span {
    font-size: 14px;
    color: #000;
    text-align: center;
    transition: color 0.5s ease-in-out;
}

.feature-item:hover span {
    color: #ffffff;
}

.feature-item:hover i {
    color: #ffffff;
}

.feature-item i {
    font-size: 24px;
    color: #0092cc;
    margin-bottom: 10px;
    transition: color 0.5s ease-in-out;
}

.cta-buttons {
    margin-top: 10px;
    text-align: center;
}


.cta-buttons .btn-primary {
    border-radius: 3px;
    border: 1px solid #0092cc;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-content h2 {
        font-size: 28px;
    }

    .about-content .lead {
        font-size: 16px;
    }

    .about-content p {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .feature-item i {
        font-size: 20px;
    }

    .feature-item span {
        font-size: 12px;
    }

    .cta-buttons {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0;
        text-align: center;
        border-bottom: 1px solid #0000002a;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* VDO */
.video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #0092cc;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-btn i {
    font-size: 28px;
    color: #ffffff;
}

.video-btn::after,
.video-btn::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: ripple 3s linear infinite;
    opacity: 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #0092cc;
}

.video-btn::before {
    animation-delay: 1s;
}


/* -----------------------------------------
  	Destination CSS
----------------------------------------- */
.destination-section {
    padding-top: 40px;
    background-color: #0bb4f70f;
}

.destination-section .filter-group {
    text-align: center;
    margin-bottom: 40px;
}

.destination-section .filter-group .list-control {
    display: inline-block;
    border-radius: 30px;
    margin: 0;
    padding: 0;
}

.destination-section .filter-group .list-control li {
    margin-right: 16px;
    padding: 0px 0px 3px 0;
    border-radius: 30px;
    cursor: pointer;
    display: inherit;
    position: relative;
    color: #090031;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.destination-section .filter-group .list-control li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    transform: scaleX(0);
    background: #fd5056 !important;
    opacity: 0;
}

.destination-section .filter-group .list-control li.active {
    color: #fd5056;
}

.destination-section .filter-group .list-control li.active::before {
    transform: scaleX(1);
    opacity: 1;
    color: #fd5056 !important;
    background-color: transparent;
}

.destination-section .filtr-container {
    margin: 0 !important;
}

.destination-section .item-single {
    position: relative;
    overflow: hidden;
}

.destination-section .item-single img {
    border-radius: 5px;
    width: 100% !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .destination-section .item-single img {
        width: 100% !important;
    }
}

.destination-section .item-single .content {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #ffffff;
    border-radius: 7px;
    padding: 25px 16px;
    width: 100%;
    max-width: calc(100% - 30px);
    transition: 0.5s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.destination-section .item-single .content .location i {
    color: #0092cc;
    margin-right: 4px;
    vertical-align: -1px;
}

.destination-section .item-single .content i {
    color: #000;
    margin-right: 4px;
    vertical-align: -1px;
}

.destination-section .item-single .content span {
    color: #0092cc;
    font-size: 14px;
}

.destination-section .item-single .content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.destination-section .item-single .content h3 a {
    color: #0092cc;
    font-weight: 600;
}

.destination-section .item-single .content p {
    padding-top: 15px;
    display: none;
    font-size: 15px;
}

.destination-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.destination-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    font-weight: bold;
    color: #464646;
}

.destination-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #464646;
    margin-left: auto;
}

.destination-section .item-single:hover .content {
    background: #000000;
    animation: fadeInUp 0.3s linear 1;
}

.destination-section .item-single:hover .content i {
    color: #ffffff;
}

.destination-section .item-single:hover .content span {
    color: #ffffff;
}

.destination-section .item-single:hover .content h3 a {
    color: #ffffff;
    font-weight: bold;
    transition: color 0.5s, font-weight 0.5s;
}

.destination-section .item-single:hover .content h3:hover a {
    color: #0092cc;
    font-weight: bold;
}

.destination-section .item-single:hover .content .list li {
    color: #ffffff;
}

.destination-section .item-single:hover .content .list li:last-child {
    color: #ffffff;
    font-weight: bold;
}

.destination-section .item-single:hover .content p {
    color: #ffffff;
    display: block;
}

.destination-section .item-single .spacer {
    width: 100%;
    min-height: 150px;
}

.top-destination-section {
    background: #fff;
    padding: 80px 0px;
}

.top-destination-section .item-single {
    overflow: hidden;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

.top-destination-section .item-single .image img {
    width: 100% !important;
}

.top-destination-section .item-single .content {
    padding: 25px 16px;
}

.top-destination-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.top-destination-section .item-single .content span {
    color: #797979;
}

.top-destination-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.top-destination-section .item-single .content h3 a {
    color: #0092cc;
}

.top-destination-section .item-single .content p {
    padding-top: 15px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.top-destination-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.top-destination-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    transition: 0.5s;
    font-weight: bold;
}

.top-destination-section .item-single .content .list li:last-child {
    font-weight: 900;
    margin-right: 0;
    color: #000000;
    margin-left: auto;
}

.top-destination-section .item-single:hover {
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
}

.top-destination-section .item-single:hover .list li:last-child {
    color: #0092cc;
    font-weight: 900;
}

#top-destination .section-title h2 {
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 50px;
}

#top-destination .section-title h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #0092cc;
    transform: translateX(-50%);
}

#top-destination .holidays-p {
    max-width: 640px;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    color: #000000c7;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    #top-destination .section-title h2 {
        font-size: 26px;
        text-align: center;
    }

    .top-destination-section {
        padding: 30px 0px;
    }

    #top-destination .section-title h2::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 164px;
        width: 50%;
        border-bottom: 5px solid #ffc800;
    }

    #top-destination .holidays-p {
        text-align: center;
    }
}


.destination-style-two .item-single {
    overflow: hidden;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

.destination-style-two .item-single img {
    border-radius: 0;
}

.destination-style-two .item-single .content {
    padding: 25px 16px;
    position: unset;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
}

.destination-style-two .item-single .content p {
    display: block;
}

.destination-style-two .item-single:hover {
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
}

.destination-style-two .item-single:hover .content {
    background: #ffffff;
    animation: none;
}

.destination-style-two .item-single:hover .content .list li {
    color: #797979;
}

.destination-style-two .item-single:hover .content .list li:last-child {
    transition: 0.5s;
    color: #4141a5;
}

.destination-style-two .item-single:hover .content i {
    color: #797979;
}

.destination-style-two .item-single:hover .content span {
    color: #797979;
}

.destination-style-two .item-single:hover .content h3 a {
    color: #090031;
}

.destination-style-two .item-single:hover .content h3 a:hover {
    transition: 0.5s;
    color: #fd5056;
    text-decoration: none;
}

.destination-style-two .item-single:hover .content p {
    color: #39325a;
}

/* -----------------------------------------
  Offers CSS
----------------------------------------- */

.offers-section {
    background-color: #00b7ff0a;
}

.offers-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.offers-section .item-single::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0092cc54 0%, #0092cc21 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.offers-section .item-single:hover::before {
    opacity: 1;
}

.offers-section .item-single .content {
    position: absolute;
    background: #00000096;
    bottom: 0;
    left: 0;
    padding: 5px 16px;
    width: 100%;
    z-index: 1;
}

.offers-section .item-single .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.offers-section .item-single .content span {
    color: #d6d6d6;
}

.offers-section .item-single .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.offers-section .item-single .content .review span {
    margin-left: 8px;
}

.offers-section .item-single .content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}

.offers-section .item-single .content .title h3 {
    margin-bottom: 0;
}

.offers-section .item-single .content .title h3 a {
    color: #ffffff;
}

.offers-section .item-single .content .title h3 a:hover {
    color: #00b7ff;
}

.offers-section .item-single .content .title span {
    color: #b1b1b180;
    text-decoration: line-through;
}

.offers-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.offers-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
    font-weight: bold;
}

.offers-section .item-single .content .list li:last-child {
    color: #00b7ff;
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
    font-weight: bold;
}

.offers-section .item-single .discount {
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 30px 10px 15px 10px;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    text-align: center;
}

.offers-section .item-single .discount span {
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.last-offer-section .item-single {
    position: relative;
    overflow: hidden;
}

.last-offer-section .item-single img {
    border-radius: 5px;
}

.last-offer-section .item-single .content {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 15px;
    background: #ffffff;
    border-radius: 7px;
    padding: 25px 16px;
    width: 100%;
    max-width: calc(100% - 30px);
    transition: 0.5s;
}

.last-offer-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.last-offer-section .item-single .content span {
    color: #797979;
}

.last-offer-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.last-offer-section .item-single .content h3 a {
    color: #090031;
}

.last-offer-section .item-single .content h3 a:hover {
    color: #fd5056;
}

.last-offer-section .item-single .content p {
    padding-top: 15px;
    display: none;
    font-size: 15px;
}

.last-offer-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.last-offer-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.last-offer-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #fd5056;
    margin-left: auto;
}

.last-offer-section .item-single .content .discount {
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 30px 10px 15px 10px;
    background: #fd5056;
    text-align: center;
}

.last-offer-section .item-single .content .discount span {
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.last-offer-section .item-single .spacer {
    width: 100%;
    min-height: 150px;
}

/* -----------------------------------------
  	Testimonial CSS
----------------------------------------- */
.testimonial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-section .testimonial-slider {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border: #00000009 1px solid;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.055);
}

.testimonial-section .testimonial-slider::before,
.testimonial-section .testimonial-slider::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 10px 50px 0px rgba(9, 0, 49, 0.05);
    z-index: -1;
}

.testimonial-section .testimonial-slider::before {
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial-section .testimonial-slider::after {
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    z-index: -2;
}

.testimonial-section .testimonial-slider .slider-item {
    position: relative;
    background: #ffffff;
    padding-top: 30px;
}

.testimonial-section .testimonial-slider .slider-item .client-img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.testimonial-section .testimonial-slider .slider-item .client-img img {
    border-bottom-right-radius: 15px;
}

.testimonial-section .testimonial-slider .slider-item .content {
    max-width: 686px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info {
    margin-bottom: 30px;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info h3 {
    margin-bottom: 0;
    color: #000000;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info span {
    color: #797979;
    font-size: 14px;
}

.testimonial-section .testimonial-slider .slider-item .content .quote i {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 90px;
    color: #0092cc;
    opacity: 0.3;
}

.testimonial-section .testimonial-slider .slider-item .content .review {
    margin-top: 15px;
}

.testimonial-section .testimonial-slider .slider-item .content .review i {
    color: #0092cc;
    vertical-align: -1px;
}

.testimonial-section .testimonial-slider .owl-nav {
    position: absolute;
    right: 18%;
    bottom: 22px;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-] {
    width: auto;
    height: auto;
    background: transparent;
    color: #090031;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-]:last-child {
    margin-right: 0;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #fd5056;
}

.testimonial-section .clients-img .image {
    position: absolute;
    max-width: 70px;
}

.testimonial-section .clients-img .image-1 {
    top: 24%;
    left: 15%;
    max-width: 64px;
}

.testimonial-section .clients-img .image-2 {
    top: 53%;
    left: 6%;
}

.testimonial-section .clients-img .image-3 {
    left: 16%;
    bottom: 18%;
    max-width: 66px;
}

.testimonial-section .clients-img .image-4 {
    top: 35%;
    right: 14%;
    max-width: 64px;
}

.testimonial-section .clients-img .image-5 {
    top: 65%;
    right: 10%;
}

.testimonial-section .shape {
    position: absolute;
    bottom: 10%;
    left: 25%;
    z-index: -1;
}

.testimonial-section .shape img {
    animation: movebounce 5s linear infinite;
}

/* -----------------------------------------
  Team CSS
----------------------------------------- */
.team-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 8px 20px -3px rgba(63, 39, 39, 0.18);
}

.team-section .item-single img {
    border-radius: 5px;
}

@media only screen and (max-width:767px) {
    .team-section .item-single img {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-section .item-single img {
        width: 100%;
    }
}

.team-section .item-single .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 18px 16px;
    width: 100%;
    text-align: center;
}

.team-section .item-single .content .title h3 {
    margin-bottom: 0;
}

.team-section .item-single .content .title span {
    color: #39325a;
}

.team-section .item-single .content .social-link {
    display: none;
}

.team-section .item-single:hover .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 20px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    border-radius: 5px;
    background: rgba(65, 65, 165, 0.8);
    animation: zoomIn 0.3s linear;
}

.team-section .item-single:hover .content .title {
    margin-bottom: 20px;
}

.team-section .item-single:hover .content .title h3 a {
    color: #ffffff;
}

.team-section .item-single:hover .content .title span {
    color: #d6d6d6;
}

.team-section .item-single:hover .content .social-link {
    display: block;
}

/* -----------------------------------------
  Tours CSS
----------------------------------------- */
.tours-section {
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 50px;
}

.tours-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.tours-section .item-single::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0092cc41 0%, rgba(0, 146, 204, 0.0508578431) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090031", endColorstr="#090031", GradientType=1);
}

.tours-section .item-single .image img {
    width: 100%;
}

.tours-section .item-single .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 10px 10px 10px;
    width: 100%;
    z-index: 1;
}

.tours-section .item-single:hover .content {
    background-color: #0092cc;
}



.tours-section .item-single .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;

}

.tours-section .item-single .content span {
    color: #d6d6d6;
}

.tours-section .item-single .content .review i {
    margin-right: 0;
    vertical-align: -1px;
}

.tours-section .item-single .content .review span {
    margin-left: 8px;
}

.tours-section .item-single .content h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.tours-section .item-single .content h3 a {
    color: #ffffff;
    font-weight: bold;
}

.tours-section .item-single .content h3 a:hover {
    letter-spacing: 1px;
    color: #ffffff;
}

.tours-section .item-single .content p {
    color: #d6d6d6;
    font-size: 15px;
}

.tours-section .item-single .content hr {
    margin: 0;
}

.tours-section .item-single .content .list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.tours-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
    font-weight: bold;
}

.tours-section .item-single .content .list li:last-child {
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
    color: #fff;
    font-weight: bold;
}

.tours-section .slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.tours-section .slider-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0092cc54 0%, #0092cc21 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tours-section .slider-item:hover::before {
    opacity: 1;
}

.tours-section .slider-item .content {
    position: absolute;
    background-color: #00000096;
    left: 0;
    bottom: 0;
    padding: 10px 16px;
    width: 100%;
    z-index: 1;
}

.tours-section .slider-item .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.tours-section .slider-item .content span {
    color: #d6d6d6;
}

.tours-section .slider-item .content .review i {
    margin-right: 0;
    color: #0092cc;
    vertical-align: -1px;
}

.tours-section .slider-item .content .review span {
    margin-left: 8px;
}

.tours-section .slider-item .content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}

.tours-section .slider-item .content .title h3 {
    margin-bottom: 0;
}

.tours-section .slider-item .content .title h3 a {
    color: #ffffff;
}

.tours-section .slider-item .content .title h3 a:hover {
    letter-spacing: 1px;
    color: #0092cc;
}

.tours-section .slider-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.tours-section .slider-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.tours-section .slider-item .content .list li:last-child {
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
    color: #0092cc;
}

.tours-section .tours-slider .owl-nav {
    position: absolute;
    bottom: -15%;
    left: 45%;
}


.tours-section .tours-slider .owl-nav button[class*=owl-]:hover {
    background: #0092cc2f;
    color: #ffffff;
}

.recent-tours-section {
    position: relative;
}

.recent-tours-section .item-single {
    perspective: 1000;
    position: relative;
}

.recent-tours-section .item-single:hover .flip-content {
    transform: rotateY(0deg);
    opacity: 1;
}

.recent-tours-section .item-single:hover .content {
    transform: rotateY(180deg);
    opacity: 0;
}

.recent-tours-section .item-single:hover .image {
    transform: rotateY(180deg);
}

.recent-tours-section .item-single .image {
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.recent-tours-section .item-single .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(9, 0, 49);
    background: linear-gradient(0deg, rgb(9, 0, 49) 0%, rgba(9, 0, 49, 0.0508578431) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090031", endColorstr="#090031", GradientType=1);
}

@media only screen and (max-width:767px) {
    .recent-tours-section .item-single .image img {
        width: 100% !important;
    }
}

.recent-tours-section .item-single i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.recent-tours-section .item-single span {
    color: #d6d6d6;
}

.recent-tours-section .item-single .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.recent-tours-section .item-single .review span {
    margin-left: 8px;
}

.recent-tours-section .item-single .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}

.recent-tours-section .item-single .title h3 {
    margin-bottom: 0;
}

.recent-tours-section .item-single .title span {
    color: #fd5056;
    text-decoration: line-through;
}

.recent-tours-section .item-single a {
    color: #ffffff;
}

.recent-tours-section .item-single a:hover {
    color: #fd5056;
}

.recent-tours-section .item-single .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.recent-tours-section .item-single .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.recent-tours-section .item-single .list li:last-child {
    color: #ffffff;
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
}

.recent-tours-section .item-single .content,
.recent-tours-section .item-single .flip-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
}

.recent-tours-section .item-single .content {
    opacity: 1;
}

.recent-tours-section .item-single .flip-content {
    opacity: 0;
    transform: rotateY(-180deg);
}

.recent-tours-section .item-single .flip-content h3 {
    margin-top: 15px;
    margin-bottom: 0;
}

.recent-tours-section .item-single .flip-content p {
    color: #d6d6d6;
    font-size: 15px;
}

.recent-tours-section .item-single .flip-content hr {
    margin: 0;
    border-top: 1px solid #39325a;
}

.recent-tours-section .item-single .flip-content .list {
    margin-top: 15px;
}

@media only screen and (max-width:767px) {
    .tours-style-two .item-single img {
        width: 100%;
    }
}

.tours-style-two .item-single::after {
    opacity: 0;
}

.tours-style-two .item-single .content {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

.tours-style-two .item-single:hover::after {
    opacity: 1;
}

.tours-style-two .item-single:hover .content {
    opacity: 1;
    transform: translateY(0);
}

/* -----------------------------------------
  Blog CSS
----------------------------------------- */
.blog-section {
    overflow: hidden;
}

.blog-section .content p {
    display: none;
}

.blog-section .item-single {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.116);
    background: #fff;
}

.view-detail-btn {
    color: rgb(0, 0, 0);
}

.blog-section .item-single:hover .view-detail-btn {
    color: #ffc800;
    cursor: pointer;
}

.blog-section .item-single .content {
    background: #ffffff;
    padding: 18px 14px;
}

.blog-section .item-single .content .info-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-section .item-single .content .info-list li {
    display: flex;
    align-items: center;
    margin-right: 16px;
    color: #797979;
    font-size: 14px;
}

.blog-section .item-single .content .info-list li:last-child {
    margin-right: 0;
}

.blog-section .item-single .content .info-list li i {
    margin-right: 5px;
    vertical-align: middle;
}

.blog-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.blog-section .item-single .content h3 a {
    color: #090031;
    font-family: 'Poppins', sans-serif;
}

.blog-section .item-single .content h3 a:hover {
    color: #fd5056;
}

.blog-section .item-single .content .list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.blog-section .item-single .content .list li:last-child {
    margin-right: 0;
}

.blog-section .item-single .content .author img {
    max-width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-section .item-single:hover {
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-section .item-single .image img {
        width: 100%;
    }
}

.blog-section .item-single .image img {
    width: 100%;
}

.blog-section .item-single.item-big .content {
    padding: 25px 20px;
}

.blog-section .item-single.item-big .content .info-list li {
    margin-right: 18px;
}

.blog-section .item-single.item-big .content h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-style-two .item-single .content {
    transition: 0.5s;
    padding: 25px 16px;
}

.blog-style-two .item-single .content .info-list li i {
    margin-top: -2px;
    color: #797979;
}

.blog-style-two .item-single .content h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
}

.blog-style-two .item-single .content p {
    margin: 0;
}

.blog-style-two .item-single:hover .content {
    background-color: #000000;
}

.blog-style-two .item-single:hover .content .info-list li {
    color: #ffc900;
}

.blog-style-two .item-single:hover .content .info-list li i {
    color: #f9f8fe;
}

.blog-style-two .item-single:hover .content h3 a {
    color: #ffffff;
}

.blog-style-two .item-single:hover .content h3 a:hover {
    /* text-decoration: underline; */
    color: #ffc800;
}

.blog-style-two .item-single:hover .content p {
    color: #f9f8fe;
}

.blog-style-three .widget-area .widget-search .search-form {
    position: relative;
    background-color: #fff;
}

.blog-style-three .widget-area .widget-search .search-form .form-control {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.blog-style-three .widget-area .widget-search .search-form button {
    border: none;
    color: #797979;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    transition-duration: 300ms;
}

.blog-style-three .widget-area .widget-search .search-form button i {
    vertical-align: middle;
}

.blog-style-three .widget-area .widget-video {
    position: relative;
}

.blog-style-three .widget-area .widget-video img {
    border-radius: 5px;
}

.blog-style-three .widget-area .widget-video .video-btn {
    width: 60px;
    height: 60px;
}

.blog-style-three .widget-area .widget-video .video-btn i {
    font-size: 20px;
}

.blog-style-three .widget-area .widget-article .article-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.blog-style-three .widget-area .widget-article .article-item .image {
    flex: 0 0 140px;
    overflow: hidden;
}

.blog-style-three .widget-area .widget-article .article-item .image img {
    transition: 0.5s;
}

.blog-style-three .widget-area .widget-article .article-item .content {
    background: #ffffff;
    padding-left: 10px;
}

.blog-style-three .widget-area .widget-article .article-item .content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.blog-style-three .widget-area .widget-article .article-item .content h3 a {
    color: #090031;
}

.blog-style-three .widget-area .widget-article .article-item .content h3 a:hover {
    color: #fd5056;
    text-decoration: underline;
}

.blog-style-three .widget-area .widget-article .article-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-style-three .widget-area .widget-article .article-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.blog-style-three .widget-area .widget-article .article-item .content .list li:last-child {
    margin-right: 0;
}

.blog-style-three .widget-area .widget-article .article-item .content .author img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.blog-style-three .widget-area .widget-article .article-item .content .author span {
    font-size: 15px;
}

.blog-style-three .widget-area .widget-article .article-item:last-child {
    margin-bottom: 0;
}

.blog-style-three .widget-area .widget-article .article-item:hover .image img {
    transform: scale(1.1);
}

.blog-style-three .widget-area .widget-gallery .instagram-post {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.blog-style-three .widget-area .widget-gallery .instagram-post li {
    position: relative;
    overflow: hidden;
    flex: 0 0 33.33%;
    cursor: pointer;
}

.blog-style-three .widget-area .widget-gallery .instagram-post li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    background: rgba(9, 0, 49, 0.5);
}

.blog-style-three .widget-area .widget-gallery .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    transition: 0.5s;
    z-index: 1;
}

.blog-style-three .widget-area .widget-gallery .instagram-post li:hover::after {
    opacity: 1;
}

.blog-style-three .widget-area .widget-gallery .instagram-post li:hover i {
    opacity: 1;
}

.blog-style-three h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
}

/* -----------------------------------------
	Features CSS
----------------------------------------- */
.features-section .item-single {
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    transition: 0.5s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.082);
}

.features-section .abt-ser-head {
    width: 100%;
    color: #ffc800;
    padding: 10px;
    background: #000000;
    /* text-align: center; */
}

.features-section .item-single::before {
    position: absolute;
    content: "";
    top: 15px;
    right: -10px;
    width: 35px;
    height: 50px;
    border-radius: 3px;
    z-index: 1;
    transform: skewX(20deg);
    background: linear-gradient(45deg, #0092CC, #157fd9);
}

.features-section .item-single i {
    color: #0092cc;
    font-size: 40px;
    margin-top: -3px;
}

.features-section .item-single h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #0092cc;
}

.features-section .item-single p {
    margin-bottom: 20px;
    color: #090031;
}

.features-section .item-single .btn-primary {
    color: #ffffff;
    box-shadow: none;
    display: inline-flex;
}

.features-section .item-single .btn-primary:hover {
    color: #ffffff;
    background-color: #0092cc;
}

.features-section .item-single:hover {
    background: linear-gradient(45deg, #0092CC, #157fd9);
}

.features-section .item-single:hover h3 {
    font-weight: bold;
    color: #ffffff;
}

.features-section .item-single:hover i {
    color: #ffffff;
}

.features-section .item-single:hover h3 a {
    color: #ffffff;
}

.features-section .item-single:hover p {
    color: #ffffff;
}

.features-section .item-single:hover .btn-primary {
    background-color: #fff;
    color: #0092cc;
}

.features-section .item-single:hover .btn-primary:hover {
    color: #0092cc;
    background-color: #ffffff;
}

/* -----------------------------------------
	Video CSS
----------------------------------------- */
.video-section {
    padding: 250px 0;
    background: url("../img/video-bg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.video-section .video-btn {
    width: 100px;
    height: 100px;
}

.video-style-two {
    background: url("../img/video-bg2.jpg") no-repeat center;
    background-size: cover;
}

/* -----------------------------------------
	Footer CSS
----------------------------------------- */
.footer-area {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: #ffffff;
    padding-bottom: 30px;
    position: relative;
}

/* Widget Styling */
.footer-widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.brand-wrapper {
    position: relative;
    padding-bottom: 15px;
}

.brand-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #fff;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #fff;
}

/* Company Info Section */
.company-desc {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}


.contact-item {
    display: flex;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
}

.contact-item:hover {
    color: #fff;
    transform: translateX(5px);
}

.icon-wrapper {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.062);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon-wrapper i {
    color: #ffffff;
    font-size: 18px;
}

/* Latest News Section */
.footer-news {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-content a {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.news-content a:hover {
    color: #fff;
    transform: translateX(5px);
}

.date {
    color: #ffffffcc;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.date i {
    margin-right: 5px;
}

/* Quick Links */
.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-item {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.link-item i {
    margin-right: 10px;
    font-size: 17px;
    color: #72c2e2;
}

.link-item:hover {
    color: #fff;
    transform: translateX(8px);
}

/* Social Icons */
.social-text {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.7;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #ffffff;
    color: #0092cc;
    transform: translateY(-5px);
}

/* Copyright Section */
.copy-right-area {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.copy-right-content p {
    color: #ffffff;
    margin: 0;
}

.copy-right-content span {
    color: #0015ff;
}

.copy-right-content a {
    color: #0015ff;
    font-weight: 500;
}

.copy-right-content a {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copy-right-content a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.copy-right-content a:hover::before {
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .widget-title {
        font-size: 20px;
    }

    .social-icons {
        justify-content: center;
    }
}

.footer-logo-img {
    filter: brightness(0) invert(1);
}


/* -----------------------------------------
  Page Title CSS
----------------------------------------- */
.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
    background: #0092cc21;
    z-index: -1;
}

.page-title-area .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-title-area .page-title-content {
    text-transform: capitalize;
    text-align: center;
}

.page-title-area .page-title-content h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    margin-top: -10px;
    line-height: 1.2;
}

.page-title-area .page-title-content ul {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.page-title-area .page-title-content ul li {
    margin-right: 10px;
    padding-left: 15px;
    display: inline-block;
}

.page-title-area .page-title-content ul li:first-child {
    padding-left: 0;
}

.page-title-area .page-title-content ul li i {
    font-size: 14px;
    margin-left: -20px;
    margin-right: 10px;
    color: #ffffff;
    vertical-align: -1px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #0092cc;
}

/* -----------------------------------------
  Blog Details CSS
----------------------------------------- */
.blog-details-section .blog-details-desc {
    padding-right: 0px;
}

@media only screen and (max-width:767px) {
    .blog-details-section .blog-details-desc {
        padding-right: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-details-section .blog-details-desc {
        padding-right: 20px;
    }
}

.blog-details-section .blog-details-desc .image {
    overflow: hidden;
    border-radius: 3px;
}

.blog-details-section .blog-details-desc .image img {
    transition: 0.5s;
}

.blog-details-section .blog-details-desc .image img:hover {
    transform: scale(1.1);
}

.blog-details-section .blog-details-desc .content h3 {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 20px;
}

.blog-details-section .blog-details-desc .content h3 a {
    color: #090031;
}

.blog-details-section .blog-details-desc .content h3 a:hover {
    color: #fd5056;
}

.blog-details-section .blog-details-desc hr {
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-details-section .blog-details-desc .info-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-details-section .blog-details-desc .info-list li {
    display: flex;
    align-items: center;
    margin-right: 16px;
    color: #797979;
}

.blog-details-section .blog-details-desc .info-list li:last-child {
    margin-right: 0;
}

.blog-details-section .blog-details-desc .info-list li i {
    color: #fd5056;
    margin-right: 5px;
    vertical-align: middle;
}

.blog-details-section .blog-details-desc .blockquote {
    position: relative;
    padding: 25px 20px;
    margin-bottom: 25px;
    background: #f9f8fe;
    border-radius: 5px;
}

.blog-details-section .blog-details-desc .blockquote p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

@media only screen and (max-width:767px) {
    .blog-details-section .blog-details-desc .blockquote {
        padding: 16px;
    }

    .blog-details-section .blog-details-desc .blockquote p {
        font-size: 16px;
    }
}

.blog-details-section .blog-details-desc .comment-reply {
    padding-top: 20px;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form {
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .input-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .input-group .input-icon {
    display: flex;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .input-group .input-icon i {
    color: #4141a5;
    vertical-align: -2px;
    font-size: 20px;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .input-group .input-icon.textarea {
    align-items: flex-start;
    padding-top: 16px;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .input-group .form-control {
    padding-left: 0;
}

.blog-details-section .blog-details-desc .comment-reply .comment-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
}

@media only screen and (max-width:767px) {
    .blog-details-section .blog-details-desc .comment-reply .comment-form {
        padding: 20px 16px;
    }
}

.blog-details-section .blog-details-desc .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-section .blog-details-desc .comments-area .comment-list .comment {
    margin-bottom: 15px;
}

.blog-details-section .blog-details-desc .comments-area .comment-list .comment:last-child {
    margin-bottom: 0;
}

.blog-details-section .blog-details-desc .comments-area .comment-body {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-author {
    margin-right: 16px;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-author img {
    max-width: 56px;
    border-radius: 50%;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .comment-metadata .name {
    font-size: 18px;
    margin: 0;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .list i {
    margin-right: 5px;
    vertical-align: middle;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .list li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #4141a5;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content .list li:last-child {
    font-size: 12px;
    color: #797979;
}

.blog-details-section .blog-details-desc .comments-area .comment-body .comment-content p {
    margin-top: 5px;
    font-size: 15px;
}

@media only screen and (max-width:767px) {
    .blog-details-section .blog-details-desc .comments-area .comment-body .comment-author img {
        max-width: 46px;
    }

    .blog-details-section .blog-details-desc .comments-area .comment-body .comment-content p {
        font-size: 14px;
    }
}

.blog-details-section .blog-details-desc .comments-area .children {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 75px;
}

.blog-details-section .blog-details-desc .comments-area .children .comment-body {
    margin-bottom: 0;
}

.blog-details-section .blog-details-desc .comments-area .children .form-group {
    margin-bottom: 0;
    flex-wrap: nowrap;
    display: flex;
}

.blog-details-section .blog-details-desc .comments-area .children .form-control {
    height: 46px;
    border: 1px solid #d1d1d1;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.blog-details-section .blog-details-desc .comments-area .children .comment-author img {
    max-width: 46px;
}

.blog-details-section .blog-details-desc .comments-area .children .btn-primary {
    margin-left: auto;
    padding: 8px 14px;
    height: 46px;
    font-size: 12px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
}

@media only screen and (max-width:767px) {
    .blog-details-section .blog-details-desc .comments-area .children {
        padding-left: 0;
    }
}

.blog-details-section .widget-area .widget-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 25px 16px;
    border-radius: 5px;
    text-align: center;
}

.blog-details-section .widget-area .widget-author .author-img {
    overflow: hidden;
    border-radius: 50%;
}

.blog-details-section .widget-area .widget-author .author-img img {
    max-width: 100px;
}

.blog-details-section .widget-area .widget-author .author-info {
    margin: 20px;
}

.blog-details-section .widget-area .widget-author .author-info h3 {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.blog-details-section .widget-area .widget-author .author-info span {
    color: #797979;
}

.blog-details-section .widget-area .widget-search .search-form {
    position: relative;
    background-color: #fff;
}

.blog-details-section .widget-area .widget-search .search-form .form-control {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.blog-details-section .widget-area .widget-search .search-form button {
    border: none;
    color: #797979;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    transition-duration: 300ms;
}

.blog-details-section .widget-area .widget-search .search-form button i {
    vertical-align: middle;
}

.blog-details-section .widget-area .widget-video {
    position: relative;
}

.blog-details-section .widget-area .widget-video img {
    border-radius: 5px;
}

.blog-details-section .widget-area .widget-video .video-btn {
    width: 60px;
    height: 60px;
}

.blog-details-section .widget-area .widget-video .video-btn i {
    font-size: 20px;
}

.blog-details-section .widget-area .widget-article .article-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.blog-details-section .widget-area .widget-article .article-item .image {
    flex: 0 0 140px;
    overflow: hidden;
}

.blog-details-section .widget-area .widget-article .article-item .image img {
    transition: 0.5s;
}

.blog-details-section .widget-area .widget-article .article-item .content {
    background: #ffffff;
    padding-left: 10px;
}

.blog-details-section .widget-area .widget-article .article-item .content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.blog-details-section .widget-area .widget-article .article-item .content h3 a {
    color: #090031;
}

.blog-details-section .widget-area .widget-article .article-item .content h3 a:hover {
    color: #fd5056;
    text-decoration: underline;
}

.blog-details-section .widget-area .widget-article .article-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-section .widget-area .widget-article .article-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.blog-details-section .widget-area .widget-article .article-item .content .list li:last-child {
    margin-right: 0;
}

.blog-details-section .widget-area .widget-article .article-item .content .author img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.blog-details-section .widget-area .widget-article .article-item .content .author span {
    font-size: 15px;
}

.blog-details-section .widget-area .widget-article .article-item:last-child {
    margin-bottom: 0;
}

.blog-details-section .widget-area .widget-article .article-item:hover .image img {
    transform: scale(1.1);
}

.blog-details-section .widget-area .widget-gallery .instagram-post {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.blog-details-section .widget-area .widget-gallery .instagram-post li {
    position: relative;
    overflow: hidden;
    flex: 0 0 33.33%;
    cursor: pointer;
}

.blog-details-section .widget-area .widget-gallery .instagram-post li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    background: rgba(9, 0, 49, 0.5);
}

.blog-details-section .widget-area .widget-gallery .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    transition: 0.5s;
    z-index: 1;
}

.blog-details-section .widget-area .widget-gallery .instagram-post li:hover::after {
    opacity: 1;
}

.blog-details-section .widget-area .widget-gallery .instagram-post li:hover i {
    opacity: 1;
}

.blog-details-section h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
}

/* -----------------------------------------
  Destinations Details CSS
----------------------------------------- */
.destinations-details-section .section-title {
    margin-left: 0;
    -moz-text-align-last: left;
    text-align-last: left;
}

.destinations-details-section .destination-details-desc {
    padding-right: 40px;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc {
        padding-right: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .destinations-details-section .destination-details-desc {
        padding-right: 20px;
    }
}

.destinations-details-section .destination-details-desc .image {
    overflow: hidden;
    border-radius: 3px;
}

.widget-book-now {
    padding: 30px 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.055);
    border: 1px solid #00000025;
    font-family: 'Poppins', sans-serif;
}

.widget-book-now .btn-primary {
    border: 0;
    border-radius: 0px;
    border: 1px solid #0092cc;
}

.bk-now .bk-now-heading {
    color: #292000;
}

.widget-book-now h4 {
    color: #000;
}

.widget-book-now strong {
    color: #0092cc;
}


.destinations-details-section .cnt-detail {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    font-family: 'Roboto', sans-serif;
}

.destinations-details-section .destination-details-desc .image img {
    transition: 0.5s;
    width: 100%;
}

.destinations-details-section .destination-details-desc .image img:hover {
    transform: scale(1.1);
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .image img {
        width: 100%;
    }
}

.destinations-details-section .destination-details-desc .content h3 {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #0092cc;
    text-transform: inherit;
    font-style: italic;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .content h3 {
        font-size: 20px;
    }
}

.destinations-details-section .destination-details-desc .content h3 a {
    color: #000000;
}

.destinations-details-section .destination-details-desc .content h3 a:hover {
    color: #ffc800;
}

.destinations-details-section .destination-details-desc hr {
    margin-top: 0;
    margin-bottom: 30px;
}

.destinations-details-section .destination-details-desc .info-content {
    position: relative;
    padding: 25px 30px;
    margin-bottom: 25px;
    background: #000000;
    font-family: 'Poppins', sans-serif;
}

.destinations-details-section .destination-details-desc .info-content .content-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.destinations-details-section .destination-details-desc .info-content .content-list h6 {
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .info-content .content-list h6 span {
    font-weight: 600;
    color: #ffc800;
    font-family: 'Poppins', sans-serif;
}

.destinations-details-section .destination-details-desc .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #ffc800;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .info-content {
        padding: 16px;
    }
}

.destinations-details-section .destination-details-desc .comment-reply {
    padding-top: 20px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form {
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon {
    display: flex;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon i {
    color: #4141a5;
    vertical-align: -2px;
    font-size: 20px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon.textarea {
    align-items: flex-start;
    padding-top: 16px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .form-control {
    padding-left: 0;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .comment-reply .comment-form {
        padding: 20px 16px;
    }
}

.destinations-details-section .destination-details-desc .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.destinations-details-section .destination-details-desc .comments-area .comment-list .comment {
    margin-bottom: 15px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-list .comment:last-child {
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author {
    margin-right: 16px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author img {
    max-width: 56px;
    border-radius: 50%;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .comment-metadata .name {
    font-size: 18px;
    margin: 0;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list i {
    margin-right: 5px;
    vertical-align: middle;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #4141a5;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list li:last-child {
    font-size: 12px;
    color: #797979;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content p {
    margin-top: 5px;
    font-size: 15px;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author img {
        max-width: 46px;
    }

    .destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content p {
        font-size: 14px;
    }
}

.destinations-details-section .destination-details-desc .comments-area .children {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 75px;
}

.destinations-details-section .destination-details-desc .comments-area .children .comment-body {
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .comments-area .children .form-group {
    margin-bottom: 0;
    flex-wrap: nowrap;
    display: flex;
}

.destinations-details-section .destination-details-desc .comments-area .children .form-control {
    height: 46px;
    border: 1px solid #d1d1d1;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.destinations-details-section .destination-details-desc .comments-area .children .comment-author img {
    max-width: 46px;
}

.destinations-details-section .destination-details-desc .comments-area .children .btn-primary {
    margin-left: auto;
    padding: 8px 14px;
    height: 46px;
    font-size: 12px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
}

@media only screen and (max-width:767px) {
    .destinations-details-section .destination-details-desc .comments-area .children {
        padding-left: 0;
    }
}

.destinations-details-section .widget-area .widget-search .search-form {
    position: relative;
    background-color: #fff;
}

.destinations-details-section .widget-area .widget-search .search-form .form-control {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.destinations-details-section .widget-area .widget-search .search-form button {
    border: none;
    color: #797979;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    transition-duration: 300ms;
}

.destinations-details-section .widget-area .widget-search .search-form button i {
    vertical-align: middle;
}

.destinations-details-section .widget-area .widget-video {
    position: relative;
}

.destinations-details-section .widget-area .widget-video img {
    border-radius: 5px;
}

.destinations-details-section .widget-area .widget-video .video-btn {
    width: 60px;
    height: 60px;
}

.destinations-details-section .widget-area .widget-video .video-btn i {
    font-size: 20px;
}

.destinations-details-section .widget-area .widget-article .article-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.destinations-details-section .widget-area .widget-article .article-item .image {
    flex: 0 0 140px;
    overflow: hidden;
}

.destinations-details-section .widget-area .widget-article .article-item .image img {
    transition: 0.5s;
}

.destinations-details-section .widget-area .widget-article .article-item .content {
    padding-left: 10px;
}

.destinations-details-section .widget-area .widget-article .article-item .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.destinations-details-section .widget-area .widget-article .article-item .content span {
    font-size: 15px;
    color: #797979;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 {
    margin: 5px 0;
    font-size: 18px;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 a {
    color: #000000;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 a:hover {
    color: #ffc900;
    text-decoration: underline;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    transition: 0.5s;
    font-size: 15px;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list li:last-child {
    font-weight: 600;
    color: #ffc900;
}

.destinations-details-section .widget-area .widget-article .article-item:last-child {
    margin-bottom: 0;
}

.destinations-details-section .widget-area .widget-article .article-item:hover {
    flex: 0 0 140px;
}

.destinations-details-section .widget-area .widget-article .article-item:hover .image img {
    transform: scale(1.1);
}

.destinations-details-section .widget-area .widget-gallery .instagram-post {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li {
    position: relative;
    overflow: hidden;
    flex: 0 0 33.33%;
    cursor: pointer;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    background: rgba(9, 0, 49, 0.5);
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    transition: 0.5s;
    z-index: 1;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li:hover::after {
    opacity: 1;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li:hover i {
    opacity: 1;
}

.destinations-details-section h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
}

/* -----------------------------------------
  Pagination CSS
----------------------------------------- */
.pagination {
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.pagination .page-numbers {
    background-color: transparent;
    color: #fd5056;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    position: relative;
    margin-right: 12px;
    font-weight: 400;
    font-size: 18px;
}

.pagination .page-numbers.current {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #fd5056;
}

/* -----------------------------------------
  Contact CSS
----------------------------------------- */
.contact-section {
    overflow: hidden;
    background: #f9f9f9;
    padding: 60px 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.contact-wrapper .contact-info {
    background: #ffffff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-map {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-map {
    height: 400px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info-content .sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.content-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content-list i {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 15px;
}

.content-list h6 {
    font-size: 15px;
    font-weight: 600;
    color: #0092cc;
    margin: 0;
}

.content-list h6 a {
    color: #0092cc;
    text-decoration: none;
    transition: all 0.3s ease;
}


.main-form .form-group {
    margin-bottom: 20px;
}

.main-form .form-group input,
.main-form .form-group textarea {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

.main-form .form-group input:focus,
.main-form .form-group textarea:focus {
    border-color: #0092cc;
}



.main-form .btn-primary {
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    border-radius: 2px;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: #0092cc;
    border: 1px solid #0092cc00;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

.main-form .btn-primary:hover {
    color: #0092cc;
    background-color: transparent;
    border: 1px solid #0092cc;
}

#contactForm .sub-title {
    display: none;
}

@media only screen and (max-width: 767px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .main-form .btn-primary {
        margin-left: 80px;
    }

    #contactForm .sub-title {
        display: block;
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 15px;
    }

    .contact-map {
        height: 200px;
    }
}

/* -----------------------------------------
  Terms of Service CSS
----------------------------------------- */
.terms-of-services .image,
.privacy-policy .image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.terms-of-services .image img,
.privacy-policy .image img {
    transition: 0.5s;
}

.terms-of-services .image img:hover,
.privacy-policy .image img:hover {
    transform: scale(1.1);
}

.terms-of-services .content h3,
.privacy-policy .content h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 1.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}


.terms-of-services .content p,
.privacy-policy .content p {
    margin-bottom: 20px;
    font-size: 20px;
}

.terms-of-services .content li {
    margin-bottom: 20px;
    font-size: 20px;
}

.terms-of-services .cta-buttons {
    text-align: center;
    margin-top: 50px;
}

.terms-of-services .widget-area,
.privacy-policy .widget-area {
    padding: 30px;
    background: #ffffff;
    border-radius: 3px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(24, 24, 24, 0.1);
}

.terms-of-services .last-btn button {
    margin-top: 0;
    width: 100%;
    background: #25D366;
    border-radius: 5px;
    border: 0;
    position: relative;
    padding-bottom: 10px;
}

.terms-of-services .last-btn button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffde59;
    opacity: 3;
}


.terms-of-services .last-btn:hover button {
    background: #00ff5e;
    color: #000000;
}

.terms-of-services .widget-area ul,
.privacy-policy .widget-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.terms-of-services .widget-area ul li,
.privacy-policy .widget-area ul li {
    margin-bottom: 15px;
}

.terms-of-services .widget-area ul li a,
.privacy-policy .widget-area ul li a {
    position: relative;
    display: block;
    color: #0092cc;
    font-size: 16px;
    font-weight: 500;
}


.terms-of-services .widget-area ul li a:hover,
.privacy-policy .widget-area ul li a:hover {
    text-decoration: none;
    color: #0092cc;
}

.terms-of-services .widget-area ul li a i,
.privacy-policy .widget-area ul li a i {
    vertical-align: middle;
    font-size: 24px;
    margin-right: 10px;
}


.terms-of-services .widget-area ul li:last-child,
.privacy-policy .widget-area ul li:last-child {
    margin: 0;
}

.terms-of-services h4 {
    color: #000000;
    font-weight: bold;
    padding: 10px;
    padding-left: 0;
}

.terms-of-services .widget-area i {
    color: #000000;
}

.terms-of-services .promo-tag {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: white;
    padding: 5px 40px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-left: 5px;
}

@media (max-width: 767px) {

    .terms-of-services .content h3,
    .privacy-policy .content h3 {

        font-size: 24px;
        line-height: 1.5em;
    }

    .terms-of-services .content p,
    .privacy-policy .content p {
        font-size: 15px;
    }

    .terms-of-services .content li {
        font-size: 15px;
    }

    .terms-of-services .cta-buttons {
        border-bottom: 0;
    }
}


/* -----------------------------------------
  Privacy Policy CSS
----------------------------------------- */
/* -----------------------------------------
  FAQ CSS
----------------------------------------- */
.faq-section .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-section .panel-group .panel .panel-heading {
    padding: 0;
    background: #ffffff;
    position: relative;
}

.faq-section .panel-group .panel-title {
    margin: 0;
}

.faq-section .panel-group .panel-title a {
    display: block;
    padding: 25px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #090031;
}

.faq-section .panel-group .panel-title a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: none;
    border-bottom: 8px solid #fd5056;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: translateY(-50%);
}

.faq-section .panel-group .panel-title a.collapsed:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fd5056;
    transform: translateY(-50%);
}

.faq-section .panel-group .panel-body {
    padding: 25px 20px;
    border: 0;
    background: #ffffff;
    position: relative;
    margin-top: 2px;
}

.faq-section .panel-group .panel-body p {
    color: #090031;
    margin: 0;
}

/* -----------------------------------------
  Error CSS
----------------------------------------- */
.error-area {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.error-area .error-content {
    text-align: center;
}

.error-area .error-content img {
    max-width: 70%;
}

.error-area .error-content h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px;
}

.error-area .error-content p {
    max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
}

/* -----------------------------------------
  Coming Soon CSS
----------------------------------------- */
.coming-soon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.coming-soon-section .coming-soon-box {
    max-width: 660px;
    margin: auto;
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.coming-soon-section .coming-soon-box .logo {
    margin: 0 auto 20px;
    width: 120px;
}

.coming-soon-section .coming-soon-box .title-box {
    text-transform: capitalize;
    position: relative;
    text-align: center;
}

.coming-soon-section .coming-soon-box .title-box .text {
    position: relative;
    margin-top: 12px;
}

.coming-soon-section .coming-soon-box .newsletter-form {
    margin-bottom: 30px;
}

.coming-soon-section .coming-soon-box .newsletter-form .input-group {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding-right: 5px;
    box-shadow: 0 0 20px rgba(106, 99, 119, 0.1);
    border: none;
}

.coming-soon-section .coming-soon-box .newsletter-form .input-group .form-control {
    border-radius: 30px;
}

.coming-soon-section .coming-soon-box .cta-btn {
    text-align: center;
}

.coming-soon-section .coming-soon-box .cta-btn .btn-solid {
    box-shadow: 0 0 40px 40px #4141a5 inset;
}

.coming-soon-section .coming-soon-box .cta-btn .btn-solid:hover {
    color: #4141a5;
    border: 1px solid #4141a5;
    box-shadow: none;
}

.coming-soon-section .coming-soon-box #timer {
    padding: 30px 0;
}

.coming-soon-section .coming-soon-box #timer div {
    background-color: #090031;
    color: #fff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-section .coming-soon-box #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
}

.coming-soon-section .coming-soon-box .btn-primary.disabled,
.coming-soon-section .coming-soon-box .btn-primary:disabled {
    background: #fd5056;
    border: 1px solid #fd5056;
}

.coming-soon-section .coming-soon-box .btn-primary.disabled:hover,
.coming-soon-section .coming-soon-box .btn-primary:disabled:hover {
    color: #fd5056;
    background: transparent;
    border: 1px solid #fd5056;
}

/* -----------------------------------------
  Cart CSS
----------------------------------------- */
.cart-section .cart-table-container {
    margin-bottom: 25px;
}

.cart-section .cart-table-container .table> :not(:first-child) {
    border-top: 0;
}

.cart-section .table.table-cart tr th,
.cart-section .table.table-cart tr td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.cart-section .table.table-cart tr th:not(.product-col),
.cart-section .table.table-cart tr td:not(.product-col) {
    text-align: center;
}

.cart-section .table.table-cart tr th {
    padding: 0 15px 12px;
    border: 0;
    font-weight: 600;
}

.cart-section .table.table-cart tr td {
    padding: 20px 15px;
    border-top: 1px solid #d1d1d1;
}

.cart-section .table.table-cart tr td.product-col {
    padding: 20px 8px 18px 0;
}

.cart-section .table.table-cart tr.product-action-row td {
    padding: 0 0 22px;
    border: 0;
}

.cart-section .table.table-cart .product-title {
    font-size: 18px;
    margin-bottom: 0;
}

.cart-section .table.table-cart tfoot td {
    padding: 20px 0 10px;
}

.cart-section .table.table-cart tfoot .btn {
    padding: 8.5px 20px;
    letter-spacing: 0;
    text-transform: initial;
}

.cart-section .table.table-cart tfoot .btn+.btn {
    margin-left: 10px;
}

.cart-section .table> :not(:first-child) {
    border-top: 0;
}

.cart-section .product-row .form-control {
    width: 68px;
    margin: auto;
    text-align: center;
    padding-left: 0;
    border: 1px solid #d1d1d1;
}

.cart-section .btn-remove,
.cart-section .btn-edit,
.cart-section .btn-move {
    color: #090031;
}

.cart-section .btn-remove:hover,
.cart-section .btn-remove:focus,
.cart-section .btn-edit:hover,
.cart-section .btn-edit:focus,
.cart-section .btn-move:hover,
.cart-section .btn-move:focus {
    color: #fd5056;
    text-decoration: none;
}

.cart-section .btn-edit {
    margin-right: 10px;
    font-size: 13px;
}

.cart-section .btn-move {
    font-size: 13px;
    line-height: 25px;
}

.cart-section .btn-move:hover,
.cart-section .btn-move:focus {
    text-decoration: underline;
}

.cart-section .qty-col {
    min-width: 98px;
}

.cart-section .product-col {
    display: flex;
    align-items: center;
}

.cart-section tbody .product-col {
    font-size: 0;
}

.cart-section .product-col .product-image-container {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 12px;
    margin-bottom: 0;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}

.cart-section .product-col .product-title {
    display: inline-block;
    vertical-align: middle;
}

.cart-section .cart-summary {
    margin-bottom: 15px;
    padding: 14px 18px 22px;
    border: 1px solid #d1d1d1;
}

.cart-section .cart-summary h3 {
    margin-bottom: 20px;
}

.cart-section .table.table-totals {
    margin-bottom: 20px;
    border-top: 1px solid #d1d1d1;
}

.cart-section .table.table-totals tr {
    border: 0;
}

.cart-section .table.table-totals tr th,
.cart-section .table.table-totals tr td {
    padding: 15px 0 !important;
    border: 0;
}

.cart-section .table.table-totals tr th:last-child,
.cart-section .table.table-totals tr td:last-child {
    text-align: right;
    font-weight: 500;
}

.cart-section .table.table-totals tfoot {
    border-top: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: 400;
}

.cart-section .table.table-totals tfoot tr td {
    padding: 6px 0;
}

.cart-section .table.table-totals tfoot tr td:last-child {
    color: #39325a;
}

.cart-section .checkout-methods .btn {
    letter-spacing: 0;
}

.cart-section .checkout-methods .btn+.btn {
    margin-top: 22px;
}

@media only screen and (max-width:767px) {

    .cart-section .table.table-cart,
    .cart-section .table.table-cart tbody,
    .cart-section .table.table-cart tfoot {
        display: block;
    }

    .cart-section .table.table-cart thead {
        display: none;
    }

    .cart-section .table.table-cart tr td {
        padding: 0.5rem 1rem;
        border-top: 0;
    }

    .cart-section .table.table-cart tr:first-child td {
        padding-top: 0;
    }

    .cart-section .table.table-cart tr td.product-col {
        padding-bottom: 0.5rem;
    }

    .cart-section .table.table-cart .product-row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #d1d1d1;
    }

    .cart-section .table.table-cart .product-row:first-of-type {
        border-top: 0;
    }

    .cart-section .table.table-cart .product-action-row {
        display: flex;
        align-items: center;
    }

    .cart-section .table.table-cart .product-action-row td {
        width: 100%;
    }

    .cart-section .table.table-cart .product-action-row .float-right {
        margin-top: 4px;
        margin-left: auto;
    }

    .cart-section .table.table-cart .product-col {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .cart-section .table.table-cart .product-col .product-image-container {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .cart-section .table.table-cart tfoot {
        border-top: 1px solid #d1d1d1;
    }

    .cart-section .table.table-cart tfoot tr {
        display: block;
        width: 100%;
    }

    .cart-section .table.table-cart tfoot tr td {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
    }

    .cart-section .table.table-cart tfoot .btn {
        margin-top: 0.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .cart-section .table.table-cart tfoot .float-left {
        display: none;
    }

    .cart-section .table.table-cart tfoot .float-right {
        margin-left: auto;
    }
}

/* -----------------------------------------
  Booking CSS
----------------------------------------- */
.booking-section .booking-form .form-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.booking-section .booking-form .form-group .input-icon {
    display: flex;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.booking-section .booking-form .form-group .input-icon i {
    color: #4141a5;
    vertical-align: -2px;
    font-size: 20px;
}

.booking-section .booking-form .form-group .input-icon.textarea {
    align-items: flex-start;
    padding-top: 16px;
}

.booking-section .booking-form .form-group .form-control {
    padding-left: 0;
}

.booking-section .booking-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
}

@media only screen and (max-width:767px) {
    .booking-section .booking-form {
        padding: 20px 16px;
    }
}

.booking-section .booking-form .form-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-wrap: nowrap;
    align-items: stretch;
}

.booking-section .booking-form .sub-title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.booking-section .booking-form .content {
    margin-bottom: 30px;
}

.booking-section .booking-form .content h3 {
    font-size: 30px;
    margin-top: -7px;
    margin-bottom: 20px;
}

.booking-section .booking-form .payment-tabs .select-box {
    position: relative;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
}

.booking-section .booking-form .payment-tabs .select-box .form-control {
    padding: 12px 0 12px 18px;
}

.booking-section .booking-form .payment-tabs .select-box .date-select::-moz-placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .date-select::placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select {
    float: unset;
    color: #797979;
    text-transform: capitalize;
    line-height: 35px;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list {
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list .option {
    transition: 0.6s;
    color: #39325a;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
    color: #090031;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select::after {
    right: 20px;
}

.booking-section .booking-form .payment-tabs .tab-content {
    padding: 30px 0 15px;
}

.booking-section .booking-form .payment-tabs .checkbox label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #090031;
}

.booking-section .booking-form .payment-tabs .checkbox label a {
    color: #fd5056;
}

.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:checked,
.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:not(:checked) {
    display: none;
}

.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:checked+label:after,
.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fd5056;
    position: absolute;
    top: 5.5px;
    left: 6px;
    border-radius: 50%;
    transition: 0.5s;
}

.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:checked+label::before,
.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #fd5056;
    background: #ffffff;
    transition: 0.5s;
}

.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:checked+label::before {
    border: 1px solid #fd5056;
    background: unset;
}

.booking-section .booking-form .payment-tabs .checkbox [type=checkbox]:not(:checked)+label:after {
    display: none;
}

.booking-section .booking-form .payment-tabs .link {
    text-align: right;
}

.booking-section .booking-form .payment-tabs .link a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.booking-section .nav-tabs {
    border: none;
}

.booking-section .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.booking-section .nav-tabs .active {
    color: #fd5056;
    border: none;
    border-bottom: 2px solid #fd5056;
}

.booking-section .item-single {
    overflow: hidden;
    border-radius: 3px;
    transition: 0.5s;
    background: #ffffff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .booking-section .item-single img {
        width: 100% !important;
    }
}

.booking-section .item-single .content {
    padding: 25px 16px;
}

.booking-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.booking-section .item-single .content span {
    color: #797979;
}

.booking-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.booking-section .item-single .content h3 a {
    color: #090031;
}

.booking-section .item-single .content h3 a:hover {
    color: #fd5056;
}

.booking-section .item-single .content p {
    padding-top: 15px;
    font-size: 15px;
}

.booking-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.booking-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    transition: 0.5s;
}

.booking-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #fd5056;
    margin-left: auto;
}

.booking-section .item-single:hover .list li:last-child {
    color: #4141a5;
}

.booking-section .info-content {
    position: relative;
    background: #f9f8fe;
    border-radius: 5px;
}

.booking-section .info-content .content-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.booking-section .info-content .content-list h6 {
    font-weight: 400;
    color: #39325a;
    margin-bottom: 0;
}

.booking-section .info-content .content-list h6 span {
    font-weight: 600;
}

.booking-section .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #fd5056;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .booking-section .info-content {
        padding: 16px;
    }
}

/* -----------------------------------------
  Go Top CSS
----------------------------------------- */
.go-top {
    position: fixed;
    top: 50%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    padding: 8px 13px;
    border-radius: 50%;
    z-index: 100;
    transition: 0.5s;
}

.go-top i {
    transition: 0.5s;
    vertical-align: middle;
}

.go-top:hover i {
    transform: translateY(-5px);
}

@media only screen and (max-width:767px) {
    .go-top {
        font-size: 18px;
    }
}

.go-top.active {
    top: 95%;
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
}

/* -----------------------------------------
  Preloader CSS
----------------------------------------- */
#loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f9f8fe;
    z-index: 999999;
}

#loading .loader {
    position: relative;
    height: 15px;
    width: calc(15% - 20px);
    transition: all 1s;
    background: transparent;
    border-radius: 50px;
    border: 3px solid #fd5056;
    overflow: hidden;
}

#loading .loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background: #fd5056;
    animation: loaderBar 1s infinite linear;
}

@keyframes loaderBar {
    from {
        right: 100%;
    }

    to {
        right: 0;
    }
}

.owl-carousel .owl-nav button[class*=owl-] {
    width: 40px;
    height: 52px;
    background: #ffffff;
    margin-right: 12px;
    transition: 0.5s;
    text-align: center;
    font-size: 26px;
}

.owl-carousel .owl-nav button[class*=owl-] i {
    vertical-align: -2px;
    color: #0092cc;
}

.owl-carousel .owl-nav button[class*=owl-] i:hover {
    color: #0092cc;
}

.owl-carousel .owl-nav button[class*=owl-]:last-child {
    margin-right: 0;
}

.owl-carousel .owl-nav button[class*=owl-]:hover {
    background: #fd5056;
    color: #ffffff;
}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 0;
    display: list-item;
}

.datepicker-days table thead {
    background: #fd5056;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #fd5056;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th {
    padding: 6px 8px;
}

.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th {
    padding: 6px 8px;
}

.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 6px 8px;
}

.datepicker-months table thead td,
.datepicker-months table thead th {
    border-radius: 0;
}

.datepicker-years table thead td,
.datepicker-years table thead th {
    border-radius: 0;
}

.datepicker-decades table thead td,
.datepicker-decades table thead th {
    border-radius: 0;
}

.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td,
.datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active {
    background-image: none;
}

.datepicker table tr td.active:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled {
    background-image: none;
}

.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev,
.datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}

.datepicker .datepicker-switch {
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

.datepicker table tr td span.active {
    background-color: #fd5056;
    background-image: none;
}

.datepicker table tr td span.active:hover {
    background-color: #fd5056;
    background-image: none;
}

.datepicker table tr td span.active.disabled {
    background-color: #fd5056;
    background-image: none;
}

.datepicker table tr td span.active.disabled:hover {
    background-color: #fd5056;
    background-image: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.datepicker table tr td.active.active {
    background-color: #4552ef;
}

.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active {
    background-color: #4552ef;
}

.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active {
    background-color: #4552ef;
}

.datepicker table tr td.active:active {
    background-color: #4552ef;
}

.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background-color: #4552ef;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes movescale {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #loading {
        display: none !important;
    }

    .nice-select {
        float: none;
        width: 100%;
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: #ffffff;
    background-color: #94be5d;
}



/* About Section Base Styles */
.abt-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-color: #ffffff;
}

.abt-section__container {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #0000002a;
}

/* Header Styles */
.abt-section__header {
    margin-bottom: 50px;

}

.hello {
    /* border: #ebebeb 1px solid; */
    background: #ffffff;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 10px;
}



.abt-section__title {
    font-size: 47px;
    font-weight: 700;
    color: #0092cc;
    line-height: 1.2;
    margin-top: -5px;
    /* margin-bottom: 30px; */
    text-align: start;
    font-family: 'Poppins', sans-serif;
    position: relative;
    /* padding-bottom: 5px; */
}

@media (max-width: 768px) {
    .hello {
        border: #0092cc85 1px solid;
        margin: 1px;
        margin-top: 10px;
        background: #ffffff;
    }

    .abt-section__header {
        width: 98%;
    }
}

/* .abt-section__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 111px;
  transform: translateX(-50%);
  width: 30%;
  border-bottom: 5px solid #4552ef;
} */


.abt-section__subtitle {
    font-size: 16px;
    color: #000;
    text-align: start;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.abt-section__description {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    text-align: start;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.about-page .item-single::before {
    position: absolute;
    content: "";
    top: 15px;
    right: -10px;
    width: 35px;
    height: 50px;
    background: #9794a8;
    border-radius: 3px;
    z-index: 1;
    transform: skewX(20deg);
    background: #ffc80000;
}


.abt-section__description span {
    color: #4552ef;
}

.abt-section__description .spn-trip {
    color: #0092cc;
}

/* Content Layout */
.abt-section__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Services Grid */
.abt-section__services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px auto;
    max-width: 1200px;
}

/* Service Item */
.abt-section__service {
    background: #ffffff;
    padding: 17px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.abt-section__service:hover {
    background: #000000;
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.abt-section__service-icon {
    font-size: 40px;
    color: #ffc800;
    margin-bottom: 15px;
    display: block;
}

.abt-section__service:hover .abt-section__service-icon {
    color: #ffffff;
}

.abt-section__service:hover .abt-section__service-title {
    color: #ffc800;
}

.abt-section__service-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

/* Video Section */
.abt-section__video {
    padding: 20px;
    padding-top: 0px;
    margin-top: 20px;
}

.abt-section__video-wrapper {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.abt-section__video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.abt-section__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.abt-section__video-wrapper.playing .abt-section__video-overlay {
    opacity: 0;
}

/* Video Controls */
.abt-section__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.abt-section__video-play i {
    font-size: 40px;
    color: #3498db;
    line-height: 80px;
    margin-left: 5px;
}

.abt-section__video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.abt-section__video-wrapper:hover .abt-section__video-controls {
    opacity: 1;
}

.abt-section__video-fullscreen {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.abt-section__video-fullscreen:hover {
    transform: scale(1.1);
}

.abt-section__video-fullscreen i {
    font-size: 20px;
    color: #3498db;
    line-height: 40px;
}





/* Responsive Styles */
@media (max-width: 1200px) {
    .abt-section__services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .abt-section__title {
        font-size: 45px;
    }

    .abt-section__video {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .abt-section__services {
        max-width: 400px;
        margin: 30px auto;
    }

    .abt-section__container .cta-buttons {
        padding-top: 10px;
        border-bottom: 0;
    }

    .abt-section__title {
        font-size: 32px;
        margin-left: 5px;
    }

    .abt-section__subtitle {
        font-size: 16px;
        text-align: start;
    }

    .abt-section__description {
        font-size: 15px;
        margin-left: 5px;
        text-align: start;
    }

    .abt-section__service {
        padding: 20px 15px;
    }

    .abt-section__service-icon {
        font-size: 30px;
    }

    .abt-section__service-title {
        font-size: 14px;
    }

    .abt-section__video-play {
        width: 60px;
        height: 60px;
    }

    .abt-section__video-play i {
        font-size: 30px;
        line-height: 60px;
    }

    .abt-section__video {
        padding: 0px;
        margin-bottom: 22px;
    }

    .abt-section__subtitle {
        margin-left: 5px;
    }

    .features-section .abt-ser-head {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .abt-section {
        padding: 40px 0;
    }

    .abt-section__title {
        font-size: 28px;
        text-align: start;
        position: relative;
        /* Make sure the title is positioned to allow pseudo-element positioning */
    }

    .abt-section__title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 78px;
        width: 50%;
        /* Adjust the width of the border */
        /* border-bottom: 5px solid #ffc800; */
    }


    .abt-section__btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

.features-section a {
    color: #ffc800;
}

.features-section :hover .item-single {
    color: #ffc800;
}


.abt-services {
    background-color: #fff;
}

.abt-services__heading {
    font-weight: 700;
    color: #0092cc;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-left: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 5px;
    position: relative;
}

.abt-services__heading:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 7%;
    height: 3px;
    background: linear-gradient(45deg, #0092CC, #157fd9);
}

.abt-services__card {
    background-color: white;
    box-shadow: 0px 0px 0px 1px #0000000f;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid transparent;
}

.abt-services__card:hover {
    transform: translateY(-0.1px);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #0092cc;
}

/* .abt-services__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(45deg, #0092CC, #157fd9);
  transition: all 0.3s ease;
}

.abt-services__card:hover:before {
  height: 100%;
} */

.abt-services__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
    text-align: center;
}

.abt-services__card:hover .abt-services__title {
    padding-left: 15px;
    color: #0092cc;
}

.abt-services__desc {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}

.abt-services__card:hover .abt-services__desc {
    padding-left: 15px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .abt-services__card {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .abt-services__heading {
        font-size: 1.75rem;
    }

    .abt-services__heading:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 15%;
        height: 3px;
        background: linear-gradient(45deg, #0092CC, #157fd9);
    }

    .abt-services__title {
        font-size: 1.15rem;
    }
}


/* DESTINATION DETAIL PAGE */

.image-section {
    margin-top: 20px;
}

.image-container {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.image-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    z-index: 1;
}

.content-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    max-width: 100%;
    z-index: 2;
    color: white;
    transition: bottom 0.3s ease;
}

.content-overlay h6 {
    font-size: 35px;
    font-style: italic;
    color: #0092cc;
}

.content-overlay span {
    font-size: 40px;
    font-style: italic;
    color: #fff;
}

.content-overlay strong {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.image-container:hover .content-overlay {
    bottom: 20px;
}

.hover-button {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 0.3s ease;
}

.image-container:hover .hover-button {
    bottom: 0;
    opacity: 1;
}

.image-container:hover button {
    color: white;
}

.content-overlay .cta-buttons {
    text-align: start;
}

.content-overlay h2 {
    color: #0092cc;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 25px;
    font-style: italic;
    width: 36%;
    padding: 5px;
    border-radius: 1px;
}

@media (max-width: 767px) {
    .content-overlay h6 {
        font-size: 16px;
    }

    .content-overlay span {
        font-size: 25px;
    }

    .content-overlay strong {
        font-size: 15px;
    }

    .image-container {
        height: 250px;
        padding: 0;
    }

    .image-section .content-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

/* Itenary in destination detail page */

.timeline-section {
    padding: 40px 0;
}

.section-title-itenary {
    font-weight: bold;

}

.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #0092cc;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -3px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.timeline:hover::after {
    background-color: #0092cc;
}

.timeline-card {
    padding: 20px 30px;
    position: relative;
    background: linear-gradient(45deg, #FEFEFE, #DFDFDF);
    /* border: solid 9px #dfdfdf; */
    border-left: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.timeline-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #0092cc;
}

.timeline-card::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -13px;
    background-color: #fff;
    border: 4px solid #0092cc;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.timeline-card:hover::after {
    background-color: #0092cc;
}

.timeline-card h3 {
    color: #0092cc;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.timeline-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.day-number {
    display: inline-block;
    background-color: #0092cc;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    margin-bottom: 15px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.timeline-card:hover .day-number {
    background-color: #0092cc;
    color: #fff;
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
    .timeline-card {
        width: 85%;
        margin-left: 15%;
    }
}

@media (max-width: 767px) {
    .timeline::after {
        left: 10px;
    }

    .timeline-card {
        width: 100%;
        margin-left: 0;
        padding-left: 50px;
        padding-right: 20px;
    }

    .timeline-card::after {
        left: -8px;
    }
}

@media (max-width: 576px) {
    .timeline::after {
        left: 3px;
    }

    .timeline-card {
        padding-left: 40px;
        padding-right: 15px;
    }

    .timeline-card h3 {
        font-size: 1.25rem;
    }

    .timeline-card p {
        font-size: 0.95rem;
    }

    .day-number {
        font-size: 0.9rem;
        padding: 6px 16px;
    }
}

.widget-area .info-content {
    background-color: #fff;
    border: 1px solid #00000014;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.widget-area .content-list span {
    color: #0092cc;
    text-transform: uppercase;
}


.widget-area .content-list h6 {
    color: #777777;
}


.why-choose-us-section {
    padding: 50px 0;
    background-color: #0bb4f70f;
    position: relative;
    overflow: hidden;
}

.why-choose-us {
    background-color: #ffffff;
    padding: 30px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Ensure decorative elements don't overflow */
}

.why-choose-us h2 {
    color: #0092cc;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.why-choose-us h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #0092cc;
    transform: translateX(-50%);
}

.why-choose-us ul {
    list-style-type: none;
    padding: 0;
}

.why-choose-us ul li {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 4px solid #0092cc;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-us ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.why-choose-us ul li .icon {
    font-size: 24px;
    color: #0092cc;
}

.why-choose-us ul li .text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

/* Decorative Elements Scattered Randomly */
.decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Ensure clicks go through */
}

.bubble {
    font-size: 30px;
    position: absolute;
    animation: float 6s infinite ease-in-out;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.bubble:hover {
    opacity: 1;
    /* Increase opacity on hover */
}

/* Random Positioning for Bubbles */
.bubble:nth-child(1) {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.bubble:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.bubble:nth-child(3) {
    top: 50%;
    left: 15%;
    animation-delay: 4s;
}

.bubble:nth-child(4) {
    top: 70%;
    right: 5%;
    animation-delay: 1s;
}

.bubble:nth-child(5) {
    top: 40%;
    right: 20%;
    animation-delay: 3s;
}

.bubble:nth-child(6) {
    top: 80%;
    left: 25%;
    animation-delay: 5s;
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .bubble {
        font-size: 24px;
        opacity: 0.2;
        /* Make bubbles less prominent on smaller screens */
    }
}

@media (max-width: 600px) {
    .why-choose-us {
        padding: 20px;
    }

    .why-choose-us h2 {
        font-size: 24px;
    }

    .why-choose-us ul li {
        padding: 12px 15px;
    }

    .why-choose-us ul li .icon {
        font-size: 20px;
    }

    .why-choose-us ul li .text {
        font-size: 16px;
    }

    .decorative-elements {
        display: none;
        /* Hide decorative elements on very small screens */
    }
}


/* Booking Form Page */
.book-form-sec {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.book-form-sec::before,
.book-form-sec::after {
    display: none;
}

/* Remove additional bubbles */
.book-form-sec .bubble-1,
.book-form-sec .bubble-2,
.book-form-sec .bubble-3 {
    display: none;
}

.book-form-sec .form-container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 10;
}

.book-form-sec .form-title {
    color: #0092cc;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.book-form-sec .form-title::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 4px;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    bottom: 0;
    left: 0;
}

/* Updated Popular Destinations Section */
.book-form-sec .featured-destinations {
    border-radius: 2px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.book-form-sec .featured-destinations h3 {
    color: #0092cc;
    /* White text for the heading */
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-form-sec label {
    color: #777777;
}

.book-form-sec .destination-card {
    background: linear-gradient(135deg, #0092cc14 0%, #80d0c714 100%);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.book-form-sec .destination-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.book-form-sec .destination-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #0092cc;
}

.book-form-sec .destination-card h5 {
    color: #333;
    /* Dark text for destination name */
    font-weight: bold;
    margin-bottom: 10px;
}

.book-form-sec .destination-card p {
    color: #0092cc;
    /* Blue text for price */
    font-weight: bold;
}

.book-form-sec .form-control,
.book-form-sec .form-select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}


.book-form-sec .promo-tag {
    position: absolute;
    top: 20px;
    right: -30px;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: white;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.book-form-sec .form-control:focus,
.book-form-sec .form-select:focus {
    border-color: #0092cc;
    box-shadow: 0 0 5px rgba(0, 146, 204, 0.1);
    outline: none;
}


.book-form-sec .form-control,
.book-form-sec .form-select {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 992px) {
    .book-form-sec .featured-destinations {
        margin-top: 50px;
    }

    .book-form-sec .form-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .book-form-sec {
        padding: 50px 0;
    }

    .book-form-sec .promo-tag {
        right: -20px;
        padding: 5px 30px;
        font-size: 12px;
    }
}


/* Pricing in destination detail page */
/* Pricing Section */
.pricing-section {
    padding: 10px 0;
    background: white;
}

.pricing-section .section-title {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 25px;
    color: #0092cc;
    text-transform: inherit;
    font-weight: 600;
    text-align: start;
}

.pricing-section .table-responsive {
    overflow-x: auto;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-section .pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 0px;
    overflow: hidden;
}

.pricing-section .pricing-table th,
.pricing-section .pricing-table td {
    padding: 15px;
    text-align: left;
}

.pricing-section .pricing-table th {
    background-color: #0092CC;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-section .pricing-table td {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-section .pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-section .pricing-table tbody tr:hover {
    background: rgba(0, 146, 204, 0.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-section .section-title {
        font-size: 28px;
    }

    .pricing-section .pricing-table th,
    .pricing-section .pricing-table td {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .pricing-section .pricing-table th,
    .pricing-section .pricing-table td {
        padding: 10px;
        font-size: 12px;
    }
}


/* Global Visa Section */

.global-visa-section .global-visa-content {
    display: flex;
    align-items: center;
    gap: 40px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.global-visa-section hr {
    color: #0092cc;
}

.global-visa-section .visa-image {
    flex: 1;
}

.global-visa-section .visa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-visa-section .visa-details {
    flex: 1;
    padding: 40px;
}

.global-visa-section .visa-title {
    font-size: 32px;
    color: #0092cc;
    margin-bottom: 20px;
    font-weight: bold;
}

.global-visa-section .visa-description,
.global-visa-section .visa-info {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.global-visa-section .visa-info {
    font-style: italic;
    color: #777;
}

.global-visa-section .visa-highlight {
    background: rgba(0, 146, 204, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.global-visa-section .highlight-title {
    font-size: 24px;
    color: #0092cc;
    margin-bottom: 10px;
    font-weight: bold;
}

.global-visa-section .highlight-text {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.global-visa-section .learn-more-btn {
    display: inline-block;
    background: linear-gradient(45deg, #0092CC, #157fd9);
    color: white;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
    border: 1px solid #0092cc;
}

.global-visa-section .learn-more-btn:hover {
    background: #fff;
    color: #0092cc;
}

/* Responsive Design */
@media (max-width: 992px) {
    .global-visa-section .global-visa-content {
        flex-direction: column;
        gap: 20px;
    }

    .global-visa-section.visa-image img {
        max-height: 300px;
    }

    .global-visa-section.visa-details {
        padding: 20px;
    }

    .global-visa-section.visa-title {
        font-size: 28px;
    }

    .global-visa-section.visa-description,
    .global-visa-section.visa-info {
        font-size: 14px;
    }

    .global-visa-section .highlight-title {
        font-size: 22px;
    }

    .global-visa-section .highlight-text {
        font-size: 16px;
    }

    .global-visa-section .learn-more-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .global-visa-section {
        padding: 50px 0;
    }

    .global-visa-section .visa-title {
        font-size: 24px;
    }

    .global-visa-section .highlight-title {
        font-size: 20px;
    }

    .global-visa-section .highlight-text {
        font-size: 14px;
    }
}

/* Global Enquiry Form Styles */
.global-enquiry-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 800px;
    border: 1px solid #0092cc;
}

.globa-visa-enquiry-form .form-title {
    font-size: 24px;
    color: #0092cc;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.global-enquiry-form .form-group {
    margin-bottom: 20px;
}

.global-enquiry-form label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.global-enquiry-form .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    font-size: 16px;
    color: #333;
    background: #ededed9c;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.global-enquiry-form .form-control:focus {
    border-color: #0092cc;
    outline: none;
}

.global-enquiry-form .submit-btn {
    background: linear-gradient(45deg, #0092CC, #157fd9);
    margin-top: 20px;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 1px solid #0092cc;
}

.global-enquiry-form .submit-btn:hover {
    background: #fff;
    color: #0092cc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .global-enquiry-form {
        padding: 20px;
    }

    .global-enquiry-form .form-title {
        font-size: 22px;
    }

    .global-enquiry-form .form-control {
        font-size: 14px;
        padding: 10px;
    }

    .global-enquiry-form .submit-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.devider-section .container {
    height: 1px;
    background-color: #0092cc;
    text-align: center;
}

.item-single:hover .hide-on-hover {
    display: none !important;
}


.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 30px !important;
}



.about-section {
    padding-top: 80px;
    background-color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.tagline {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 60px;
}

.content-section {
    padding: 60px 0;
}

.content-text {
    text-align: left;
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}



.image-placeholder {
    background-color: #e9ecef;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #6c757d;
    font-size: 1.1rem;
}

.btn-primary-simple {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary-simple:hover {
    background-color: #34495e;
    border-color: #34495e;
    color: white;
}

@media (max-width: 768px) {
    .about-section {
        padding-top: 90px 0;
    }

    .section-title {
        font-size: 2rem;
    }


    .image-placeholder {
        height: 250px;
        margin-bottom: 30px;
    }
}


.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.image-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-box:hover img {
    transform: scale(1.05);
}

.image-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(44, 62, 80, 0.1) 0%, rgba(52, 73, 94, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-box:hover::before {
    opacity: 1;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.modal.show {
    opacity: 1;
    pointer-events: all;
}

.modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}


.home-banner-area.home-style-three .owl-carousel .slider-item.item-one {
    background: url("../img/new/bg-1.jpg") no-repeat center;
    background-size: cover;
}

.home-banner-area.home-style-three .owl-carousel .slider-item.item-two {
    background: url("../img/new/bg-2.jpg") no-repeat center;
    background-size: cover;
}

.home-banner-area.home-style-three .owl-carousel .slider-item.item-three {
    background: url("../img/new/bg-3.jpg") no-repeat center;
    background-size: cover;
}


.ee {
    background-color: rgba(0, 0, 0, 0.5) !important; /* semi-dark background */
    display: inline-block !important; /* shrink to content */
    padding: 20px 30px !important; /* space around text */
    border-radius: 8px !important; /* optional rounded corners */
    color: #fff !important; /* ensure text is white */
    text-align: center !important;
}

.ee .sub-title {
    display: block !important;
    font-size: 1.2rem !important;
    margin-bottom: 5px !important;
    opacity: 0.9 !important;
}

.ee h1 {
    font-size: 2.5rem !important;
    margin: 0 !important;
}

