h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

.first-form-sec .form-section .submit-box .arrow-box {
    transition: .3s ease-in-out
}

:root {
    --white: #ffffff;
    --primary-blue: #004e9e;
    --light-blue: #007cd0;
    --x-light-blue: #008bf1;
    --first-light-blue: #ecf5ff;
    --orange: #ff8700;
    --light-gray: #f5f5f5;
    --text-color: #000000;
    --light-text: #4f545a;
    --secondry-text-color: #232b39;
    --dark-orange: #fc6624;
    --heading-color: #081e2a;
    --mobile-header-dark-bg: #243762;
    --mobile-header-light-bg: #3b5183;
    --footer-dark: #001d4b;
    --footer-light: #00163a;
    --yellow: #ffb90b;
    --whatsapp: #038033;
    --primary-font: "Plus Jakarta Sans", serif;
    --yellowtail-font: "Yellowtail", serif
}

body {
    margin: 0;
    font-family: var(--primary-font)
}

.contact-us-btn,
.footer .social-icons a,
.top-header-desktop .social-icons a,
.top-header-mobile a,
a,
footer a {
    text-decoration: none
}

.justify-text {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--light-text)
}

.footer .justify-text,
.footer-bootom p,
footer {
    color: var(--light-gray)
}

.card-section .single-card .card-content .card-name .common-card-heading span,
.card-section .single-card .card-content .card-name .common-card-heading:hover .title,
.card-section .single-card .card-content .card-name a:hover .title,
.common-heading-blue span,
.heading1 .blue-text {
    color: var(--x-light-blue)
}

.breadcrumb .breadcrumb-item a:hover,
.common-heading span,
.contact-us-btn .contact-btn .icon span,
.footer-bootom p a,
.main-footer ul li a:hover,
.menu-toggler span,
.pre-heading {
    color: var(--orange)
}

.bg-gray {
    background-color: var(--light-gray)
}

.top-header {
    height: 93px;
    background-color: var(--primary-blue)
}

.division-line {
    width: 27px;
    transform: rotate(90deg);
    border: 1px solid var(--white)
}

.top-header .header-box {
    height: 59px
}

.top-header .header-box .social-icons {
    display: flex;
    height: 28px;
    gap: 6px;
    justify-content: space-between
}

.footer .single-icon,
.header-box .social-icons .single-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--white)
}

.footer .single-icon span,
.header-box .social-icons .single-icon span {
    color: var(--primary-blue)
}

.footer .footer-logo {
    display: inline-flex;
    background-color: var(--white);
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 20px
}

.footer .footer-logo img {
    width: 160px;
    height: auto
}

.header-box .single-detail .icon-box {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 30px
}

.header-box .single-detail .icon-box img {
    width: 13px;
    height: auto
}

.header-box .single-detail a {
    color: var(--white);
    text-decoration: none
}

.header-fix {
    background-color: transparent;
    transition: .3s
}

.header-fix.scrolled {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: var(--white);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.menu-section {
    position: absolute;
    top: 59px;
    width: 100%;
    z-index: 9
}

.menu-section .main-menu {
    background-color: var(--white);
    border-radius: 18px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px
}

.menu-section .main-menu .logo-box {
    flex: none
}

.menu-section .main-menu .logo-box img {
    width: auto;
    height: 66.76px
}

.contact-btn {
    transition: .5s ease-in-out
}

.menu-section .main-menu .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004878;
    border-radius: 30px;
    padding: 14px 24px;
    color: var(--white);
    border: none;
    line-height: normal;
    transition: .3s ease-in-out
}

.menu-section .main-menu .contact-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white)
}

.menu-section .main-menu .contact-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    width: 32.54px;
    height: 32.54px;
    font-size: 13px;
    color: var(--white);
    border-radius: 30px
}

.menu-section .main-menu .contact-btn .contact-us {
    color: var(--white);
    font-size: 12.84px;
    line-height: 16.18px;
    font-weight: 500
}

.menu-section .main-menu .contact-us-btn-mobile .contact-btn {
    background-color: #ecf1f7;
    border-radius: 20px;
    display: inline-flex;
    width: 170px;
    height: 40px;
    justify-content: start;
    padding-left: 8px
}

.menu-section .main-menu .contact-us-btn-mobile .contact-btn .icon {
    width: 32px;
    height: 32px;
    background-color: var(--x-light-blue);
    display: flex;
    justify-content: center;
    align-items: center
}

.menu-section .main-menu .contact-us-btn-mobile .contact-btn .icon img {
    width: 16px;
    height: 16px
}

.menu-section .main-menu .contact-us-btn-mobile .contact-btn .contact-us {
    font-size: 14px;
    font-weight: 600;
    color: #223744;
    white-space: nowrap
}

.contact-us-btn:hover .contact-btn {
    background-color: #002f4f
}

.first-form-sec,
.image-container {
    position: relative;
    width: 100%
}

.first-form-sec .overflow-sec {
    position: relative;
    top: -16px;
    width: 100%;
    z-index: 2
}

