body, html {
  width: 100%;
  max-width: 100%;
  background-color: #faf8f8f1;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-content{
    overflow-x: hidden !important;
}

/* Custom styles for alignment improvements */
.hero-section {
    position: relative;
    padding: 1rem 0;
    min-height: 400px;
    background-image: url('../images/home/driving-highway.jpg');
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    border-radius: 0px !important;
    width: 100% !important;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #302f3699;
    z-index: 0;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Comment Bubble Styles */
.comment-bubble-container {
    position: relative;
    max-width: 500px;
    margin: 20px;
}

/* Quote Icon */
.quote-icon {
    position: absolute;
    top: -150px;
    left: 0;
    width: 500px;
    height: 350px;
    z-index: 1;
}

/* Bubble tail pointing right */
.comment-bubble::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.comment-bubble h1 {
    top: -65px;
    left: 30px;
    color: #333;
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.comment-bubble p {
    letter-spacing: 2px;
    top: -80px;
    font-size: 1.8rem;
    font-weight: 600;
    left: 35px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.view-btn {
    bottom: 85px;
    color: #fff;
    letter-spacing: 1px;
    left: 30px;
    background-color: #ffa700;
    border: 1px solid #ffa700;
    border-radius: 5px !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

.view-btn:hover {
    color: #fff !important;
    border-color: #e8950d !important;
}

.view-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 167, 0, 0.25);
}

/* Stamp Styles */
.stamp {
    position: absolute;
    top: -60px;
    right: 20px;
    width: 160px;
    height: 160px;
    z-index: 10;
    transform: rotate(-15deg);
}

.stamp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .hero-section h1 {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .hero-section p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
  }
  .view-btn {
    color: #fff;
    border: 1px solid #ffa700;
    padding: 5px 25px;
    font-size: 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: relative;
    z-index: 2;
  }
  
 .view-btn:hover {
    background-color: #ffa700 !important;
    color: #fff !important;
    border-color: #d67921 !important;
  }
  
  .view-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 121, 33, 0.25);
  } 
.hero-image {
    width: 100%;
    left: -120px;
    max-width: 600px;
    height: auto;
    position: relative;
    z-index: 1;
}

.hero-image img {
    width: 70%;
    height: auto;
    position: absolute;
    right: 7;
    bottom: 0;
    z-index: 1;
    opacity: 1;
}


  .booking-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    margin-left: 20%;
  }
  
  .booking-btn {
    background-color: #ffa700;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
  }
  
  .booking-btn:hover {
    background-color: #db914b !important;
    color: #fff;
  }
.booking-form .form-label-title {
    color: #000000 !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    margin-left: 3px;
    align-items: center;
    gap: 8px;
}
.booking-form .form-label-title i {
    color: #000000;
}
  
  /* Select2 Styling to Match Bootstrap Form-Control */
.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px); /* Match Bootstrap input height */
    padding: 0.375rem 0.75rem; /* Match Bootstrap padding */
    font-size: 1rem; /* Match Bootstrap font size */
    line-height: 1.5; /* Match Bootstrap line height */
    border: 1px solid #ced4da; /* Match Bootstrap border */
    border-radius: 0.25rem; /* Match Bootstrap border-radius */
    background-color: #fff; /* White background */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Bootstrap transition */
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #80bdff; /* Bootstrap focus border color */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Bootstrap focus shadow */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5; /* Align text vertically */
    color: #495057; /* Bootstrap text color */
    padding-left: 0; /* Remove extra padding */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem); /* Match input height */
    right: 0.75rem; /* Position arrow correctly */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d; /* Bootstrap placeholder color */
}

/* Dropdown Menu Styling */
.select2-container--default .select2-dropdown {
    border: 1px solid #ced4da; /* Match Bootstrap border */
    border-radius: 0.25rem; /* Match Bootstrap border-radius */
    background-color: #fff; /* White background */
    margin-top: 0; /* Remove gap between input and dropdown */
}

