html, body {
    overflow-x: hidden; /* Prevents horizontal overflow */
}

.text-primary {
    color: var(--theme-color) !important;
}

.text-secondary {
    color: #4C78B9 !important;
}

.home-slider .slick-slide img {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
}

/*signup page css*/
.signup-box-radio {
    display: flex;
    gap: 25px;
    padding: 10px 0px;
}

.login-page .theme-card .theme-form input {
    padding: 8px !important;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*login signin page css here*/
.login-box {
    background-color: #ffffff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;

}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .login-box {
        flex-direction: column;
    }

    .img-box {
        order: 1;
    }

    .form-container {
        order: 2;
        padding: 20px;
    }
}


/*order dashboard*/
.user-dashboard-section.dashboard-section .dashboard-table .table thead th {
    font-size: 14px;
}

.unique-bu-cu span {
    float: initial;
    background-color: var(--theme-color);
    color: #fff;
    padding: 2px 20px;
    font-size: 70%;
    border-radius: 0;
}

/*other css below*/
section, .section-t-space {
    padding-top: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
    padding-bottom: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
}

/*waste management page css*/
.waste-table th {
    background-color: var(--accent-color);
    color: #fff;
    font-family: inherit;
}

.waste-table td {
    background-color: #f8f8f8
}

/*download page css*/
.download-table thead {
    background-color: #f8f8f8;
    text-transform: uppercase;
    border-bottom: 3px solid var(--theme-color);
}

.download-table th, .download-table td {
    vertical-align: middle;
    text-align: center;
}

/*network page css*/
.states-table-network td {
    border-bottom: 1px solid #f8f8f8;
    padding: 5px 0px;
    color: var(--accent-color);
    font-weight: 500;
}

.states-table-network p {
    color: var(--theme-color);
    font-size: 13px;
}

/*contact page css*/
.contact-info p, .contact-info li {
    font-size: calc(14px + .00125 * (100vw - 320px)) !important;
    line-height: 1.7;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-left ul li {
    color: #333;
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 10px; /* Space between icon and text */
}

.contact-left ul li a {
    color: var(--theme-color);
    text-decoration: underline;
}

.contact-left ul li i {
    padding-right: 10px;
    margin-top: 10px;
    color: #4C78B9;
}

.contact-left ul li a:hover {
    color: var(--accent-color);
}

.contact-table {
    background-color: #f8f8f8;
    padding: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320))) calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 0;
    border: 1px solid #eee;
    margin-top: 20px;
}

.contact-column {
    display: flex;
    flex-direction: column;
}

.contact-column li:nth-child(n+2) {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
}

.contact-column li {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid #f8f8f8;
    color: var(--accent-color);
}

.contact-column b {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-column a {
    color: var(--accent-color);
}

.contact-column a:hover {
    color: var(--theme-color);
}

.contact-column i {
    margin-right: 10px;
}


/*service center page css*/

.table_message table {
    width: 100%;
    border: 1px solid #ddd;
}

.table_message th,
.table_message td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table_message th {
    background: #f8f8f8;
    color: #000;
    font-weight: bold;
    width: 30%;
}

.table_message td {
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.table_message i {
    margin-right: 8px;
    color: #007bff;
}

/*refund policy page csc*/
.ordered-lists-only li {
    display: list-item;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
    font-family: "Open Sans", sans-serif;
    padding: 5px;
}

/* .h3-policy{
    font-weight:700;
    font-size: 20px;
    color: #000
} */

/* Common CSS */
.menu-title h5 > a {
    letter-spacing: unset;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222;
    position: relative;
    text-transform: capitalize;
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    padding-right: 45px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    padding-top: 42px;
    padding-bottom: 42px;
}

.service-w-bg.tools-service {
    padding: 15px 0;
    background: #f2f2f2;
}

.basic-product.theme-product-1 {
    border-radius: 10px;
}

.basic-product .product-title {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.45;
}


.basic-product .addtocart_btn .add-button {
    width: 100% !important;
    margin-top: 0 !important;
    text-transform: uppercase !important;
    z-index: 1;
    padding: 5px 10px;
    background: #ffffff !important;
    color: var(--theme-color) !important;
}

.basic-product .addtocart_btn {
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0;

}

.basic-product .rating-label i {
    color: #ffa200;
    margin-top: -2px;
}

.basic-product .rating-label {
    padding: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320))) calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    gap: 5px;
    color: #595959;
    font-weight: 500;
    height: auto;
    background: #f2f4de;
    border-radius: 25px;
}