.first-form-sec .form-section {
    height: 147px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--orange);
    filter: drop-shadow(0px 6px 4px #949494);
    -webkit-filter: drop-shadow(0px 3px 5px #949494)
}

.first-form-sec .form-section .image-box {
    background-color: var(--light-blue);
    width: 30%;
    height: 112%;
    border-radius: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.first-form-sec .form-section .image-box::after {
    position: absolute;
    content: "";
    top: 17%;
    width: 12px;
    height: 66%;
    background-color: var(--white);
    right: -12px;
    border-radius: 0 6px 6px 0
}

.first-form-sec .form-section .image-box .overflow-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.first-form-sec .form-section .form-box {
    width: 67%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px
}

.first-form-sec .form-section .form-box .form-control {
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 12px 0
}

.first-form-sec .form-section .form-box .input-group-text {
    background-color: #fff;
    border: none
}

.first-form-sec .form-section .form-box input[type=tel]::-webkit-inner-spin-button,
.first-form-sec .form-section .form-box input[type=tel]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.first-form-sec .form-section .form-box input[type=tel] {
    -moz-appearance: textfield;
    appearance: textfield
}

.first-form-sec .form-section .input-group {
    row-gap: 4px;
    width: 100%
}

.first-form-sec .form-section .submit-box .submit-btn:hover {
    background-color: #081e2a;
    color: var(--light-gray)
}

.first-form-sec .form-section .submit-box:hover .arrow-box img,
.submit-box:hover .arrow-box img {
    animation: .4s ease-in-out shake
}

.first-form-sec .form-section .input-box,
.first-form-sec .form-section .submit-box .submit-btn {
    background-color: var(--white);
    height: 48px;
    width: 100%;
    padding: 10px 8px 10px 30px;
    border-radius: 7px;
    display: flex;
    justify-content: start;
    align-items: center
}

.first-form-sec .form-section .submit-box .submit-btn {
    transition: .3s ease-in-out;
    outline: 0;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500
}

.first-form-sec .form-section .input-box {
    margin-left: 3px !important
}

.first-form-sec .form-section .input-group .input-box .form-control {
    outline: 0;
    box-shadow: none
}

.first-form-sec .form-section .input-group .input-box img {
    width: 16px
}

.first-form-sec .form-section .input-group .input-box input {
    width: 100%;
    border: none
}

.first-form-sec .form-section .input-group input::placeholder {
    color: #b6b6bc;
    font-size: 12px;
    font-weight: 500;
    line-height: 12.15px
}

.first-form-sec .form-section .input-group .input-box input:focus-visible {
    outline: 0
}

.submit-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 164px
}

.submit-box .arrow-box {
    background-color: var(--light-blue);
    border-radius: 20px 7px 7px 20px;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.submit-box:hover .arrow-box {
    background-color: #163140
}

.menu-toggler {
    display: none;
    background-color: var(--light-gray);
    height: 53px;
    width: 53px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer
}

.overflow-section .img-content .any-q {
    font-size: 18px;
    font-weight: 500
}

.overflow-section .img-content .lets-t {
    font-size: 28px;
    font-weight: 700
}

.menu-toggler span {
    font-size: 28px
}

.first-form-sec .form-section .image-box .overflow-section img {
    height: 100px
}

.top-header-mobile {
    display: none;
    background-color: var(--mobile-header-dark-bg);
    height: 63px;
    border-radius: 24px 24px 0 0;
    align-items: center;
    justify-content: center;
    padding: 0 5%
}

.mobile-menu-icons {
    display: flex;
    background-color: var(--mobile-header-light-bg);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
    transition: .2s ease-in-out
}

.mobile-menu-icons.whatsapp {
    background-color: #25d366
}

.mobile-menu-icons:hover {
    background-color: var(--orange)
}

.mobile-menu-icons span {
    color: var(--white);
    font-size: 16px
}

.custom_list li {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px
}

.custom_list li:nth-last-child {
    margin-bottom: 0
}

.single-feature .feature-img img {
    transition: transform .4s ease-in-out
}

.card-section .single-card:hover .card-image img,
.seating-card:hover .card-img-container img,
.single-feature:hover .feature-img img {
    transform: scale(1.1)
}

.rental-service-card {
    display: flex;
    align-items: center;
    gap: 20px
}

.rental-service-card .single-card {
    height: 260px;
    width: 100%;
    background-color: #ff87000f;
    border-radius: 30px;
    position: relative
}

.rental-service-card .single-card::after {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    width: 40%;
    background-color: #ff8700;
    border-radius: 30px
}

.rental-service-card .single-card .card-text {
    position: absolute;
    content: "";
    left: 10%;
    top: 30%;
    font-weight: 700;
    font-size: 22px
}

.rental-service-card .single-card .arrow-btn {
    position: absolute;
    content: "";
    left: 10%;
    top: 70%;
    font-weight: 700;
    font-size: 16px;
    width: 16%;
    height: 17%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px
}

.rental-service-card .single-card .arrow-btn:hover img {
    animation: .5s ease-in-out shake
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    25%,
    75% {
        transform: translateX(-5px)
    }

    50% {
        transform: translateX(5px)
    }
}

.rental-service-card .single-card .card-img {
    position: absolute;
    content: "";
    left: 37%;
    top: -9%;
    font-weight: 700;
    font-size: 16px;
    width: 58%;
    z-index: 1
}

.why-choose-sec .image-box {
    padding-right: 15px
}

.why-choose-sec .image-box img {
    border-radius: 0 30px 30px 0;
    width: 100%
}

.why-choose-sec .pre-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px
}

.why-choose-sec .image-box .floating-img {
    position: absolute;
    bottom: 6%;
    width: 28%;
    left: 8%
}

.why-choose-list {
    gap: 15px
}

.why-choose-sec .content-box {
    padding: 0 7em 0 0
}

.why-choose-sec .content-box .list-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.why-choose-sec .content-box .list-img img {
    width: 24px;
    height: 24px
}

.about-sec {
    margin-bottom: 80px
}

.testimonial-section .single-testimonial {
    height: 240px;
    position: relative;
    border-radius: 24px;
    background-color: var(--light-gray);
    margin: 8px 8px 50px;
    padding: 10px 60px 20px
}

.testimonial-section .single-testimonial::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-top: 20px solid #ff8700;
    border-left: 44px solid #ff8700;
    border-bottom: 16px solid #ff8700;
    border-right: 16px solid #ff8700;
    border-radius: 24px 0
}

.testimonial-section .single-testimonial .left-design::before {
    position: absolute;
    content: "";
    top: 14%;
    left: 0;
    width: .8%;
    height: 72%;
    background-color: var(--orange)
}

.testimonial-section .single-testimonial .left-design::after {
    position: absolute;
    content: "";
    top: 47%;
    left: .6%;
    border-top: 8px solid #ff870000;
    border-left: 10px solid #ff8700;
    border-bottom: 8px solid #ff870000;
    border-right: 8px solid #ff870000
}

.testimonial-section .single-testimonial .client-profile {
    display: flex;
    align-items: center;
    gap: 12px
}

.testimonial-section .single-testimonial .client-profile .user-img {
    width: 52px;
    height: 52px;
    background-color: var(--white);
    border-radius: 40px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.testimonial-section .single-testimonial .client-profile .user-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    color: var(--text-color)
}

.testimonial-section .single-testimonial .testimonial-detailts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50%
}

.testimonial-section .single-testimonial .testimonial-content {
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 50%
}

.testimonialSlider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important
}

#contact-page-wrapper .iti,
.common-heading-blue,
.main-footer .icon-box img,
.why-choose-card-item .card-icon img {
    width: 100%
}

.card-section .single-card .card-image {
    height: 300px;
    border-radius: 11px 11px 0 0;
    overflow: hidden
}

.card-section .single-card .card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 11px 11px 0 0;
    transition: transform .4s ease-in-out
}

.pre-heading {
    font-family: var(--yellowtail-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 18px
}

.common-heading,
.common-heading-blue,
.heading1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.common-heading,
.common-heading-blue {
    color: var(--heading-color)
}

.common-heading-blue {
    line-height: 48px;
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

.card-section .single-card {
    border-radius: 11px;
    border: 1px solid #f5f5f5
}

.card-section .single-card .card-content .card-name {
    border-radius: 11px 11px 0 0;
    position: relative
}

.card-section .single-card .card-content .card-name .common-card-heading,
.card-section .single-card .card-content .card-name a {
    position: absolute;
    top: -16px;
    padding: 16px 0;
    text-align: center;
    background-color: var(--white);
    width: 100%;
    border-radius: 11px;
    transition: .4s ease-in-out
}

.card-section .single-card .card-content .card-name .common-card-heading .title,
.card-section .single-card .card-content a .title {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 24.6px;
    margin-bottom: 0
}

.card-section .single-card .card-content .card-details {
    padding: 40px 10px 10px
}

.card-section .single-card .card-content .card-details ul li:nth-child(odd) {
    background-color: var(--light-gray);
    border-radius: 6px
}

.card-section .single-card .card-content .card-details ul li:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    background: 0 0;
    border-radius: 0
}

.card-section .single-card .card-content .card-details li div {
    padding: 12px
}

.card-section .single-card .card-content .card-details .property {
    font-weight: 500;
    font-size: 13px;
    line-height: 19.69px;
    color: var(--text-color)
}

.card-section .single-card .card-content .card-details .value {
    font-size: 15px;
    font-weight: 600;
    line-height: 21.32px;
    color: var(--text-color)
}

.faqs-section .accordion {
    gap: 10px;
    display: flex;
    flex-direction: column
}

.accordion-item .accordion-header .accordion-button:first-of-type {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important
}

.accordion-item .accordion-header .accordion-button:last-of-type {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important
}

.faqs-section .accordion-button {
    background-color: var(--white) !important;
    box-shadow: none;
    padding: 16px;
    color: var(--text-color) !important;
    font-size: 16px;
    font-weight: 600;
    min-height: 56px;
    border-radius: 9px;
    line-height: 24px
}

.faqs-section .accordion-button:focus {
    background-color: var(--white);
    padding: 16px;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important
}

.faqs-section .accordion-item {
    border: none;
    border-radius: 12px !important
}

.footer-bootom,
footer {
    border-radius: 29px 29px 0 0
}

.faqs-section .accordion-item .accordion-body {
    padding: 0 42px 16px 16px;
    color: var(--heading-color) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    position: relative
}

.faqs-section .accordion-item .accordion-body::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-top: 16px solid #ff870000;
    border-left: 16px solid #ff870000;
    border-bottom: 16px solid #ff8700;
    border-right: 16px solid #ff8700;
    border-radius: 0 0 12px
}

