:root {
    --main-color: gold;
    /* Default color */
}

html {
    overflow-x: hidden;
}

body {
    background-image: url('dwarka-bg.jpg');
    background-size: cover;
    background-position: top;
    max-width: 739px;
    margin: 0 auto;
    overflow-x: hidden;
}

.top {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.top h2 {
    margin: 20px 3px 8px 4px;
    color: #fbb93f;
    text-align: center;
}

.top h3 {
    margin: 3px;
    text-align: center;

}

.top p {
    text-align: center;
    font-family: sans-serif;
    margin: 8px 0px;
    max-width: 95%;
}

.high {
    font-weight: 700;
    color: #f1f109;
}

.text {
    color: #fbb93f;
    font-weight: 700;
}

.callbtn {
    margin-top: 10px;
    color: black;
    background-color: #fbb93f;
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 1.3em;
    text-decoration: none;
}


.middle {
    position: relative;
}

.booking {
    position: absolute;
    background-color: #fbb93f;
    height: 125px;
}

.middle-box {
    margin-top: 2px;
    padding: 4px;
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);

}

.benefits {
    background-color: beige;
    padding: 0px 15px 15px 15px;
}

.vehicle-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box {
    cursor: pointer;
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 6px;
    border-radius: 0px;
    box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.75);

}

.img-box img {
    width: 168px;
    height: 104px;
    border-radius: 5px;
    border-radius: 20px 20px 0px 0px;
}

.box h3 {
    margin: 4px;
    color: #2f2f71;
    font-family: initial;
    font-size: 1.00rem;
}

.other-details {
    width: 168px;
    display: flex;
    flex-direction: column;
}



.other-details a {
    text-align: center;
    background-color: #fbb93f;
    padding: 7px;
    text-decoration: none;
    color: black;
    font-weight: 400;
    border: 0.5px solid;
}

#wp-btn {
    text-align: center;
    background-color: #fbb93f;
    padding: 7px;
    text-decoration: none;
    color: #14a607;
    font-weight: 350;
    border: 0.5px solid black;
    margin-top: 5px;
    margin-bottom: 3px;
}

.other-details h4 {
    margin: 0px;
    margin-left: 5px;
    color: #2f2f71;
    font-family: initial;
    font-size: 1.00rem;
    padding: 5px;
}

@media only screen and (max-width: 410px) and (min-width: 200px) {
    .vehicle-type {
        display: flex;
        flex-direction: initial;
        border-radius: 20px 0px 0px 20px;
    }

    .box {
        display: flex;
        flex-direction: row;
        border-radius: 00px;
        width: 100%;
        padding-bottom: 5px;
    }

    .img-box {
        width: auto;
    }

    .other-details {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .other-details h4 {
        margin: 0px;
        margin-left: 5px;
        color: #2f2f71;
        font-family: initial;
        font-size: 1.00rem;
        padding: 5px;
    }

    .img-box img {
        width: 140px;
        height: 104px;
        border: 0px;
        border-radius: 20px 0px 0px 20px;
    }

    .box h3 {
        margin: 0px;
        margin-left: 0px;
        color: #2f2f71;
        font-family: initial;
        font-size: 1.00rem;
        padding: 5px;
        margin-left: 6px;
    }

    .other-details a {
        text-align: center;
        background-color: #fbb93f;
        border-radius: 0px 18px;
        padding: 7px;
        text-decoration: none;
        color: black;
        font-weight: 400;
        width: initial;
    }
}

@media screen and (max-width: 300px) {
    .box {
        display: flex;
        flex-direction: column;
        border-radius: 0px;
        width: 100%;
    }

    .other-details {
        width: inherit;
        display: flex;
        flex-direction: column;
    }

    .other-details h4 {
        margin: 0px;
        margin-left: 5px;
        color: #2f2f71;
        font-family: initial;
        font-size: 1.00rem;
        padding: 5px;
    }

    .other-details a {
        text-align: center;
        background-color: #fbb93f;
        border-radius: 0px;
        padding: 10px;
        text-decoration: none;
        color: black;
        margin: 0px 10px;

    }
}

@media only screen and (max-width: 340px) and (min-width: 300px) {

    .detail-box {
        display: none;
    }
}

.middle-box h6 {
    text-align: center;
    font-size: larger;
    color: #404080;
    margin: 13px 10px 14px 10px;
    text-decoration: underline #fbb93f;
}

.para {
    color: white;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    font-family: math;
    margin: 5px 0px 26px 0px;
}

.para-2 {
    color: black;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-family: math;
    margin: 5px 0px 0px 0px;
    padding: 5px;
}

/*
.fa {
    color: #fbb93f;
    font-size: 35px;
    background-color: bisque;
    padding: 15px;
    border-radius: 50%;
    border: 0.5px solid;
} */

.fa:hover {
    border: 0.5px solid black;
}

.benefitss {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 16px;

}

.headlines {
    text-align: center;
    font-size: larger;
    color: #404080;
    margin: 0px 10px 14px 10px;
    text-decoration: underline #fbb93f;
    padding: 12px 0px 0px;
}

.benefit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-box h3 {
    margin: 0px;
    color: brown;
    font-size: 14px;
    margin-top: 8px;
}


.whatsapp-container {
    position: fixed;
    bottom: 40px;
    right: 60px;
}

.whatsapp-button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.wave {
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(227, 243, 137, 0.5);
    animation: waveAnimation 2s linear infinite;
    pointer-events: none;
    z-index: -3;
}

@keyframes waveAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}