.select2-container--default .select2-results__option {
    padding: 0.375rem 0.75rem; /* Match Bootstrap padding */
    font-size: 1rem; /* Match Bootstrap font size */
    color: #495057; /* Bootstrap text color */
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #007bff; /* Bootstrap primary color */
    color: #fff; /* White text for highlighted option */
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa; /* Bootstrap light background for selected */
    color: #495057; /* Bootstrap text color */
}

/* Ensure dropdown width matches input and add space below */
.select2-container {
    width: 100% !important;
    margin-bottom: 1rem; /* Add space below the dropdown */
}

/* Adjust for smaller screens */
@media (max-width: 576px) {
    .select2-container--default .select2-selection--single {
        font-size: 0.875rem; /* Smaller font for mobile */
        padding: 0.25rem 0.5rem; /* Adjust padding for mobile */
        height: calc(1.5em + 0.5rem + 2px); /* Adjust height for mobile */
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(1.5em + 0.5rem); /* Adjust arrow height for mobile */
    }

    .select2-container {
        margin-bottom: 0.75rem; /* Slightly smaller margin for mobile */
    }
}
  
  .feature-card {
    text-align: center;
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
  }
  
  .feature-icon {
    font-size: 2rem;
    color: #ffa700;
    margin-bottom: 15px;
  }

 /*why choose section styles */ 
.why-choose-section {
    position: relative;
    overflow: hidden;
    /* background-image: url('../images/about/round-lines.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.why-choose-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.753); */
}

.why-choose-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.why-choose-section-subtitle {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 0;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.choose-us-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.choose-us-feature-icon-wrapper {
    flex-shrink: 0;
    margin: 0 1.5rem;
}

.choose-us-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffa700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.choose-us-feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(119, 174, 224, 0.2), transparent);
    border-radius: 50%;
}

.choose-us-feature-icon:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(211, 130, 10, 0.4);
}

.choose-us-feature-content {
    flex: 1;
}

.choose-us-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.choose-us-feature-description {
    color: #000000;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.central-image {
    position: relative;
    padding: 2rem;
}

.image-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 3px dotted #ffa700;
    position: relative;
    overflow: hidden;
}

.image-circle::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(218, 154, 18, 0.1), transparent);
    animation: rotate 20s linear infinite;
}

.image-circle img {
    max-width: 85%;
    height: auto;
    position: relative;
    z-index: 1;
}

.floating-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #28a745;
    animation: float 4s ease-in-out infinite;
}

.dot-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
    background: #bb2d68;
}

.dot-2 {
    top: 25%;
    right: 20%;
    animation-delay: 1s;
    background: #ffc107;
}

.dot-3 {
    bottom: 30%;
    left: 25%;
    animation-delay: 2s;
    background: #dc3545;
}

.dot-4 {
    bottom: 25%;
    right: 15%;
    animation-delay: 3s;
    background: #3340af;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*Vehicle Card Styles for Bootstrap Cards */
.vehicle-card {
    background-color: #f3f0f0;
    border-radius: 12px;
    border: 1px solid #e0e0e0f3;
    margin-bottom: 25px;
    /*height: 320px; */
    height: auto;
    flex: 0 0 calc(25% - 15px);
    min-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 0 !important; /* Force no padding */
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.vehicle-card .card-img-top {
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
    left: 0;
    right: 0;
}

.vehicle-card .vehicle-image {
    width: 100% !important;
    max-width: none !important;
    height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px 12px 0 0;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
    left: 0;
    right: 0;
}

.vehicle-card .card-body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 15px; 
    min-height: 0; 
}

.vehicle-card .card-title {
    font-size: 1.1rem; /* Slightly smaller */
    font-weight: 600;
    color: #333;
    margin-bottom: 8px; /* Reduced margin */
    line-height: 1.2;
}

.vehicle-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 600;
}

.vehicle-price .currency {
    color: #ffa700;
}

.vehicle-price .amount {
    font-size: 1.25rem;
}

.vehicle-price .per-day {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: normal;
}

.specs-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0; /* Reduced margin */
    flex-wrap: wrap;
    gap: 8px;
}