.faqs-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0087 7.36379C12.8212 7.55126 12.5669 7.65657 12.3017 7.65657C12.0366 7.65657 11.7823 7.55126 11.5947 7.36379L6.64473 2.41379L1.69473 7.36379C1.50612 7.54594 1.25352 7.64674 0.991325 7.64446C0.729129 7.64218 0.478315 7.53701 0.292907 7.3516C0.1075 7.1662 0.00233143 6.91538 5.31149e-05 6.65319C-0.0022252 6.39099 0.0985686 6.13839 0.280727 5.94979L5.93773 0.292786C6.12526 0.105315 6.37956 -3.02568e-07 6.64473 -2.90977e-07C6.90989 -2.79387e-07 7.1642 0.105315 7.35173 0.292786L13.0087 5.94979C13.1962 6.13731 13.3015 6.39162 13.3015 6.65679C13.3015 6.92195 13.1962 7.17626 13.0087 7.36379Z' fill='%23007CD0'/%3E%3C/svg%3E%0A");
    background-size: auto;
    width: 14px;
    height: 9px
}

.faqs-section .pre-heading,
.testimonials .pre-heading {
    font-family: var(--yellowtail-font) !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.26px
}

footer {
    background-color: var(--footer-dark)
}

footer a:hover {
    text-decoration: underline
}

.footer-bootom {
    background-color: var(--footer-light);
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer {
    overflow-x: hidden
}

.footer-bootom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px
}

.heading1,
.main-footer ul {
    line-height: 30px
}

.my-text-justify,
.para_text {
    line-height: 28px;
    text-align: justify
}

.footer .social-icons,
.top-header-desktop .social-icons {
    display: flex;
    height: 28px;
    gap: 6px
}

.footer .social-icons a:hover,
.footer .social-icons a:hover span,
.top-header-desktop .social-icons a:hover,
.top-header-desktop .social-icons a:hover span {
    transition: .2s ease-in-out;
    background-color: var(--orange);
    color: var(--light-gray)
}

.main-footer ul>li>span {
    font-size: 13px;
    color: var(--orange);
    padding-right: 5px
}

.main-footer .contact-details a,
.main-footer ul>li>a {
    color: var(--light-gray);
    text-decoration: none;
    font-size: 14px
}

.main-footer ul>li {
    white-space: nowrap
}

.main-footer ul>li>a {
    font-weight: 400;
    line-height: 34px;
    white-space: nowrap
}

.booknow-btn::before,
.callus-btn::before,
.footer-list-heading,
.getdetail-btn::before {
    font-size: 18px
}

.main-footer .icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 30px;
    padding: 9px
}

.main-footer .contact-details .content {
    width: 260px
}

.main-footer .contact-details a {
    line-height: 24px
}

.main-footer .contact-details a:hover {
    color: var(--orange);
    font-size: 14px
}

.main-footer a {
    font-size: 15px
}

.main-footer .contact-details {
    gap: 8px;
    display: flex;
    flex-direction: column
}

.main-footer .contact-details .single-detail .content .address-text {
    font-size: 14px
}

.breadcrumb-sec {
    padding: 6px 0;
    border-bottom: 1px solid #ecf1f7
}

.common-breadcrumb-sec {
    padding: 6px 0;
    border: 1px solid #ecf1f7
}

.breadcrumb-content .breadcrumb-title {
    font-size: 24px;
    font-weight: 600;
    color: #232b39
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    font-weight: 600;
    color: #232b39;
    transition: .3s ease-in-out;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--dark-orange);
    margin-right: 8px;
    float: none;
    padding: 0;
    flex-shrink: 0;
}

.breadcrumb-item.active {
    font-size: 14px;
    font-weight: 500;
    color: #232b39;
    white-space: nowrap;
}

.heading1 .blue-text,
.text-blue {
    color: #008bf1
}

.heading1 {
    margin-bottom: 0;
    font-style: normal;
    font-size: 28px;
    color: #223744
}

.para_text {
    font-size: 15px;
    font-weight: 400;
    color: #223744
}

.book-btn {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 28px;
    border: none;
    border-radius: 30px;
    background: #ff8700;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease-in-out;
    min-width: 120px
}

.book-btn:hover {
    background-color: #081e2a
}

.card-section .single-card .card-content .card-details .value .icon {
    width: 6px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 1px;
    margin-right: 2px
}

.form-title {
    font-size: 25px;
    font-weight: 700;
    color: #223744;
    margin-bottom: 28px
}

.swiper-button-next,
.swiper-button-prev {
    height: 46px !important;
    width: 46px !important
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 26px !important;
    font-weight: 700 !important
}

.booknow-btn::before,
.callus-btn::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900
}

.whatsapp-btn {
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
    color: #fff;
    transition: transform .3s ease-in-out
}

#ttBackToTop,
.card,
.tempo-traveller-cards .card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #1ea952 0, #0e6b5f 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
    transform: translateY(-2px)
}

#ttBackToTop:hover,
.card:hover {
    transform: translateY(-5px)
}

.my-text-justify {
    color: #333;
    font-size: 16px
}

.booknow-btn,
.callus-btn,
.getdetail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    width: 30%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    text-align: center;
    border-radius: 18px;
    border: none;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: .5px;
    color: #fff !important
}