.row {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 7px;
}

.col-md-4 {
    width: 50%;
}

footer h4 {
    color: #fbb93f;
    font-size: 20px;
    margin-bottom: 20px;
}

footer p {
    color: #ccc;
    font-size: 14px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #ccc;
    text-decoration: none;
}

footer ul li a:hover {
    color: #fff;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li a {
    color: black;
    font-size: 20px;
    text-decoration: none;
}

.social-icons li a:hover {
    color: #fff;
}

.social-btn {
    background-color: #ccc;
    padding: 10px;
    font-size: 19px;
    border-radius: 50%;
}

/*  fleet css sheet */

.place-container {
    background-color: beige;

}

.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1em;
    padding: 6px;
}

.visit-box {
    cursor: pointer;
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 6px;
    box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.75);
    border-radius: 7px;
}

.visit-box img {
    width: 150px;
    border-radius: 6px 6px 0px 0px;
    height: 91px;
}

.visit-box h3 {
    font-size: initial;
    margin: 0px;
    padding: 10px;
    text-align: left;
    font-family: ubantu;
    font-size: small;
}

.visit-box p {
    font-size: small;
    margin: 0px;
    color: #61619f;
    padding-bottom: 9px;
}

@media screen and (max-width: 324px) {
    .visit-box {
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin: 6px;
        box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.75);
        border-radius: 7px;
        margin: 15px;
    }

    .visit-box img {
        width: 100%;
        border-radius: 6px 6px 0px 0px;

    }
}

/*  fleet css sheet */
/* form css*/
.container {
    max-width: 600px;
    margin: 30px 20px;
    border: 1px solid #ccc;
    background-color: cornsilk;
    padding: 15px;
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);

}

.container h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="datetime-local"] {
    width: 90%;
    padding: 10px;
    border: 2px solid #39391e;
    border-radius: 5px;
    background: border-box;
}