.spec-item {
    font-size: 0.85rem; /* Slightly smaller */
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.2;
}

.spec-item i {
    color: #000000;
    font-size: 0.75rem;
}

.vehicle-card .card-text {
    font-size: 0.85rem;
    line-height: 1.3;
    flex-grow: 1;
    margin-bottom: 10px; /* Reduced margin */
}

.view-details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    color: #312e2e;
    border: 1px solid #5a5757ef;
    border-radius: 5px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    background: #ffffff2c;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
    position: relative;
    gap: 0.5rem;
}

.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000d5;
    color: #eceaea;
    font-size: 1.1rem;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.view-details-btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.view-details-btn:hover .arrow-circle {
    background: #fff;
    color: #000000;
    
}

.view-details-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 95, 224, 0.25);
}
  .stat-card {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .stat-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .stat-number {
    font-weight: bold;
    margin-bottom: 5px;
  }

/* App section styles - Left/Right Layout */
.app-section {
    padding: 0 !important;
    background: #f8f9fa;
    position: relative;
}

.app-content {
    color: #2d3748;
    padding: 20px;
}

.app-content h2 {
    margin-left: -80px;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.app-content p {
    margin-left: -80px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

/* Store buttons */
.store-buttons {
    margin-left: -80px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.store-btn {
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    border: none;
    display: flex;
    align-items: center;
}

.store-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.store-label {
    font-size: 0.7rem;
    line-height: 1;
    display: block;
}

.app-store {
    background: #000;
    color: #fff;
}

.play-store {
    background: #4285F4;
    color: #fff;
}

.store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Device showcase - Left side */
.device-showcase {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-stack {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: -50px;
    margin-bottom: 400px;
}

.phone {
    max-width: 70%;
    height: auto;
    transition: all 0.5s ease;
}

.front-phone {
    position: absolute;
    z-index: 2;
    left: 60%;
    top: 60%;
    transform: translate(-50%, -50%);
    /* animation: float 4s ease-in-out infinite; */
}

.back-phone {
    position: absolute;
    z-index: 1;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.7;
    /* animation: float 4s ease-in-out infinite reverse; */
}

/* @keyframes float {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -53%);
    }
} */

/* Responsive adjustments */
@media (max-width: 992px) {
    .device-showcase {
        height: 350px;
        margin-bottom: 30px;
    }
    
    .phone-stack {
        margin-left: 0;
    }
    
    .phone {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .app-section {
        padding: 30px 0;
    }
    
    .device-showcase {
        height: 300px;
    }
    
    .app-content h2 {
        text-align: center;
        margin:0;
        font-size: 2rem;
    }
    .app-content p {
        text-align: center;
        margin:0;
    }
    
    .store-buttons {
        justify-content: center;
        margin:0;
    }
}

@media (max-width: 576px) {
    .device-showcase {
        height: 250px;
    }
    
    .phone {
        max-width: 90%;
    }
    
    .front-phone {
        left: 55%;
    }
    
    .back-phone {
        left: 45%;
    }
    
    .store-btn {
        width: 100%;
    }
}


.cta-section {
    background-color: #375FE0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
    padding: 60px 0;
    background-image: url('../images/about/cover\ image_3.png');
    background-position: center;
    background-size: cover;
    height: 500px;
}

/* .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 228, 238, 0.95);
    z-index: 1;
}  */
.cta-section .container {
    position: relative;
    z-index: 2;
}
.cta-section .container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

  .cta-content {
    flex: 1;
    padding-right: 30px;
  }
  .cta-content h2{
    color: #020202;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
  }
  .cta-content p {
    color: #000000;
    margin-bottom: 20px;
  }
  
  .cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    color: black;
  }
  
  .cta-btn {
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;

  }

  .cta-btn:hover {
    transform: scale(1.05);
  }
  
  .cta-primary {
    background-color: #ffa700;
    color: #fff;
  }
  
  .cta-secondary {
    background-color: #fff;
    color: #333;
    border: 2px solid #ddd;
  }
  
  .cta-image {
    flex: 1;
    text-align: center;
  }
  
/* Stats section styles - Modern redesign */
.stats-section {
    /* background: linear-gradient(135deg, #f1eeec 0%, #f0f0ec 100%); */
    background-image: url('../images/home/fact_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 60px auto;
    border-radius: 0 !important;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.753);
    z-index: 0;
}

/* Headings */
.stats-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.stats-text {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 40px;
    font-size: 1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}

.stats-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffffff 50%, rgba(255,255,255,0) 100%);
    margin: 25px auto;
    position: relative;
    z-index: 2;
}

/* Stats container */
.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Individual stat item */
.stat-item {
    flex: 1 1 200px;
    min-width: 200px;
    padding: 30px 20px;
    /* background: rgba(255, 255, 255, 0.08); */
    border-radius: 16px;
    /* backdrop-filter: blur(8px); */
    /* -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

/* .stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
} */

/* .stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease-out;
}

.stat-item:hover::before {
    transform: scale(1);} */

/* Icon styling */
.stat-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.stat-icon {
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.icon-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    animation: pulse 2s infinite;
    z-index: 1;
}

@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.7; }
    70% { transform: scale(1.3); opacity: 0; }
    100% { opacity: 0; }
}

.stat-icon i {
    font-size: 32px;
    background: #ffa700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Text content */
.stat-content {
    text-align: center;
    position: relative;
}

.stat-content h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.stat-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 15px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.stat-underline {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-underline {
    width: 70px;
    background: #ffffff;
}

/* Floating decorative circles */
.stat-circle {
    position: absolute;
    border-radius: 50%;
    background: #ff7b0070;
    z-index: 1;
}

.circle-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
}

.circle-2 {
    width: 250px;
    height: 250px;
    bottom: -50px;
    right: -50px;
    animation: float 12s ease-in-out infinite reverse;
}
/* 
.circle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    right: 15%;
    animation: float 10s ease-in-out infinite 2s;
} */

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* Counter animation */
.counter {
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .stats-container {
        gap: 15px;
    }
    
    .stat-item {
        flex: 1 1 160px;
        min-width: 160px;
        padding: 25px 15px;
    }
    
    .stat-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .stat-content h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    
    .stats-title {
        font-size: 2.5rem;
    }
    .quote-icon {
        position: absolute;
        top: -60px;
        /* left: 0; */
        width: 380px;
        /* align-content: center; */
        height:350px;
        z-index: 1;
        padding-left: 20px;
        padding-bottom: 50px;
        padding-right: 45px;
    }
    .comment-bubble {
        padding-top: 70px;
    }
    .stamp {
        position: absolute;
        top: -60px;
        right: 20px;
        width: 120px;
        height: 120px;
        padding-top: 40px;
        z-index: 10;
        transform: rotate(-15deg);
    }
}

@media (max-width: 576px) {
    .stat-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .stats-title {
        font-size: 2rem;
    margin-bottom: 15px;
    }
    
    .stats-text {
        font-size: 1rem;
    }
}

/* Review section */
/* Review card styles */
.reviews-section h2{
    color: #020202;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}
.reviewsSwiper .card {
    height: 50%;
    min-height: 250px;
    margin: 0 10px;
    transition: transform 0.3s ease;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reviewsSwiper .card:hover {
    border: 1px solid #ffa700;
}

.reviewsSwiper .quote i {
    font-size: 24px;
    color: #ffa700;
}

.reviewsSwiper .card img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}

.reviewsSwiper .card h5 {
    font-size: 16px;
    color: #333;
    margin: 15px;
}

.reviewsSwiper .card p {
    font-size: 14px;
    line-height: 1.6;
}
.reviewsSwiper {
    position: relative;
    padding:  0 60px !important;
    max-width: 1200px;
    margin: 0 auto;
}
.swiper-wrapper {
    display: flex;
    align-items: center;
    height: 40%;
}

.reviewsSwiper .swiper-button-next,
.reviewsSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ffa700;
    border-radius: 50%;
    color: white !important;
    top: 50%;
}

.reviewsSwiper .swiper-button-next:after,
.reviewsSwiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.reviewsSwiper .swiper-button-next {
    right: 0;
}

.reviewsSwiper .swiper-button-prev {
    left: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .stats-section {
        padding: 50px 15px;
        min-height: auto;
    }

    .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .stat-item {
        width: 100%;
        max-width: 280px;
        padding: 25px 15px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
    }

    .stat-icon i {
        font-size: 24px;
    }

    .stat-content h3 {
        font-size: 2rem;
    }

    .stat-content p {
        font-size: 0.95rem;
    }

    .stats-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .stats-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .stats-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-item {
        flex-basis: 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
  .hero-section {
    background-size: 120px;
    background-position: bottom left;
  }
  .vehicle-card {
    max-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 18px;
  }
  .vehicle-image {
    max-width: 200px;
    height: 150px;
  }
  .hero-image img {
    width: 40%;
  }
}

/* Fix for mobile screens - replace your existing @media (max-width: 767px) hero-image styles */
@media (max-width: 767px) {
  .hero-section {
    background-image: url('../images/home/hero image mobie.jpg');
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    /*background-color: #b8b8bb;*/
    position: relative;
    overflow: hidden;
    height:1100px;
  }

  .hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(20,20,20,0.7); /* Strong dark overlay */
    z-index: 1;
  }

  .hero-image {
    display: none;
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    padding-left:80px;
    padding-top: 400px;
    object-fit: contain;
    pointer-events: none; /* This also prevents the image from blocking clicks */
  }
  
  .quote-icon {
        position: absolute;
        top: -60px;
        /* left: 0; */
        width: 450px;
        /* align-content: center; */
        height: 350px;
        z-index: 1;
        padding-left: 0px;
        padding-bottom: 50px;
        padding-right: 100px;
    }
    
    .stamp {
    position: absolute;
    top: 180px;
    right: 50px;
    width: 250px;
    height: 250px;
    z-index: 10;
    transform: rotate(-15deg);
}

.stamp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comment-bubble h1 {
    top: -60px;
    left: 50px;
    right:70px;
    color: #333;
    margin-bottom: 25px;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1;
}

.comment-bubble p {
    letter-spacing: 2px;
    top: -75px;
    font-size: 1.8rem;
    font-weight: 600;
    left: 50px;
    right:70px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.view-btn {
    bottom: 90px;
    color: #fff;
    letter-spacing: 1px;
    left: 50px;
    right:100px !important;
    background-color: #ffa700;
    border: 1px solid #ffa700;
    border-radius: 5px !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

  .hero-section .container,
  .hero-section h1,
  .hero-section p,
  .hero-section a {
    position: relative;
    z-index: 2;
  }

  .hero-section h1,
  .hero-section p,
  .hero-section a {
    /* opacity: 1 !important; */
    color: #ffffff !important;
    /* text-shadow: 0 2px 8px rgba(0,0,0,0.7); */
    position: relative;
    display: inline-block;
    z-index: 2; /* Ensure content is above everything */
  }
  
  .booking-form {
      margin-top:150px;
    margin-left: 0;
    position: relative;
    z-index: 3; /* Increased to ensure it's clickable */
    background-color: #fff;
    opacity: 1;
  }

  /* Rest of your existing mobile styles... */
  .vehicle-card {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    padding: 18px;
  }
  
  .vehicle-image {
    max-width: 150px;
    height: 110px;
  }

  .specs-row {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }
  
  .spec-item {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  
  .booking-form p{
    color: #000;
  }
}
/* Responsive adjustments */
@media (max-width: 991px) {
    .vehicle-card {
        height: 300px;
        min-height: auto;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .vehicle-card .card-img-top,
    .vehicle-card .vehicle-image {
        height: 160px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 12px 12px 0 0;
    }
    
    .vehicle-card .card-body {
        padding: 10px 12px;
    }
}

@media (max-width: 768px) {
    .vehicle-card {
        height: auto;
        min-height: 140px;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .vehicle-card .card-img-top,
    .vehicle-card .vehicle-image {
        height: 320px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 12px 12px 0 0;
    }
    
    .specs-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: space-between;
    }
    
    .spec-item {
        font-size: 0.8rem;
        flex-basis: calc(50% - 3px);
        margin-bottom: 4px;
    }
    
    .vehicle-card .card-body {
        padding: 10px 12px;
    }
    
    .vehicle-card .card-title {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .vehicle-price {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .vehicle-card {
        min-height: 260px;
        margin-bottom: 15px;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .vehicle-card .card-img-top,
    .vehicle-card .vehicle-image {
        height: 320px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 12px 12px 0 0;
    }
    
    .vehicle-card .card-body {
        padding: 8px 10px;
    }
    
    .specs-row {
        margin: 8px 0;
        gap: 4px;
    }
    
    .spec-item {
        font-size: 0.75rem;
        gap: 3px;
    }
    
    .spec-item i {
        font-size: 0.7rem;
    }
    
    .view-details-btn {
        padding: 6px 0;
        font-size: 0.85rem;
    }
    
    .vehicle-card .card-title {
        font-size: 0.95rem;
    }
    
    .vehicle-price {
        font-size: 0.9rem;
    }
    
    .vehicle-price span {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .stats-section {
        padding: 40px 10px;
    }

    .stats-container {
        gap: 15px;
    }

    .stat-item {
        max-width: 260px;
        padding: 20px 15px;
    }

    .stat-content h3 {
        font-size: 1.8rem;
    }

    .stat-content p {
        font-size: 0.9rem;
    }

    .stats-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .stats-text {
        font-size: 0.9rem;
        margin-bottom: 25px;
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .stats-container {
        padding: 0 20px;
        gap: 20px;
    }

    .stats-title {
        font-size: clamp(2.5rem, 5vw, 3.125rem);
    }
}

@media (max-width: 991px) {
    .stats-section {
        padding: 60px 20px;
        height: auto;
        min-height: 400px;
    }

    .stats-container {
        flex-wrap: wrap;
        gap: 25px;
    }

    .stat-item {
        flex: 0 0 calc(50% - 15px);
        min-width: 200px;
    }

    .stat-content h3 {
        font-size: 2.2rem;
    }

    .stats-text {
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

/*App section Mobile responsive adjustments */
@media (max-width: 768px) {
    .device-showcase {
        height: 300px;
    }

    .phone {
        width: 200px;
    }

    .front-phone {
        transform: translateX(20px);
    }

    .back-phone {
        transform: translateX(-20px) scale(0.95);
        opacity: 0.8;
    }
}

@media (max-width: 480px) {
    .device-showcase {
        height: 250px;
        margin-left: 30px;
        margin-bottom: 40px;
        margin-top: 50px !important;
    }

    .phone {
        width: 160px;
    }

    .front-phone {
        transform: translateX(15px);
    }

    .back-phone {
        transform: translateX(-15px) scale(0.95);
    }
}

@media (max-width: 360px) {
    .phone {
        width: 140px;
    }

    .front-phone {
        transform: translateX(10px);
    }

    .back-phone {
        transform: translateX(-10px) scale(0.95);
    }
}

/* Location field labels */
label[for="pickup_location"],
label[for="return_location"] {
    font-weight: 600;
    margin-top: 0 !important;
    color: #5a5a5a;
    letter-spacing: 0.01em;
    font-size: 1rem;
}

/* Location input fields */
#pickup_location,
#return_location {
    border: 1px solid #dfdddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 1rem;
    transition: border-color 0.2s;
    background: #ffffff;
}

#pickup_location:focus,
#return_location:focus {
    border-color: #d67921;
    outline: none;
    box-shadow: 0 0 0 2px rgba(214, 121, 33, 0.10);
}

/* Price display under each location field */
#pickup-location-price,
#return-location-price {
    display: block;
    font-size: 0.97rem;
    color: #d67921;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: 500;
    min-height: 18px;
    letter-spacing: 0.01em;
}