.booknow-btn {
    background: linear-gradient(135deg, #1e88e5 0, #007aff 100%);
    box-shadow: 0 6px 18px rgba(30, 136, 229, .25)
}

.booknow-btn::before {
    content: "\f0e0"
}

.booknow-btn:hover {
    background: linear-gradient(135deg, #1565c0 0, #1e88e5 100%);
    box-shadow: 0 10px 24px rgba(30, 136, 229, .4);
    transform: translateY(-2px);
    color: #fff !important
}

.callus-btn {
    background: linear-gradient(135deg, #ff8c2d 0, #ff5249 100%);
    box-shadow: 0 6px 18px rgba(255, 140, 45, .25)
}

.callus-btn::before {
    content: "\f095"
}

.callus-btn:hover {
    background: linear-gradient(135deg, #e6761b 0, #ff5249 100%);
    box-shadow: 0 10px 24px rgba(255, 140, 45, .4);
    transform: translateY(-2px);
    color: #fff !important
}

.getdetail-btn {
    background: linear-gradient(135deg, #12a27e 0, #17b993 100%);
    box-shadow: 0 6px 18px rgba(18, 162, 126, .25)
}

.seating-card,
.thankyou-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.getdetail-btn::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands"
}

.getdetail-btn:hover {
    background: linear-gradient(135deg, #0f8668 0, #12a27e 100%);
    box-shadow: 0 10px 24px rgba(18, 162, 126, .4);
    transform: translateY(-2px);
    color: #fff !important
}

@media (max-width:991px) {

    .booknow-btn,
    .callus-btn,
    .getdetail-btn {
        padding: 12px 10px;
        font-size: 14px;
        border-radius: 14px;
        width: 32%
    }

    .booknow-btn::before,
    .callus-btn::before,
    .getdetail-btn::before {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .cta-button-wrapper {
        gap: 8px
    }

    .booknow-btn,
    .callus-btn,
    .getdetail-btn {
        padding: 10px 4px;
        font-size: 11px;
        border-radius: 12px;
        gap: 6px;
        letter-spacing: .2px;
        width: 32%
    }

    .booknow-btn::before,
    .callus-btn::before,
    .getdetail-btn::before {
        font-size: 12px
    }
}

@media (max-width:375px) {
    .cta-button-wrapper {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px
    }

    .booknow-btn,
    .callus-btn,
    .getdetail-btn {
        width: 100% !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
        border-radius: 14px !important
    }

    .booknow-btn::before,
    .callus-btn::before,
    .getdetail-btn::before {
        font-size: 16px !important
    }
}

.ty-btn-call,
.ty-btn-home,
.ty-btn-whatsapp {
    color: var(--white) !important
}

.pricing-table {
    margin: 40px auto
}

.pricing-table .table thead {
    background-color: #ffd84d;
    color: #000
}

.pricing-table .table tbody tr:nth-child(2n) {
    background-color: #f8f9fa
}

.pricing-table .table tbody tr:nth-child(odd),
.tempo-traveller-cards .card .card-body .card-content .card-content-inner .card-content-inner-itmes:nth-of-type(2n) {
    background-color: #fff
}

.pricing-table .table th {
    vertical-align: middle;
    text-align: center;
    background: #ffd84d !important
}

.pricing-table .table td {
    vertical-align: middle;
    text-align: center
}

.active td {
    background: #edf2f6
}

.section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 30px 0
}

.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s
}

.card-body {
    text-align: center;
    padding: 15px
}

.price-time {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
    font-size: 14px
}

.price-time i {
    color: #fff;
    margin-right: 5px;
    background: #4c4cff;
    padding: 8px 9px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    flex: none
}

.price-time span {
    width: 50%;
    float: left
}

.btn-primary {
    background-color: var(--light-blue);
    border: none;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 14px
}

.btn-outline-primary {
    border-radius: 30px;
    padding: 8px 25px
}

.tempo-traveller-cards {
    margin-top: 40px
}

.tempo-traveller-cards .card {
    border-radius: 15px;
    box-shadow: none;
    transition: .3s ease-in-out
}

.tempo-traveller-cards .card .card-body {
    border-radius: 15px
}

.tempo-traveller-cards .card .card-body .card-image {
    overflow: hidden;
    border-radius: 15px
}

.tempo-traveller-cards .card .card-body .card-image img {
    border-radius: 15px;
    transition: .3s ease-in-out
}

.tempo-traveller-cards .card:hover .card-body .card-image img {
    transform: scale(1.1);
    transform: .3s ease-in-out
}

.tempo-traveller-cards .card .card-body .card-content {
    padding: 10px 0 0
}

.tempo-traveller-cards .card .card-body .card-content .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.tempo-traveller-cards .card .card-body .card-content .card-content-inner {
    padding-top: 10px;
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.tempo-traveller-cards .card .card-body .card-content .card-content-inner .card-content-inner-itmes {
    padding: 4px 8px;
    border-radius: 4px
}

.tempo-traveller-cards .card .card-body .card-content .card-content-inner .card-content-inner-itmes .card-content-inner-itmes-main-text {
    font-weight: 600
}

.tempo-traveller-cards .card .card-body .card-content .card-content-inner .card-content-inner-itmes:nth-of-type(odd) {
    background-color: #fff4ca
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper {
    padding-top: 10px
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    transition: .3s ease-in-out;
    margin: 0;
    text-transform: unset;
    float: none;
    width: auto
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .callnow-btn {
    background: linear-gradient(135deg, #03a9f4 0, #098ac6 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.horizontal-card-links .hor-buttons.callnow-btn:hover,
.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .callnow-btn:hover {
    background: linear-gradient(135deg, #03a9f4 0, #0375ab 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 153, 211, .4);
    transform: translateY(-2px)
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0, #128c7e 100%)
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .booknow-btn {
    background: linear-gradient(135deg, #4c4cff 0, #2a2ad0 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .booknow-btn:hover {
    background: linear-gradient(135deg, #4c4cff 0, #0333ab 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 106, 211, .4);
    transform: translateY(-2px)
}

@media (min-width:2560px) {
    .why-choose-sec .content-box {
        padding: 0 39em 0 0
    }
}

@media (min-width:1440px) {
    .why-choose-sec .content-box {
        padding: 0 5em 0 0
    }

    .rental-service-card .single-card {
        height: 320px
    }

    .why-choose-sec .image-box .floating-img {
        bottom: 16%
    }
}

@media (max-width:1399px) {
    .book-btn {
        padding: 12px 24px;
        font-size: 14px
    }
}

@media (max-width:1200px) {

    .first-form-sec .form-section .input-box,
    .first-form-sec .form-section .submit-box {
        height: 48px;
        width: 96%
    }

    .first-form-sec .form-section .image-box .overflow-section img {
        height: 78px
    }

    .card-section .single-card .card-image {
        height: 300px
    }

    .rental-service-card .single-card {
        height: 224px
    }

    .rental-service-card .single-card .card-text {
        font-size: 18px
    }

    .book-btn {
        font-size: 14px;
        padding: 14px 18px
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 10px
    }
}

@media (max-width:1199px) {
    .book-btn {
        padding: 12px 18px;
        font-size: 14px
    }

    .card-section .single-card .card-content .card-details ul li:last-child .booknow-btn,
    .card-section .single-card .card-content .card-details ul li:last-child .callus-btn,
    .card-section .single-card .card-content .card-details ul li:last-child .getdetail-btn {
        padding: 6px 12px;
        width: auto;
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .why-choose-sec .content-box {
        padding: 0 3em 0 0
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 10px;
        font-size: 13px
    }
}

@media (max-width:992px) {
    .why-choose-sec .content-box {
        padding: 0 2em 0 0
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 10px;
        font-size: 13px
    }
}

@media (max-width:991px) {
    .menu-toggler {
        display: flex
    }

    .first-form-sec .form-section {
        flex-direction: column;
        height: auto
    }

    .first-form-sec .form-section .image-box {
        width: 104%;
        height: auto
    }

    .first-form-sec .overflow-sec {
        top: -40px
    }

    .first-form-sec .form-section .image-box .overflow-section {
        padding: 10px 0
    }

    .overflow-section .img-content .any-q {
        padding-left: 14px;
        letter-spacing: 1px;
        font-size: 13px;
        font-weight: 400
    }

    .overflow-section .img-content .lets-t {
        padding-left: 14px;
        font-size: 22px
    }

    .first-form-sec .form-section .form-box {
        width: 100%;
        padding: 30px 14px 21px 24px
    }

    .first-form-sec .form-section .image-box .overflow-section img {
        height: 60px
    }

    .first-form-sec .form-section .image-box::after {
        position: absolute;
        content: "";
        top: 80px;
        width: 84%;
        height: 12%;
        background-color: var(--white);
        left: 8%;
        border-radius: 0 0 6px 6px
    }

    .rental-service-card .single-card {
        height: 162px
    }

    .why-choose-section {
        display: flex;
        justify-content: center
    }

    .why-choose-sec {
        margin: auto
    }

    .why-choose-sec .image-box {
        position: static;
        width: 100%;
        padding-right: 0
    }

    .why-choose-sec .image-box .floating-img {
        width: 120px
    }

    .why-choose-sec .image-box .floating-img img {
        height: 0%
    }

    .main-footer .shifting {
        flex-direction: row-reverse
    }

    .why-choose-sec .image-box img {
        border-radius: 30px
    }

    .rental-service-card .single-card .card-text {
        font-size: 14px
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 12px
    }
}

@media (max-width:767px) {
    .common-heading-blue {
        font-size: 32px;
        width: 100%
    }

    .why-choose-sec .content-box {
        padding: 0
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 30px !important;
        width: 30px !important
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 18px !important;
        font-weight: 600 !important
    }

    .top-header .header-box .social-icons {
        display: none
    }

    .rental-service-card .single-card .card-text {
        font-size: 18px
    }

    .top-header .header-box {
        justify-content: center !important
    }

    .top-header .header-box .contact-details .icon-box {
        width: 30px;
        height: 30px
    }

    .top-header .header-box .contact-details a {
        font-size: 15px
    }

    .menu-section .main-menu .logo-box img {
        width: auto;
        height: 46.76px
    }

    .menu-section .main-menu .contact-btn {
        padding: 10px 16px
    }

    .menu-section .main-menu .contact-btn .d-flex {
        gap: 4px
    }

    .menu-section .main-menu .contact-btn .icon {
        width: 28.54px;
        height: 28.54px;
        font-size: 12px
    }

    .menu-section .main-menu {
        height: 72px;
        padding: 0 12px
    }

    .menu-toggler {
        height: 40px;
        width: 40px
    }

    .menu-toggler span {
        font-size: 22px
    }

    .first-form-sec .form-section .input-group {
        row-gap: 8px
    }

    .rental-service-card .single-card {
        height: 240px
    }

    .footer-bootom .responsive,
    .rental-service-card {
        flex-direction: column
    }

    .footer-bootom {
        padding: 10px 0
    }

    .card-section .single-card .card-image {
        height: 162px
    }

    .first-form-sec .form-section .form-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .first-form-sec .form-section .submit-box {
        width: 100%
    }

    .submit-box .arrow-box {
        width: 24%
    }

    .first-form-sec .form-section .input-box,
    .first-form-sec .form-section .submit-box .submit-btn {
        height: 48px
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 20px
    }
}

@media (max-width:575px) {

    #whatsappa,
    .top-header .division-line,
    .top-header-desktop {
        display: none
    }

    .top-header .header-box .contact-details {
        flex-direction: column-reverse;
        gap: 2px
    }

    .top-header .header-box .contact-details .icon-box {
        width: 24px;
        height: 24px
    }

    .top-header .header-box .contact-details a {
        font-size: 13px
    }

    .menu-section {
        position: static;
        background-color: var(--white);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
    }

    .menu-section .main-menu {
        height: 52px;
        padding: 0
    }

    .menu-section .main-menu .logo-box img {
        height: 38px
    }

    .first-form-sec .form-section .form-box {
        display: flex;
        flex-direction: column;
        padding: 22px 18px 18px 19px
    }

    .first-form-sec .form-section .form-box .input-group:last-child {
        justify-content: center
    }

    .first-form-sec .form-section .image-box .overflow-section img {
        height: 40px;
        width: auto
    }

    .first-form-sec .form-section .image-box,
    .why-choose-sec {
        width: 100%
    }

    .first-form-sec .form-section .image-box .overflow-section {
        gap: 4px;
        justify-content: space-between
    }

    .overflow-section .img-content .any-q {
        letter-spacing: 0;
        font-size: 10px
    }

    .overflow-section .img-content .lets-t {
        font-size: 16px;
        font-weight: 600;
        padding-left: 14px
    }

    .first-form-sec .overflow-sec {
        top: 0;
        padding: 15px 0
    }

    .overflow-section .img-content {
        align-items: baseline
    }

    .menu-section .main-menu .gap-3 {
        gap: 10px
    }

    .first-form-sec .form-section .image-box::after {
        top: 60px
    }

    .submit-box {
        width: 140px
    }

    .top-header-mobile {
        display: flex
    }

    .main-footer .change-gap {
        margin-top: 20px
    }

    .footer-bootom {
        padding-bottom: 76px
    }

    .card-section .single-card .card-image img {
        object-fit: contain;
        width: 100%;
        height: auto
    }

    .card-section .single-card .card-image {
        height: auto
    }

    .first-form-sec .form-section .input-box,
    .first-form-sec .form-section .submit-box {
        width: 100%;
        height: 50px
    }

    .testimonial-section {
        margin-bottom: 140px
    }

    .form-box .form-title {
        font-size: 24px
    }

    .common-heading-blue {
        font-size: 30px;
        line-height: normal;
        width: 100%
    }

    .heading1 {
        font-size: 26px
    }

    .book-btn {
        padding: 12px 18px
    }

    .rental-service-card .single-card {
        height: 220px
    }
}

@media (max-width:480px) {
    .rental-service-card .single-card {
        height: 194px
    }

    .testimonial-section .single-testimonial .testimonial-detailts {
        height: 25%
    }
}

@media (max-width:420px) {
    .testimonial-section .single-testimonial {
        height: 445px
    }

    .heading1 {
        font-size: 24px
    }

    .book-btn {
        padding: 10px 16px
    }
}

@media (max-width:408px) {
    .rental-service-card .single-card {
        height: 168px
    }

    .rental-service-card .single-card .card-text {
        font-size: 14px
    }
}

@media (max-width:380px) {
    .why-choose-sec .image-box img {
        height: 296px
    }

    .tempo-traveller-cards .card .card-body .card-content .card-content-buttons-wrapper .cta-btn {
        padding: 8px 10px
    }
}

@media (max-width:360px) {
    .menu-section .main-menu .contact-us-btn-mobile .contact-btn {
        width: 44px
    }

    .menu-section .main-menu .contact-us-btn-mobile .contact-btn .icon {
        width: 28px;
        height: 28px
    }

    .menu-section .main-menu .contact-us-btn-mobile .contact-btn .icon img {
        width: 13px;
        height: 13px
    }

    .menu-section .main-menu .contact-us-btn-mobile .contact-btn .contact-us {
        font-size: 13px
    }

    .testimonial-section .single-testimonial {
        height: 500px
    }

    .rental-service-card .single-card {
        height: 152px
    }

    .card-section .single-card .card-content .card-details ul li:last-child .booknow-btn,
    .card-section .single-card .card-content .card-details ul li:last-child .callus-btn,
    .card-section .single-card .card-content .card-details ul li:last-child .getdetail-btn {
        padding: 4px 8px;
        width: auto;
        font-size: 13px
    }
}

@media (max-width:350px) {
    .testimonial-section .single-testimonial {
        height: 560px
    }
}

@media (max-width:320px) {
    .testimonial-section .single-testimonial {
        padding: 10px 60px 15px 30px;
        height: 545px
    }
}

.thankyou-sec {
    background-color: var(--light-gray);
    min-height: 70vh;
    display: flex;
    align-items: center
}

.thankyou-card {
    background: var(--white);
    padding: 50px;
    border-radius: 20px
}

#enquiryModal .modal-header,
.ty-btn-home {
    background: linear-gradient(135deg, var(--primary-blue) 0, var(--light-blue) 100%)
}

.thankyou-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px
}

.ty-btn {
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: none;
    font-size: 15px;
    min-width: 190px
}

.ty-btn-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 78, 158, .3)
}

.ty-btn-call {
    background: #764ba2
}

.ty-btn-call:hover {
    background: #5a3785;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(118, 75, 162, .3)
}

.ty-btn-whatsapp {
    background: var(--whatsapp)
}

.ty-btn-whatsapp:hover {
    background: #026b2b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(3, 128, 51, .3)
}

.ty-btn span.arrow-box {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

#enquiryModal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2)
}

#enquiryModal .modal-header {
    color: var(--white);
    border-bottom: none;
    padding: 25px 30px
}

#enquiryModal .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .5px
}

#enquiryModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: .8;
    transition: .3s
}

#enquiryModal .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg)
}

#enquiryModal .modal-body {
    padding: 40px;
    background-color: #fff
}

#enquiryModal .form-label {
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 14px
}

#enquiryModal .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 15px;
    transition: .3s;
    background-color: #f9f9f9
}

#enquiryModal .form-control:focus {
    background-color: #fff;
    border-color: var(--light-blue);
    box-shadow: 0 0 0 4px rgba(0, 124, 208, .1);
    outline: 0
}

#enquiryModal .btn-submit-modal {
    background: linear-gradient(135deg, var(--primary-blue) 0, var(--light-blue) 100%);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s;
    width: 100%;
    margin-top: 10px
}

#enquiryModal .btn-submit-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 78, 158, .3);
    color: #fff
}

.outstation-card .card .card-body .card-title {
    color: var(--secondry-text-color);
    font-size: 18px;
    font-weight: 600
}

.outstation-card .card:hover .card-body .card-title {
    color: var(--light-blue)
}

.outstation-card .card .card-body .view-details-btn {
    background-color: #005fa0;
    color: var(--white);
    padding: 8px 15px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transition: .3s
}

.outstation-card .card .card-body .view-details-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

.outstation-card .card .card-body .whatsapp-btn {
    padding: 8px 15px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

#contact-page-wrapper .contact-box {
    border-radius: 24px;
    background: #fff;
    padding: 45px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .03);
    transition: transform .3s
}