.basic-product .price {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 31px;
}

.basic-product.theme-product-1 .product-detail > div {
    padding: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320))) 0;
    border-bottom: 1px solid #ffffff;
}

.sku {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #3b4f5efc;
    color: #fff;
    padding: 2px 0;
    font-size: 12px;
}

.basic-product.theme-product-1 .brand-w-color {
    margin-bottom: 0;
}

.best-product-slider .slick-slide {
    margin: 0 5px; /* Adds spacing between slides */
}

.theme-tab .tab-title .current a, .theme-tab .tab-title2 .current a {
    color: #000 !important;
    font-weight: 500;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 25px;
}

.video-slider .video-block {
    padding: 10px; /* Add spacing between items */
}

.video-block video {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.theme-tab .tab-title {
    line-height: 2.2;
}

.best-product-slider {
    /* margin-right: -50px; Ensures partial visibility of the next slide */
    overflow: visible;
}


.top-logo-block img {
    max-width: 100%;
    width: 150px;
    margin: auto;
}

.top-logo-block img {
    max-width: 100%;
    width: 150px;
    aspect-ratio: 4/3;
    object-fit: contain;
    /* border: 1px solid grey; */
    margin: auto;
}

.top-logo-block {
    /*border: 1px solid #ced4da;*/
}

.footer-light {
    background-color: #FBFBFB;
}

.footer-light .footer-theme .sub-title .contact-list li {
    color: #000 !important;
}

footer .footer-light p {
    color: #000;
}

.footer-light .sub-title li a {
    position: relative;
    color: #000;
}

.play-store-icon {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.play-store-icon img {
    width: 150px;
}

.ssl-box {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.ssl-box p {
    color: #446979 !important;
    font-weight: 600;
}

.social-title h4 {
    padding-right: 10px;
    font-weight: 600;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
}

.popular-search-section ul li a {
    color: #000 !important;
}

.subscribe-col-footer {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.subscribe-col-footer h4 {
    color: #446979 !important;
    padding: 10px 0px;
}

/*cart css*/

/* Ads Banner */
.collection-banner img {
    border-radius: 25px;
}

/* Product Grid CSS */
.basic-product .img-wrapper img {
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.basic-product .addtocart_btn .add-button:hover::before, .basic-product .addtocart_btn .add-button:focus::before {
    border-radius: 30px;
}

/* Search Bar */
#quickSearchResult .basic-product .img-wrapper {
    background-color: #ffffff;
}

#quickSearchResult .basic-product .img-wrapper img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

#quickSearchResult
.basic-product .product-title {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}

/* Add To Cart */
.offcanvas.cart-offcanvas .offcanvas-body .cart-product .media .media-body a h4 {
    letter-spacing: unset;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-product .media p {
    font-weight: 700;
    color: #333;
}

.offcanvas.cart-offcanvas .offcanvas-body .cart-product .media .media-body .quantity {
    color: #436777;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
    font-size: 14px;
}

/* Order Page */
.order-confirm h1 {
    font-size: 32px;
    margin: 10px 0 15px;
}

.order-confirm h1 span {
    font-size: 32px;
}

.order-confirm p {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-color);
}

label.error {
    color: #ff1c1c;
    font-size: 12px;
}

/* Blog CSS*/
.blog-detail-contain ul li {
    display: flex;
}

.blog-detail-contain ul li::marker {
    color: red;
}

.why-page .feature-box {
    min-height: 210px;
}

@media only screen and (min-width: 578px) {

    .main-menu .menu-right .icon-nav li.mobile-search {
        width: 250px;
        border: 1px solid #6a6a6a;
        padding: 0 10px;
        text-align: right;
        cursor: pointer;
        border-radius: 25px;
    }
}

@media only screen and (max-width: 577px) {
    .brand-logo {
        position: absolute;
        left: 20% !important;
        top: 0% !important;
        padding: 10px !important;
    }

    .main-menu .brand-logo img {
        height: calc(50px + (75 - 25) * ((100vw - 320px) / (1920 - 320)));
    }

    .service-w-bg.tools-service {
        padding: 10px 0;
    }

    .service-w-bg .service-block svg {
        width: 35px;
        height: 35px;
    }

    .service .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .service .service-block {
        flex: 0 0 calc(33% - 10px); /* Two items per view */
        scroll-snap-align: start;
        margin-right: 10px; /* Space between items */
        margin-bottom: 30px;
    }

    .service-w-bg .service-block h4 {
        font-size: 12px;
        line-height: 1.35;
        font-weight: 600;
    }

    .service::-webkit-scrollbar {
        display: none; /* Hides scrollbar */
    }

    .service-w-bg .service-block .media {
        padding: 5px !important;
    }

    .tab-mobile-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .tab-mobile-scroll::-webkit-scrollbar {
        display: none;
    }

    .basic-product .addtocart_btn .add-button {
        font-size: 13px;
    }

    .img-category .img-sec {
        width: 70%;
    }

    .footer-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-title h4 {
        margin-bottom: 10px;
    }

    .subscribe-col-footer {
        margin-top: 10px;
    }

    h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .basic-product .img-wrapper img {
        min-height: 150px;
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1300px) {
    /*.basic-product.theme-product-1 {
        min-height: 500px;
    }*/
    .basic-product .product-title {
        min-height: 50px;
    }

    .basic-product .brand-w-color .product-title {
        min-height: auto;
    }
}

@media only screen and (max-width: 580px) {
    .top-header {
        height: auto;
    }
}

/* @media only screen and (max-width: 375px){
    .home-slider .home {
        height: 27vh !important;
    }
}
@media only screen and (max-width: 320px){
    .home-slider .home {
        height: 24vh !important;
    }
} */


/* Stat Card */
.stat-card {
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 0px;
}

.stat-label {
    font-size: 1.1rem;
    color: #6c757d;
}

/* Supply Chain */
.supply-chain-section {
    background-color: #f8f9fa;
}

.feature-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
    /* color: var(--theme-color); */
    font-weight: 600;
}

/* Categories */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 20px;
    padding: 20px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.category-icon {
    width: 50px;
    height: 50px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.cate-icons {
    background-color: #fcf5c1;
    display: inline-block;
    padding: 15px;
    border-radius: 50px;
    width: 60px;
    margin-bottom: 15px;
}

.cate-icons {
    font-size: 20px;
    color: var(--theme-color);
}

.category-icon i {
    font-size: 20px;
    color: var(--theme-color);
}

.category-name {
    padding: 0px 20px;
}

.category-name, .category-name > a {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}

.icon-cat-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 300px;
    max-width: 100%;
    max-height: 125px;
    object-fit: cover;
}

.global_btn {
    background-color: #F6DD65;
    padding: 12px 30px;
    color: var(--theme-color);
    border-radius: 50px;
    font-weight: 600;
}

.global_btn:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.btn-outline-primary {
    border-width: 2px;
    font-weight: 500;
    padding: 0.5rem 2rem;
}

/* How it Works */
.process-section {
    background-color: #f8f9fa;
}

.section-header {
    max-width: 700px;
    margin: 0 auto;
}

.section-subtitle {
    display: block;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
}

.section-description {
    color: #6c757d;
    font-size: 1.1rem;
}

.process-card {
    background: white;
    padding: 30px 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--theme-color);
    color: white;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #212529;
}

.step-description {
    color: #6c757d;
}

.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: #F6DD65;
    border-color: #F6DD65;
    color: var(--theme-color);
}

/* Product Grid */
.section-header {
    max-width: 700px;
    margin: 0 auto;
}

.section-subtitle {
    display: block;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
}

.section-description {
    color: #6c757d;
    font-size: 1.1rem;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 0 15px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    z-index: 1;
}

.product-badge.best-seller {
    background-color: #ff6b6b;
}

.product-badge.popular {
    background-color: #4ecdc4;
}

.product-badge.premium {
    background-color: #ffd166;
}

.product-badge.value-pack {
    background-color: #7fdbff;
}

.product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-details {
    padding: 20px;
}

.product-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
}

.product-size {
    color: #6c757d;
    margin-bottom: 15px;
    font-size: 14px;
}

.btn-add-to-cart {
    background-color: var(--theme-color);
    color: white;
    border: none;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-add-to-cart:hover {
    background-color: #1e6ac8;
}

.btn-view-all {
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
    background-color: var(--theme-color);
    color: white;
}

/* Slick slider custom styles */
.slick-slide {
    padding: 10px 0;
}

.slick-prev:before,
.slick-next:before {
    color: var(--theme-color);
    font-size: 30px;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: var(--theme-color);
}

/* Testimonials */
.testimonials-section {
    background-color: #f8f9fa;
}

.section-header {
    max-width: 700px;
    margin: 0 auto;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
}

.section-description {
    color: #6c757d;
    font-size: 1.1rem;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    /* margin: 0 15px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.rating {
    color: #ffc107;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
}

.slide-3 .slick-slide {
    margin: 0 15px; /* Adjust the space as needed */
}

.testimonial-text:before,
.testimonial-text:after {
    content: '"';
    color: var(--theme-color);
    font-size: 2rem;
    opacity: 0.3;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-avatar {
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.client-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
}

.client-position {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.client-logos {
    padding: 20px 0;
}

 /* .logo-item {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
} */

.logo-item {
    width: 160px;
    height: 100px;
    border: 1px solid #8222201f;
    margin: 0px 20px;
    background-color: #8222201f;
    padding: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}






/* Slick slider custom styles for testimonials */
.testimonial-slider .slick-dots {
    bottom: -40px;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: var(--theme-color);
}

/* Slick slider custom styles for logos */
.logo-slider .slick-track {
    display: flex;
    align-items: center;
}


/* */
.section-header {
    max-width: 700px;
    margin: 0 auto;
}

.section-subtitle {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #F6DD65;
    text-transform: capitalize;
    padding: 5px 20px;
    border-radius: 27px;
    margin-bottom: 10px;
    font-size: .7rem;
}

.light-blue-bg {
    background-color: #dafbf1 !important;
    color: #457670;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    color: #212529;
}

.section-description {
    color: #3e3e3e;
    font-size: 1.1rem;
    line-height: normal !important;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /*max-width: 800px;*/
    margin: 0 auto;
}

.city-card {
    background-color: var(--theme-color);
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* .city-card.active {
    border-top: 4px solid var(--theme-color);
} */

.city-card.coming-soon {
    /* border-top: 4px solid #6c757d; */
    opacity: 0.8;
    background-color: #f3f4f6;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.city-name {
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
}

.coming-soon .city-name {
    color: #6c757d;
}

.expansion-cta {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #F6DD68;
    border-radius: 15px;
}

.cta-text {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #212529;
}

.cta-subtext {
    color: #6c757d;
    margin-bottom: 20px;
}

.btn-request-location {
    background-color: var(--theme-color);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.ctatxt-blue {
    color: var(--theme-color);
}

.btn-request-location:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.why-page h3 {
    color: var(--theme-color);
    font-weight: 600;
}

.why-page i.text-success {
    color: var(--accent-color) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* CTA */
.cta-section {
    background-color: var(--theme-color);
    color: white;
    padding: 100px 0;
    margin-top: 20px;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cta-subheading {
    font-size: 1.5rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-cta {
    background-color: white;
    color: var(--theme-color);
    border: none;
    padding: 12px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
    color: var(--theme-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-heading {
        font-size: 2rem;
    }

    .cta-subheading {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-heading {
        font-size: 1.35rem;
    }

    .cta-subheading {
        font-size: 1.1rem;
    }

    .btn-cta {
        padding: 10px 30px;
        font-size: 1rem;
    }
}


/* Mobile Responsive Media */
@media (max-width: 600px) {
    .stat-card {
        text-align: left;
        padding: 10px 5px;
        margin-bottom: 5px;
    }

    .stat-number {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .stat-label {
        font-size: 0.95rem;
        color: #6c757d;
    }

    .feature-card {
        padding: 15px 5px !important;
    }
}