input[type="submit"] {
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    background-color: #fbb93f;
    color: black;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

.picup-date {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/*end form css*/
/* contact details */
.contact-section {
    background-color: #f9f9f9;
    padding: 1px 10px 20px;
    text-align: center;
    max-width: 600px;
    margin: 13px 20px;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.contact-method {
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
    flex: 1 1 300px;
    max-width: 300px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;

}

.contact-method h3 {
    color: black;
    padding: 0px;
    text-decoration: underline;
    margin: 0px;
    font-family: monospace;
}

.contact-method a {
    margin-top: 9px;
    color: black;
    text-decoration: none;
    padding: 9px;
    border-radius: 15px;
    background-color: #fbb93f;
}

.contact-method p {
    color: cornsilk;
    margin: 9px 0px;
    font-size: large;
}

/* end contact details */

/* roots css start */
.cab-roots {
    background-color: beige;
    padding: 0px 15px 15px 15px;

}

.root-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 25px;
}

.cab-boxes {
    flex-grow: 1;
    flex-basis: 200;
    background-color: azure;
    width: fit-content;
    padding: 5px;
    box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.75);
    padding-top: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cab-boxes img {
    width: 165px;
    height: 120px;
    mix-blend-mode: multiply;
}

.cab-boxes h3 {
    margin: 17px 0px 0px 0px;
    background-color: #4CAF50;
    width: 100%;
    padding: 10px 4px;
    text-align: center;
    color: white;
}

.cab-boxes h4 {
    padding: 0px;
    margin: 6px;
    text-align: center;
}

.cab-boxes a {
    width: 100%;
    background-color: #fbb93f;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    color: black;
}

.cab-boxes p {
    margin: 2px;
    width: 100%;
    text-align: center;
    padding: 4px;
}

/* roots end */
.fat {
    border: 0.5px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
}

/* navbar css */
.navv {
    width: 100%;
    height: 50px;
    background: rgb(253, 187, 45);
    border-bottom: 0.3px solid;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navbarr {
    width: 50%;
    padding: 6px 12px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo p {
    margin-left: 20px;
    width: auto;
    height: 20px;
    mix-blend-mode: multiply;
}

.navbuttons {
    align-items: end;
    display: flex;
    flex-flow: row-reverse;
    margin-right: 22px;
}

.navbarr a {
    background-color: white;
    color: chocolate;
    text-decoration: none;
    padding: 6px 20px;
    margin: 2px;
    border-radius: 25px;
    font-weight: 700;
    border: 0.8px solid;

}

@media screen and (max-width: 520px) {

    .navbuttons {
        display: none;
    }

    .logo img {
        width: -webkit-fill-available;
        height: 20px;
        mix-blend-mode: multiply;
        margin: 0px;
    }

    .navbarr {
        padding: 0px;
        text-align: center;
        justify-content: center;

    }

    .navbarr p {

        text-align: center;
        font-weight: bold;
        font-size: clamp(12px, 4vw, 40px);
        background: black;
        -webkit-background-clip: text;
        font-weight: 1200;


    }
}

.fixed-tel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
    text-align: center;
}

.fixed-tel:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #ff5f13;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    z-index: 1;
    top: 0;
    left: 0;
}

.fixed-tel i {
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: white;
    font-size: 1.5rem;
}

/* end navbar css */

/* slidshow*/
.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 10px;
}

.slide {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

.prev, .next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* slidesho end */

/* rating css*/
.ratings-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rating {
    margin: 7px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0.8px solid black;
    padding: 10px;
    border-radius: 12px;
}

.stars {
    color: gold;
    font-size: 24px;
}

.name {
    margin-top: 5px;
    font-weight: bold;
}

.message {
    margin-top: 5px;
    color: #555;
}

/* rating css end */
/* call btn*/
.call-button {
    position: fixed;
    left: 5px;
    bottom: 41px;
    padding: 18px 18px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    z-index: 1000;
    height: 20px;
    width: 20px;

}

.call-button i {
    position: fixed;
    left: 5px;
    bottom: 39px;
    padding: 18px 18px;
    font-size: 25px;
}

.call-button:hover {
    background-color: #0056b3;
}

/* call btn end*/
/*  rating */
.rating-data {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(179px, 1fr));
}

.profile-pic {
    height: 25px;
    width: 25px;
    background-color: #555;
    color: #ccc;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    font-size: 1.4em;

}

.rating-form {
    width: 92%;
    display: flex;
    flex-direction: column;
    padding: 14px;
    gap: 9px;
}

.commnet-box {
    width: 90%;
    padding: 10px;
    border: 2px solid #39391e;
    border-radius: 5px;
    background: border-box;
}


/*  end rating*/