:root {
    --brand: #FF3600;
    --brand-dark: #cc2b00;
    --brand-light: rgba(255, 54, 0, 0.08);
    --text-dark: #181818;
    --text-mid: #444;
    --text-muted: #888;
    --bg-light: #f7f8fa;
    --white: #ffffff;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow-card: 0 10px 40px rgba(0, 0, 0, .07);
    --transition: 0.35s cubic-bezier(0.25, 1, 0.3, 1);
    --font-main: 'Inter', sans-serif;
    --h3: 28px !important;
    --h1: 50px !important;
}

.nav-bread-crumb .nav-inner a {
    font-size: 15px !important;
}

.header-top .inner {
    padding: 5px 0px !important;
}

.header-one .header-top .inner .get-touch-area .map-area a {
    font-size: 13px !important;
}

.header-wrapper-area .header-right .bottom .logo-area {
    display: block;
}

@media (min-width: 768px) {
    .header-wrapper-area .header-right .bottom .bottom-right {
        display: none !important;
    }
}

li.has-dropdown .submenu {
    border-top: 3px solid #ff3600;
    border-radius: 5px;
}

.main-logo {
    width: 100%;
    max-width: 120px;
    object-fit: cover;
}

.whatsapp {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 99999;
}

.whatsapp img {
    width: 100%;
}

.floating-call-btn {
    height: 50px;
    width: 50px;
    background: white;
    position: fixed;
    bottom: 17rem;
    left: 20px;
    border-radius: 9px;
    z-index: 9999;
    display: flex;
    gap: 10px;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.floating-call-btn img {
    height: 100%;
    width: 100%;
}

.banner-slider-three .rts-banner-swiper-area::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%) !important;
}

.hero-banner-title {
    color: var(--color-white);
    font-size: 57px;
    line-height: 74px;
    margin-bottom: 30px;
}

.rts-category-wrapper .single-category-item .icon {
    width: 73px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
}

.rts-category-wrapper .single-category-item .content .title {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 12px;
}

.rts-contact-form {
    background: #ff36000a;
    padding: 40px 43px;
    border-radius: 10px;
}

.contact-form-area .single-input .icon {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #fc2e03;
}

.car-list-service li {
    display: block !important;
    text-align: center;
    align-items: center;
    gap: 8px;
}

.about-image-area::before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 54 0 / 8%) !important;
}

.author-thumb {
    border: 2px solid #ff3600;
    border-radius: 50%;
    padding: 5px;
}

/* package card section */
.destination-card .inner {
    border-radius: 18px 0px 0px;
}

/* Package Card Unique Custom Styles */
.package-card-unique {
    border-radius: 24px;
}

.package-card-unique i {
    color: var(--color-primary);
}

.package-card-unique:hover .package-img {
    transform: scale(1.08) !important;
}

.package-card-unique:hover .package-img-overlay {
    opacity: 0.4 !important;
}

.package-card-unique:hover .package-content-overlay {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 45px var(--shadow-hover) !important;
}

.package-card-unique:hover .explore-btn-circle {
    background-color: var(--secondary) !important;
    transform: rotate(-45deg);
}

.pkg-img-wrapper {
    height: 320px;
    border-radius: 24px;
}

.pkg-img-transition {
    transition-duration: 0.8s;
}

.pkg-overlay-dim {
    opacity: 0.15;
    transition: opacity 0.4s ease;
}

.pkg-badge-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.package-content-overlay {
    margin-top: -70px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.3, 1);
    border: 1px solid rgba(128, 128, 128, 0.116);
}

.pkg-inclusion-label {
    font-size: 0.65rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pkg-highlight-icon {
    font-size: 0.85rem;
}

.pkg-highlight-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-light);
}

.pkg-price-label {
    font-size: 0.7rem;
}

.destination-icons {
    gap: 6rem;
}

/* package list unstyled */
.list-unstyled span {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
}

.fa-check {
    font-size: 0.85rem;
}

.rating-stars .fa-star {
    font-size: 0.75rem;
    color: #f5b041;
}

.pkg-price-unit {
    font-size: 0.8rem;
}

.explore-btn-circle {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    text-decoration: none;
}

.explore-btn-circle:hover {
    box-shadow: 0 8px 25px rgba(232, 116, 79, 0.4) !important;
    transform: rotate(0deg) scale(1.1) !important;
}

.subtitle {
    color: #ff3600 !important;
    background: #ff000014;
    padding: 5px 20px;
    border-radius: 19px;
    font-weight: 600;
}

/* Theme Color Utilities */
.text-primary-theme {
    color: var(--primary) !important;
}

.text-secondary-theme {
    color: var(--secondary) !important;
}

.bg-primary-theme {
    background-color: var(--primary) !important;
}

.bg-secondary-theme {
    background-color: var(--secondary) !important;
}

/* Swiper Slider Overrides */
.packages-slider .swiper-pagination-bullet {
    background-color: var(--secondary);
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.packages-slider .swiper-pagination-bullet-active {
    background-color: var(--primary);
    opacity: 1;
    width: 28px;
    border-radius: 5px;
}

.packages-slider {
    padding-bottom: 60px;
}

/* testimonial section */
.rts-testiomonials-area {
    background-image: linear-gradient(#00000045, #00000038), url(./assets/images/banner/banner-3.webp);
    background-attachment: fixed;
}

.rts-section-title .heading-title span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    border-radius: 6px;
    bottom: 0px !important;
    left: 0;
}

/* ==about-image== */

.about-image-area::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 54 0 / 7%) !important;
}

/* ===destination=== */
.destination-card .image-area {
    height: 450px;
}

.destination-card .content-span {
    padding: 5px 15px;
    border-radius: 18px;
}

.why-choose-image-left-area .image-area::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 54 0 / 6%);
}