#contact-page-wrapper .contact-main-heading {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--primary-blue);
    position: relative;
    padding-bottom: 15px
}

#contact-page-wrapper .contact-main-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--light-blue);
    border-radius: 2px
}

#contact-page-wrapper .info-box .single-icon,
#ttBackToTop {
    width: 45px;
    display: flex;
    transition: .3s;
    text-decoration: none
}

#contact-page-wrapper .info-box {
    background: linear-gradient(135deg, #1a1a1a 0, #2b2b2b 100%);
    color: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

#contact-page-wrapper .contact-right-heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff
}

#contact-page-wrapper .info-card {
    background: rgba(255, 255, 255, .05);
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .3s
}

#contact-page-wrapper .info-card:hover {
    background: rgba(255, 255, 255, .08);
    transform: translateX(10px)
}

#contact-page-wrapper .info-icon {
    font-size: 28px;
    margin-right: 20px;
    min-width: 45px;
    height: 45px;
    background: rgba(0, 163, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px
}

#contact-page-wrapper .form-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 8px
}

#contact-page-wrapper .form-control,
#contact-page-wrapper .form-select {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 12px 20px;
    box-shadow: none;
    transition: .3s
}

#contact-page-wrapper .form-control:focus,
#contact-page-wrapper .form-select:focus {
    border-color: var(--light-blue);
    box-shadow: 0 0 0 4px rgba(0, 163, 255, .1)
}

