@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;

}

 
.feature-card {
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
}

.main-heading {
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 2rem;
}
.feature-title {
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.feature-text {
    color: #7f8c8d;
    font-size: 0.9rem;
}
.car-image {
    max-width: 100%;
    height: auto;
}


.iconFeatures {
    width: 160px;
    border: 1px solid #e2e2e2;
    display: flex   ;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
}

.iconFeatures .feature-icon
{
    width: 100%;
}



.main-heading {
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}
.sub-heading {
    color: #7f8c8d;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}
.service-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 300px;
}
.service-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .service-image {
        margin-bottom: 20px;
    }
}




.title-section {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 72px;
    padding-top: 0;
}
.title-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: relative;
}
.title-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -10px;
    right: -10px;
    height: 16px;
    background-color: #FFE6CA;
    z-index: -1;
}
.booking-section {
    border-radius: 20px;
    padding: 1rem;
    position: relative;
}
.booking-content {
    color: white;
    text-align: center;
}
.booking-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.booking-subtitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.step-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}
.step-text {
    font-size: 1.2rem;
    font-weight: bold;
}
.phone-mockup {
    max-width: 320px;
    margin: 0 auto;
    position: absolute;
    top: -23%;
}

.phone-content {
    width: 100%;
    height: auto;
    display: block;
}
.background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
@media (max-width: 991.98px) {
    .booking-title {
        font-size: 1.8rem;
    }
    .booking-subtitle {
        font-size: 1.2rem;
    }
    .steps-container {
        margin-bottom: 2rem;
    }
}



.testimonials-count {
    text-align: center;
    color: #4a90e2;
    font-size: 1.1rem;
    margin-bottom: 15px;
    margin-top: 15px;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.testimonial-card {
    display: flex ;
    flex-direction: inherit;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}
.testimonial-img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
}
.testimonial-content {
    padding: 25px;
    flex: 1;
}
.testimonial-stars {
    color: #ffc107;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.testimonial-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.testimonial-job {
    color: #777;
    font-size: 0.9rem;
}
.cta-section {
    text-align: center;
    padding: 60px 0;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.cta-btn {
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
}
.cta-btn:hover {
    background-color: #3a7bc8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}
.cta-tagline {
    margin-top: 15px;
    color: #777;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .testimonial-card {
        flex-direction: column;
    }
    .testimonial-img {
        width: 100%;
        height: 250px;
    }
}



.mySwiperTestimonials.swiper {
    width: 100%;
    height: 100%;
}

.mySwiperTestimonials .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.testimonials-section
{
    border-top: 10px solid #F5FBFF;
}





.car2-r {
    height: 330px;
    margin-left: -31%;
    text-align: left;
}

.car2-l {
    height: 330px;
    margin-right: -55%;
    text-align: right;
}

.steps_booking {
    background: #f6fbff;
    z-index: -1;
    position: relative;
    padding: 62px 0;
    padding-top: 0;
}

.credBigFeatures {
    border: 1px solid #e2e2e2;
    height: 100%;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}
.credBigFeatures img
{
    width: 100%;
}


.features{
    background: #F5FBFF;
    min-height: 500px;
}

.cardPrice
{
    padding: 30px 0;
}

.textPrice-1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 134px;
    color: #6A7682;
}


.textPrice-1  span{

    color:  #38A3DD;
}


.textPrice-3 {
    text-align: center;
    color: #6A7682;
    width: 185px;
    font-size: 17px;
}


.textPrice-2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 101px;
    color: #FF9700;
}

.h-border
{
    border-left: 1px solid #e2e2e2;
}

.h-border:last-child
{
    border-left:0;
}

.priceWash
{
    border-top:1px solid #e2e2e2;
}

.washCard
{
    text-align: center;
    position: relative;
}

.i3image
{
    width: 100%;
}
.i3image.ngsalha
{
    margin-bottom: -90px;
}

.hero-section
{
    margin-top:90px;
}



.header-section {
    background-color: #4a90e2;
    color: white;
    padding: 60px 0 80px;
    position: relative;
}
.header-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.header-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.header-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.header-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}
.cardBlur-1 {
    text-align: center;
    background-color: rgb(223 223 223 / 58%);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    position: absolute;
    top: 19%;
    right: 8%;
    padding: 10px 23px;
    z-index: 1;
    transform: rotate(3deg);
    border: 1px solid #c3c3c3;
    animation: moveCard-1 4s infinite alternate ease-in-out;
    color: #136FA0;
}

.cardBlur-1 p{
    margin: 0;
}

@keyframes moveCard-1 {
    0% {
        transform: translate(0, 0) rotate(3deg);
    }
    25% {
        transform: translate(-10px, 10px) rotate(5deg);
    }
    50% {
        transform: translate(0, 20px) rotate(3deg);
    }
    75% {
        transform: translate(10px, 10px) rotate(1deg);
    }
    100% {
        transform: translate(0, 0) rotate(3deg);
    }
}

.cardBlur-2 {
    background-color: rgb(223 223 223 / 58%);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    position: absolute;
    bottom: 19%;
    left: 8%;
    padding: 10px 23px;
    z-index: 1;
    transform: rotate(3deg);
    border: 1px solid #c3c3c3;
    animation: moveCard-2 4s infinite alternate ease-in-out;
    color: #136FA0;

}

.cardBlur-2 p{
    margin: 0;
}

@keyframes moveCard-2 {
    0% {
        transform: translate(0, 0) rotate(-3deg);
    }
    25% {
        transform: translate(-10px, 10px) rotate(5deg);
    }
    50% {
        transform: translate(0, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(10px, 10px) rotate(1deg);
    }
    100% {
        transform: translate(0, 0) rotate(3deg);
    }
}
.socialMedia {
    position: fixed;
    left: 8px;
    top: 35%;
    z-index: 2;
}
.socialMedia a {
    display: block;
    text-decoration: none;
    color: #353B41;
}





.star
{
    color: red;
}

.errorForm
{
    color: red;
}

.borderError
{
    border: 1px solid red !important;
}

.formField
{
    border: 1.9px solid #C9CFD4;
}

.formFieldComment
{
    border: 1.9px solid #C9CFD4;
    margin-top: 14px;
}

.btnSendComment button {
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    color: #fff !important;
    padding: 7px 52px;
}





.booking-container {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}
.car-image-form-section {
    position: relative;
    overflow: hidden;
}
.car-image-form {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.booking-form-section {
    background-color: white;
    padding: 40px;
}
.booking-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.form-label {
    font-weight: 600;
    color: #4a90e2;
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.form-control {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}
.form-hint {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: -18px;
    margin-bottom: 20px;
}
.form-check-input:checked {
    background-color: #4a90e2;
    border-color: #4a90e2;
}
.service-option {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.service-option:hover {
    border-color: #4a90e2;
    background-color: #f0f7ff;
}
.service-option-active {
    border-color: #4a90e2;
    background-color: #f0f7ff;
}
.service-price {
    font-weight: bold;
    color: #ff6b00;
    margin-right: 5px;
}
.service-description {
    font-size: 0.9rem;
    color: #666;
    margin-right: 30px;
}
.booking-btn {
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    width: 100%;
    margin-top: 15px;
    transition: all 0.3s ease;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
}
.booking-btn:hover {
    background-color: #3a7bc8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}
.input-group {
    margin-bottom: 20px;
}
.input-group-text {
    background-color: #f0f7ff;
    border-color: #e0e0e0;
    color: #4a90e2;
    height: 50px;
}
@media (max-width: 991.98px) {
    .car-image-form-section {
        height: 350px;
    }
}