/* Destination Card Redesign */
.dest-card-content {
    padding: 30px 25px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.dest-border-blue {
    border-bottom: 4px solid #dc3545;
}

.dest-border-red {
    border-bottom: 4px solid #dc3545;
}

.dest-badge {
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dest-badge-blue {
    background: rgba(13, 110, 253, 0.1);
    color: #dc3545;
}

.dest-badge-red {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.dest-rating {
    background: #fff9e6;
    color: #f5b041;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(245, 176, 65, 0.15);
}

.dest-title {
    font-size: 24px;
    font-weight: 800;
    color: #212529 !important;
    letter-spacing: -0.5px;
}

.dest-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.dest-title.blue a:hover {
    color: #dc3545 !important;
}

.dest-title.red a:hover {
    color: #dc3545 !important;
}

.dest-desc {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
}

.dest-features-border {
    border-top: 1px dashed #e9ecef;
}

.dest-duration-label {
    font-size: 12px;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dest-duration-val {
    font-size: 15px;
    color: #212529;
    font-weight: 700;
}

.dest-icon-blue {
    color: #dc3545;
}

.dest-icon-red {
    color: #dc3545;
}

.dest-btn {
    margin-top: 0 !important;
    border-radius: 8px;
}

.dest-btn:hover .rts__btn__wrap,
.dest-btn:hover .rts__btn__icon {
    background-color: #dc3545;
    color: white;
    border: none;
}

/* ===== About Hero Banner ===== */

.rts-breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(8 8 8 / 38%) !important;
    z-index: -1;
}

.about-hero-banner {
    position: relative;
}

.about-hero-banner .breadcrumb-area-wrapper {
    padding: 14rem 0px 9rem !important;
    display: block;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.about-hero-banner .container {
    position: relative;
    z-index: 1;
}

/* Tagline text below the heading */
.about-hero-tagline {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 0;
    font-style: italic;
}

/* Animated divider line */
.about-hero-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #ff3600, #ff8c00);
    border-radius: 4px;
    margin: 18px 0 0 0;
    position: relative;
    overflow: hidden;
}

.about-hero-divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    animation: dividerShimmer 2.5s infinite ease-in-out;
    border-radius: 4px;
}

@keyframes dividerShimmer {
    0% {
        left: -60%;
    }

    100% {
        left: 160%;
    }
}

/* Stats Row */
.about-hero-stats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-top: 38px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 22px 36px;
    max-width: 680px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.about-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 0 10px;
}

.about-stat-number {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -1px;
    display: flex;
    align-items: flex-start;
}

.about-stat-plus {
    font-size: 20px;
    font-weight: 700;
    color: #ff6a2f;
    margin-top: 4px;
    margin-left: 2px;
}

.about-stat-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    white-space: nowrap;
}

/* Vertical divider between stat items */
.about-stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .about-hero-stats {
        flex-wrap: wrap;
        max-width: 100%;
        padding: 18px 16px;
        gap: 16px;
        justify-content: center;
    }

    .about-stat-divider {
        display: none;
    }

    .about-stat-item {
        flex: 0 0 42%;
    }

    .about-stat-number {
        font-size: 28px;
    }

    .about-hero-tagline {
        font-size: 15px;
    }

    .hero-banner-title {
        color: var(--color-white);
        font-size: 33px;
        line-height: 53px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .about-stat-item {
        flex: 0 0 100%;
    }
}

/* package section */
.packages {
    background-color: #f8f9fa;
}

.btn-outline-secondary {
    font-size: 1rem;
    padding: 12px 0px;
    border: 1.5px solid #dee2e6;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.btn-book {
    font-size: 1rem;
    background-color: #ff3600 !important;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 54, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Sidebar Styles === */
.tour-sidebar {
    /* background: #ffffff; */
    border-radius: 24px;
    padding: 30px 24px;
    /* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03); */
    transition: all 0.3s ease;
    position: sticky;
    top: 110px;
}

.sidebar-widget {
    margin-bottom: 35px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-title {
    font-size: 20px;
    font-weight: 800;
    color: #212529;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-bottom: 10px;
}

.sidebar-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ff3600;
    border-radius: 2px;
}

/* Sidebar Inquiry Form */
.sidebar-form .form-group {
    margin-bottom: 18px;
    position: relative;
}

.sidebar-form .form-group i {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #ff3600 !important;
    font-size: 14px !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

.sidebar-form .form-group .form-control,
.sidebar-form .form-group .form-select,
.sidebar-form .form-group select,
.sidebar-form .form-group input[type="number"],
.sidebar-form .form-group input[type="date"] {
    display: block !important;
    height: 50px !important;
    padding: 13px 18px 13px 45px !important;
    border-radius: 12px !important;
    border: 1px solid #e9ecef !important;
    font-size: 14px !important;
    color: #495057 !important;
    background-color: #f8f9fa !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    line-height: normal !important;
}

.sidebar-form .form-group select,
.sidebar-form .form-group select.form-select {
    display: block !important;
}

.sidebar-form .form-group .nice-select {
    /* float: none !important;
    height: 50px !important;
    line-height: 48px !important;
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 12px !important;
    padding-left: 45px !important; */
    display: none;
}

/* .sidebar-form .form-group .nice-select .current {
    color: #495057 !important;
    font-size: 14px !important;
}

.sidebar-form .form-group .nice-select:after {
    right: 18px !important;
    border-bottom: 2px solid #ff3600 !important;
    border-right: 2px solid #ff3600 !important;
} */

.sidebar-form .form-group .form-control:focus,
.sidebar-form .form-group .form-select:focus,
.sidebar-form .form-group select:focus,
.sidebar-form .form-group input:focus {
    border-color: #ff3600 !important;
    box-shadow: 0 0 0 4px rgba(255, 54, 0, 0.1) !important;
    background-color: #ffffff !important;
    outline: none !important;
}

.sidebar-form-btn {
    width: 100%;
    background: #ff3600;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 54, 0, 0.25);
}

.sidebar-form-btn:hover {
    background: #e02f00;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 54, 0, 0.35);
    color: #ffffff;
}

.sidebar-form-btn i {
    font-size: 12px !important;
    color: white !important;
}

/* Sidebar Call CTA Widget */
.sidebar-cta-widget {
    background: linear-gradient(135deg, #1f2229 0%, #111317 100%);
    border-radius: 20px;
    padding: 28px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sidebar-cta-widget::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 54, 0, 0.08);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: -1;
}

.sidebar-cta-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 54, 0, 0.15);
    color: #ff3600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 15px;
    border: 1px solid rgba(255, 54, 0, 0.25);
}

.sidebar-cta-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
}

.sidebar-cta-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 22px;
    line-height: 1.5;
}

.sidebar-cta-phone {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.sidebar-cta-phone:hover {
    color: #ff3600 !important;
}

.sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ff3600;
    /* WhatsApp Green */
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.sidebar-cta-btn:hover {
    background: #ff3600;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Sidebar Facilities Widget */
.sidebar-facilities-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sidebar-facility-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.sidebar-facility-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 54, 0, 0.08);
    color: #ff3600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.sidebar-facility-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #212529;
}

.sidebar-facility-content p {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.45;
}

/* Dropdown chevron replacement for premium forms */
.sidebar-form .form-group select.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff3600' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px 12px !important;
    padding-right: 40px !important;
}

/* Sidebar Explore Redirect Links Widget */
.sidebar-explore-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-explore-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.3, 1);
}

.sidebar-explore-link-item:hover {
    background: #ffffff;
    border-color: #ff3600;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 54, 0, 0.08);
}

.explore-link-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidebar-explore-link-item .icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 54, 0, 0.06);
    color: #ff3600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.sidebar-explore-link-item:hover .icon-box {
    background: #ff3600;
    color: #ffffff;
}

