/* Elite Limo Premium Design System v2 */

:root {
    --elite-gold-v2: #c5a059;
    --elite-gold-classic: #b18039;
    --elite-gold-bright: #ffd700;
    --elite-gold-light: rgba(197, 160, 89, 0.1);
    --elite-black-v2: #0a0a0a;
    --elite-gray-bg: #fdfdfd;
    --elite-transition-v2: all 0.35s ease-in-out;
}

/* Service Experience Cards */
.experience-card-premium {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-top: 5px solid var(--elite-gold-v2);
    border-radius: 0 0 15px 15px;
    padding: 35px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: var(--elite-transition-v2);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.experience-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.experience-card-premium .icon-box {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: var(--elite-transition-v2);
}

.experience-card-premium:hover .icon-box {
    background: var(--elite-gold-v2);
}

.experience-card-premium i {
    font-size: 24px;
    color: var(--elite-gold-v2);
}

.experience-card-premium:hover i {
    color: #fff;
}

/* Redesigned FAQ - V2 */
.faq-elite-v2 {
    padding-top: 80px;
    max-width: 100%;
}

.faq-elite-v2 h3 {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 800;
    color: var(--elite-black-v2);
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-elite-v2 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 25px;
    background: var(--elite-gold-v2);
}

.faq-elite-v2 .accordion-item {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 15px;
    transition: var(--elite-transition-v2);
}

.faq-elite-v2 .accordion-button {
    padding: 24px 25px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--elite-black-v2) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.faq-elite-v2 .accordion-button:not(.collapsed) {
    color: var(--elite-gold-v2) !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.faq-elite-v2 .accordion-button:focus {
    color: var(--elite-gold-v2) !important;
    box-shadow: none !important;
}

.faq-elite-v2 .faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    color: #888;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    margin-right: 18px !important;
    transition: var(--elite-transition-v2);
}

.faq-elite-v2 .accordion-button:not(.collapsed) .faq-number {
    background-color: var(--elite-gold-v2);
    border-color: var(--elite-gold-v2);
    color: #fff;
    transform: scale(1.1);
}

.faq-elite-v2 .accordion-body {
    padding: 25px 25px 30px 75px !important;
    color: #444 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.faq-elite-v2 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.faq-elite-v2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c5a059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* Targeted Image Containment (Minimal) */
.img1,
.img2,
.s-img1,
.vl-blog-1-thumb,
.card-img-box {
    overflow: hidden !important;
    border-radius: 12px;
}

.img1 img,
.img2 img,
.s-img1 img,
.vl-blog-1-thumb img,
.card-img-box img {
    max-width: 100% !important;
    height: auto;
}

/* Standardized Heights for Detail Page Images */
.service-details-widget .img1 img {
    /* height: 450px !important; */
}

@media (max-width: 991px) {
    .service-details-widget .img1 img {
        height: 100% !important;
    }
    .vl-blog-1-thumb img,
    .image-anime img {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .service-details-widget.padding1,
    .service-details-widget.padding2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .img1,
    .vl-blog-1-thumb {
        border-radius: 8px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .service-details-widget .img1 img {
        height: 280px !important;
    }
}

.img1:hover img,
.s-img1:hover img,
.vl-blog-1-thumb:hover img,
.image-anime:hover img {
    transform: scale(1.05);
}

.service-details-widget h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.vl-section-subtitle,
.vl-section-subtitle span,
.vl-section-subtitle i {
    color: var(--elite-gold-classic) !important;
}

/* Testimonial Avatar Circle Fix */
.testimonial-circle {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: var(--elite-gold-classic) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.vl-section-subtitle,
.heading3 .vl-section-subtitle,
span.vl-section-subtitle,
p.vl-section-subtitle,
h5.vl-section-subtitle {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    position: relative !important;
    white-space: nowrap !important;
    width: auto !important;
}

/* Thin Feature Cards for Service Pages */
.feature-card-thin {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid var(--elite-gold-classic);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.feature-card-thin:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left-color: var(--elite-black-v2);
}

.feature-card-thin i {
    color: var(--elite-gold-classic);
    font-size: 22px;
    width: 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card-thin:hover i {
    transform: scale(1.1);
}

.feature-card-thin h6 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: var(--elite-black-v2);
    line-height: 1.2;
}

/* Premium Image-Focused Cards - Redesigned for High-End Professional Look */
.image-card-premium {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid var(--elite-gold-classic);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.image-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--elite-gold-classic);
}

.image-card-premium .card-img-box {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid var(--elite-gold-classic);
}

.image-card-premium .card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
}

.image-card-premium:hover .card-img-box img {
    transform: scale(1.1);
}

.image-card-premium .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 50%,
        rgba(177, 128, 57, 0.2) 100%
    );
    opacity: 0;
    transition: all 0.4s ease;
}

.image-card-premium:hover .card-overlay {
    opacity: 1;
}

.image-card-premium .card-info {
    padding: 0px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-card-premium .card-info h5 {
    margin: 0 0 12px 0;
    font-weight: 800;
    font-size: 18px;
    color: var(--elite-gold-classic);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-card-premium .card-info p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

.image-card-premium .card-info .vl-btn1 {
    margin-top: 20px;
    padding: 10px 25px;
    font-size: 14px;
    display: inline-block;
    width: auto;
}

/* Bold Gold Accent Cards - Unique Style for Cruise Page */
.card-gold-premium {
    background: var(--elite-gold-classic);
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    box-shadow: 0 10px 25px rgba(177, 128, 57, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.card-gold-premium:hover {
    background: #111111;
    transform: translateY(-10px) rotate(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-gold-premium i {
    font-size: 45px;
    margin-bottom: 25px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.card-gold-premium:hover i {
    color: var(--elite-gold-classic);
    transform: scale(1.2);
}

.card-gold-premium h5 {
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-gold-premium p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Modern Double-Border Accent Cards - Unique Style for Group Page */
.card-modern-accent {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 40px 30px;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    margin-bottom: 25px;
    text-align: center;
}

.card-modern-accent::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid var(--elite-gold-classic);
    border-radius: 12px;
    opacity: 0.15;
    transition: all 0.4s ease;
    pointer-events: none;
}

.card-modern-accent:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: var(--elite-gold-classic);
}

.card-modern-accent:hover::before {
    opacity: 0.6;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.card-modern-accent .icon-box {
    margin-bottom: 25px;
    font-size: 38px;
    color: var(--elite-black-v2);
    transition: all 0.4s ease;
}

.card-modern-accent:hover .icon-box {
    color: var(--elite-gold-classic);
    transform: scale(1.1);
}

.card-modern-accent h5 {
    font-weight: 800;
    color: var(--elite-black-v2);
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-modern-accent p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Glassmorphism Cards - High-Energy Style for Prom Page */
.card-glass-premium {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 45px 25px;
    border-radius: 24px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-glass-premium::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    background: var(--elite-gold-classic);
    filter: blur(40px);
    opacity: 0.1;
    transition: all 0.5s ease;
}

.card-glass-premium:hover {
    transform: translateY(-10px);
    border-color: var(--elite-gold-classic);
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(177, 128, 57, 0.12);
}

.card-glass-premium:hover::before {
    opacity: 0.3;
    width: 100px;
    height: 100px;
}

.card-glass-premium i {
    font-size: 42px;
    color: var(--elite-gold-classic);
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.card-glass-premium:hover i {
    transform: scale(1.2) rotate(10deg);
}

.card-glass-premium h5 {
    font-weight: 800;
    color: var(--elite-black-v2);
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.card-glass-premium p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Sporty Dark Premium Cards - High-Energy for Sporting Events Page */
.card-sport-premium {
    background: #111111;
    padding: 45px 30px;
    border-radius: 12px;
    text-align: left;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #222222;
    height: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.card-sport-premium:hover {
    background: #000000;
    border-color: var(--elite-gold-classic);
    transform: skewX(-2deg) translateY(-5px);
    box-shadow: -10px 10px 0px rgba(177, 128, 57, 0.2);
}

.card-sport-premium .icon-bg {
    width: 60px;
    height: 60px;
    background: var(--elite-gold-classic);
    border-radius: 4px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000000;
    transition: all 0.4s ease;
}

.card-sport-premium:hover .icon-bg {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 0 20px rgba(177, 128, 57, 0.4);
}

.card-sport-premium h5 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-sport-premium p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Arch-Top Aesthetic Cards - Artistic Style for Concerts Page */
.card-arch-premium {
    background: #ffffff;
    padding: 50px 30px 40px;
    border-radius: 100px 100px 20px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.card-arch-premium:hover {
    transform: translateY(-12px);
    border-color: var(--elite-gold-classic);
    box-shadow: 0 20px 50px rgba(177, 128, 57, 0.1);
}

.card-arch-premium .icon-circle {
    width: 85px;
    height: 85px;
    background: #fdfaf5;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--elite-gold-classic);
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.card-arch-premium:hover .icon-circle {
    background: var(--elite-gold-classic);
    color: #ffffff;
    transform: rotateY(180deg);
}

.card-arch-premium h5 {
    font-weight: 800;
    color: var(--elite-black-v2);
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-arch-premium p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Airport Feature Cards - Unique Style for Airport Page */
.card-airport-premium {
    background: #ffffff;
    padding: 50px 30px 40px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    margin-bottom: 25px;
    margin-top: 20px;
}

.card-airport-premium:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--elite-gold-classic);
    transform: translateY(-5px);
}

.card-airport-premium .icon-top {
    position: absolute;
    top: -25px;
    left: 30px;
    width: 65px;
    height: 65px;
    background: var(--elite-gold-classic);
    color: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(177, 128, 57, 0.3);
    transition: all 0.4s ease;
}

.card-airport-premium:hover .icon-top {
    transform: scale(1.1) rotate(5deg);
    background: #111111;
}

.card-airport-premium .card-content {
    margin-top: 15px;
}

.card-airport-premium h5 {
    font-weight: 800;
    color: var(--elite-black-v2);
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.card-airport-premium p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Service Card Image & Layout Standardization */

.vl-blog-inner-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent !important;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none !important;
    transition: var(--elite-transition-v2);
}

.vl-blog-inner-item:hover {
    transform: translateY(-5px);
    box-shadow: none !important;
}

.vl-blog-1-thumb {
    width: 100%;
    overflow: hidden;
}

/* Hero & Section Image Polish */


.vl-blog-1-thumb img {
    width: 100% !important;
    height: 280px !important; /* Fixed height for consistency */
    object-fit: cover !important;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vl-blog-inner-item:hover .vl-blog-1-thumb img {
    transform: scale(1.08);
}

.vl-blog-1-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
}

.vl-blog-1-content p {
    flex-grow: 1; /* Ensures text takes up space and pushes buttons to bottom */
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
    .vl-blog-1-thumb img {
        height: 260px !important;
    }
}

/* Sidebar Active State Styling */
.categories-area ul li a {
    transition: all 0.3s ease;
}

.categories-area ul li a.active {
    background: var(--elite-gold-classic) !important;
    color: #ffffff !important;
}


.categories-area ul li a.active span i {
    color: #ffffff !important;
}

/* --- Optimized Hero Slider & Smooth Animation --- */
.hero-img6, .hero-bg1 {
    transition: transform 10000ms cubic-bezier(0.1, 0, 0.1, 1) !important;
}

/* Very subtle zoom to prevent image loss/over-scaling */
.slick-slide.slick-current.slick-active .hero-img6,
.slick-slide.slick-current.slick-active .hero-bg1 {
    transform: scale(1.05) !important;
}

/* Ensure the hero section perfectly contains the zooming backgrounds */
.hero4-arrow-slider-area, .hero4, .hero-main-slider-widget {
    overflow: hidden !important;
}