#contact-page-wrapper textarea.form-control {
    height: 140px;
    resize: none
}

#contact-page-wrapper .btn-main {
    background: linear-gradient(135deg, var(--primary-blue) 0, var(--light-blue) 100%);
    color: #fff;
    height: 60px;
    border-radius: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 78, 158, .2);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

#contact-page-wrapper .btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 78, 158, .3);
    color: #fff
}

#contact-page-wrapper .info-box .single-icon {
    height: 45px;
    background: rgba(255, 255, 255, .1);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

#contact-page-wrapper .info-box .single-icon:hover {
    background: var(--light-blue);
    color: #fff;
    transform: rotate(360deg)
}

#contact-page-wrapper .google-map {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin: 40px 0
}

#contact-page-wrapper .iti__country-list {
    z-index: 10
}

.cta-button-wrapper {
    margin-bottom: 15px
}

.other-services-section {
    padding: 20px 0
}

.other-services-section .common-heading-blue {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: normal
}

.tempo-traveller-other-services {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.tempo-traveller-other-services-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    line-height: normal;
    background-color: #004e9e;
    color: var(--white);
    transition: .3s;
    text-decoration: none
}

.horizontal-card,
.seating-card {
    background: #fff;
    flex-direction: column;
    display: flex
}

.tempo-traveller-other-services-link:hover {
    background-color: var(--yellow);
    color: var(--heading-color)
}

.horizontal-card {
    gap: 20px;
    padding: 20px;
    border-radius: 12px
}

.horizontal-card .horizontal-card-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden
}

.horizontal-card .horizontal-card-image img {
    width: 100%;
    height: 100%;
    transition: .3s
}

.horizontal-card:hover .horizontal-card-image img {
    transform: scale(1.05);
    transition: .3s
}

.horizontal-card .horizontal-card-content .horizontal-card-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 10px
}

.horizontal-card .horizontal-card-content .horizontal-card-description {
    text-align: justify;
    font-size: 1rem;
    color: var(--secondry-text-color);
    height: 192px
}

.horizontal-card .horizontal-card-content .horizontal-card-links {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.horizontal-card-links .hor-buttons {
    padding: 8px 15px;
    line-height: normal;
    transition: .3s;
    text-decoration: none;
    border-radius: 8px;
    border: none
}

.horizontal-card-links .hor-buttons.callnow-btn {
    background: linear-gradient(135deg, #03a9f4 0, #098ac6 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    color: #fff
}

.horizontal-card-links .hor-buttons.enquiry-btn {
    background: linear-gradient(135deg, #ffed4c 0, #bad02a 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    color: #000
}

.horizontal-card-links .hor-buttons.enquiry-btn:hover {
    background: linear-gradient(135deg, #f0ff4c 0, #d0c82a 100%);
    color: #000;
    box-shadow: 0 6px 20px rgba(255, 255, 76, .4);
    transform: translateY(-2px)
}

.horizontal-cards-wrapper .horizontal-card .horizontal-card-image {
    width: 30%;
    flex: none
}

.horizontal-cards-wrapper .horizontal-card .horizontal-card-content .horizontal-card-description {
    height: auto
}

@media (max-width:1200px) {

    #contact-page-wrapper .contact-box,
    #contact-page-wrapper .info-box {
        padding: 35px
    }
}

@media (max-width:991px) {

    #contact-page-wrapper .contact-box,
    #contact-page-wrapper .info-box {
        padding: 30px;
        margin-bottom: 20px
    }

    #contact-page-wrapper .contact-main-heading {
        font-size: 1.8rem
    }

    #contact-page-wrapper .info-box {
        height: auto
    }

    .horizontal-cards-wrapper .horizontal-card .horizontal-card-image {
        width: 100%;
        height: auto
    }

    .horizontal-cards-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {

    #contact-page-wrapper .contact-box,
    #contact-page-wrapper .info-box {
        padding: 25px
    }

    #contact-page-wrapper .contact-main-heading {
        font-size: 1.6rem
    }

    #contact-page-wrapper .info-card {
        padding: 18px
    }

    #contact-page-wrapper .info-icon {
        font-size: 22px;
        min-width: 40px;
        height: 40px
    }

    .horizontal-cards-wrapper .horizontal-card .horizontal-card-image {
        width: 100%;
        height: auto
    }

    .horizontal-cards-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .section-title {
        font-size: 1.4rem
    }

    .thankyou-card {
        padding: 30px 20px
    }

    .ty-btn {
        width: 100%
    }

    #enquiryModal .modal-body {
        padding: 25px 20px
    }

    #enquiryModal .modal-header {
        padding: 20px
    }

    #contact-page-wrapper .contact-box,
    #contact-page-wrapper .info-box {
        padding: 20px;
        border-radius: 18px
    }

    #contact-page-wrapper .contact-main-heading {
        font-size: 1.4rem;
        margin-bottom: 20px
    }

    #contact-page-wrapper .form-control,
    #contact-page-wrapper .form-select {
        height: 48px;
        padding: 10px 15px;
        font-size: 14px
    }

    #contact-page-wrapper .btn-main {
        height: 50px;
        font-size: 16px
    }

    #contact-page-wrapper .info-card {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 15px
    }

    #contact-page-wrapper .info-icon {
        margin-right: 12px
    }

    #contact-page-wrapper .info-card h5 {
        font-size: 14px
    }

    #contact-page-wrapper .info-card p {
        font-size: 13px
    }

    #contact-page-wrapper .google-map iframe {
        height: 300px
    }
}