.sidebar-explore-link-item .text-box h6 {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2px;
    margin-top: 0;
}

.sidebar-explore-link-item .text-box span {
    font-size: 11px;
    color: #6c757d;
}

.sidebar-explore-link-item .arrow-icon {
    font-size: 12px;
    color: #adb5bd;
    transition: all 0.3s ease;
}

.sidebar-explore-link-item:hover .arrow-icon {
    color: #ff3600;
    transform: translateX(3px);
}

/* ======== */
.breadcrumb-area-wrapper {
    padding: 18rem 0 18rem !important;
}

.dot {
    background: #ff3600 !important;
}

/* Cab Booking Form Styles */
.cab-booking-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.cab-booking-form h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #212529;
}

.cab-booking-form .form-group {
    margin-bottom: 15px;
}

.cab-booking-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #495057;
}

.cab-booking-form .form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    font-size: 14px;
    transition: border-color .3s, box-shadow .3s;
}

.cab-booking-form .form-group input:focus {
    border-color: #ff3600;
    box-shadow: 0 0 0 3px rgba(255, 54, 0, 0.1);
    background: #fff;
}

.cab-booking-form button.btn-primary {
    width: 100%;
    background: #ff3600;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: background .3s, transform .2s;
}

.cab-booking-form button.btn-primary:hover {
    background: #e02f00;
    transform: translateY(-2px);
}

.cab-booking-form .contact-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #212529;
}

.cab-booking-form .contact-details strong {
    color: #ff3600;
}

/* Testimonial Widget Styles */
.testimonial-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.testimonial-widget h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #212529;
}

.testimonial-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.testimonial-text {
    font-style: italic;
    color: #495057;
    margin-bottom: 8px;
}

.testimonial-author {
    font-weight: 600;
    color: #212529;
}

/* Fleet Highlights Styles */
.fleet-highlights {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.fleet-highlights h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #212529;
}

.fleet-highlights .highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fleet-highlights .highlight-list li {
    margin-bottom: 10px;
}

.fleet-highlights .price {
    font-weight: 600;
    color: #ff3600;
    display: block;
    margin-top: 4px;
}

/* Contact Support Styles */
.contact-support {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.contact-support h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #212529;
}

.contact-support p {
    margin: 8px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #212529;
}

.contact-support i {
    margin-right: 8px;
    color: #ff3600;
}

/* === contact page === */
.contact-wrapper {
    padding: 2rem 0 !important;
}

.contact-wrapper .title {
    font-size: 24px !important;
}

/* ===fleet card details=== */
.car-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;

}

.car-specs-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    transition: 0.3s ease;
    width: 100% !important;
}

.car-specs-list li:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.car-specs-list li i {
    font-size: 22px;
    color: #28a745;
    min-width: 24px;
}

.car-specs-list .text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.car-specs-list .text p {
    margin: 0;
}

.car-specs-list .text p:first-child {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}

.car-specs-list .text p:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

@media (max-width: 768px) {
    .car-specs-list .text {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .rts-breadcrumb-area .nav-bread-crumb {
        height: 56px;
        max-width: 186px;
        width: 100%;
    }

    .nav-bread-crumb .nav-inner a {
        font-size: 13px !important;
    }
}

/* Footer responsive styles */
.footer-wrapper-style-between {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.single-wized {
    flex: 1 1 200px;
}

.single-wized .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.nav-bottom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-bottom li {
    margin-bottom: 5px;
}

.nav-bottom li a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-wrapper-style-between {
        flex-direction: column;
    }
}

section.rts-cta-area.small-cta {
    padding-top: 7rem;
}

.cta-inner .title.two {
    text-transform: uppercase;
    font-size: 36px !important;
    max-width: 700px;
}

/* ==== CONTACT PAGE  ==== */
.contact-hero {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: flex-end;
    background: url('./assets/images/banner/contact-banner.jpg') center / cover no-repeat;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(10, 10, 10, 0.72) 0%,
            rgba(255, 54, 0, 0.35) 100%);
}

.contact-hero .hero-inner {
    position: relative;
    z-index: 2;
    padding: 90px 0 50px;
    width: 100%;
}

.contact-hero .badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact-hero .badge-pill i {
    color: var(--brand);
    font-size: 14px;
}

.contact-hero h1 {
    font-family: var(--font-main);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 14px;
}

.contact-hero h1 span {
    color: var(--brand);
}

.contact-hero p.lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Breadcrumb inside hero */
.contact-hero .nav-bread-crumb {
    position: static;
    transform: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 18px;
    margin-top: 0;
}

/* ---------- QUICK-INFO RIBBON ---------- */
.quick-info-ribbon {
    background: var(--white);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .09);
    border-radius: var(--radius-lg);
    margin-top: -60px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.qir-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px 30px;
    border-right: 1px solid #f0f0f0;
    transition: background var(--transition);
    text-decoration: none;
}

.qir-item:last-child {
    border-right: none;
}

.qir-item:hover {
    background: var(--brand-light);
}

.qir-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all var(--transition);
}

.qir-item:hover .qir-icon {
    background: var(--brand);
}

.qir-icon i {
    font-size: 20px;
    color: var(--brand);
    transition: color var(--transition);
}

.qir-item:hover .qir-icon i {
    color: #fff;
}

.qir-label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.qir-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
}

/* ---------- SECTION LABEL ---------- */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: var(--brand-light);
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.section-badge i {
    font-size: 11px;
}

/* ---------- CONTACT FORM CARD ---------- */
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 50px 44px;
}

.contact-form-card h2 {
    font-family: var(--font-main);
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.contact-form-card .sub-desc {
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 36px;
    line-height: 1.6;
}

/* Form field group */
.cf-group {
    position: relative;
    margin-bottom: 22px;
}

.cf-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-mid);
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

/* Input wrapper — icons are positioned relative to this, not the whole group */
.cf-input-wrap {
    position: relative;
}

.cf-input-wrap .cf-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 14px;
    pointer-events: none;
    transition: color var(--transition);
    z-index: 1;
}

.cf-input-wrap.has-textarea .cf-icon {
    top: 18px;
    transform: none;
}

.cf-group input,
.cf-group select,
.cf-group textarea {
    width: 100%;
    height: 52px;
    padding: 0 18px 0 46px;
    border: 1.5px solid #e8e8e8;
    border-radius: var(--radius-md);
    font-size: 14.5px;
    color: var(--text-dark);
    background: #fafafa;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    font-family: var(--font-main);
}

.cf-group textarea {
    height: 76px;
    padding-top: 14px;
    resize: vertical;
}

.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(255, 54, 0, .1);
    background: #fff;
}

.cf-input-wrap input:focus~.cf-icon,
.cf-input-wrap select:focus~.cf-icon,
.cf-input-wrap textarea:focus~.cf-icon {
    color: var(--brand);
}

