.footer-menu{width:100%}.footer-link{display:flex;justify-content:center}.icon{display:flex;flex-direction:column}.number-input-container{position:relative;display:inline-block;text-align:center}.number-input-container input[type="number"]{width:100px;padding:5px 12px;border:1px solid #ccc}.number-input-container input[type="number"]::-webkit-inner-spin-button,.number-input-container input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.number-input-container .increment{display:block;font-weight:900;color:#333;cursor:pointer;position:absolute;top:1px}.number-input-container .decrement{display:block;font-weight:900;color:#333;cursor:pointer;position:absolute}.number-input-container .increment{right:0%;transform:translateX(-50%)}.number-input-container .decrement{right:0%;transform:translateX(-50%);bottom:1px}input[type="time"]::-webkit-calendar-picker-indicator,input[type="time"]::-webkit-inner-spin-button,input[type="time"]::-webkit-clear-button{display:none}.datetime{width:100%;display:flex;gap:10px}.custom-select{border:unset;width:100%;max-width:400px;border:1px solid #ced4da;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:.65rem auto}.date-time1 .date1{width:50%;display:inline;height:40px;border-radius:10px;margin-right:10px;text-align:center}.date-time1 .time1{width:50%;display:inline;height:40px;border-radius:10px;text-align:center}@media only screen and (max-width:992px){.custom-select{max-width:unset!important}}@media only screen and (max-width:576px){.datetime{display:flex;flex-direction:column}.datetime .time{margin-top:1rem;width:100%;margin-left:0}.datetime .date{width:100%}.hero-slider .owl-carousel{z-index:0}.date-time .time1,.date-time .date1{width:100%}}.close.btn-check:focus+.close.btn,.close.btn:focus{border-color:#fff!important}.close.btn-check:active+.btn,.close.btn-check:checked+.btn,.close.btn.active,.close.btn.show,.close.btn:active{border-color:#fff!important}.edit-gender-btn{list-style:none;padding:0;margin:0}.edit-gender-btn li{display:inline-block;margin-right:10px}.edit-gender-btn input[type="radio"]{display:none}.our-services .owl-carousel .owl-item img{display:flex;width:100%;height:auto}.active-btn{background-color:#130f41;color:#fff;transition:0.3s}.inactive-btn{background-color:#F8F8FA!important;color:black!important;transition:0.3s}.active-btn:hover{background-color:#0e0c35!important;color:white!important}.inactive-btn:hover{background-color:#F8F8FA!important;color:black!important}.date-time1{margin-top:30px;animation:fadein 2s}
/* Why Choose Us Section */
.why-choose-us {
    padding: 100px 0;
    background-color: #ffffff;
}
.why-choose-heading {
    text-align: center;
    margin-bottom: 60px;
}
.why-choose-heading h1 {
    font-size: 42px;
    font-weight: 700;
    color: #130f41;
    text-transform: capitalize;
}
.choose-item {
    text-align: center;
    padding: 40px 25px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #f0f0f5;
    transition: all 0.3s ease;
    height: 100%;
}
.choose-item:hover {
    box-shadow: 0 15px 40px rgba(19, 15, 65, 0.08);
    transform: translateY(-5px);
    border-color: #f77d0a;
}
.choose-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f77d0a 0%, #e06a00 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 24px;
    transition: all 0.3s ease;
}
.choose-item:hover .choose-icon {
    background: linear-gradient(135deg, #130f41 0%, #1e1a5e 100%);
    transform: scale(1.05);
}
.choose-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #130f41;
    margin-bottom: 15px;
}
.choose-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Stats Counter Section */
.stats-counter {
    padding: 100px 0;
    background: linear-gradient(135deg, #130f41 0%, #1e1a5e 100%);
    position: relative;
}
.stats-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}
.stat-item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 10px;
}
.stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(247, 125, 10, 0.15);
    color: #f77d0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    border: 2px solid rgba(247, 125, 10, 0.3);
}
.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Fleet Categories Section */
.fleet-categories {
    padding: 100px 0;
    background-color: #f8f8fa;
}
.fleet-categories-heading {
    text-align: center;
    margin-bottom: 60px;
}
.fleet-categories-heading h1 {
    font-size: 42px;
    font-weight: 700;
    color: #130f41;
    text-transform: capitalize;
}
.fleet-card {
    text-align: center;
    padding: 45px 30px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8e8ef;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.fleet-card:hover {
    box-shadow: 0 20px 50px rgba(19, 15, 65, 0.1);
    transform: translateY(-8px);
    border-color: #f77d0a;
}
.fleet-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f77d0a, #ff9f4a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.fleet-card:hover::after {
    transform: scaleX(1);
}
.fleet-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f77d0a 0%, #ff9f4a 100%);
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    box-shadow: 0 10px 30px rgba(247, 125, 10, 0.25);
}
.fleet-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #130f41;
    margin-bottom: 15px;
}
.fleet-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}
.fleet-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(247, 125, 10, 0.1);
    color: #f77d0a;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(247, 125, 10, 0.2);
}

/* Premium CTA Section */
.premium-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #130f41 0%, #0d0b2e 100%);
    position: relative;
    overflow: hidden;
}
.premium-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(247, 125, 10, 0.08);
    border-radius: 50%;
    z-index: 0;
}
.cta-content {
    position: relative;
    z-index: 1;
}
.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    max-width: 600px;
    line-height: 1.7;
}
.cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #f77d0a 0%, #e06a00 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(247, 125, 10, 0.3);
    position: relative;
    z-index: 1;
}
.cta-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #130f41;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background-color: #ffffff;
}
.faq-heading {
    text-align: center;
    margin-bottom: 60px;
}
.faq-heading h1 {
    font-size: 42px;
    font-weight: 700;
    color: #130f41;
    text-transform: capitalize;
}
.faq-section .accordion-item {
    border: 1px solid #e8e8ef;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(19, 15, 65, 0.04);
}
.faq-section .accordion-button {
    padding: 22px 25px;
    font-size: 17px;
    font-weight: 600;
    color: #130f41;
    background: #ffffff;
    border: none;
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(247, 125, 10, 0.05);
    color: #f77d0a;
}
.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.faq-section .accordion-button::after {
    background-size: 18px;
    width: 18px;
    height: 18px;
}
.faq-section .accordion-body {
    padding: 0 25px 25px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* Responsive Adjustments */
@media only screen and (max-width: 991px) {
    .why-choose-us,
    .stats-counter,
    .fleet-categories,
    .faq-section {
        padding: 70px 0;
    }
    .why-choose-heading h1,
    .fleet-categories-heading h1,
    .faq-heading h1 {
        font-size: 32px;
    }
    .stat-number {
        font-size: 36px;
    }
    .cta-content h2 {
        font-size: 28px;
    }
    .cta-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .premium-cta .text-md-end {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-heading h1,
    .fleet-categories-heading h1,
    .faq-heading h1 {
        font-size: 26px;
    }
    .stat-number {
        font-size: 28px;
    }
    .stat-label {
        font-size: 13px;
    }
    .choose-item {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .fleet-card {
        padding: 35px 25px;
        margin-bottom: 20px;
    }
    .cta-content h2 {
        font-size: 24px;
    }
    .cta-content p {
        font-size: 16px;
    }
    .cta-btn {
        padding: 14px 30px;
        font-size: 15px;
    }
}