@media (max-width:400px) {
    #contact-page-wrapper .contact-main-heading {
        font-size: 1.25rem
    }

    #contact-page-wrapper .contact-box {
        padding: 15px
    }
}

#ttBackToTop {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 1040;
    border: none;
    outline: 0;
    background-color: var(--primary-blue);
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    height: 45px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0
}

#ttBackToTop.tt-show {
    visibility: visible;
    opacity: 1;
    bottom: 95px
}

#ttBackToTop:hover {
    background-color: var(--orange);
    color: #fff
}

#ttBackToTop span {
    font-size: 20px
}

@media (max-width:767px) {
    #ttBackToTop {
        bottom: 100px;
        right: 15px;
        width: 40px;
        height: 40px
    }

    #ttBackToTop.tt-show {
        bottom: 110px
    }
}

.seating-section {
    padding: 50px 0
}

.seating-card {
    border-radius: 20px;
    border: 1px solid #edf2f7;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    height: 100%;
    overflow: hidden
}

.seating-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 78, 158, .12);
    border-color: #007cd0
}

.seating-card .card-img-container {
    position: relative;
    height: auto;
    overflow: hidden
}

.seating-card .card-img-container img {
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}

.seating-card .brand-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, .95);
    color: #004e9e;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    z-index: 2;
    letter-spacing: .5px
}

.seating-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left
}

.seating-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #232b39;
    margin-bottom: 18px;
    text-align: center
}

.seating-card .specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px
}

.seating-card .spec-item {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #4f545a
}

.seating-card .spec-item.full-width {
    grid-column: span 2
}

.seating-card .spec-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ecf5ff;
    color: #007cd0;
    font-size: 14px;
    flex-shrink: 0
}

.seating-card .spec-label {
    font-weight: 500;
    color: #718096
}

.seating-card .spec-val {
    margin-left: auto;
    font-weight: 700;
    color: #2d3748
}

.seating-card .btn-book,
.seating-card .btn-details {
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
    transition: .2s;
    text-align: center
}

.seating-card .card-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto
}

.seating-card .btn-details {
    flex: 1;
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 12px;
    text-decoration: none
}

.seating-card .btn-details:hover {
    background: #e2e8f0;
    color: #1e293b
}

.seating-card .btn-book {
    flex: 1.5;
    background: #004e9e;
    color: #fff;
    border: none;
    border-radius: 12px;
    text-transform: uppercase
}

.seating-card .btn-book:hover {
    background: #007cd0;
    box-shadow: 0 4px 12px rgba(0, 124, 208, .3);
    color: #fff
}

.seating-card .btn-whatsapp {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border-radius: 12px;
    font-size: 22px;
    text-decoration: none;
    transition: .2s;
    flex-shrink: 0
}

.seating-card .btn-whatsapp:hover {
    background: #20ba5a;
    box-shadow: 0 4px 12px rgba(37, 211, 102, .3);
    color: #fff;
    transform: translateY(-2px)
}

.other-options-section .option-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    overflow: hidden;
    transition: .3s;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    position: relative
}

.other-options-section .option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12)
}

.other-options-section .card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px
}

.other-options-section .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.other-options-section .option-card:hover .card-img-wrapper img {
    transform: scale(1.08)
}

.other-options-section .wa-overlay-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #25d366;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    transition: .3s;
    z-index: 5;
    text-decoration: none
}

.other-options-section .wa-overlay-btn:hover {
    background: #20ba5a;
    transform: scale(1.1);
    color: #fff
}

.other-options-section .card-content-wrapper {
    background: #fff;
    border-radius: 25px 25px 0 0;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    padding: 24px 20px;
    text-align: center
}

.other-options-section .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #232b39;
    margin-bottom: 16px
}

.other-options-section .capacity-capsule {
    background: linear-gradient(45deg, #f44336, #ff5722);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    gap: 12px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.other-options-section .capacity-item {
    display: flex;
    align-items: center;
    gap: 6px
}

.other-options-section .capacity-item i,
.other-options-section .capacity-item svg {
    background: rgba(255, 255, 255, .2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    font-size: 10px;
    line-height: 1
}

.other-options-section .details-box {
    background-color: #ecf5ff;
    border-radius: 12px;
    padding: 12px 10px;
    margin-bottom: 22px;
    font-size: 13.5px
}

.other-options-section .tour-price {
    color: #004e9e;
    font-weight: 700;
    margin-bottom: 6px
}

.other-options-section .outstation-price {
    color: #232b39;
    font-weight: 700;
    margin-bottom: 0
}

.other-options-section .btn-group-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.other-options-section .btn-card {
    flex: 1;
    padding: 9px 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: .3s;
    border: none
}

.other-options-section .btn-know-more {
    background: #00beeb;
    color: #242424
}

.other-options-section .btn-know-more:hover {
    background: #0192b3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 102, 245, .3)
}

.other-options-section .btn-get-quote {
    background: #4f70f6;
    color: #fff
}

.other-options-section .btn-get-quote:hover {
    background: #3253d8;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 112, 246, .3)
}

.why-choose-card-box {
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: auto auto;
    list-style: none;
    gap: 10px;
    padding: 20px;
    background-color: #daf6ff;
    border-radius: 12px
}

.why-choose-card-item {
    gap: 10px
}

.why-choose-card-item .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 5px;
    background-color: #0a3e92
}

.why-choose-card-item .card-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

@media(max-width:575px) {
    .why-choose-card-box {
        grid-template-columns: auto
    }

    .contact-detail-list li {
        font-size: 13px
    }
}

.offer-one {
    background-color: #00d3fb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23ffffff12' stroke-width='1.5'%3E%3Cpath d='M150 150c-25 0-45-20-45-45s20-45 45-45 45 20 45 45-20 45-45 45zM150 170c-35 0-65-30-65-65s30-65 65-65 65 30 65 65-30 65-65 65zM150 190c-45 0-85-40-85-85s40-85 85-85 85 40 85 85-40 85-85 85zM150 210c-55 0-105-50-105-105S95 0 150 0s105 50 105 105-50 105-105 105zM350 280c-20 0-35-15-35-35s15-35 35-35 35 15 35 35-15 35-35 35zM350 300c-30 0-55-25-55-55s25-55 55-55 55 25 55 55-25 55-55 55zM350 320c-40 0-75-35-75-75s35-75 75-75 75 35 75 75-35 75-75 75z'/%3E%3Cpath d='M-20 300c30-10 60 10 90 0s50-30 80-20 60 40 90 20M-20 330c30-10 60 10 90 0s50-30 80-20 60 40 90 20M-20 360c30-10 60 10 90 0s50-30 80-20 60 40 90 20'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 400px 400px;
    padding: 40px 0;
    position: relative;
    overflow: hidden
}

.offer-one__content {
    position: relative;
    z-index: 2
}

.offer-one__top-title {
    font-family: var(--yellowtail-font), cursive;
    color: var(--white);
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400
}

.offer-one__heading {
    color: var(--white) !important;
    font-family: var(--primary-font);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px
}

.offer-one__text {
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 400
}

.offer-one__btn-box {
    margin-top: 30px
}

.offer-one__btn {
    display: inline-block;
    background-color: #221f26;
    color: var(--white) !important;
    padding: 14px 35px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.offer-one__img-one,
.offer-one__img-two {
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25, 1, .5, 1)
}

.offer-one__btn:hover {
    background-color: var(--white);
    color: #221f26 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25)
}

.offer-one__img-box {
    position: relative;
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center
}

.offer-one__inner-img-box {
    position: relative;
    width: 100%;
    height: 100%
}

.offer-one__img-one {
    position: absolute;
    top: 10px;
    right: 70px;
    width: 467px;
    height: 467px;
    border-radius: 50% !important;
    border: 15px solid var(--white);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .2);
    z-index: 2
}