.cf-group select,
.cf-input-wrap select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.cf-input-wrap .select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--text-muted);
    font-size: 11px;
}

/* Two-column row */
.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Submit button */
.cf-submit {
    width: 100%;
    height: 54px;
    background: var(--brand);
    color: #fff;
    border: none;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 8px 25px rgba(255, 54, 0, .25);
    margin-top: 8px;
    font-family: var(--font-main);
}

.cf-submit:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(255, 54, 0, .35);
}

.cf-submit i {
    font-size: 16px;
}

/* Form message */
#cf-message {
    margin-top: 14px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

#cf-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    display: block;
}

#cf-message.error {
    background: #fdecea;
    color: #c62828;
    border: 1px solid #ef9a9a;
    display: block;
}

/* ---------- INFO SIDEBAR ---------- */
.info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.info-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--brand);
    border-radius: 4px 0 0 4px;
}

.info-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.info-card-icon i {
    font-size: 20px;
    color: var(--brand);
}

.info-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-family: var(--font-main);
}

.info-card p,
.info-card a {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.65;
    text-decoration: none;
    transition: color var(--transition);
}

.info-card a:hover {
    color: var(--brand);
}

/* Dark CTA card */
.cta-dark-card {
    background: linear-gradient(135deg, #111317 0%, #1d2028 100%);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-dark-card::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 54, 0, 0.07);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}

.cta-dark-card .cta-ring {
    width: 64px;
    height: 64px;
    background: rgba(255, 54, 0, 0.15);
    border: 2px solid rgba(255, 54, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    animation: pulse-ring 2.2s infinite;
}

.cta-dark-card .cta-ring i {
    font-size: 24px;
    color: var(--brand);
}

@keyframes pulse-ring {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 54, 0, 0.35);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(255, 54, 0, 0);
    }
}

.cta-dark-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    font-family: var(--font-main);
}

.cta-dark-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 22px;
    line-height: 1.6;
}

.cta-dark-card .phone-num {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color var(--transition);
}

.cta-dark-card .phone-num:hover {
    color: var(--brand);
}

.cta-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    transition: background var(--transition), transform var(--transition);
}

.cta-wa-btn:hover {
    background: #1aae56;
    transform: translateY(-2px);
    color: #fff !important;
}

/* Social links row */
.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--brand) !important;
    text-decoration: none;
    transition: background var(--transition), transform var(--transition);
}

.social-links a:hover {
    background: var(--brand);
    color: #fff !important;
    transform: translateY(-3px);
}

/* ---------- MAP SECTION ---------- */
.map-section {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    position: relative;
}

.map-section iframe {
    width: 100%;
    height: 440px;
    display: block;
    border: none;
    filter: grayscale(0.15);
    transition: filter var(--transition);
}

.map-section:hover iframe {
    filter: grayscale(0);
}

.map-overlay-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--white);
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
}

.map-overlay-badge .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand);
    animation: blink-dot 1.6s infinite;
    flex-shrink: 0;
}

@keyframes blink-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.map-overlay-badge p {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
}

.map-overlay-badge span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

/* ---------- WHY CHOOSE SECTION ---------- */
.why-choose-section {
    background: var(--bg-light);
}

.why-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    box-shadow: var(--shadow-card);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.why-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: background var(--transition);
}

.why-card:hover .why-card-icon {
    background: var(--brand);
}

.why-card-icon i {
    font-size: 28px;
    color: var(--brand);
    transition: color var(--transition);
}

.why-card:hover .why-card-icon i {
    color: #fff;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-family: var(--font-main);
}

.why-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* ---------- FAQ ACCORDION ---------- */
.faq-item {
    background: var(--white);
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 22px 26px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: var(--font-main);
    transition: color var(--transition);
}

.faq-question:hover {
    color: var(--brand);
}

.faq-question .faq-chevron {
    font-size: 12px;
    color: var(--text-muted);
    transition: transform var(--transition), color var(--transition);
    flex-shrink: 0;
}

.faq-question.open .faq-chevron {
    transform: rotate(180deg);
    color: var(--brand);
}

.faq-question.open {
    color: var(--brand);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.25, 1, 0.3, 1), padding var(--transition);
}

