:root {
    --primary-color: #FFD700;
    --secondary-color: #000000;
    --accent-color: #FF0000;
    --light-gray: #f8f9fa;
    --dark-gray: #333;
    --text-color: #444;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.text-ori {
    color: var(--dark-gray);
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color) !important;
}

.bg-light2 {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 215, 0, 0.2) !important;
}

.text-justify {
    text-align: justify;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--text-color);
    background-color: #fff;
    padding-top: 80px;
}

* {
    box-sizing: border-box;
    border-radius: 3px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

a {
    text-decoration: none !important;
}

.navbar {
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.1);
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}

.navbar-brand span {
    color: var(--primary-color);
}

.nav-link {
    font-weight: 600;
    margin: 0 8px;
    transition: all 0.3s;
    color: #1a1a1a !important;
    /* Force black/dark text */
}

.nav-link:hover {
    color: #000 !important;
    /* Keep it black on hover */
    background-color: transparent;
    opacity: 0.7;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000 !important;
    font-weight: 800;
}

/* Topbar Styling */
.topbar {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.9rem;
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.topbar .text-warning {
    color: var(--primary-color) !important;
}

.social-top a {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 15px;
    font-size: 1rem;
    transition: all 0.3s;
}

.social-top a:hover {
    color: var(--primary-color);
}

@media (min-width: 992px) {
    .navbar.fixed-top {
        top: 38px;
    }

    body {
        padding-top: 118px;
    }
}

/* Dropdown styling */
.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    overflow: hidden;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: rgba(255, 215, 0, 0.1);
    color: var(--primary-color);
    padding-left: 25px;
}

