.spotlight-img-max {
    width: 245px;
    height: 200px;
}

.spotlight-card-img {
    border-radius: 15px;
}

.restaurant-left-arrow {
    position: absolute;
    left: -10px;
}

.restaurant-right-arrow {
    position: absolute;
    left: -10px;
}

.restaurant-cards,
.spotlight-cards {
    padding: 0 60px;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-item .item{
    width: 100%;
}
.owl-prev {
    position: absolute;
    top: 45%;
    left: 3%;
}

.owl-next {
    position: absolute;
    top: 45%;
    right: 3%;
}

/* HERO SECTION START  */
#hero {
    position: relative;
    padding: 100px 0;
    /*margin-top: 70px;*/
    background: var(--primary--gradiant);
}

.hero {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.location {
    background: var(--white--color);
    /*filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.10));*/
    border-radius: 60px;
    padding: 25px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: 700px;
    height: 96px;
}

.current-location {
    position: relative;
    left: 30px;
}

.location i {
    color: var(--text--color--color);
    font-size: 15px;
    font-weight: bolder;
    margin-top: -6px;
}

.your-location {
    color: var(--text--color);
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 15px;
    padding-bottom: 6px;
}

.current-address {
    margin-top: -14px;
    color: var(--text--color);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-align: left;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.hero-text h1 {
    color: var(--primary--color);
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-transform: capitalize;
}

.hero-text h2 {
    color: var(--text--color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
}

.hero-banner {
    text-align: end;
}

.download-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-button {
    background-color: var(--secondary--color) !important;
    color: var(--white--color) !important;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 10px 12px;
}

.download-button {
    color: var(--black-secondary);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 10px 12px;
}

.app-white {
    display: none;
}

.download-button:hover {
    color: var(--white--color);
    background-color: var(--secondary--color);

    .app-black {
        display: none;
    }

    .app-white {
        display: block;
    }
}
/*.app-white {*/
/*    display: block;*/
/*}*/

/*.app-black {*/
/*    display: none;*/
/*}*/

.button-sub-title {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.button-main-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: -5px;
}

.button-text {
    display: flex;
    align-items: flex-start;
    row-gap: 0px;
    flex-direction: column;
}

/* HERO SECTION END  */

/* SERVICE SECTION START */
.services {
    padding: 30px 0;
}
.all-services-section{
    background: var(--secondary--gradiant);
    border-radius: 20px;
}
.spotlight-section-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*padding-left: 4rem;*/
    padding-left: 2.5rem;
}
.all-services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.section-heading{
    padding-left: 3.7rem;
}
.service-name{
    font-weight: 600;
    font-size: 20px;
}
.service-item {
    width: 130px;
    height: 130px;
    background-color: var(--white--color);
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    margin: 0 auto;
}

.service-title h4 {
    color: var(--text--color);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 10px;
}

.service-2 {
    margin-top: 40px;
}

.provider-slider [class^="swiper-button-"]::after,
.store-slider [class^="swiper-button-"]::after,
.restaurant-slider [class^="swiper-button-"]::after,
.services-slider [class^="swiper-button-"]::after {
    content: "" !important;
}

.services-slider {
    overflow: hidden;
    padding: 0 30px;
}

.provider-register-section{
    margin-top: 80px !important;
}

/*adjust arrow size*/
.services-slider [class^="swiper-button-"] {
    width: 55px;
    height: 55px;
    top: 170px;
}

/*adjust arrow position*/
.services-slider .swiper-button-next {
    right: 15px;
}

.services-slider .swiper-button-prev {
    left: 15px;
}

.services .delivery-service-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.transport-service-slider, .on-demand-service-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-slider .handyman-services{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* SERVICE SECTION END  */

/* SPOTLIGHT SECTION START  */
.spotlight {
    background: var(--third--gradient);
    border-radius: 20px;
    padding: 30px 0;
}

.second-spotlight {
    margin-top: 30px;
}

.spotlight-card {
    background-color: var(--white--color);
    border-radius: 15px;
    width: 245px;
    height: 300px;
}

.spotlight-card-body {
    padding: 10px 10px;
}

.spotlight-card-title {
    color: var(--text--color);
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
}

.spotlight-card-text a {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.spotlight-card-text img {
    width: unset !important;
}

.spotlight-card-body h6 {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.feature-delivery-card-body{
    padding-left: 0;
}

/* .spotlight-card-img {
    width: 100%;
} */

/* SPOTLIGHT SECTION END  */

/* FEATURED SECTION START  */
.featured-card {
    background-color: var(--white--color);
    border-radius: 15px;
}

.featured-card-body {
    padding: 10px;
}

.featured-card-second {
    margin-top: 30px;
}

img.featured-card-img-2 {
    border-radius: 15px;
    max-width: 210px;
    aspect-ratio: 1/1;
}

.swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.swiper-button-prev {
    left: -7px;
}

.swiper-button-next {
    right: -8px;
    left: auto;
}

.featured-card-title {
    color: var(--text--color);
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
}

.featured-card-text a {
    color: var(--text--color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.featured-card-body p {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

.featured-card-body img {
    width: unset !important;
}

/* FEATURED SECTION END  */

/* REGISTER SECTION START  */
.register-text h1 {
    color: var(--text--color);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
}

.register,
.register-store {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.provider-banner {
    text-align: right;
}

.store-banner {
    text-align: left;
}

.driver-banner {
    text-align: right;
}

/* REGISTER SECTION END  */

/* FAQ SECTION START  */
.accordion-button:not(.collapsed) {
    color: #343434;
    background-color: transparent;
    box-shadow: none;
    padding: 15px 15px 15px 0;
}

.accordion-button {
    padding: 20px 15px 20px 0;
    color: var(--text--color);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}

.accordion-body {
    padding: 0px 15px 30px 0;
}

.accordion-button::after {
    background-image: url("/assets/website/images/icons/plus-icon.webp") !important;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-button:focus {
    z-index: 3;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-item:last-child {
    border-bottom: none !important;
}

.accordion-item {
    color: var(--secondary--color);
    border: none;
    border-bottom: 1px solid #E8E8E8 !important;
}

/*
.accordion-item-header {
    padding: 5px 20px 5px 5px;
    color: var(--text--color);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
} */

.accordion-item-header::after {
    content: url(../images/icons/plus-icon.webp);
    position: absolute;
    right: 0;
}

.accordion-item-header.active::after {
    content: url(../images/icons/close-icon.webp);
    position: absolute;
    right: -2px;
}

.accordion-item-body {
    padding: 5px 20px 5px 5px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.accordion-item-body-content {
    color: var(--text--color);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.view-more a,
.view-more i {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 20px;
}

.section-title {
    padding-bottom: 25px;
}

#faq .section-title{
    padding-bottom: 30px !important;
}
/* FAQ SECTION END  */

/* RESPONSIVE SECTION START  */

@media only screen and (max-width: 1600px) {
    .hero-banner img {
        max-width: 100% !important;
    }

    .hero-banner {
        text-align: center;
    }
}

@media only screen and (max-width: 1400px) {
    .hero-text h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .hero-text {
        gap: 5px;
    }

}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .services-slider {
        padding: 0 0px;
    }

    .services-slider .swiper-button-next {
        right: 0px;
    }

    .services-slider .swiper-button-prev {
        left: 0px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 1000px) {
    .hero-text h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .download-button {
        padding: 5px 5px;
    }

    .button-main-title {
        font-size: 18px;
    }

    .register-banner {
        width: 100%;
    }

    .services-slider {
        padding: 0 10px;
    }

    .services-slider .swiper-button-next {
        right: 0px;
    }

    .services-slider .swiper-button-prev {
        left: 0px;
    }

    .services-slider [class^="swiper-button-"] {
        top: 176px;
    }
}

@media only screen and (max-width: 1025px) {
    .all-services {
        row-gap: 20px;
        column-gap: 30px;
        flex-wrap: wrap;
    }

    .spotlight-cards {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .hero-buttons {
        justify-content: center;
    }

    .download-buttons {
        justify-content: center;
    }

    .location {
        margin: 0;
    }

    .location {
        max-width: 100%;
    }

    .featured-card-img {
        width: 100%;
    }

    .spotlight-card-img {
        width: 100%;
    }

    .current-location {
        left: 0px;
    }

    .hero-text {
        text-align: center;
        margin: 0 auto;
    }

    .hero-banner {
        margin-top: 15px;
    }

    .hero-banner img {
        width: 50% !important;
    }

    .hero-text h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .register {
        flex-direction: column-reverse;
    }

    .provider-banner,
    .store-banner,
    .register-banner {
        text-align: center !important;
    }

    #hero {
        padding: 40px 0;
    }

    .services-slider {
        padding: 0 20px;
    }

    .spotlight-cards {
        padding: 0 20px;
    }

    .spotlight {
        padding: 20px 0;
    }

    .spotlight-card-text a {
        font-size: 12px;
        line-height: 20px;
    }

    .spotlight-card-title {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .spotlight-card-body h6 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 0px;
    }

    .featured-card-title {
        font-size: 16px;
        line-height: 20px;
    }

    .featured-card-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .featured-card-body p {
        font-size: 14px;
    }

    .featured-card-body .order,
    .spotlight-card-body .order {
        width: 15px !important;
    }

    .all-services {
        column-gap: 75px;
    }

    .driver-banner {
        text-align: center !important;
    }
    .section-title {
        text-align: left;
    }
    .spotlight-section-title{
        padding-left: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2{
        text-align:left !important;
    }
    .spotlight-section-title{
        padding-left: 20px;
    }
    .driver-banner {
        text-align: center !important;
    }

    #hero {
        padding: 40px 0;
    }

    .current-address {
        /*max-height: 55px;*/
    }

    .button-main-title {
        font-size: 16px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .download-buttons {
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .download-button {
        width: 45%;
        justify-content: center;
    }

    .your-location,
    .current-address {
        font-size: 15px;
        line-height: 20px;
    }

    .current-location {
        left: 0px;
    }

    .location {
        max-width: 100%;
        margin: 0;
        height: 96px;
    }
    .your_location {
        margin-top: 15px !important;
    }
    .hero-text h2 {
        font-size: 18px;
        line-height: normal;
        font-style: normal;
    }

    .fetch-location {
        row-gap: 0px;
    }

    .hero-text {
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .spotlight {
        padding: 20px 0;
    }

    .spotlight-cards {
        padding: 0 10px;
    }

    .spotlight-card-title {
        font-size: 16px !important;
    }

    .spotlight-card-body h6 {
        font-size: 14px;
    }

    .spotlight-card-text a {
        font-size: 12px;
    }

    .hero-button {
        width: 46%;
        justify-content: center;
        padding: 5px 5px;
    }

    .hero-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-text h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .hero-text {
        gap: 5px;
    }

    .hero-banner {
        margin-top: 20px;
    }

    .featured-card-text a {
        font-size: 14px;
        line-height: 10px;
    }

    .all-services {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }

    .service-item {
        width: 80px;
        height: 80px;
    }

    .service-title h4 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;

    }

    .services {
        padding: 20px 0;
    }

    .services-slider [class^="swiper-button-"] {
        top: 30px;
    }

    .featured-card-title {
        font-size: 12px;
        line-height: 15px;
    }

    .featured-card-body p {
        font-size: 12px;
        margin-top: 0px;
    }

    .featured-card-body .order,
    .spotlight-card-body .order {
        width: 10px !important;
    }

    .register {
        flex-direction: column-reverse;
    }

    .provider-banner,
    .store-banner,
    .register-banner {
        text-align: center !important;
    }

    .register-banner {
        width: 100%;
    }

    .accordion-item-header {
        padding: 0px 5px 5px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .accordion-item-header::after {
        right: 5px;
    }

    .accordion-item-header::after {
        font-size: 20px;
    }

    .accordion-item-header.active::after {
        font-size: 18px;
    }

    .accordion-item-body-content {
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }

    .service-2 {
        margin-top: 15px;
    }

    .services-slider .swiper-button-next {
        right: 5px;
    }

    .services-slider .swiper-button-prev {
        left: 5px;
    }

    .services-slider [class^="swiper-button-"] {
        top: 100px;
    }

    .services-slider {
        overflow: hidden;
        padding: 0px 10px;
    }

    .services-slider [class^="swiper-button-"] {
        width: 20px;
        height: 20px;
    }

}

@media only screen and (max-width: 541px) and (min-width: 415px) {
    .location {
        margin: 0;
    }

    .hero-button {
        width: 40%;
    }

    .download-button {
        width: 40%;
    }

    .all-services {
        column-gap: 70px;
    }

    .services-slider [class^="swiper-button-"] {
        top: 130px;
    }
}

@media only screen and (max-width: 431px) {
    .services-slider [class^="swiper-button-"] {
        top: 125px;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }

    .button-main-title {
        font-size: 14px;
    }

    .services-slider .swiper-button-next {
        right: 10px;
    }

    .services-slider .swiper-button-prev {
        left: 10px;
    }
}

@media only screen and (max-width: 361px) {
    .spotlight-card-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .spotlight-card-body h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .spotlight-card-text a {
        font-size: 10px;
    }

    .featured-card-title {
        font-size: 11px;
        line-height: 15px;
    }

    .featured-card-body p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 5px;
        text-align: left;
    }
}

@media only screen and (max-width: 330px) {
    .spotlight-cards {
        padding: 0 5px;
    }

    .all-services {
        row-gap: 10px;
    }

    .hero-button {
        width: 65%;
    }

    .download-button {
        width: 65%;
    }

    .hero-text h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .hero-text h3 {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-quick-links a {
        font-size: 12px;
    }

    .register {
        flex-direction: column-reverse;
    }

    .provider-banner,
    .store-banner,
    .register-banner {
        text-align: center !important;
    }
}

@media only screen and (max-width: 300px) {

    .button-main-title {
        font-size: 14px;
        margin-top: -8px;
    }

    .button-sub-title {
        font-size: 11px;
    }

    .hero-button {
        width: 55%;
    }

    .download-button {
        width: 55%;
    }

    .button-logo img {
        width: 25px;
    }

    .spotlight-card-title {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .spotlight-card-body h6 {
        font-size: 11px;
        line-height: 15px;
    }

    .spotlight-card-text a {
        font-size: 10px;
        line-height: 15px;
    }

    .spotlight-card-body {
        padding: 10px 8px;
    }

    .featured-card-body p {
        font-size: 11px;
        line-height: 15px;
        text-align: left;
    }

    .location {
        height: 85px;
    }

    .your-location {
        margin-top: 20px;
    }

    .location i {
        font-size: 15px;
        margin-top: 7px;
    }

    .all-services {
        column-gap: 50px;
        row-gap: 10px;
    }
}

.delivery-service-slider.restaurant-cards, .transport-service-slider.restaurant-cards, .on-demand-service-slider.restaurant-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 5 columns on large screens */
    gap: 1.5rem; /* space between cards */
    /*margin-top: 1rem;*/
}

/* Tablet: 3 columns */
@media (max-width: 1100px) {
    .delivery-service-slider.restaurant-cards, .transport-service-slider.restaurant-cards, .on-demand-service-slider.restaurant-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: 2 columns */
@media (max-width: 700px) {
    .delivery-service-slider.restaurant-cards, .transport-service-slider.restaurant-cards, .on-demand-service-slider.restaurant-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.view-more-btn {
    margin: 0 auto 0 auto;
    padding: 20px 2rem 0 2rem;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary--color);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    background: transparent;
}

@media (min-width: 1200px) {
    .spotlight-section-title {
        padding-left: 4rem;
    }
}

@media (min-width: 1400px) {
    .spotlight-section-title {
        padding-left: 5.3rem;
    }
}
/* RESPONSIVE SECTION END  */