.faq-answer.open {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 26px 22px;
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
    .contact-form-card {
        padding: 38px 28px;
    }

    .cf-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .qir-item {
        padding: 22px 18px;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .qir-item:last-child {
        border-bottom: none;
    }

    .quick-info-ribbon .row>[class*="col-"] {
        border: none;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        min-height: 280px;
    }

    .contact-hero .hero-inner {
        padding: 70px 0 40px;
    }

    .contact-form-card {
        padding: 28px 20px;
    }

    .map-section iframe {
        height: 300px;
    }

    .info-sidebar {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .contact-hero h1 {
        font-size: 32px;
    }

    .cta-dark-card .phone-num {
        font-size: 20px;
    }
}

/* ---------- SPACING HELPERS ---------- */
.py-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mb-section {
    margin-bottom: 60px;
}

.mb-section-sm {
    margin-bottom: 40px;
}

/* ---- Inline Style Replacement Classes for contact.php ---- */

/* Quick-info ribbon wrapper (was: style="position:relative; z-index:10;") */
.contact-ribbon-wrap {
    position: relative;
    z-index: 10;
}

/* Non-clickable QIR item (was: style="cursor:default;") */
.qir-item-no-cursor {
    cursor: default;
}


/* Required field asterisk (was: style="color:var(--brand)") */
.required-star {
    color: var(--brand);
}

/* Info card inline icon (was: style="color:var(--brand); margin-right:8px;") */
.info-icon {
    color: var(--brand);
    margin-right: 8px;
}

/* Social card description (was: style="margin-bottom:16px;") */
.social-desc {
    margin-bottom: 16px;
}

/* WhatsApp button large icon (was: style="font-size:18px;") */
.wa-icon-lg {
    font-size: 18px;
}

/* Light background sections (was: style="background:var(--bg-light);") */
.bg-light-section {
    background: var(--bg-light);
}

/* Section badge centered (was: style="justify-content:center;") */
.section-badge-center {
    justify-content: center;
}

/* Section heading style for h2 tags (was long inline style) */
.section-heading {
    font-family: var(--font-main);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

/* Smaller section heading for FAQ (was: font-size:clamp(26px,3.5vw,38px)) */
.section-heading-sm {
    font-family: var(--font-main);
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

/* Brand-colored text span (was: style="color:var(--brand);") */
.brand-text {
    color: var(--brand);
}

/* Section subtitle paragraph (was: style="color:var(--text-muted); font-size:15px; margin-top:12px;") */
.section-sub-text {
    color: var(--text-muted);
    font-size: 15px;
    margin-top: 12px;
}

/* Centered section subtitle with max-width (was longer inline style) */
.section-sub-text-centered {
    color: var(--text-muted);
    font-size: 15px;
    margin-top: 12px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* small cta */
.modern-cta-section {
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
}

.modern-cta-wrapper {
    position: relative;
    background: linear-gradient(135deg, #ff3600, #9c2e10);
    border: 1px solid rgba(255, 54, 0, 0.15);
    border-radius: 28px;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    z-index: 1;
}

/* Content */
.cta-content {
    max-width: 600px;
    z-index: 2;
}

.cta-badge {
    display: inline-block;
    background: rgb(43 43 43 / 6%);
    border: 1px solid rgb(255 255 255 / 47%);
    color: white;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cta-content h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.7;
    max-width: 500px;
}

/* Call Button */
.call-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ff3600;
    padding: 18px 28px;
    border-radius: 53px;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(255, 54, 0, 0.25);
}

.call-btn:hover {
    transform: translateY(-5px);
    background: #ffffff;
}

.call-btn .icon {
    width: 47px;
    height: 47px;
    background: #000;
    color: #ff3600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: 0.4s ease;
}

.call-btn:hover .icon {
    background: #ff3600;
    color: #fff;
}

.call-btn .info {
    display: flex;
    flex-direction: column;
}

.call-btn small {
    color: rgb(255 255 255 / 90%);
    font-size: 14px;
    margin-bottom: 4px;
    transition: 0.4s ease;
}

.call-btn strong {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s ease;
}

.call-btn:hover small,
.call-btn:hover strong {
    color: #000;
}

/* Decorative Shapes */
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
}

.shape-one {
    width: 260px;
    height: 260px;
    background: #ff3600;
    top: -90px;
    right: -90px;
}

.shape-two {
    width: 180px;
    height: 180px;
    background: #ff3600;
    bottom: -60px;
    left: -60px;
}

/*===============================
 RESPONSIVE
================================*/

@media (max-width: 991px) {

    .modern-cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 45px 35px;
    }

    .cta-content h2 {
        font-size: 38px;
    }

    .call-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .modern-cta-section {
        padding: 40px 12px;
    }

    .modern-cta-wrapper {
        padding: 35px 25px;
        border-radius: 22px;
        text-align: center;
        align-items: center;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .cta-content p {
        font-size: 15px;
    }

    .call-btn {
        flex-direction: column;
        padding: 20px;
        gap: 12px;
        width: 100%;
    }

    .call-btn strong {
        font-size: 20px;
    }

    .call-btn .icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

/*==================================================
  PRIVACY POLICY & TERMS OF CONDITIONS COMMON STYLES
====================================================*/
.rts-privacy-area,
.rts-terms-area {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.privacy-sidebar,
.terms-sidebar {
    position: sticky;
    top: 110px;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.privacy-toc,
.terms-toc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-toc li,
.terms-toc li {
    margin-bottom: 10px;
}

.privacy-toc li a,
.terms-toc li a {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
}

.privacy-toc li a i,
.terms-toc li a i {
    font-size: 12px;
    color: #ff3600;
    transition: transform 0.3s ease;
}

.privacy-toc li a:hover,
.privacy-toc li a.active,
.terms-toc li a:hover,
.terms-toc li a.active {
    color: #ffffff;
    background-color: #ff3600;
}

.privacy-toc li a:hover i,
.privacy-toc li a.active i,
.terms-toc li a:hover i,
.terms-toc li a.active i {
    color: #ffffff;
    transform: translateX(3px);
}

.privacy-content-wrapper,
.terms-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.privacy-meta,
.terms-meta {
    display: inline-block;
}

.privacy-section-card,
.terms-section-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    scroll-margin-top: 130px;
    /* Offset for sticky header */
}

.privacy-section-card:hover,
.terms-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 54, 0, 0.06);
    border-color: rgba(255, 54, 0, 0.15);
}

.privacy-section-card .icon-header,
.terms-section-card .icon-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    padding-bottom: 18px;
}

.privacy-section-card .icon-header .icon-box,
.terms-section-card .icon-header .icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 54, 0, 0.08);
    color: #ff3600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.privacy-section-card .icon-header h2,
.terms-section-card .icon-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #1a1a2e;
}

.privacy-section-card h4,
.terms-section-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.privacy-section-card p,
.terms-section-card p {
    color: #555555;
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 15px;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

.policy-list li i {
    color: #ff3600;
    font-size: 14px;
    margin-top: 5px;
}

.policy-list-two {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.policy-list-two li {
    margin-bottom: 20px;
    border-left: 3px solid #ff3600;
    padding-left: 15px;
}

.policy-list-two li strong {
    display: block;
    font-size: 16px;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.policy-list-two li span {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.contact-details-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.cd-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cd-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 54, 0, 0.08);
    color: #ff3600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.cd-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.cd-text a {
    color: #ff3600;
    text-decoration: none;
    font-weight: 600;
}

.cd-text a:hover {
    text-decoration: underline;
}

/* Custom Email / Phone CTA classes in Sidebar */
.sidebar-cta-widget .sidebar-cta-email {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.sidebar-cta-widget .sidebar-cta-email i {
    color: #ff3600;
    margin-right: 5px;
}

@media (max-width: 991px) {

    .privacy-sidebar,
    .terms-sidebar {
        position: static;
        margin-bottom: 40px;
    }
}

/* ===== Pickup & Drop Locations Section ===== */
.pickup-locations-section {
    padding: 70px 0 60px;
    background: linear-gradient(160deg, #f7f8fa 0%, #fff4f1 100%);
    position: relative;
    overflow: hidden;
}

.pickup-locations-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 54, 0, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.pickup-locations-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Header */
.pickup-locations-header {
    text-align: center;
    margin-bottom: 48px;
}

.pickup-locations-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 54, 0, 0.1);
    color: #ff3600;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.pickup-locations-badge i {
    font-size: 12px;
}

.pickup-locations-title {
    font-size: 36px;
    font-weight: 800;
    color: #181818;
    margin-bottom: 14px;
    line-height: 1.2;
}

.pickup-locations-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Groups */
.pickup-group {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 28px;
    margin-bottom: 24px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.055);
    border: 1px solid rgba(0, 0, 0, 0.045);
    transition: box-shadow 0.3s ease;
}

.pickup-group:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
}

.pickup-group-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.3px;
}

.pickup-group-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fc2c03;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(255, 54, 0, 0.28);
}

/* Tags Wrapper */
.pickup-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Base Tag Style */
.pickup-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.28s cubic-bezier(0.25, 1, 0.3, 1);
    border: 1.5px solid transparent;
    cursor: pointer;
}

.pickup-tag i {
    font-size: 12px;
    flex-shrink: 0;
}

