:root {
    --jetour-red: #39aeb2;
    --jetour-dark: #1a1a1a;
    --jetour-gold: #ffd700;
}
/* Navigation Styles */
.navbar {
    background: #ffffff !important;
    backdrop-filter: blur(20px);
    border-bottom: 2px solid var(--jetour-red);
    transition: all 0.3s ease;
    padding: 1rem 0;
}
.navbar.scrolled {
    background: rgba(26, 26, 26, 0.98) !important;
    backdrop-filter: blur(30px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
    font-size: 2rem;
    font-weight: 900;
    color: white !important;
    text-decoration: none;
}
.jetour-logo {
    color: var(--jetour-red);
}
.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
}
.navbar-nav .nav-link:hover {
    color: var(--jetour-red) !important;
    transform: translateY(-2px);
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--jetour-red);
    transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
}
.language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.lang-btn {
    background: none;
    border: 2px solid var(--jetour-red);
    color: var(--jetour-red);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
}
.lang-btn:hover, .lang-btn.active {
    background: var(--jetour-red);
    color: white;
}
.navbar-toggler {
    border: none;
    color: white;
}
.navbar-toggler:focus {
    box-shadow: none;
}
body {
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}
.hero-section {
    background: url('images/jetour-dashing.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-title {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1s ease-out;
}
.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1s ease-out 0.2s both;
}
.summer-badge {
    background: var(--jetour-gold);
    color: var(--jetour-dark);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}
.cta-button {
    background: var(--jetour-red);
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(227, 30, 36, 0.3);
    animation: fadeInUp 1s ease-out 0.4s both;
}
.cta-button:hover {
    background: #c41e23;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(227, 30, 36, 0.5);
    color: white;
}
/* Models Section - Enhanced and Prominent */
.models-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--jetour-dark) 0%, #2c2c2c 100%);
    color: white;
    position: relative;
    overflow: hidden;
}
.models-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(227, 30, 36, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}
.special-pricing-badge {
    background: linear-gradient(45deg, var(--jetour-red), #ff4757);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2rem;
    animation: glow 2s ease-in-out infinite alternate;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}
@keyframes glow {
    from {
        box-shadow: 0 10px 30px rgba(227, 30, 36, 0.4), 0 0 20px rgba(227, 30, 36, 0.2);
    }
    to {
        box-shadow: 0 15px 40px rgba(227, 30, 36, 0.6), 0 0 30px rgba(227, 30, 36, 0.4);
    }
}
.models-title {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(45deg, white, var(--jetour-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}
.models-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
}
.model-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 25px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures equal space between content */
    height: 100%; /* Ensures all cards have the same height */
    
}
.model-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, transparent, rgba(227, 30, 36, 0.03));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.model-card:hover::before {
    opacity: 1;
}
.model-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(227, 30, 36, 0.1);
}
.model-image {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.dashing-bg {
    background-image: url('images/dashing-thumb.jpg');
}
.t1-bg {
    background-image: url('images/t1-thumb.jpg');
}
.t2-bg {
    background-image: url('images/t2-thumb.jpg');
}
.price-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #39aeb2, #045254);
    color: white;
    padding: 0.5rem 0.5rem;
    border-radius: 30px;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 8px 25px #39aeb254;
    animation: pulse 2s infinite;
}
.model-content {
    padding: 2.5rem;
    color: var(--jetour-dark);
    
    flex-grow: 1; /* Takes up all available space in the card */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures space between title, description, and button */
}
.model-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #201e1e;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.model-price {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(45deg, var(--jetour-red), #05494a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.offer-icon .h4, h4 {
    font-size: 1.2rem;
    font-weight: 600;
}
.more-details-btn {
    background: linear-gradient(45deg, var(--jetour-dark), #2c2c2c);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3);
    
    align-self: center; /* Centers the button horizontally within the card */
    z-index:10;
}
.more-details-btn:hover {
    background: linear-gradient(45deg, var(--jetour-red), #05494a);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px #05494a36;
}
.offers-section {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.offer-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid var(--jetour-red);
}
.offer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.offer-icon {
    color: var(--jetour-red);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.contact-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2ab9bb 0%, #05494a 100%);
    color: white;
}
.form-control {
    border: none;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    backdrop-filter: blur(10px);
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.warranty-section {
    background: var(--jetour-gold);
    padding: 3rem 0;
    text-align: center;
    color: var(--jetour-dark);
}
.warranty-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}
.map-section {
    padding: 3rem 0;
}
#map {
    height: 500px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.terms-section {
    background: #f8f9fa;
    padding: 3rem 0;
}
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.floating-car {
    position: absolute;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}
.floating-car:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}
.floating-car:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}
.floating-car:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}
.form-container {
    background: #fff;
    border-radius: 2rem;
    margin: auto;
    padding-top: 2rem;
}
.location-container {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .location-box {
    background: rgb(255 255 255);
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s;
    width: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
    .location-box:hover {
      background: rgba(240, 240, 240, 0.95);
    }
.location-box h5 {
    color: #000;
    font-size: 18px;
}
.location-box p {
    font-size: 14px;
}
.map-info-box h6 {
    font-size: 18px;
    padding-bottom: 0;
}
.map-info-box p {
    padding: 4px 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}
.map-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
a {
    color: #39aeb2;
}
a.lang-switch {
    font-family: "Almarai", sans-serif !important;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.hero-banner {
    margin-top: 5.8rem;
}
.carousel-item {
  overflow: hidden;
  position: relative;
}
.carousel-caption-custom {
  position: absolute;
  bottom: 30px;  /* distance from bottom */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .models-title {
        font-size: 2.5rem;
    }
    .model-card {
        margin-bottom: 1rem;
    }
    .location-container {
        position: relative;
    }
    .map-wrapper {
        height: auto;
    }
    .location-box {
        width: 90%;
    }
    .map-info-box img {
        display: none;
    }
    .cta-button {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}