.hero {
    background: linear-gradient(-35deg, #212529 0%, #000000 100%);
    border-radius: 0 !important;
    padding: 80px 0;
    margin-bottom: 30px;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-image {
    transition: all 0.5s;
}

.hero-image:hover {
    transform: translateY(-5px);
}

.breadcrumb-container {
    margin-top: -30px;
    margin-bottom: 40px;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumb-item a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--dark-gray);
    font-weight: 500;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #000;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

/*.btn-primary { background-color: #44aaf3; border-color: #44aaf3; padding: 12px 30px; font-weight: 600; transition: all 0.3s; }*/
.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-outline-light {
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.premium-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fff, #f8fcff);
}

.premium-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.premium-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: var(--text-color);
    max-width: 500px;
}

.premium-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.premium-feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.premium-feature-content h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.premium-feature-content p {
    margin-bottom: 0;
    color: var(--text-color);
}

.premium-image {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.premium-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.premium-stats {
    background: var(--primary-color);
    color: #fff;
    padding: 40px 0;
    margin: 60px 0;
    border-radius: 10px;
}

.premium-stat-item {
    text-align: center;
    padding: 15px;
}

.premium-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.premium-stat-text {
    font-size: 1rem;
    opacity: .9;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--secondary-color);
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin: 15px auto;
}

.card {
    border: none;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    font-weight: 600;
    color: var(--secondary-color);
}

.card-text {
    color: var(--text-color);
}

.feature-box {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s;
}

.feature-box:hover {
    background-color: var(--light-gray);
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.step-card {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.step-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.step-number {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
}

.gallery-img {
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.gallery-img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section {
    padding: 50px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #FF9800 100%);
    border-radius: 0px !important;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg, #FFC107 0%, #FF9800 100%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-subtitle {
    font-size: 1.15rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}

.cta-btn:hover::before {
    opacity: 1;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #333 0%, #000 100%);
    border: none;
    color: white;
}

.cta-btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: #FFC107;
}

.cta-btn-outline {
    background: #fff;
    border: none;
    color: #000;
    backdrop-filter: blur(5px);
}

.cta-btn-outline:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn i {
    margin-right: 10px;
    font-size: 1.2rem;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cta-title {
    animation: float 6s ease-in-out infinite;
}

.cta-btn {
    animation: float 4s ease-in-out infinite;
}

.cta-btn:nth-child(2) {
    animation-delay: 0.5s;
}

.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 70px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FFC107 0%, #FF9800 100%);
}

.footer-waves {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg ... %3E");
    background-size: cover;
    background-position: center;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-right: 10px;
}

.footer-logo-text {
    font-size: 1.8rem;
    font-weight: 700;
}

.footer-logo-text span {
    color: var(--primary-color);
}

.footer-about {
    margin-bottom: 20px;
    line-height: 1.7;
    opacity: .9;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
    transition: all 0.3s;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-links i {
    margin-right: 10px;
    font-size: 0.9rem;
    color: var(--primary-color);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-contact-icon {
    min-width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
}

.footer-contact-text {
    opacity: .9;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    color: var(--primary);
}

.social-links a:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    transform: translateY(-3px);
    color: white !important;
}

.footer-newsletter {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter p {
    margin-bottom: 15px;
    opacity: .9;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    color: #fff;
}

.newsletter-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.newsletter-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter-btn:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0;
    opacity: .8;
    font-size: 0.9rem;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.payment-method {
    width: 40px;
    height: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 30px 0;
}

.motor-card {
    height: 100%;
    transition: all 0.3s;
}

.motor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.motor-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.testimonial-section {
    /*padding: 50px 0;*/
    /*background: linear-gradient(to bottom, #f8fcff, #fff);*/
    position: relative;
}

.testimonial-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin: 20px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    position: relative;
    padding: 20px 0;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 25px;
    position: relative;
    /*padding-left: 30px;*/
}

.testimonial-text::before {
    /*content: """;*/
    font-family: Georgia, serif;
    font-size: 5rem;
    color: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    left: -15px;
    top: -25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    /*margin-right: 15px;*/
    /*border: 3px solid var(--primary-color);*/
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--secondary-color);
}

.testimonial-info p {
    margin-bottom: 0;
    color: var(--text-color);
    font-size: 0.9rem;
}

.testimonial-rating {
    color: #FFD700;
    margin-bottom: 15px;
}

.testimonial-rating i {
    margin-right: 3px;
}

/* Carousel Controls */
.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.testimonial-carousel .carousel-control-prev {
    left: 100px;
}

.testimonial-carousel .carousel-control-next {
    right: 100px;
}

.testimonial-carousel .carousel-control-prev:hover,
.testimonial-carousel .carousel-control-next:hover {
    opacity: 1;
}

.testimonial-carousel .carousel-indicators {
    bottom: -60px;
}

.testimonial-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0.5;
}

.testimonial-carousel .carousel-indicators .active {
    opacity: 1;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero {
        padding: 60px 0;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-image {
        margin-top: 30px;
        max-width: 100% !important;
    }

    .breadcrumb-container {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        padding: 10px 15px;
    }

    .premium-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .premium-subtitle {
        text-align: center;
        margin: 0 auto;
    }

    .premium-feature {
        flex-direction: column;
        text-align: center;
    }

    .premium-feature-icon {
        margin: 0 auto 15px;
    }

    .premium-stat-item {
        margin-bottom: 30px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .footer-title {
        text-align: left;
    }

    .footer-title::after {
        left: 5%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .cta-btn {
        padding: 15px 30px;
        font-size: 1rem;
        width: 100%;
        margin-bottom: 15px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .testimonial-card {
        padding: 20px;
        margin: 10px;
    }

    .testimonial-text {
        font-size: 1rem;
        padding-left: 20px;
    }

    .testimonial-text::before {
        font-size: 4rem;
        left: -10px;
        top: -20px;
    }

    .testimonial-carousel .carousel-control-prev {
        left: -10px;
    }

    .testimonial-carousel .carousel-control-next {
        right: -10px;
    }

    .testimonial-carousel .carousel-control-prev,
    .testimonial-carousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.floating-container {
    position: fixed;
    z-index: 1050;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    flex-direction: row-reverse;
}

.whatsapp-container {
    bottom: 35px;
    right: 15px;
}

.help-text,
.fb-text,
.ig-text,
.tiktok-text {
    font-size: 15px;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 20px !important;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: relative;
    overflow: hidden;
    border: 1.5px solid;
}

.help-text {
    color: #25D366;
    border-color: #25D366;
}

.floating-whatsapp,
.floating-fb,
.floating-ig,
.floating-tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    position: relative;
    transition: transform 0.3s ease;
}

.floating-whatsapp img,
.floating-fb img,
.floating-ig img,
.floating-tiktok img {
    width: 45px;
    height: 45px;
    z-index: 2;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.floating-whatsapp:hover+.help-text,
.floating-fb:hover+.fb-text,
.floating-ig:hover+.ig-text,
.floating-tiktok:hover+.tiktok-text {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.help-text:hover {
    background-color: #25D366;
    color: white;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

.floating-whatsapp:hover,
.floating-fb:hover,
.floating-ig:hover,
.floating-tiktok:hover {
    transform: scale(1.25);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-whatsapp,
.floating-fb,
.floating-ig,
.floating-tiktok,
.help-text,
.fb-text,
.ig-text,
.tiktok-text {
    animation: float 3s ease-in-out infinite;
}

/* MODERN UI ENHANCEMENTS */

/* Glassmorphism */
.glass-panel {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px !important;
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.hero {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.45) 0%, rgba(255, 215, 0, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: 0;
}

.hero-content,
.hero-image {
    position: relative;
    z-index: 1;
}

.hero-title {
    background: linear-gradient(to right, #FFD700, #F39C12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    font-weight: 800;
}

/* Cards Enhancement */
.card {
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.2);
    background: linear-gradient(145deg, #ffffff, #fdfbf2);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(255, 215, 0, 0.25);
    border-color: var(--primary-color);
}

.card-img-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition: transform 0.7s ease;
    filter: brightness(0.95);
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.card:hover .card-img-top {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.card-body {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 25px 20px;
}

.card-title {
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.card .list-group-item {
    background: transparent;
    border-color: rgba(255, 215, 0, 0.15);
}

/* Buttons */
.btn-primary,
.btn-primary:hover,
.btn {
    border-radius: 30px !important;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #F39C12 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    font-weight: 700;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #F39C12 0%, var(--primary-color) 100%);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
    transform: translateY(-3px);
}

/* Booking Timeline */
.step-card {
    border-radius: 12px !important;
    border-left: 4px solid var(--primary-color);
    position: relative;
    overflow: visible;
}

.step-card::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50px;
    height: calc(100% + 15px);
    width: 2px;
    background: dashed 2px var(--primary-color);
    opacity: 0.5;
    z-index: -1;
}

.step-card:last-child::before {
    display: none;
}

.step-number {
    border-radius: 50% !important;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    position: relative;
    z-index: 2;
}

/* Premium Features */
.premium-feature {
    background: #fff;
    padding: 20px;
    border-radius: 16px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.premium-feature:hover {
    transform: translateX(10px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.15);
}

.premium-feature-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, #F39C12 100%);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border-radius: 50% !important;
}

/* Testimonials */
.testimonial-card {
    border-radius: 20px !important;
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
    border: none;
}

.testimonial-avatar {
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
}

.testimonial-text {
    font-style: italic;
    color: #555;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border-top: 2px solid var(--primary-color);
}

.cta-section::before {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFFFFF" fill-opacity="0.1" d="M44.7,-76.4C58.8,-69.2,71.8,-59.1,81.6,-46.3C91.4,-33.5,98,-18,97.6,-2.6C97.2,12.8,89.8,28,80.1,41.1C70.4,54.2,58.4,65.2,44.5,73.1C30.6,81,15.3,85.8,0.2,85.4C-14.8,85,-29.7,79.5,-42.6,71.2C-55.5,62.9,-66.4,51.8,-74.3,38.9C-82.2,26,-87.1,11.3,-86.6,-3.2C-86.1,-17.7,-80.2,-32,-71.4,-43.6C-62.6,-55.2,-50.9,-64.1,-38,-71.8C-25.1,-79.5,-12.5,-86,1.9,-89.2C16.3,-92.4,30.6,-83.6,44.7,-76.4Z" transform="translate(100 100)" /></svg>') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
}

.cta-btn {
    border-radius: 30px !important;
}