/* Hub Tags (Airports / Stations) — orange accent */
.pickup-tag--hub {
    background: rgba(255, 54, 0, 0.07);
    color: #cc2b00;
    border-color: rgba(255, 54, 0, 0.18);
}

.pickup-tag--hub:hover {
    background: #ff3600;
    color: #ffffff;
    border-color: #ff3600;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 54, 0, 0.3);
}

/* Destination Tags (Hill Stations) — teal/indigo accent */
.pickup-tag--dest {
    background: rgba(14, 130, 110, 0.07);
    color: #0a7a64;
    border-color: rgba(14, 130, 110, 0.18);
}

.pickup-tag--dest:hover {
    background: #0e826e;
    color: #ffffff;
    border-color: #0e826e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 130, 110, 0.28);
}

/* Bottom CTA Note */
.pickup-cta-note {
    text-align: center;
    margin-top: 36px;
    font-size: 14.5px;
    color: #666;
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    border: 1px dashed rgba(255, 54, 0, 0.28);
    display: inline-block;
    width: 100%;
}

.pickup-cta-note i {
    color: #ff3600;
    margin-right: 6px;
}

.pickup-cta-note a {
    color: #ff3600;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(255, 54, 0, 0.3);
    transition: border-color 0.2s ease;
}

.pickup-cta-note a:hover {
    border-color: #ff3600;
}

/* Responsive */
@media (max-width: 767px) {
    .pickup-locations-section {
        padding: 50px 0 40px;
    }

    .pickup-locations-title {
        font-size: 26px;
    }

    .pickup-group {
        padding: 22px 18px;
    }

    .pickup-tag {
        font-size: 12.5px;
        padding: 8px 14px;
    }

    .pickup-group-label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .pickup-locations-title {
        font-size: 22px;
    }

    .pickup-tag {
        font-size: 12px;
        padding: 7px 12px;
    }
}

/* ==marquee== */
/* Marquee Wrapper */
.marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

/* Moving Content */
.marquee-content {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    animation: marqueeScroll 25s linear infinite;
}

/* Pause on Hover */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}

/* Animation */
@keyframes marqueeScroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Infinite Smooth Loop */
@keyframes marqueeLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pickup Tags */
.pickup-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    transition: 0.3s ease;
}

/* Hub Tags */
.pickup-tag--hub {
    background: #eef6ff;
    color: #0b5ed7;
}

/* Destination Tags */
.pickup-tag--dest {
    background: #f5fff2;
    color: #198754;
}

/* Hover Effect */
.pickup-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ====new marquee=== */
.marquee {
    width: 100%;
    overflow: hidden;
    background: var(--white);
    padding: 20px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-animation 40s linear infinite;
}

@keyframes marquee-animation {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 50px;
    color: var(--text-mid);
    font-family: var(--sans);
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.marquee-item span {
    background: #547eb3;
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
}

/* ===all india tours pages styling=== */
/* Chandigarh Taxi Service Content Styles */
.rts-taxi-service-content {
    background: #f8f9fa;
}

.service-content-block {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.service-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Destination List */
.destination-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.destination-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
    transition: all 0.3s;
}

.destination-list li:hover {
    color: #ff6b35;
    padding-left: 10px;
}

.destination-list li i {
    color: #ff6b35;
    margin-right: 10px;
    font-size: 14px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #ff6b35;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Booking Highlight */
.booking-highlight {
    background: #fc2e03;
    color: #fff;
}

.booking-highlight .sub-heading,
.booking-highlight p {
    color: #fff;
}

.booking-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.booking-cta .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.booking-cta .btn-primary {
    background: #fff;
    color: #ff6b35;
    border: 2px solid #fff;
}

.booking-cta .btn-primary:hover {
    background: transparent;
    color: #fff;
}

.booking-cta .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.booking-cta .btn-secondary:hover {
    background: #fff;
    color: #ff6b35;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.widget-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff6b35;
}

/* Booking Form */
.taxi-booking-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.taxi-booking-form .form-control {
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s;
}

.taxi-booking-form .form-control:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.15);
}

.captcha-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.captcha-display {
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.captcha-text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
}

.captcha-input {
    flex: 1;
}

.taxi-booking-form .btn-success {
    background: #fc2e02;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.taxi-booking-form .btn-success:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(167, 59, 40, 0.3);
}

/* Quick Links */
.quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links-list li {
    margin-bottom: 12px;
}

.quick-links-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.quick-links-list li a:hover {
    background: #ff6b35;
    color: #fff;
    padding-left: 20px;
}

.quick-links-list li a i {
    font-size: 12px;
}

/* Contact Widget */
.contact-widget .contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.taxi-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 15px;
    background-color: #fc2e0329;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.taxi-contact-item:hover {
    transform: translateX(5px);
}

.taxi-contact-item i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #fc2d02;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
}

.taxi-contact-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.taxi-contact-item a,
.taxi-contact-item p {
    font-size: 15px;
    color: #333 !important;
    text-decoration: none;
    margin: 0;
}

.taxi-contact-item a:hover {
    color: #ff6b35;
}

.single-car-list-item .car-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: var(--transition);
    background: white;
}

.portfolio-slider-area.vertical .rts-heroSlider2 {
    /* max-width: 660px; */
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-heading {
        font-size: 26px;
    }

    .sub-heading {
        font-size: 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .service-content-block {
        padding: 20px;
    }

    .sidebar-widget {
        padding: 20px;
        margin-top: 30px;
    }

    .booking-cta {
        flex-direction: column;
    }

    .booking-cta .btn {
        width: 100%;
        justify-content: center;
    }
}

.about-overlay-img {
    width: 100% !important;
}

.why-choose-image-left-area .inner-image-one .inner-image .overlay-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    height: 169px;
    width: 100%;
    max-width: 255px;
}

.inner-image .overlay-image img {
    width: 100%;
}

.why-choose-image-left-area .inner-image-two {
    position: absolute;
    bottom: -5px;
    left: 0;
    padding: 20px 20px 0 0;
    border-top-right-radius: 20px;
    background: var(--color-white);
    z-index: 1;
    max-width: 271px;
}

@media (max-width: 767px) {

    .why-choose-image-left-area .inner-image-one .inner-image .overlay-image,
    .why-choose-image-left-area .inner-image-two .inner-image .overlay-image {
        width: 100%;
    }

    .why-choose-image-left-area .inner-image-one .inner-image {
        position: relative;
        z-index: 1;
        display: none;
    }
}

@media (max-width: 576px) {

    .why-choose-image-left-area .inner-image-one .inner-image .overlay-image,
    .why-choose-image-left-area .inner-image-two .inner-image .overlay-image {
        /* max-width: 150px; */
        width: 100%;
    }
}

/* ===faq=== */
/* ===============================
   FAQ + CONTACT SECTION
================================== */