.offer-one__img-one:hover {
    transform: scale(1.03) rotate(1deg)
}

.offer-one__img-two {
    position: absolute;
    bottom: 40px;
    left: 50px;
    width: 244px;
    height: 244px;
    border-radius: 50% !important;
    border: 5px solid var(--white);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
    z-index: 3
}

.offer-one__img-two:hover {
    transform: scale(1.05) rotate(-2deg)
}

.offer-one__img-three {
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 280px;
    height: auto;
    z-index: 4;
    animation: 4s ease-in-out infinite floatLuggage
}

@keyframes floatLuggage {

    0%,
    100% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-12px) rotate(1deg)
    }
}

@media (max-width:1400px) {
    .offer-one__img-one {
        right: 40px;
        width: 340px;
        height: 340px
    }

    .offer-one__img-two {
        left: 20px;
        width: 200px;
        height: 200px
    }

    .offer-one__img-three {
        right: -30px;
        width: 250px
    }
}

@media (max-width:1200px) {
    .offer-one {
        padding: 80px 0
    }

    .offer-one__heading {
        font-size: 38px
    }

    .offer-one__img-box {
        height: 460px
    }

    .offer-one__img-one {
        width: 300px;
        height: 300px;
        right: 30px
    }

    .offer-one__img-two {
        width: 180px;
        height: 180px;
        left: 10px;
        bottom: 20px
    }

    .offer-one__img-three {
        width: 220px;
        right: -20px;
        bottom: -10px
    }
}

@media (max-width:991px) {
    .offer-one {
        padding: 70px 0
    }

    .offer-one__content {
        text-align: center;
        margin-bottom: 50px
    }

    .offer-one__img-box {
        height: 480px;
        max-width: 550px;
        margin: 0 auto
    }

    .offer-one__img-one {
        width: 320px;
        height: 320px;
        right: 40px
    }

    .offer-one__img-two {
        width: 190px;
        height: 190px;
        left: 20px;
        bottom: 30px
    }

    .offer-one__img-three {
        width: 240px;
        right: -10px;
        bottom: -5px
    }
}

@media (max-width:575px) {
    .horizontal-card .horizontal-card-content .horizontal-card-description {
        height: auto
    }

    #ttBackToTop {
        bottom: 150px;
        right: 15px
    }

    #ttBackToTop.tt-show {
        bottom: 160px
    }

    .offer-one {
        padding: 60px 0
    }

    .offer-one__heading {
        font-size: 30px
    }

    .offer-one__top-title {
        font-size: 24px
    }

    .offer-one__text {
        font-size: 15px;
        line-height: 25px
    }

    .offer-one__img-box {
        height: 350px
    }

    .offer-one__img-one {
        width: 240px;
        height: 240px;
        right: 30px;
        border-width: 8px
    }

    .offer-one__img-two {
        width: 140px;
        height: 140px;
        left: 10px;
        bottom: 20px;
        border-width: 6px
    }

    .offer-one__img-three {
        width: 170px;
        right: -15px;
        bottom: -10px
    }
}
.bus-section{
    padding: 60px 0;
}
.bus-card-box{
    width: 100%;
    background: linear-gradient(135deg, #ff8c00 0%, #0044d0 100%);
    border-radius: 24px;
    padding: 40px 50px;
    box-shadow: 0 20px 45px rgba(10, 62, 146, 0.25);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Glowing Orbs */
.bus-card-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 135, 0, 0.15) 0%, rgba(255, 135, 0, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bus-card-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 124, 208, 0.25) 0%, rgba(0, 124, 208, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bus-card-box-content{
    position: relative;
    z-index: 2;
    padding: 0;
}
.bus-card-box-content-title{
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.bus-card-box-content p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 30px 0;
    line-height: 1.6;
}
.bus-card-box-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.bus-card-box-buttons .call-now-btn,
.bus-card-box-buttons .book-now-btn,
.bus-card-box-buttons .whatsapp-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.bus-card-box-buttons .call-now-btn i,
.bus-card-box-buttons .book-now-btn i,
.bus-card-box-buttons .whatsapp-btn i {
    font-size: 16px;
}
.bus-card-box-buttons .call-now-btn:hover,
.bus-card-box-buttons .book-now-btn:hover,
.bus-card-box-buttons .whatsapp-btn:hover{
    transform: translateY(-3px);
}
.bus-card-box-buttons .call-now-btn{
    background-color: #ffffff;
    color: #0a3e92;
}
.bus-card-box-buttons .call-now-btn:hover {
    background-color: #f3f7fa;
    color: #007cd0;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}
.bus-card-box-buttons .book-now-btn{
    background: #ff8700;
    color: #fff;
}
.bus-card-box-buttons .book-now-btn:hover {
    background: #ff9d24;
    box-shadow: 0 8px 25px rgba(255, 135, 0, 0.45);
}
.bus-card-box-buttons .whatsapp-btn{
    background: #25d366;
    color: #fff;
}
.bus-card-box-buttons .whatsapp-btn:hover {
    background: #20ba5a;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}
.bus-card-box-image{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    padding: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.bus-card-box-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, #0a3e92, #ff8700, #007cd0, #25d366, #0a3e92);
    animation: rotate360 6s linear infinite;
    z-index: 1;
}
.bus-card-box-image img{
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}
.bus-card-box-image:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 40px rgba(10, 62, 146, 0.4);
}
.column2{
    column-count: 2;
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width:1200px){
    .bus-card-box{
        padding: 35px 40px;
        gap: 30px;
    }
    .bus-card-box-content-title{
        font-size: 36px;
    }
}
@media (max-width:991px){
    .bus-card-box{
        grid-template-columns: 1fr;
        padding: 40px 30px;
        text-align: center;
        justify-items: center;
        gap: 35px;
    }
    .bus-card-box-image {
        max-width: 500px;
    }
    .bus-card-box-buttons{
        justify-content: center;
    }
}
@media (max-width:768px){
    .bus-card-box-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .bus-card-box-buttons .call-now-btn,
    .bus-card-box-buttons .book-now-btn,
    .bus-card-box-buttons .whatsapp-btn {
        width: 100%;
    }
}
@media (max-width:575px){
    .bus-section {
        padding: 30px 0;
    }
    .bus-card-box{
        padding: 30px 20px;
        border-radius: 16px;
    }
    .bus-card-box-content-title{
        font-size: 28px;
    }
    .bus-card-box-content p{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .column2{
        column-count: 1;
    }
}