.faq-contact-section {
    background: #f8fafc;
    position: relative;
}

.py-120 {
    padding: 120px 0;
}

.mb-60 {
    margin-bottom: 60px;
}

/* Heading */

.faq-section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff6b35;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.faq-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.faq-section-title span {
    color: #ff6b35;
}

.section-descriptive {
    max-width: 620px;
    margin: auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

/* Contact Card */

.contact-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.contact-card-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card-header p {
    color: #6b7280;
    margin-bottom: 30px;
}

/* Form */

.custom-contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.custom-contact-form .form-group i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 15px;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 18px 16px 50px;
    font-size: 15px;
    transition: 0.3s ease;
    background: #fff;
}

.custom-contact-form textarea {
    height: 140px;
    resize: none;
    padding-top: 18px;
}

.custom-contact-form textarea+i {
    top: 25px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
    outline: none;
}

/* Button */

.primary-btn {
    width: 100%;
    border: none;
    background: #ff6b35;
    color: #fff;
    padding: 16px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.primary-btn:hover {
    background: #e85a28;
}

/* FAQ */

.modern-faq-wrapper {
    padding-left: 10px;
}

.custom-accordion .faq-item {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-button {
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    padding: 24px 28px;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #fff7f3;
    color: #ff6b35;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    filter: grayscale(1);
}

.custom-accordion .accordion-body {
    padding: 0 28px 28px;
    color: #6b7280;
    line-height: 1.8;
    font-size: 15px;
}

/* Responsive */

@media (max-width: 991px) {

    .py-120 {
        padding: 80px 0;
    }

    .section-title {
        font-size: 34px;
    }

    .contact-card {
        padding: 30px;
    }

    .modern-faq-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .py-120 {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .contact-card {
        padding: 25px;
        border-radius: 18px;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
        padding: 20px;
    }

    .custom-accordion .accordion-body {
        padding: 0 20px 20px;
    }
}

/* New Rental Popup Styles */
.rental-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    overflow-y: auto;
    padding: 20px 10px;
}

.rental-popup-content-new {
    background-color: #ffffff;
    padding: 40px 45px;
    border-radius: 12px;
    width: 90%;
    max-width: 550px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    animation: popupFadeIn 0.3s ease-out;
    margin: auto;
}

.rental-popup-close-new {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
    z-index: 10;
}

.rental-popup-close-new:hover {
    color: #ff3c00;
}

.rental-popup-title-new {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}

.rental-popup-desc-new {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

.rental-popup-form-new .form-group-new {
    margin-bottom: 18px;
    text-align: left;
}

.rental-popup-form-new .form-row-new {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.rental-popup-form-new .form-row-new .half-width {
    width: 50%;
    margin-bottom: 0;
}

.rental-popup-form-new .form-label-new {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.rental-popup-form-new .input-with-icon-new {
    position: relative;
}

.rental-popup-form-new .input-with-icon-new input,
.rental-popup-form-new .input-with-icon-new select {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block !important;
}

/* Hide nice-select plugin wrapper if it's generated */
.rental-popup-form-new .input-with-icon-new .nice-select {
    display: none !important;
}

.rental-popup-form-new .input-with-icon-new select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.rental-popup-form-new .input-with-icon-new input:focus,
.rental-popup-form-new .input-with-icon-new select:focus {
    border-color: #f5b041;
    box-shadow: 0 0 0 3px rgba(245, 176, 65, 0.1);
    outline: none;
}

.rental-popup-btn-new {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #ff3600 !important;
    color: #fff !important;
    margin-top: 25px;
    transition: background-color 0.3s ease;
}

.rental-popup-btn-new:hover {
    background-color: #241414 !important;
}

.popup-footer-text {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

@media (max-width: 576px) {
    .rental-popup-overlay {
        align-items: flex-start;
        padding: 20px 10px;
    }

    .rental-popup-content-new {
        padding: 25px 20px;
        margin: 10px auto;
    }

    .rental-popup-title-new {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .rental-popup-desc-new {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .rental-popup-form-new .form-group-new {
        margin-bottom: 12px;
    }

    .rental-popup-form-new .form-row-new {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }

    .rental-popup-form-new .form-row-new .half-width {
        width: 100%;
    }

    .rental-popup-form-new .form-label-new {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .rental-popup-form-new .input-with-icon-new input,
    .rental-popup-form-new .input-with-icon-new select {
        padding: 10px 12px 10px 40px;
        font-size: 14px;
    }

    .rental-popup-btn-new {
        padding: 12px;
        font-size: 16px;
        margin-top: 15px;
    }

    .rental-popup-close-new {
        top: 12px;
        right: 15px;
        font-size: 26px;
    }
    
    .popup-footer-text {
        font-size: 11px;
        margin-top: 10px;
    }
}

/* =========================================
   Unique & Fully Responsive Fleet Cards Redesign
   ========================================= */
.single-car-list-item {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    border: 1px solid rgba(255, 54, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-car-list-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 54, 0, 0.15);
    border-color: #ff3600;
}

/* Fix pseudo-elements to remove awkward white cutouts from default style */
.single-car-list-item::before,
.single-car-list-item::after {
    display: none !important;
}

.single-car-list-item .car-image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.single-car-list-item .car-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
}

.single-car-list-item:hover .car-image img {
    transform: scale(1.1) rotate(1deg) !important;
}

.single-car-list-item .content {
    margin-top: 25px !important;
    padding: 0 10px;
}

.single-car-list-item .content .title {
    font-size: 22px !important;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.single-car-list-item:hover .content .title {
    color: #ff3600;
}

.single-car-list-item .content .car-list-service {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 12px;
    border: 1px dashed #eaeaea;
}

.single-car-list-item .content .car-list-service li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.single-car-list-item .content .car-list-service li img {
    width: 24px;
    height: 24px;
    opacity: 0.8;
}

.single-car-list-item .content .car-list-service li span {
    font-size: 13px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

.single-car-list-item .content .car-price {
    margin: 20px 0 10px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff3600 !important;
    display: flex !important;
    align-items: baseline;
    gap: 5px;
    padding: 0 10px;
}

.single-car-list-item .content .car-price .price-tag {
    font-size: 14px !important;
    color: #888 !important;
    font-weight: 500 !important;
}

/* Unique Icon Button Overrides */
.single-car-list-item .inner {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 2;
}

.single-car-list-item .inner .link-icon {
    width: 45px !important;
    height: 45px !important;
    background: #ff3600 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 5px 15px rgba(255, 54, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.single-car-list-item .inner .link-icon:hover {
    background: #1a1a1a !important;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.single-car-list-item .inner .link-icon svg {
    width: 14px;
    height: 14px;
}

.single-car-list-item .inner .link-icon svg path {
    fill: white !important;
}

/* Fully Responsive Adjustments */
@media (max-width: 991px) {
    .single-car-list-item .car-image img {
        height: 240px !important;
    }
}

@media (max-width: 768px) {
    .single-car-list-item {
        padding: 15px;
    }

    .single-car-list-item .content .car-list-service {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 10px;
    }

    .single-car-list-item .car-image img {
        height: 200px !important;
    }

    .single-car-list-item .content .title {
        font-size: 20px !important;
    }

    .single-car-list-item .content .car-price {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    .single-car-list-item .car-image img {
        height: 180px !important;
    }
}

/* =========================================
   Ultimate Unique & Fully Responsive Fleet Cards Redesign
   ========================================= */
.single-car-list-item {
    background: linear-gradient(145deg, #ffffff, #fdfdfd) !important;
    border-radius: 24px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    padding: 15px !important;
    border: 1px solid rgba(255, 54, 0, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
}

.single-car-list-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 50px rgba(255, 54, 0, 0.12) !important;
    border-color: rgba(255, 54, 0, 0.3) !important;
}

.single-car-list-item .car-image {
    border-radius: 18px !important;
}

.single-car-list-item .car-image img {
    height: 230px !important;
}

.single-car-list-item .content {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.single-car-list-item .content .title {
    font-size: 22px !important;
    color: #000 !important;
    letter-spacing: -0.5px !important;
}

/* Tag Style for Features */
.single-car-list-item .content .car-list-service {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 25px !important;
    gap: 12px !important;
}

.single-car-list-item .content .car-list-service li {
    background: #f8f9fb !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    transition: background 0.3s !important;
}

.single-car-list-item:hover .content .car-list-service li {
    background: #fff0ec !important;
}

.single-car-list-item .content .car-list-service li br {
    display: none !important;
}

.single-car-list-item .content .car-list-service li span {
    font-size: 12px !important;
    color: #444 !important;
    line-height: 1.2 !important;
}

/* Price and Button alignment */
.single-car-list-item .content .car-price {
    margin: auto 0 10px 0 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}

/* Restored Icon Button Overrides */
.single-car-list-item .inner {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 2;
}

.single-car-list-item .inner .link-icon {
    width: 45px !important;
    height: 45px !important;
    background: #ff3600 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 5px 15px rgba(255, 54, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.single-car-list-item .inner .link-icon:hover {
    background: #1a1a1a !important;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.single-car-list-item .inner .link-icon svg {
    width: 14px;
    height: 14px;
}

.single-car-list-item .inner .link-icon svg path {
    fill: white !important;
}

.car-list-service li {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100% !important;
}

/* Fully Responsive Adjustments for new elements */
@media (max-width: 768px) {
    .single-car-list-item .content .car-list-service {
        gap: 8px !important;
    }

    .single-car-list-item .content .car-list-service li {
        padding: 8px !important;
    }
}

@media (max-width: 480px) {
    .single-car-list-item .content .car-price {
        margin: 15px 0 0 0 !important;
    }
}

/* ==footer== */
.main-content {
    flex: 1;
}

.cta-section {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-section h4 {
    color: #1a1a2e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 23px;
}

.cta-section p {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

.btn-quote {
    background-color: #ff3600;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-quote:hover {
    background-color: #cc2b00;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 54, 0, 0.3);
}

.btn-index {
    background-color: #e9ecef;
    color: #1a1a2e;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-index:hover {
    background-color: #dee2e6;
    color: #1a1a2e;
}

footer {
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 60px 0 20px;
    margin-top: auto;
}

footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 2rem;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 12px;
}

footer ul li a {
    color: #d6d6d6;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

footer ul li a:hover {
    color: #ff3600;
    padding-left: 5px;
}

footer ul li a i {
    margin-right: 8px;
    color: #ff3600;
}

.about-section p {
    color: #d6d6d6;
    line-height: 1.8;
    margin-bottom: 20px;
}

.registration-info {
    background-color: #252542;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.registration-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #d6d6d6;
}

.registration-info strong {
    color: #ff3600;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ff360094;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #ff3600;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(255, 54, 0, 0.3);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 15px;
    background-color: #8e8e8e45;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    width: 45px;
    height: 45px;
    background-color: #ff3600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
}

.contact-details h6 {
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.contact-details p {
    color: #d6d6d6;
    margin: 0;
    font-size: 14px;
}

.payment-methods {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #ffffff85;
    border-bottom: 1px solid #ffffff85;
    margin: 40px 0 20px;
}

.payment-methods img {
    height: 40px;
    margin: 0 10px;
    transition: all 0.3s ease;
    background: white;
    border-radius: 3px;
}

.payment-methods img:hover {
    transform: scale(1.1);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    color: #666;
    font-size: 0.9rem;
}

.copyright p {
    color: #f0f0f0;
}

.copyright a {
    color: #ff3600;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

.footer-logo {
    width: 100%;
    max-width: 120px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.gt-logo {
    width: 100%;
    max-width: 120px;
}

.contact-item a {
    color: #d6d6d6;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    footer ul li a {
        justify-content: center;
    }

    .social-icons {
        text-align: center;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.feature-list2 i {
    color: var(--brand);
}

/* ===index page - booking form */
.booking-search-form form {
    border-radius: 40px;
    background: none !important;
    width: 100% !important;
    height: auto !important;
    place-content: center;
    position: relative;
}

.booking-form {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.input-box {
    flex: 1 1 210px;
    min-width: 200px;
    background: #ff5a1f08;
    border-radius: 50px;
    padding: 0 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
    border: 1px solid #8080806e;
}

.input-box:hover {
    background: #ebebeb;
}

.input-box input,
.input-box select {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #333;
}

.input-box i {
    color: #666;
    margin-left: 10px;
    font-size: 16px;
}

.submit-btn {
    height: 48px;
    padding: 0 35px;
    border: none;
    border-radius: 50px;
    background: #ff5a1f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
}

.submit-btn:hover {
    background: #e84c14;
}

.booking-search-form.booking-two .nice-select {
    display: none;
}

.booking-search-form.booking-two .form-select {
    display: block !important;
}

/* Tablet */
@media (max-width: 992px) {
    .booking-form {
        gap: 12px;
    }

    .input-box {
        flex: 1 1 calc(50% - 12px);
    }

    .submit-btn {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .booking-wrapper {
        padding: 15px;
        border-radius: 20px;
    }

    .booking-form {
        flex-direction: column;
    }

    .input-box {
        width: 100%;
        min-width: 100%;
    }

    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 1800px) {
    .booking-search-form.booking-two {
        max-width: 100% !important;
    }

    .booking-search-form.booking-two input {
        line-height: 50px !important;
    }

    .booking-search-form form select {
        line-height: 44px !important;
    }
}