@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

body {
    font-family: Cairo !important;
}

.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(143, 190, 231, 1) !important;
    border-radius: 8px !important;
}

.mainHeaderSize {
    font-size: 40px;
}

@media (max-width: 768px) {
    .mainHeaderSize {
        font-size: 34px;
    }
}

.landing-home {
    padding: 0;
    position: relative;
    display: flex;
    min-height: 30vh;
    flex-direction: column;
    justify-content: end;
}

.bgSection {
    background-image: url('{{asset("/assets/images/landing (2).png")}}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.nav-tabs .nav-link {
    color: black !important;
    font-weight: 500;
}

.info-section {
    background-image: url('{{asset("assets/images/bg.jpg")"}}');
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 24px;
    padding: 0;
}

.header-area .header-top .switcher-lang-currency {
    padding: 0 2rem 0 0;
    border-left: none;
}

/* Menu Category Search Select css start */
.header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-select,
.menu-offcanvas .mobile-menu-area .menu-search-form .form-select {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2.5rem 0 1.5rem;
}

/* Menu Category Search Select css end */

/* ----- Extra CSS Start ----- */

/* Toaster CSS Start */
.swal2-popup.swal2-toast {
    display: flex !important;
    padding: 15px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 1.4em !important;
}

/* Toaster CSS End */

/* Checkout Page CSS */
.checkout-page-color-show {
    display: inline-flex;
    align-items: center;
}

.checkout-page-color-show span {
    height: 18px;
    width: 18px;
    display: inline-flex;
    border-radius: 50%;
    margin-left: 5px;
}

/* Checkout Page CSS */

/* Cart Page CSS */
.cart-page-area .cart-page-bottom-box-wrap {
    justify-content: space-between;
}

/* Cart Page CSS */

.lang-switcher .flag {
    position: relative;
    top: -2px;
}

.order-progress .single-progress.canceled {
    color: #333333;
}

.order-progress .single-progress.canceled::before {
    background: #fc1010;
    -webkit-box-shadow: 0 0 0 2px #eeeeee;
    box-shadow: 0 0 0 2px #fc1010;
}

.my-order-td-row {
    padding-top: 30px !important;
}

.primary-btn-v2.write-review-btn {
    padding: 0.75rem 2rem !important;
}

.review-right .product-review {
    display: flex;
}

.review-right .product-review .review-item.active {
    color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review {
    margin: 0 20px;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item {
    display: inline-block;
    color: #e9e9e9;
    cursor: pointer;
    line-height: 1;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item.active {
    color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review {
    margin-right: 2rem;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item {
    display: inline-block;
    color: #e9e9e9;
    line-height: 1;
    cursor: pointer;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item.active {
    color: #fca610;
}

.testimonial-area .testimonail-slide .single-testimonial .review-area .inactive {
    color: var(--bColor);
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* Menu CSS */
.account-switcher {
    margin-right: 0;
}

.currency-switcher .flag {
    width: auto;
}

/* Menu CSS */

/* Contact page */
.contact-us-area.section-bottom > .row {
    padding: 0 80px;
}

/* Contact page */
/* Blog Page */
.blog-details-content-wrap,
.our-features-area-wrap {
    margin: 0 10.5rem;
}

/* Blog Page */

/* Thankyou Page CSS Start */
.thankyou-content h2 {
    font-size: 48px;
    color: #000;
    line-height: 58px;
    margin: 30px 0;
}

.thankyou-content p span {
    font-weight: 500;
    color: #4a4a4a;
}

/* Thankyou Page CSS End */

/* Common Modal CSS Start */
.common-modal h2 {
    font-weight: 500;
    color: #000;
}

.common-modal .primary-btn {
    padding: 0.6rem 3rem;
    margin-top: 1rem;
}

.common-modal .form-control {
    height: 4rem;
    font-size: 15px;
}

.common-modal .form-label {
    color: #333;
}

.common-modal .modal-header {
    padding: 1.2rem 2rem;
}

.common-modal .modal-body {
    padding: 1.2rem 2rem 2rem;
}

/* Common Modal CSS End */
/* Product Page */
.sidebar-widget-area .price-widget .price-wrap .price-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Page */

/* Checkout Page New Login Box Start */
.checkout-page-login-box {
    padding: 5rem 4rem;
    background: #f8f9fc;
}

.checkout-page-login-box .primary-btn {
    padding: 0.7rem 3rem 0.75rem;
}

.checkout-page-login-box h2,
.checkout-discount-box h2 {
    font-size: 2.4rem;
    color: #222222;
}

.checkout-discount-box {
    margin: 3rem 0;
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.checkout-discount-box .form-control {
    padding: 1rem 1rem;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #333333;
}

.checkout-page-login-box h2 {
    margin-right: 15px;
}

/* Checkout Page New Login Box End */

/* product color */
.product-variable-color label span {
    width: 20px;
    height: 20px;
    border: solid 1px;
}

/* product color */

/* Home Version 2 By Default Style Start */
.header-area-v2 .account-switcher {
    min-width: auto;
}

/* Home 2 Product page */
.single-grid-product-v2 .product-top a {
    display: block;
}

/* Home 2 Product details */
.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide::before,
.product-single-area-v2 .product-single-left .product-thumbnail-image .single-item::before {
    display: none;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide .slide-image {
    /* min-width: 100%; */
    min-height: 100%;
    width: 100%;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide {
    max-width: 100%;
    overflow: hidden;
    height: 700px;
}

@media (max-width: 767px) {
    .popular-categories-area-v2 .catagory-left {
        padding-left: 30px;
    }

    .direction-rtl .popular-categories-area-v2 .catagory-left {
        padding-left: 0x;
        padding-right: 30px;
    }

    .popular-categories-area-v2 .catagory-left:after {
        left: 0;
    }

    .direction-rtl .popular-categories-area-v2 .catagory-left:after {
        right: 0 !important;
    }

    .new-header-top {
        direction: ltr;
        background: #fbfbfb;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }
}

@media (max-width: 575px) {
    .popular-categories-area-v2 .catagory-left .catagory-title:after {
        display: none;
    }

    .new-header-top {
        direction: ltr;
        background: #fbfbfb;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }
}

/* Home Version 2 By Default Style End */

/* RTL Intregration CSS Start */
.direction-rtl {
    direction: rtl;
}

.direction-ltr {
    direction: ltr;
}

/* Menu css */
.direction-rtl .header-area .header-top .header-top-left .contact-info .icon {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .header-area .header-top .switcher-lang-currency {
    padding: 0 0 0 2rem;
    border-right: none;
    border-left: 1px solid #d0d0d0;
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .currency-switcher {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .currency-switcher .flag,
.direction-rtl .lang-switcher .flag,
.direction-rtl .account-switcher .flag {
    margin-right: 0;
    margin-left: 5px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-group::before {
    left: auto;
    right: 7px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn {
    margin-right: 0;
    margin-left: 4rem;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn:last-child {
    margin-left: 0;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn .header-btn .btn-left {
    margin-right: 0;
    margin-left: 1.5rem;
}

.direction-rtl .lang-switcher .lang .fa-angle-down,
.direction-rtl .currency-switcher .currency .fa-angle-down {
    margin-left: 0;
    margin-right: 3px;
}

.direction-rtl .header-area .header-top .top-bar-menu .menu-list .menu-item {
    margin-right: 0;
    margin-left: 3rem;
}

.direction-rtl .popular-categories-area .section-header-area .text-md-end,
.direction-rtl .featured-productss-area .section-header-area .text-md-end,
.direction-rtl .about-area .section-header-area .text-md-end,
.direction-rtl .blog-area .section-header-area .text-md-end {
    text-align: left !important;
}

@media (max-width: 767px) {

    .direction-rtl .popular-categories-area .section-header-area .text-md-end,
    .direction-rtl .featured-productss-area .section-header-area .text-md-end,
    .direction-rtl .about-area .section-header-area .text-md-end,
    .direction-rtl .blog-area .section-header-area .text-md-end {
        text-align: right !important;
    }

    .bottom-header-links {
        display: none;
    }

    .middle-header {
        display: none;
    }

    .align-footer {
        display: block !important;
    }

    .new-header-top-left {
        display: none !important;
    }

    .input-container i {
        left: 251px !important;
    }
}

.direction-rtl .popular-categories-area .single-categorie {
    margin-right: 3.5rem;
    padding: 0 0 0 3.5rem;
}

.direction-rtl .popular-categories-area .single-categorie:before {
    width: calc(100% - 0px);
}

.direction-rtl .popular-categories-area .single-categorie .categorie-wrap .categorie-icon {
    margin-left: 2rem;
    margin-right: -2.5rem;
}

.direction-rtl .popular-categories-area .single-categorie .arrow {
    transform: rotate(-180deg);
}

.direction-rtl .footer-area .footer-widget-area .social-media li {
    margin-right: 0;
    margin-left: 1.5rem;
}

.direction-rtl .footer-area .footer-widget-area .social-media li:last-child {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 991px) {
    .direction-rtl .footer-area .footer-widget-area .social-media li {
        margin-left: 0.5rem;
    }
}

/* Contact Page CSS */
.direction-rtl .contact-us-area .contact-us-top .single-contact-info {
    border-left: 0;
    border-right: 1px solid #e9e9e9;
}

/* Blog CSS */
.direction-rtl .blog-single-area .blog-meta-box .post-author .author-image {
    margin-right: 0;
    margin-left: 1.5rem;
}

.direction-rtl .blog-single-area .blog-meta-box .media-lsit .medi-item:last-child {
    margin-right: 2.5rem;
}

/* Blog CSS */
.direction-rtl .service-area .service-lsit .single-service .service-icon {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item:after {
    left: auto;
    right: calc(100% + 10px);
}

/* Product Page */
.direction-rtl .product-area .product-section-top .product-filter .form-select,
.direction-rtl #shipping_country {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    -moz-padding-start: calc(0.75rem - 3px);
}

.direction-rtl .cart-page-area .cart-page-item .single-grid-product .product-top {
    margin-right: 0;
    margin-left: 20px;
}

.direction-rtl .wish-list-area .wish-list-table .table thead tr th:first-child,
.direction-rtl .checkout .cart-summary .total-amount {
    text-align: right;
}

.direction-rtl .checkout .cart-summary .summary-list li span,
.direction-rtl .checkout .cart-summary .total-amount h3 span {
    float: left;
}

.direction-rtl .checkout .checkout-form .payment-method .form-group .input-icon {
    right: auto;
    left: 2rem;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-input {
    margin-left: 0;
    margin-right: 22px;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
    padding-left: 0;
    padding-right: 45px;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree .form-check-input {
    float: right !important;
    margin-left: 0;
    margin-right: -1.5em;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree {
    padding-left: 0;
    padding-right: 1.5em;
}

.direction-rtl .checkout .checkout-form .form-check .form-check-label {
    padding-left: 0;
    padding-right: 5px;
}

.direction-rtl .wish-list-area .wish-list-table .action-btn .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .account-page-menu ul li i {
    margin-right: 0;
    margin-left: 10px;
}

.direction-rtl .order-progress .single-progress::after {
    left: auto;
    right: calc(-50% - 13px / 2);
}

.direction-rtl .user-profile-right-part .profile-top .profile-image {
    margin-right: 0;
    margin-left: 20px;
}

.direction-rtl .single-grid-product .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .cart-product-item .single-grid-product .product-top {
    margin-right: 0;
    margin-left: 20px;
}

.direction-rtl .sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .search-widget .form-group .search-btn {
    right: auto;
    left: 2rem;
}

.direction-rtl .sidebar-widget-area .price-widget .price-wrap .price-submit i {
    transform: rotate(180deg);
}

.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::before,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::before {
    content: ")";
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::after,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::after {
    content: "(";
}

.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-right,
.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-left {
    transform: rotate(180deg);
}

.direction-rtl .single-list-product .product-right {
    padding-left: 0;
    padding-right: 3rem;
}

.direction-rtl .single-list-product .product-right .product-price .regular-price {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .single-list-product .product-right .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .share-area .social-media .media-item {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .icon {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .feature-title {
    margin-right: 0;
    margin-left: 0.5rem;
}

/* Product Page */

/* FAQ Page */
.direction-rtl .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.direction-rtl .page-menu-wrap .menu-items .menu-item .menu-link .menu-icon {
    margin-right: 0;
    margin-left: 1rem;
}

/* FAQ Page */

[dir="rtl"] .testimonial-area .slick-slide,
[dir="rtl"] .product-single-left .slick-slide {
    float: left;
}

.testimonial-area .slick-slider .slick-track,
.testimonial-area .slick-slider .slick-list,
.product-single-left .slick-slider .slick-track,
.product-single-left .slick-slider .slick-list {
    direction: ltr;
}

.direction-rtl .product-single-area .product-single-left .product-slier-big-image {
    padding-left: 0;
    padding-right: 2.4rem;
}

/* Privacy Policy */
.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item {
    padding-left: 0;
    padding-right: 2rem;
}

.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item::before {
    left: auto;
    right: 0;
}

/* Privacy Policy */

/* Checkout Page New Login Box End */
.direction-rtl .checkout-page-login-box h2 {
    margin-right: 0;
    margin-left: 15px;
}

/* Checkout Page New Login Box End */

/* Home Version 2 RTL Start */
.direction-rtl .hero-slider-content .secondary-btn .iocn {
    margin-left: 0;
    margin-right: 1rem;
    display: inline-flex;
    transform: rotate(-180deg);
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
    display: inline-flex;
    transform: rotate(-180deg);
}

.direction-rtl .header-area-v2 .header-top .top-bar-menu .menu-list .menu-item {
    margin-right: 0;
    margin-left: 3rem;
}

.direction-rtl .single-grid-product-v2 .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-top .contact-info .icon {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .form-control {
    padding-left: 0;
    padding-right: 3rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .search-btn {
    left: auto;
    right: 0;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item:last-child {
    margin-left: 0 !important;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form .check_boxed_modal input {
    margin-right: 0;
    margin-left: 10px;
}

.direction-rtl .popular-categories-area-v2 .catagory-left:after {
    right: -60px;
    left: auto;
    border-radius: 320px 0 0 320px;
}

.direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
    text-align: left !important;
}

.direction-rtl .footer-area-v2 .footer-widget-area .social-media li {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .popular-categories-area-v2 .catagory-left .catagory-title:after {
    margin-left: 0;
    margin-right: 30px;
}

.direction-rtl .secendary-tabs .nav-tabs .nav-item {
    margin-right: 0;
    margin-left: 2.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-left {
    margin-right: 0;
    margin-left: 3.6rem;
}

.direction-rtl .product-variable-color label {
    margin-right: 0;
    margin-left: 5px;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
    margin-right: 0;
    margin-left: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-btn {
    margin-left: 0;
    margin-right: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .share-title {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .icon {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .feature-title {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .social-media .media-item {
    margin-right: 0;
    margin-left: 0.5rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item {
    margin-right: 0;
    margin-left: 4rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item:after {
    left: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: calc(100% + 20px);
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-price .price {
    margin-right: 0;
    margin-left: 1rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-bottom .account-btn .user-icon {
    margin-right: 0;
    margin-left: 5px;
}

.direction-rtl .mobile-header-area .header-right .btn-list .single-item {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item .menu-expand {
    right: auto;
    left: 0;
}

.direction-rtl .currency-switcher .currency-list,
.lang-switcher .lang-list {
    left: auto;
    right: 0;
}

.direction-rtl .form-select {
    background-position: left 0.75rem center;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-search-form .form-group .search-btn {
    right: auto;
    left: 1.5rem;
}

@media (max-width: 991px) {
    .direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
        text-align: right !important;
    }
}

/* Home Version 2 RTL End */

/* RTL Intregration CSS End */

.facebook-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #3b5998;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}

.google-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #db4437;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}

.google-btn:hover {
    background-color: var(--hover-color);
    color: var(--white);
}

.auth-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}

/* ----- Extra CSS End ----- */

/* Old Items */

.popular-categories-area-v2.p-5 {
    display: none;
}

/* Old Items */

/* New CSS */

.top-header {
    background: #f6f6f6;
}

.language-dropdown select {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: none;
    background: transparent;
}

.top-nav-links ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-nav-links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.top-nav-links ul li a.active {
    font-weight: bold;
}

.top-header-contact a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.top-header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-links-language {
    display: flex;
    align-items: center;
}

.language-dropdown {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 0.98px solid #e8e8e8;
}

.header-search input {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #e8e8e8;
    padding: 13px 40px;
    border-radius: 8px;
    width: 100%;
}

.header-search {
    position: relative;
    flex: 1;
}

.header-search svg {
    position: absolute;
    top: 12px;
    left: 16px;
}

.header-logo-search {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 1 80%;
}

.header-action-btns button {
    background: #f6f6f6;
    display: flex;
    gap: 6px;
    border: none;
    border-radius: 8px;
    padding: 10px;
}

.new-header-socials .fab {
    color: #ffffff;
}

.input-container {
    position: relative;
    /* display: inline-block; */
}

.input-container i {
    position: absolute;
    left: 310px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    /* Icon color */
}

.input-container input {
    padding-left: 30px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    color: #333;
    font-size: 14px;
}

.input-container input::placeholder {
    color: #888;
}

.new-header-socials .fab:hover {
    color: #113350;
}

.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-container input {
    padding-left: 30px;
    /* Adjust padding to make room for the icon */
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
}

.input-container i .move-up {
    position: absolute;
    left: 400px;
    /* Adjust this value to position the icon */
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    /* Color of the icon */
}

.input-container input::placeholder {
    color: #888;
    /* Color of the placeholder text */
}

.input-container .left-icon {
    left: 10px;
    /* Position the icon on the left */
    border-right: 2px solid #e8e8e8;
    padding-right: 10px;
    position: absolute;
    top: 12px;
}

.input-container .right-icon {
    right: 10px;
    /* Position the icon on the right */
}

button.cart-btn {
    background: #f6f6f6;
    position: relative;
    color: #333333 !important;
}

.top-button-qty {
    position: absolute;
    top: 0;
    box-shadow: 0px 0px 3.9px 0px #0000002b;
    width: 18px;
    height: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: -4px;
    right: -6px;
}

.top-button-qty p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.header-action-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-action-btns button:nth-child(n + 3) {
    padding-left: 16px;
    padding-right: 20px;
}

.header-action-btns button svg {
    overflow: visible;
}

.middle-logo-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-actions-main {
    flex: 1 1 40%;
    display: flex;
    justify-content: end;
}

.middle-header {
    padding: 7px 0;
}

.bottom-header {
    background: #f6f6f6;
    padding: 16px 0;
}

.bottom-header-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-header-links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    display: block;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 0.98px solid #cfcfcf;
}

.bottom-header-links ul li:last-child a {
    border: none;
    padding: 0;
    margin: 0;
}

/* New Banner */

.banner-content h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.banner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.banner-content button,
.custom-btn {
    background: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    gap: 10px;
    width: fit-content;
    transition: 0.2s ease;
}

.banner-content button:hover,
.custom-btn:hover {
    transform: scale(0.9);
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    max-width: 540px;
    margin: auto;
    padding: 0 20px;
}

.banner-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
}

.banner-img img {
    width: 100%;
}

.banner-content-main {
    height: 100%;
    display: flex;
    background: linear-gradient(90deg,
    rgba(255, 250, 246, 0.5) 0%,
    rgba(235, 221, 209, 0.5) 100%);
    position: relative;
}

.about-box-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.about-box-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.about-box-title {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 700px;
}

.about-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #262626;
    margin: 0;
}

.about-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
    margin: 0;
    margin-top: -6px;
}

.about-box a {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-box {
    display: flex;
    flex-direction: column;
    gap: 11px;
    border: 1px solid #e8e8e8;
    padding: 18px 24px;
}

.about-boxes-main {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.right-img {
    position: absolute;
    right: 0;
    z-index: -1;
}

.left-img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.about-boxes-main .about-box:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.about-boxes-main .about-box:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.align-about-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#about-boxes {
    padding: 50px 0;
    background: url("../../../../public/assets/images/icon.png");
}

.about-boxes-main::before {
    content: "";
    background: url("../../../../public/assets/images/right-shape-cols.png");
}

.about-boxes-main::after {
    content: "";
    background: url("../../../../public/assets/images/left-shape-cols.png");
}

.about-box-img {
    min-height: 72px;
}

/* Categories */

.all-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #555555;
    color: #555555;
    padding: 12px 30px;
    border-radius: 8px;
    display: block;
    width: fit-content;
    transition: 0.3s linear;
}

.all-btn a:hover {
    background: #555555;
    color: #fff;
}

.align-categories-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333333;
}

.categories-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.categories-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    background: #f8efe9;
    padding: 22px 32px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    max-width: 181px;
}

.categories-box-big {
    display: flex;
    align-items: center;
    background: #e7ddd7;
    border-radius: 16px;
    overflow: hidden;
    gap: 24px;
}

.category-box-about h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.category-box-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.category-box-about a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.category-box-about {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 10px;
    flex: 1 1 46%;
    max-width: 150px;
}

.categories-new {
    display: grid;
    grid-template-columns: 20% 20% 20% 36%;
    gap: 16px;
}

.category-box-img {
    height: 100%;
}

.category-box-img img {
    height: 100%;
    object-fit: cover;
    flex: 1 1 100%;
}

.rtl-col {
    flex-direction: row-reverse;
}

section#categories-new {
    padding: 60px 0;
    background: linear-gradient(90deg,
    rgba(255, 250, 246, 0.5) 0%,
    rgba(235, 221, 209, 0.5) 100%);
    position: relative;
}

.align-categories-new {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.offer-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    color: #333333;
}

.offer-box:first-child {
    background: #7f6867;
    width: fit-content;
}

.offer-box-img img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.offer-box-about h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.offer-box-about p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 6px 0 24px;
}

.offer-box-about {
    padding: 0 30px 0 30px;
    flex: 1;
}

.offer-box:last-child {
    background: #fcf1f1;
}

.offer-box p {
    color: #555;
}

.offer-box:first-child {
    color: #f6f6f6;
}

.offer-box:first-child p {
    color: #f6f6f6;
}

.offers-align {
    display: grid;
    grid-template-columns: 40% 58%;
    gap: 2%;
}

.offer-box-img {
    flex: 1;
    height: 100%;
}

section#offers {
    padding: 60px 0;
}

.about-testi p {
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.testi-image {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-testi-img h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.about-testi-img p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #555555;
}

.testi-image img {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    object-fit: cover;
}

.about-testi-img {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonials-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.align-testimonials {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.arrows-testimonials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrows-testimonials div {
    height: 60px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #333333;
}

.swiper-button-prev-custom svg {
    transform: rotate(180deg);
}

.title-testimonials {
    display: flex;
    justify-content: space-between;
}

.swiper-button-prev-custom.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.5;
}

.grid-box {
    align-items: center;
    display: grid;
    grid-template-columns: 45% 55%;
}

.grid-box-about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #555;
}

.grid-box-about h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
}

.grid-box-about button {
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #fff;
    color: #333;
    width: fit-content;
    transition: 0.2s ease;
}

.grid-box-about button:hover {
    transform: scale(0.9);
}

.grid-box-about {
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.align-grid-masonry {
    display: grid;
    grid-template-columns: 45% 55%;
}

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

.grid-img {
    height: 100%;
}

.grid-box:first-child {
    background: #f8efe9;
}

.grid-box:nth-child(2) {
    background: #7f6867;
}

.grid-box:nth-child(3) {
    background: #7f6867;
}

.grid-box:last-child {
    background: #e7ddd7;
}

.grid-box:nth-child(3) p,
.grid-box:nth-child(3) h3 {
    color: #fff;
}

.grid-box:nth-child(2) p,
.grid-box:nth-child(2) h3 {
    color: #fff;
}

.grid-box:last-child .grid-img {
    order: 2;
}

.grid-box:nth-child(3) .grid-img {
    order: 2;
}

section#grid-masonry {
    padding: 50px 0;
}

.blog-img {
    position: relative;
}

.blogs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-box {
    width: 100%;
    background: #f6f6f6;
    border-radius: 16px;
    overflow: hidden;
}

.blog-img p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #333333;
    padding: 8px 10px;
    border-radius: 16px;
    color: #ffffff;
    width: fit-content;
    position: absolute;
    top: 14px;
    left: 14px;
}

.blog-about h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555;
    margin: 0;
}

.blog-about h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.blog-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.blog-about a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blog-about {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
}

.blog-img img {
    width: 100%;
}

.align-blogs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.logo-footer img {
    height: 151px;
}

.footer-logo-about h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.footer-logo-about p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555;
    margin: 8px 0 16px;
}

.footer-social-links ul {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.footer-social-links ul li a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: block;
    color: #333;
}

.footer-links h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 2px solid #7f6867;*/
    width: fit-content;
    color: #333;
}

.footer-links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newslatter-main h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
}

.newslatter-input {
    position: relative;
}

.newslatter-input input {
    border: 1px solid #989898;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
    width: 100%;
    background: transparent;
}

.newslatter-input a {
    position: absolute;
    top: 10px;
    right: 20px;
}

.footer-payments h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.footer-payments ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-payments {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-newslatter {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-align {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}

.newslatter-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

section#footer-new {
    padding: 70px 0 40px;
    background: #f6f6f6;
}

/* Product Cards */

.single-grid-product-v2 .product-top {
    margin: 0;
}

.single-grid-product-v2 .product-top .product-thumbnal {
    max-height: 282px;
    width: 100%;
    object-fit: cover;
}

.product-info {
    margin: 0 !important;
    padding: 14px;
}

.single-grid-product-v2 .product-info .product-name {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 23.4px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 !important;
    color: #333;
}

.product-price {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 28.8px;
    /* text-align: left; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px 0 0px !important;
}

.single-grid-product-v2 {
    border-radius: 14px;
    border: 1px solid #5555554d;
    overflow: hidden;
    height: auto !important;
}

.single-grid-product-v2 .product-info .add-cart {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    height: 41px !important;
    border-radius: 10px;
    background: #333333;
    color: #fff;
}

.section-top .col,
.featured-products-area-v2 .col {
    padding: 0 12px;
    margin-top: 0;
}

.section-top .row,
.featured-products-area-v2 .row {
    margin-top: 40px;
}

.categories-box.box-with-bg {
    background: #e7ddd7;
}

.shape-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-shape-categories {
    position: absolute;
    z-index: -1;
    top: 0;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #c6c6c6;
    margin-top: 40px;
}

.bottom-footer-links ul {
    display: flex;
    gap: 40px;
}

.bottom-footer-links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.bottom-left {
    position: absolute;
    bottom: 0;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.actions-banner-swiper {
    position: absolute;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    padding: 0 40px;
}

.swiper-button-prev-banner svg {
    transform: rotate(180deg);
}

.swiper-button-next-banner.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-prev-banner.swiper-button-disabled {
    opacity: 0.5;
}

/* ----- Extra CSS End ----- */
.u-home {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
    direction: rtl;
    /* Ensures the dropdown aligns correctly for RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/
.u-space {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

.dropdown-menu {
    direction: rtl;
    /* Ensures proper alignment for dropdown content in RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    /* Light hover effect */
    color: #007bff;
    /* Highlight color on hover */
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    /* Light hover effect */
    color: #007bff;
    /* Highlighted text color */
}

.navbar {
    font-size: 14px;
}

.navbar-brand img {
    max-height: 40px;
}

.u-enter {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.u-here {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: right;

    color: #343131;
}

.u-space {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
    color: #113350;
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
      }*/
.dropdown-menu {
    text-align: right;
    /* Align menu items for RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

/* .u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
    direction: rtl;
    /* Ensures proper alignment for dropdown content */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    /* Add a hover effect */
    color: #007bff;
    /* Highlighted text color */
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
    direction: rtl;
    /* Ensures the dropdown content aligns correctly for RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    /* Light hover effect */
    color: #007bff;
    /* Highlight color on hover */
}

/* .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #007bff;
      }*/
.u-search {
    width: 906px;
    height: 45px;
    padding: 10px 0px 0px 0px;
    gap: 10px;
    border-radius: 8px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #e8e8e8;
}

.u-ware {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #555555;
}

.u-agent {
    font-family: Cairo;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #333333;
}

.u-hence {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #555555;
}

.u-under {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.view {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 30px;
    text-align: center;
    background: #333333;
}

.die {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    text-align: right;
}

.u-new {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #333333;
}

.u-text {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
}

.u-title {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}

.u-hlo {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

u.voice {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
}

.u-down {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    color: #ffffff;
}

.u-view {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: right;
    color: #333333;
}

.u-less {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: right;
    color: #ffffff;
}

.u-world {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
}

.u-index {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}

.u-wave {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
}

.u-huge {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
}

.u-ware {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}

.u-file {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
}

.u-edit {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
}

.u-fuse {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #333333;
}

.u-burl {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #333333;
}

.u-live {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #333333;
}

.u-vise {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: right;
    color: #333333;
}

.u-go {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #989898;
}

.u-run {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: left;
    color: #333333;
}

.u-re {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #333333;
}

.u-banners {
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(116, 19, 12, 0.1) 100%);
    padding-bottom: 40px;
}

.single-grid-product .product-top .product-flags {
    text-align: justify !important;
}

.single-grid-product .product-top .prdouct-btn-wrapper {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 13px !important;
    text-align: justify !important;
    bottom: auto !important;
}

.single-grid-product .product-top .product-flags .product-flag.sale {
    background: #e9d08d !important;
    border-radius: 5px;
    color: #555 !important;
}

.single-grid-product .product-top .product-thumbnal {
    height: 350px !important;
    background: #eef0f2;
}

.cart-product-item .single-grid-product .product-top .product-thumbnal {
    height: 120px !important;
}

.single-grid-product .product-top .product-flags .product-flag {
    color: #113350 !important;
    background-color: white !important;
    border-radius: 5px;
}

.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn .product-btn {
    width: 2.8rem !important;
    height: 2.8rem !important;
    background-color: transparent !important;
    color: #555 !important;
}

.single-grid-product .product-top {
    margin-bottom: 0 !important;
}

.single-grid-product .product-info .product-name .product-link {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.single-grid-product .product-info .product-price .regular-price {
    color: #71a2cb !important;
}

.section-bg-two {
    background-color: #f8f3e7;
    border-radius: 0 0 10px 10px;
    margin-top: -50px;
    padding: 60px 50px;
}

/*.breadcrumb-area {*/
/*    background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);*/
/*}*/

.product-single-area-v2 .product-single-details .product-info .add-cart {
    border: 1px solid #166A45;
    color: #166A45;
    width: 5rem;
    height: 4.6rem;
}

.product-single-area-v2 .product-single-details .product-info .add-cart:hover {
    color: var(--white);
    background-color: #113350;
    border-color: #113350;
}

.product-single-area-v2 .product-single-details .product-info .product-bottom-button .primary-btn {
    background-color: #113350;
}

.product-single-area-v2 .product-single-details .product-info .size-switch .single-size.active {
    background-color: #113350;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link.active {
    color: #166A45;
    border-color: #166A45;
    background-color: transparent;
    border-radius: 8px;
}

.offcanvas.offcanvas-end .offcanvas-body .total-count h4 {
    color: #113350;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn,
.checkout .checkout-form .checkout-btn {
    border-color: #113350;
    background-color: #113350;
    border: 1px solid #113350;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn:hover,
.checkout .checkout-form .checkout-btn:hover {
    background-color: #fff;
    color: #113350;
}

.single-grid-product .product-info .add-cart {
    border-color: #113350;
    color: #113350;
}

.single-grid-product .product-info .add-cart:hover {
    background-color: #113350;
    color: #fff;
}

.footer-area-v2 .footer-widget-area .widget-menu .meni-item .menu-link,
.footer-area-v2 .footer-widget-area .social-media li a,
.footer-area-v2 .footer-widget-area .single-widget .widget-title,
.footer-area-v2 .footer-widget-area .about-widget .address-text,
.footer-area-v2 .footer-widget-area .about-widget .block-content .contact {
    color: #000;
}

.footer-area-v2 {
    background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}

.search-container {
    display: flex;
    align-items: center;
}

/* Input styling */
.search-input {
    flex: 1;
    height: 40px;
    border: 1px solid #113350;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
}

/* Button styling */
.search-btn-dark {
    background-color: #113350;
    color: #fff;
    border: none;
    padding: 0 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.search-btn-dark i {
    font-size: 16px;
}

/* Optional: Add hover effect */
.search-btn-dark:hover {
    background-color: #555;
}

.product-top {
    position: relative;
    overflow: hidden;
    /* Ensures button doesn't overflow when hidden */
}

.product-top .naj-addCart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: -100%;
    /* Initially hide the button outside the container */
    background: #333;
    /* Dark background for the button */
    color: white;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    z-index: 10;
    /* Ensure it appears above other content */
    transition: all 0.3s ease-in-out;
    /* Smooth transition for button appearing */
    gap: 6px;
}

.product-top:hover .naj-addCart {
    bottom: 0;
    /* Show the button at the bottom of the product on hover */
}

/* Image hover effect (optional) */
.product-top .product-thumbnal {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Optional: Add a slight zoom effect on hover for the image */
.product-top:hover .product-thumbnal {
    transform: scale(1.05);
}

/* Slider Custom Styling */
.price-slider input[type="range"] {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #113350;
    /* Custom color */
    border: 2px solid #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.price-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #113350;
    /* Custom color */
}

.price-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #113350;
}

.price-slider input[type="range"]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #113350;
    /* Custom color */
    border: 2px solid #fff;
    cursor: pointer;
}

.price-slider input[type="range"]::-moz-range-track {
    height: 6px;
    background: #113350;
    /* Custom color */
}

.price-slider input[type="range"]:focus::-moz-range-track {
    background: #113350;
}

/* Adjust input fields to match slider range */
.single-price input {
    text-align: center;
    font-size: 14px;
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

/* New Header */

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
}

.top-header-search input::placeholder {
    color: #808080;
}

.top-header-search svg path {
    fill: #808080;
}

.top-header-search svg {
    fill: #808080;
    top: 9px;
}

.new-header-socials ul li a svg path {
    fill: #313131;
}

.new-header-socials ul li a {
    display: block;
}

.new-header-socials ul li a svg {
    display: block;
}

.new-header-socials ul {
    display: flex;
    gap: 10px;
}

.new-header-top-left a,
.new-header-top-left select {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
}

.select-new-header-top {
    display: flex;
    gap: 10px;
}

.new-header-top-left select {
    border: none;
}

.new-header-top-left {
    display: flex;
    box-decoration-break: clone;
    gap: 10px;
}

.new-header-socials {
    display: flex;
    align-items: center;
    gap: 16px;
    /* flex: 1; */
}

.new-header-top-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-search {
    max-width: 340px;
}

.action-box-header button {
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
}

.middle-header-align {
    display: flex;
    align-items: center;
}

.middle-logo-search {
    flex: 1;
}

.middle-logo-search .top-header-search {
    max-width: 100%;
}

.middle-header-align .action-box-header button svg path {
    fill: #333;
}

.middle-header-align .action-box-header p {
    background: #333;
}

.middle-logo-search .top-header-search input {
    height: 45px;
    background: transparent;
    border-width: 1px;
    padding-right: 14px;
}

.middle-logo-search .top-header-search svg {
    display: none;
}

.new-header-top {
    background: #ffffff;
    padding: 20px 0;
}

.info-color {
    color: #666666 !important;
}

.middle-header {
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
    /* width: 1220px; */
    /* margin-left: auto;
    margin-right: auto;
    border-radius: 999px;
    position: absolute; */
    top: 70px;
    /* left: 26px; */
    background-color: #ffffff;
}

.bottom-header-links-align .header-links ul li a,
.mega-dropdown-links ul li a {
    color: #333 !important;
    padding-bottom: 0;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 10px;
}

.bottom-header-links-align .header-links ul li.dropdown ul {
    position: absolute;
    top: 30px;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    box-shadow: 1px 3px 6px 0px #0000001c;
    padding: 16px;
    border-radius: 6px;
    width: 160px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
}

.bottom-header-links-align .header-links ul li.dropdown {
    position: relative;
}

.mega-link-dropdown > a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #fff;
    height: 42px;
    background: #333;
    padding: 0 10px;
    border-radius: 6px;
}

.mega-link-dropdown a svg:last-child {
    position: absolute;
    left: 10px;
}

.bottom-header-links-align .header-links ul li a svg {
    width: 18px;
}

.mega-link-dropdown a svg {
    fill: #fff;
}

.bottom-header-links-align .header-links ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.bottom-header-links-align {
    display: flex;
    align-items: center;
    gap: 40px;
}

.mega-link-dropdown {
    flex: 1;
    width: 190px;
}

.bottom-header-links {
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0 #0000002e;
}

.bottom-header-links-align .header-links ul li.dropdown::before {
    /*content: "";*/
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -5px;
}

.icon-whatsapp svg {
    display: block;
    fill: #822f3d !important;
}

.whatsapp-num h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.whatsapp-num a {
    color: #822f3d;
    font-size: 12px;
    display: block;
    line-height: 1;
}

.bottom-header-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-header-main-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-dropdown-main {
    position: fixed;
    width: 100%;
    top: 202px;
    background: #fbfbfb;
    padding: 20px 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s linear;
    z-index: 999;
}

.mega-dropdown-main .align-container-mega-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mega-dropdown-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-link-dropdown:hover .mega-dropdown-main {
    opacity: 1;
    visibility: visible;
}

.action-box-header p {
    margin: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 9.75px;
    font-weight: 500;
    line-height: 25.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -3px;
    right: -5px;
    border-radius: 20px;
}

.action-box-header button {
    background: transparent;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
}

.mobile-show {
    display: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.middle-logo-search .top-header-search input {
    height: 45px;
    background: transparent;
    border-width: 1px;
    padding-right: 14px;
}

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
}

.top-header-search input {
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    padding-right: 40px;
}

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
    width: 100%;
}

.top-header-search svg {
    fill: #808080;
    top: 9px;
}

.top-header-search svg {
    position: absolute;
    top: 10px;
    right: 13px;
}

.top-header-search {
    position: relative;
    flex: 1;
}

.middle-logo-search .top-header-search svg {
    position: initial;
    width: 16px;
    display: block;
    cursor: pointer;
}

.list-doprodown-search select {
    font-size: 12px;
    border: none;
    color: #808080;
    line-height: 1;
    background: transparent;
}

.list-doprodown-search {
    padding-left: 6px;
    border-left: 1px solid #808080;
    margin-left: 6px;
    height: 18px;
    display: flex;
    align-items: center;
}

.middle-logo-search-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 14px;
}

.mega-dropdown-links ul {
    align-items: flex-start;
}

.mega-dropdown-links ul li a {
    margin: 0 !important;
    padding: 0;
}

.custom-card {
    width: 200px;
    /* Set a fixed width */
    background-color: #f9f9f9;
    /* Light background for contrast */
    border: 1px solid #ddd;
    /* Subtle border for definition */
    border-radius: 10px;
    /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-img-wrapper {
    position: relative;
    padding-top: 100%;
    /* Square aspect ratio */
    overflow: hidden;
    border-radius: 10px;
    /* Match card border radius */
    background-color: #fff;
    /* Neutral background */
}

.custom-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensure image fits within bounds */
}

.custom-card:hover {
    transform: scale(1.05);
    /* Slight zoom-in */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Elevated shadow */
}

.custom-card h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* New Footer */

.footer-logo-about p {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.footer-logo-contact h4 {
    margin: 0;
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 37.48px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.footer-logo-contact ul li a {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #636363;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;
}

.footer-logo-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-links h4 {
    margin: 0;
    font-family: Cairo;
    font-size: 22px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-links ul li a {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-newslatter > h4 {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333333;
}

.newslatter-input {
    position: relative;
    margin-top: 8px;
}

.newslatter-input input {
    border: 1px solid #989898;
    padding: 16px;
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
}

.newslatter-input svg {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.footer-payments h4 {
    margin: 0;
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 37.48px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.footer-payments ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-payments {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.align-footer {
    display: grid;
    grid-template-columns: 1fr 15% 10% 1fr;
    gap: 70px;
}

section#new-footer {
    padding: 60px 0 0;
    /* background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);*/
}

.bottom-footer-copyright p {
    margin: 0;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bottom-footer-copyright p a {
    color: #777;
    display: flex;
    align-items: center;
}

.bottom-footer-copyright {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bottom-footer-links ul {
    display: flex;
    box-decoration-break: clone;
    gap: 40px;
}

.bottom-footer-links ul li a {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 40px;
    border-top: 1px solid #c6c6c6;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-input:checked ~ .form-check-label,
.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
    background-color: rgba(42, 125, 195, 1) !important;
    color: var(--white) !important;
    border-radius: 10px;
}

.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    background-color: #fbfbfb;
    border-radius: 10px;
}

/* Range Slider Styling */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e1e1e1;
    border-radius: 4px;
    outline: none;
    margin: 0;
    position: relative;
}

/* Custom Track Background */
input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

/* Thumb Styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #8b0000;
    /* Dark red */
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -4px;
    /* Center the thumb */
}

/* Price Labels */
.price-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

.progress-bar {
    background-color: #113350;
}

.trach-progress {
    border: 1px dashed #333333;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
    .product-list .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .single-grid-product .product-info .product-name .product-link {
        font-family: Cairo;
        font-size: 11px;
        font-weight: 500;
        line-height: 25px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .product-variable-color {
        flex-wrap: wrap;
    }

    .product-variable-color label span {
        width: 17px;
        height: 17px;
        border: solid 1px;
    }

    .product-info {
        margin: 0 !important;
        padding: 4px;
    }

    .single-grid-product .product-info .product-price .price {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--primary-color);
    }

    .single-grid-product .product-info .product-price .regular-price {
        display: inline-block;
        font-size: 1rem;
        font-weight: 500;
        color: #555555;
        text-decoration: line-through;
        margin-right: 1rem;
    }

    .single-grid-product .product-top .product-thumbnal {
        height: 210px !important;
        background: #eef0f2;
    }

    .single-grid-product .product-info .product-name {
        margin-bottom: 0;
    }

    .single-grid-product .product-info .product-review {
        margin-bottom: 0rem;
        padding: 0;
    }

    .product-variations {
        margin-top: 5px;
    }
}

.product-variations {
    margin-top: 20px;
}

/* New Custom Code */

.hero-section .hero-slider .signle-slide {
    height: 500px;
}

.new-header-socials .top-header-search .input-container i {
    left: 0 !important;
    right: 16px !important;
}

.bottom-header-whatsapp a {
    background: transparent !important;
}

.whatsapp-num p {
    font-size: 12px !important;
    font-weight: 700;
}

.main-swiper-action {
    width: 46px;
    height: 46px;
    box-shadow: 0px 4px 14px 0px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
}

.swiper-button-next-product {
    position: absolute;
    top: 24%;
    z-index: 1;
    left: 20px;
}

.swiper-button-prev-product {
    position: absolute;
    top: 24%;
    right: 20px;
    z-index: 1;
}

.category-section .carousel-control-next,
.category-section .carousel-control-prev {
    display: none !important;
}

.align-middle-banners {
    display: grid;
    grid-template-columns: 38% 60%;
    gap: 2rem;
}

.middile-banner-1 h3 {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
    max-width: 185px;
}

.middile-banner-1 p {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
    max-width: 218px;
}

.middile-banner-1 a {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    display: block;
    padding: 10px;
    border-bottom: 2px solid #333333;
    width: fit-content;
}

.middile-banner-1 .middle-banner-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    inset: 0;
    justify-content: center;
    padding: 30px;
}

.middile-banner-1 {
    position: relative;
    border-radius: 16px !important;
    overflow: hidden;
    max-height: 344px;
}

.middile-banner-1::before {
    content: "";
    background: linear-gradient(270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(116, 19, 12, 0.7) 100%);
    position: absolute;
    inset: 0;
}

.middile-banner-1 img {
    width: 100%;
}

.middle-banner-2 {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #333333;
    border-radius: 16px;
    overflow: hidden;
}

.middle-banner-2 img {
    display: block;
    height: 100%;
}

.middle-banner-2 h3 {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #fff;
}

.middle-banner-2 p {
    margin: 0;
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.middle-banner-2 a {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid;
    display: block;
    width: fit-content;
}

.middle-banner-2 .middle-banner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.middle-banner-2 .middle-banner-content p {
    max-width: 210px;
}

.hero-section .hero-slider .slick-dots {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.hero-section .hero-slider .signle-slide {
    background-size: contain !important;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/* Latest Changes */

.single-grid-product .product-info .product-review {
    margin-bottom: 0;
}

.single-grid-product .product-info .product-name .product-link {
    color: #333;
}

.single-grid-product .product-info .product-name {
    margin-bottom: 10px;
    min-height: 60px;
}

.single-grid-product .product-info .product-price span {
    margin: 0 !important;
}

.single-grid-product .product-info .product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.single-grid-product .product-info .product-price .price {
    color: #555;
}

.product-variations {
    margin-top: 14px !important;
}

.main-products-col .row {
    margin: 0;
}

.main-align-title h1,
.main-align-title h2,
.section-header-two h2 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    margin-bottom: 0 !important;
}

.main-align-title a {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 700;
    color: #113350 !important;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    padding-bottom: 12px;
    background: transparent !important;
    display: flex;
    gap: 8px;
}

.main-align-title a i {
    display: none;
}

.whatsapp-num h3 {
    color: #343131 !important;
    font-weight: 700;
    font-size: 10px !important;
}

.whatsapp-num p {
    color: #113350 !important;
}

.bottom-header-links-align .header-links ul li a.active {
    font-weight: 700;
}

.new-header-socials .top-header-search input {
    font-weight: 400;
}

.middle-logo-search input {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.align-top-categories {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

#preloader {
    background: #000;
}

.render-content {
    transition: 0.3s linear;
    opacity: 0;
    background: transparent;
}

.render-content.content-ready {
    opacity: 1;
}

.main-align-title,
.section-header-two {
    margin-bottom: 40px !important;
}

.review-box-title h3 {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.review-box-stars svg {
    display: block;
}

/*
star color change*/
.review-box-stars svg path {
    fill: #166A45;
}

.review-box-stars {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-box-description p {
    margin: 0;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.review-text-bottom p {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
}

.review-user img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-user p {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.review-box-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bottom-reviews-main {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e8e8e8;
}

.review-box-align {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
}

/*hover effect*/
.review-box-align {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    transition: background-color 0.3s, color 0.3s;
}

.review-box-align:hover {
    background-color: #166A45;
    color: #fff;
}

.review-box-align:hover h3,
.review-box-align:hover p {
    color: #fff;
}

.review-box-align:hover .review-box-stars svg path {
    fill: #71a2cb;
}

.main-review-box .review-box-title :hover {
    background-color: #166A45;
    color: #ffffff;
}

/* end here
*/
.review-icon {
    background-color: #166A45;
    width: 60px;
    height: 52px;
    border-radius: 8px;
}

.review-icon img {
    padding: 10px;
}

.swiper-pagination-reviews {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0 2rem;
    gap: 8px;
}

.swiper-pagination-reviews .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #e8e8e8;
    opacity: 1;
    border-radius: 100px;
    margin: 0 !important;
}

.swiper-pagination-reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #166A45;
}

.reviews-star-main {
    display: flex;
    align-items: center;
    gap: 2px;
}

.review-box-stars > p {
    margin: 0;
    font-size: 9px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.8999999761581421px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 3px;
    background: #019267;
    padding: 0 4px;
    color: #fff;
    font-family: sans-serif;
}

.mobile-header-area .header-right .menu-bar svg {
    width: 18px;
    height: 18px;
    display: block;
}

.mobile-header-area .header-right .menu-bar svg path {
    fill: #333;
}

.sidebar-widget-area .single-widget.categories-widget,
.single-widget.price-widget,
.single-widget.colors-widget,
.single-widget.size-widget {
    background: transparent;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
}

.direction-rtl .sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.sidebar-widget-area .categories-widget .categories-list .single-categorie .categories-count {
    border-radius: 4px;
    background: #113350;
    color: #fff;
    width: 38px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
}

.sidebar-widget-area .single-widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
}

button.search-btn-dark.searchWidgetMobile {
    height: 50px;
    gap: 8px;
    border-radius: 8px 0px 0px 8px;
}

button.search-btn-dark.searchWidgetMobile i {
    display: flex;
}

form.search-form-custom input {
    height: 50px;
    font-size: 14px;
    color: #989898;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .form-control {
    border: 1px solid #e8e8e8;
    color: #989898;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-label {
    border-radius: 6px !important;
}

.categories-limit {
    max-height: 274px;
    overflow: hidden;
    transition: 0.3s linear;
}

.categories-limit.show-all-categories {
    max-height: initial;
}

.show-more-btn.main-align-title {
    margin-bottom: 0 !important;
}

.show-more-btn.main-align-title a {
    width: fit-content;
    margin-top: 16px;
}

.review-box-description p {
    min-height: 60px;
}

@media screen and (min-width: 1100px) {
    .main-slider-img img {
        max-height: 635px;
        /*aspect-ratio: 1;*/
        width: 100%;
        object-fit: cover;
    }
}

/* New Latest Changes */

@media screen and (max-width: 680px) {
    .hero-section .hero-slider .signle-slide {
        height: 128px;
    }

    .align-main-categories > div {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 10px;
    }

    .align-main-products {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .single-grid-product .product-top .product-thumbnal {
        height: 260px !important;
    }

    .new-header-socials .top-header-search .input-container i {
        left: auto !important;
        right: 14px;
    }

    .hero-section .hero-slider .slick-dots {
        right: 0 !important;
        left: 0 !important;
        justify-content: center;
    }

    .main-swiper-action {
        width: 36px;
        height: 36px;
    }

    .swiper-button-next-product {
        left: 15px;
    }

    .swiper-button-prev-product {
        right: 15px;
    }

    .align-middle-banners {
        grid-template-columns: 1fr;
    }

    .middle-banner-2 {
        gap: 20px;
        display: grid;
        grid-template-columns: 50% 44%;
        height: 300px;
    }

    .middle-banner-img {
        height: 100%;
    }

    .middle-banner-2 img {
        object-fit: cover;
    }

    .swiper-pagination-reviews .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .review-box-title h3 {
        font-size: 18px;
    }

    .review-box-top {
        gap: 8px;
    }

    .review-user img {
        width: 40px;
        height: 40px;
    }

    .review-box-align {
        padding: 16px;
    }

    .main-align-title h1,
    .main-align-title h2,
    .section-header-two h2 {
        font-size: 15px !important;
    }

    .single-grid-product .product-info .product-name {
        line-height: 1.1;
        min-height: 44px;
    }

    .single-grid-product .product-info .product-name a {
        line-height: 1.1 !important;
    }

    .product-top .naj-addCart {
        font-size: 12px;
        height: 40px;
    }

    .main-align-title,
    .section-header-two {
        margin-bottom: 20px !important;
    }

    .bottom-footer-copyright {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 420px) {
    .middle-banner-2 {
        height: 250px;
        gap: 0;
    }

    .align-middle-banners h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .align-middle-banners p {
        font-size: 14px;
        line-height: 1.3;
    }

    .middle-banner-2 .middle-banner-content {
        padding: 10px;
    }

    .hero-section .hero-slider .slick-dots {
        margin-top: 26px;
    }

    .new-header-socials .input-container div {
        font-size: 10px !important;
    }

    .new-header-socials .input-container div strong {
        font-size: 10px !important;
    }
}

/* new css*/
.btn-whatsapp-new {
    background-color: #ffffff;
    color: #166A45;
    border-radius: 99px;
    width: 132px;
    height: 44px;
}

.btn-whatsapp-new:hover {
    background-color: #fff !important;
    border: 1px solid #166A45;
    color: #000;
}

/* .btn:focus {
    background-color: #166A45 !important;
    outline: none !important;
} */

.bg-banner {
    background-image: url(../images/Group\ 9.png);
    background-repeat: no-repeat;
    /* Prevent image from repeating */
    background-size: cover;
    /* Optional: scales image to cover container */
    background-position: center;
    /* Optional: centers the image */
    height: 574px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bg1-banner {
    background-image: url(../images/Group\ 9.png);
    height: 574px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.baner-content {
    width: 651px;
    height: 336px;
    color: #ffffff;
    margin-right: 40px;
}

.active {
    font-weight: bold;
    color: grey !important;
}

.baner-title {
    font-size: 50px;
}

.baner-content p {
    font-size: 18px;
}

.baner-btn {
    background-color: #ffffff;
    color: #166A45;
    width: 227px;
    height: 44px;
    border-radius: 99px;
}

.baner-btn:hover {
    background-color: transparent;
    border: 1px solid white;
    color: #ffffff;
}

.footer-links p {
    font-size: 14px;
    color: #166A45;
}

.phn-footer-icon {
    color: #166A45;
}

.show-more-btn-new {
    color: #ffffff;
    background-color: #166A45;
    width: 156px;
    height: 44px;
    border-radius: 99px;
}

.show-more-btn-new:hover {
    background: transparent;
    border: 1px solid #166A45;
    color: #000;
}

.product-namee {
    text-align: center;
    margin-top: 12px;
}

.product-namee h1 {
    font-size: 16px;
}

.product-namee p {
    font-size: 18px;
}

.tabby-bg {
    background-color: #166A45;
    height: 350px;
}

.tabby-content {
    width: 668px;
    height: 227px;
    margin-top: 50px;
    margin-right: 50px;
    color: white;
}

.tabby-content h1 {
    font-size: 38px;
}

.tabby-content {
    font-size: 16px;
}

.tabby-image {
    width: 125px;
    height: 49px !important;
}

@media screen and (max-width: 1250px) {
    .middle-header {
        width: 1050px;
    }

    .product-namee p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1070px) {
    .middle-header {
        width: 980px;
    }
}

@media screen and (max-width: 920px) {
    .product-namee p {
        font-size: 15px;
    }
}

@media screen and (max-width: 720px) {
    .tabby-content {
        width: 100%;
        margin-right: 10px !important;
    }

    .tabby-content h1 {
        font-size: 18px;
    }

    .tabby-content p {
        font-size: 10px !important;
    }

    .tabby-image {
        width: 75px;
        height: 31px !important;
    }

    .product-namee p {
        font-size: 14px;
    }

    .baner-title {
        font-size: 31px;
    }

    .baner-content p {
        font-size: 14px;
    }

    .baner-display {
        justify-content: center;
    }

    .baner-content {
        text-align: center;
        margin-right: 0px;
        margin-top: 50px;
    }

    .baner-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .bg-banner {
        height: auto;
    }
}

/* catogories page*/

.bg-img-catagory-1 {
    background-image: url(../images/Group\ 9.png);
    height: 250px;
    width: 100%;
}

.catogories-name a,
h1 {
    color: white;
}

.catogories-name h1 {
    font-size: 42px;
}

.catogories-name {
    padding-right: 60px;
}

.dropdown-catagories {
    width: 176px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #666666;
}

.product-info-top-new {
    background-color: #71a2cb;
    width: 105px;
    height: 34px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
    color: #ffffff;
    border-radius: 8px;
}

.product-after-discount-price {
    font-size: 32px;
    color: #000000;
}

.product-before-discount-price {
    font-size: 22px;
    color: #71a2cb;
    text-decoration: line-through;
}

.tax-include {
    font-size: 16px;
}

.product-whatsapp-buuton {
    color: #ffffff;
    background-color: #166A45;
    height: 54px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

.product-whatsapp-buuton button {
    color: #ffffff;
    font-size: 16px;
}

.section-top-new {
    padding-top: 3rem;
}

.pb-50 {
    padding-bottom: 50px;
}

.searh-width {
    width: 700px !important;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 8px;
}

@media (max-width: 767.98px) {
    .responsive-center {
        text-align: center !important;
    }

    .footer-links {
        align-items: center;
    }

    .for-margin {
        margin-top: 12px;
    }

    .footer-links ul {
        align-items: center !important;
    }

    .footer-links ul h4 {
        text-align: center !important;
    }

    .footer-links {
        text-align: center !important;
    }

    .footer-links h4 {
        text-align: center !important;
    }

    .footer-links .d-flex {
        justify-content: center;

        align-items: center;
        gap: 2px;
    }

    .footer-links p {
        margin: 0;
    }

    .phn-footer-icon {
        margin: 0 !important;
    }

    .footer-newslatter {
        text-align: center;
        gap: 0px;
        margin-top: 30px;
    }

    .footer-newslatter h4 {
        text-align: center;
    }

    .newslatter-input {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .newslatter-input input {
        text-align: center;
    }

    .newslatter-input svg {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-payments h4 {
        text-align: center !important;
    }

    .footer-payments ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .tabby-content {
        margin-right: 2px;
    }

    .tabby-content {
        width: 100%;
    }

    .tabby-image {
        width: 75px;
        height: 30px !important;
    }

    .tabby-content h1 {
        font-size: 25px;
    }

    .tabby-content p {
        font-size: 10px;
    }

    .f-padding {
        padding-right: 16px;
    }
}

.bottom-footer-copyright {
    font-size: 14px;
}

.bottom-footer-main {
    display: flex;
    justify-content: space-between;
}

.tax-num {
    font-size: 14px;
}

.bottom-footer-copyright {
    gap: 0px;
    justify-content: center;
}

@media screen and (max-width: 680px) {
    .bottom-footer-copyright {
        flex-wrap: nowrap;
        align-items: baseline;
    }

    .bottom-footer-main {
        flex-direction: column;
    }

    .tax-id {
        justify-content: center;
        margin-bottom: 15px;
    }

    .tax-num {
        font-size: 14px;
    }

    section#new-footer {
        padding-bottom: 0px;
    }
}

.read-more-btn {
    background-color: #46463c;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary-custom {
    background: #166A45;
    color: white;
    font-weight: 500;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
}

.btn-light-custom-outline {
    border: 1px solid #fff;
    padding: 12px 19px;
    border-radius: 99px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: transparent;
    border: 1px solid #166A45;
    color: black !important;
    transform: translateY(-2px);
}

/* Custom Global Styles */
.bg-icons,
.gradient-icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;

    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
}

.bg-icons:hover {
    background-color: rgba(42, 125, 195, 1);
    color: white;
    transform: translateY(-2px);
}

.fit-width {
    width: fit-content;
}

.main-title {
    font-size: 3.5rem !important;
    font-weight: 700;
    color: #1f2937;
    text-wrap: nowrap;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem !important;
    }
}

.underline {
    width: 90%;
    height: 10px;
    background: rgba(143, 190, 231, 1);
    margin: 0 auto;
    border-radius: 2px;
}

.servBox {
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgb(223, 223, 223);

}

.servBox:hover {
    border: 1px solid #2BB075;
}

.border-gradient {
    border: 1px solid rgba(42, 125, 195, 1);
    border-radius: 16px;
}

.custom-shadow {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background: var(--Colors-Primary-300, rgba(42, 125, 195, 1)) !important;
    border-color: none !important;
    border-radius: 99px;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.accordion-button {
    padding: 20px;
    color: black !important;
    font-size: 20px;
    justify-content: space-between;
    border-radius: 10px !important;
}

.accordion-button::after {
    content: "" !important;
    display: inline-block !important;

    background-color: #7e7e7e !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 12px !important;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M6.5 3a.5.5 0 0 0 0 1h5.293L3.146 12.646a.5.5 0 0 0 .708.708L12.5 4.707V10a.5.5 0 0 0 1 0V3.5a.5.5 0 0 0-.5-.5H6.5z'/%3e%3c/svg%3e") !important;


    margin-left: 0 !important;

    transition: transform 0.3s ease !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(138deg) !important;
    border: 1px solid rgba(87, 158, 219, 1) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M6.5 3a.5.5 0 0 0 0 1h5.293L3.146 12.646a.5.5 0 0 0 .708.708L12.5 4.707V10a.5.5 0 0 0 1 0V3.5a.5.5 0 0 0-.5-.5H6.5z'/%3e%3c/svg%3e"),
    linear-gradient(74.5deg,
        rgba(87, 158, 219, 1) 0%,
        rgba(87, 158, 219, 1) 50.33%) !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 12px, cover !important;
}

.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #000;
}

.coupon-input {
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    color: #ccc;
    outline: none;
    text-align: right;
    border-radius: 0 16px 16px 0;
}

.apply-btn {
    background-color: rgba(42, 125, 195, 1);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.cart-page-area .sub-total-inner-box {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 29px;
    margin-bottom: 29px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.continue-shoping-cart-button {
    border: 1px solid rgba(42, 125, 195, 1);
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(42, 125, 195, 1);
    border-radius: 8px;
}

.continue-shoping-cart-button {
    border: 1px solid rgba(42, 125, 195, 1);
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(42, 125, 195, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page-area .bottom-box-title {
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    font-family: cairo;
}

/* Global page-load and reveal-on-scroll animations */
.page-fade {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.page-fade.loaded {
    opacity: 1;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.reveal.show {
    opacity: 1;
    transform: none;
}

.reveal.delay-1 {
    transition-delay: 0.1s;
}

.reveal.delay-2 {
    transition-delay: 0.2s;
}

.reveal.delay-3 {
    transition-delay: 0.3s;
}

.reveal.delay-4 {
    transition-delay: 0.4s;
}

.error-page-area h1 {
    font-size: 38px;
    color: #000;
    font-weight: 500;
    font-family: cairo;
}

.error-page-area p {
    font-size: 16px;
}

.primary-btn {
    color: #000000;
    border-radius: 8px;
}

@media (max-width: 620px) {
    .error-page-area {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }

    .error-page-area .text-center {
        margin-top: 0 !important;
    }
}

.product-single-area-v2 .product-single-details .product-info .product-price .price {
    color: #000000;
    font-size: 32px !important;
    font-weight: 500 !important;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.inc {
    background-color: #113350;
    border-radius: 8px;
    color: white;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.inc::before {
    color: white;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.dec {
    background-color: #113350;
    border-radius: 8px;
    color: white;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.dec::before {
    color: white;
}

.product-single-area-v2 .product-single-details .product-info .product-price {

    padding: 10px 0px;

}

.breadcrumb-area-v2 .breadcrumb-pages .page-item {
    color: white;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item .page-item-link {
    color: white;
}

.section-top {
    padding-top: 5rem;
}

@media (max-width: 620px) {
    .hero-section {
        padding: 0px !important;
    }

    .bgSection {
        margin: 0px !important;
    }

    /* .hero-inner-mbl{
        padding: 0px !important;
    }
    #new-header2{
        margin-top: -23px;
    } */
    .btn-light-custom-outline {
        padding: 12px 10px;
    }

    .mbl-login-for {
        display: contents !important;
    }

    .mb-dropdown {
        right: 0px !important;
        left: auto;
    }

    .dropdown-center-mbl {
        text-align: -webkit-center;
    }

}


/* Strong, specific rules placed last so they win */
html[dir="ltr"],
body.direction-ltr,
:root:dir(ltr) {
    direction: ltr;
    text-align: left;
    unicode-bidi: isolate-override;
}

/* Keep RTL explicit also */
html[dir="rtl"],
body.direction-rtl,
:root:dir(rtl) {
    direction: rtl;
    text-align: right;
    unicode-bidi: isolate-override;
}

/* If children elements are stubborn (use as last resort) */
body.direction-ltr * {
    text-align: left;
    direction: ltr;
}

body.direction-rtl * {
    text-align: right;
    direction: rtl;
}

.btn-primary-custom {
    text-align: center !important;
}

.btn-light-custom-outline {
    text-align: center !important;
}

.charitybanner {
    background-image: linear-gradient(
        to right,
        #093924F2 31%,
        #093924BF 70%,
        #09392459 100%,
        #0939241A 129%,
        #09392400 74%
    ),
    url('../images/landing (2).png') !important;

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 510px;

    /* Only vertical centering */
    display: flex;
    align-items: center;
}

.banner-content-C h1 {
    font-size: 42px;
    margin-bottom: 12px;
}

.banner-content-C p {
    font-size: 20px;
    color: white;
}

.donate-btn {
    background-color: #166A45;
    padding: 8px;
    color: white;
    border: 1px solid #166A45;
    border-radius: 12px;
    font-size: 14px;
}

.urgent-cases-box h1 {
    font-size: 34px;
    color: #000000;
    text-align: center !important;


}

.urgent-cases-box p {
    color: #575757;
    font-size: 18px;
    text-align: center !important;
}

.nav-pills .nav-link {
    color: #575757 !important;

    border-radius: 16px;
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
    font-weight: 400;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #166A45;
    /* Green active tab */
}

.cases-tabs {
    background-color: #F6F9F9;
    margin: 0px auto;
    border-radius: 16px;
    padding: 12px;
}

.donation-products-box {
    background-color: #F6F9F9;
    border-radius: 16px;
}

.donation-img {
    border-radius: 16px;
    height: 278px;
}

.donation-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.donation-content {
    margin-top: 14px;
}

.goal-price {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
}

/* Custom CSS starts here */
.custom-progress-bar-container {
    height: 17px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    max-width: 600px;
    /* Optional: limit the width */

}

.custom-progress-bar {
    background-color: #1E8449;
    /* Dark Green */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    display: flex;

    align-items: end;

    padding-left: 12px;
    font-size: 12px;
    font-weight: 400;
}

.progress-text {
    color: white;
}

/* Custom CSS ends here */
.share-tag {
    background-color: #D4F2E4;
    padding: 5px 13px;
    color: black;
    margin-bottom: 0px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
}

.donation-type-feild {
    width: 100%;
    border-radius: 12px;
    height: 52px;
    border: none;
    padding: 0px 14px;
}

.donation-type-feild::placeholder {
    font-size: 12px;
}

.add-to-cart-donation {
    background-color: white;
    border-radius: 12px;
    border: none;
    padding: 8px 14px;
}

.view-details-donation {
    font-size: 18px;
    color: #2BB075;
    font-weight: 500;
    cursor: pointer;
}

.view-all-cases {
    background-color: #166A45;
    padding: 10px 20px;
    border-radius: 16px;
    border: 1px solid #166A45;
    color: white;
    font-weight: 500;
}

.impact-banner {

    background-image: linear-gradient(to right,
    rgba(22, 106, 69, 1) 0%,
    rgba(0, 0, 0, 0.10) 100%),
    url(../images/impact-bg.png) !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 400px;

    /* Only vertical centering */
    display: flex;
    align-items: end;
}

.impact-banner-content-C h1 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.impact-banner-content-C p {
    font-size: 18px;
    color: white;
}

.blog-img-charity {
    height: 250px !important;
    border-radius: 16px;
    width: 100%;
}

.servBox {
    background-color: #F6F9F9;
}

.blog-img-charity-side {
    height: 650px !important;
    border-radius: 16px;
    width: 100%;
}

.below-bog {
    background-color: #019267;
    color: white;
    padding: 40px 12px;
    border-radius: 16px
}

.below-bog p {
    width: 50%;
}

.secure-don-right-box {
    background-color: #F6F9F9;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.secure-don-right-box h1 {
    color: #212121;
    font-size: 32px;
    font-weight: 700;
}

.secure-don-right-box p {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
}

.don-stat h4 {
    font-size: 32px;
    color: #212121;
    font-weight: 500;

}

.don-stat p {
    color: #212121;
    font-weight: 400;
}

.secure-don-left-box {
    background-image: linear-gradient(to right,
    rgba(22, 106, 69, 1) 0%,
    rgba(0, 0, 0, 0.10) 100%),
    url(../images/securehand.jpg) !important;

    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;
    height: 450px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 35px 40px;
}

.secure-don-left-box h1 {
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.secure-don-left-box p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.product-info {
    background-color: #F6F9F9;
    border-radius: 16px;
    padding: 12px;

}

.percentage-done {
    color: #166A45;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;

}

.amount-donation-need {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 8px;
}

.product-single-area-v2 .product-single-details .product-info .product-info-top {
    margin-bottom: 0px;
}

.custom-progress {
    height: 14px;
    /* thin bar like your image */
    background-color: #ffffff;
    /* white background */
    border-radius: 20px;
    /* fully rounded */
    overflow: hidden;
}

.custom-progress .progress-bar {
    background-color: #176b46 !important;
    /* your green color */
    border-radius: 20px;
}

.closer-to-competition {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 8px;
}

.choose-the-amount {
    font-size: 22px;
    color: black;
    font-weight: bold;

}

.selection-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e9ecef; /* Light gray border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Soft shadow */
    color: #333;
    background-color: #fff;
    padding: 1rem;
    width: 100px;
    /* Match the deep rounding in the image */
    border-radius: 1.5rem !important;
}

/* Hover effect */
.selection-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Active state (Green styling) */
.selection-card.active {
    background-color: #e6f5ee; /* Very light green background */
    border-color: #5cb85c; /* Green border color (Bootstrap success green) */
    box-shadow: 0 0 10px rgba(92, 184, 92, 0.3); /* Green glow/shadow */
    color: #2e6040; /* Darker green text for contrast */
    font-weight: 600;
}

/* Text styling for the currency amount */
.currency-amount {
    font-size: 1.5rem; /* Larger number */
    font-weight: 700;
    line-height: 1;
}

.type-amount-product-detail {
    width: 100%;
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid #ffffff;
    border-radius: 12px;
}

.donate-now-detail {
    background-color: #166A45;
    color: white;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #166A45;
}

.share-status {

    color: #166A45;
    font-weight: 500;

}

.donation-proceed {
    color: #575757;


}

.case-summary-title {
    color: #212121;
    font-size: 25px;
    font-weight: 700;
}

.case-summary-box {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 20px;
}

.summary-box-desc-detail {
    font-size: 14px;
    color: #575757;
    margin-bottom: 0px;
}

.status-info-title {
    color: #212121;
    font-size: 25px;
    font-weight: 700;
}

.status-info-box {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 20px;
    background-color: #F9FAFB;
}

.case-number-detail {
    color: black;
    font-weight: bold;
}

.degree-of-need {
    color: #FB3748;
    font-weight: bold;
}

.condition-detail {
    color: #2BB075;
    font-weight: bold;
}

.share-the-stauts-detail-box {
    background-color: #F6F9F9;
    padding: 20px;
    border-radius: 16px;

}

.icons-share svg {
    color: #104D33;
    margin: 0px 12px;
}

.share-thecase-title {
    color: black;
}

.bgSection-breadcrumb {
    background-color: #F6F9F9 !important;
    border-radius: 0px !important;
}

.make-impact-banner {

    background-image: linear-gradient(
        to right,
        rgba(9, 55, 35, 0.90) 0%,
        rgba(9, 55, 35, 0.75) 25%,
        rgba(9, 55, 35, 0.45) 55%,
        rgba(9, 55, 35, 0.15) 75%,
        rgba(9, 55, 35, 0) 100%
    ),
    url(../images/make-impact.jpg) !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 300px;

    /* Only vertical centering */
    display: flex;
    align-items: center;
}

.make-impact-banner-content-C h1 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.make-impact-banner-content-C p {
    font-size: 18px;
    color: white;
}

@media (max-width: 620px) {
    .cases-tabs {
        width: 100%;
    }

    .banner-content-C h1 {
        font-size: 26px;

    }

    .banner-content-C p {
        font-size: 15px;
    }

    .charitybanner {
        height: 300px;
    }

    .donate-btn {
        font-size: 14px;
    }

    .urgent-cases-box h1 {
        font-size: 26px;
    }

    .urgent-cases-box p {
        font-size: 15px;
    }

    .nav-pills .nav-link {
        font-size: 15px;
    }

    .donation-title {
        font-size: 16px
    }

    .donation-type-feild {
        width: 130px;
    }

    .impact-banner-content-C h1 {
        font-size: 26px;
    }

    .impact-banner-content-C p {
        font-size: 15px;
    }

    .secure-don-right-box h1 {
        font-size: 26px;
    }

    .secure-don-right-box p {
        font-size: 14px;
    }

    .don-stat h4 {
        font-size: 24px;
    }

    .don-stat p {

        font-size: 14px;
    }

    .make-impact-banner-content-C h1 {
        font-size: 26px;
    }

    .make-impact-banner-content-C p {
        font-size: 15px;
    }

    .landing-home {
        min-height: 18vh;
    }

    .nav-pills .nav-link {
        font-size: 12px;
    }
}

.quick-donation-box h5 {
    font-size: 20px;
    font-weight: bold;
}

.quick-donation-dropdown {
    width: 330px;
    background: #F6F9F9;
    border-radius: 16px;
    border: 0;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.quick-donation-box {
    direction: rtl;
}

.amount-btn {
    background: #F3F3F3;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    width: 31%;
    font-size: 17px;
}

.quick-amounts {
    display: flex;
    justify-content: space-between;
}

.amount-input {
    height: 48px;
    border-radius: 12px;
    font-size: 18px;
}

.alert-info-box {
    background: #ffffff;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    color: #555;
}


.max-height-200 {
    max-height: 250px !important;
    min-height: 250px !important;
    width: 100%;
    object-fit: cover;
}


.font-15 {
    font-size: 15px !important;
}

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

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-11 {
    font-size: 11px !important;
}


.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.flex {
    display: flex !important;
}

.just-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.just-between {
    justify-content: space-between !important;
}


.donation-type-field {
    width: 100%;
    padding: 7px 14px;
    border: 1.5px solid #d7d7d7;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}

.donation-type-field::placeholder {
    color: #9aa0a6;
    font-weight: 400;
}

.donation-type-field:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    outline: none;
}

.shadow-sm {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;
}

.hidden {
    display: none;
}

.custom-toast-popup {
    position: relative;
    padding-right: 2.5rem;
    /* space for the close icon */
    font-family: 'Cairo', sans-serif;
    /* Arabic-friendly font */
}

.custom-toast-close {
    position: absolute;
    top: 8px;
    left: 8px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
}

.custom-icon-circle {
    width: 120px;
    height: 120px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.custom-title {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 38px;
    color: #000;
    text-align: center;
}

.custom-phone-input {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 10px;
}

.custom-phone-input input {
    border: none;
    padding: 16px;
    font-size: 14px;
    direction: ltr;
    flex: 1;
    outline: none;
}

.custom-phone-code {
    padding: 0 12px;
    color: #777;
    font-size: 14px;
    background: #fff;
    border-right: 1px solid #ccc;
}

.custom-remember-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    gap: 6px;
    margin-bottom: 20px;
}

.custom-login-btn {
    background-color: rgba(42, 125, 195, 1);
    color: #black;
    border: none;
    padding: 14px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.custom-email-link {
    background: none;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.custom-modal-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 16px;
}

.otp-label {
    display: block;
    font-size: 16px;
    color: black;
    margin-bottom: 12px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-box {
    width: 40px;
    height: 45px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease;
}

.otp-box:focus {
    border-color: #000;
}

.otp-modal-content {
    border-radius: 16px;
}

.custom-toast-close {
    position: absolute;
    top: 10px;
    left: 8px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .formbl-scrn {
        display: flex;

    }

    .custom-icon-circle {
        width: 50px;
        height: 50px;
    }

    .custom-title {
        font-size: 22px;
        margin-bottom: 0px;
        padding-right: 12px;
        padding-top: 7px;
        font-family: Cairo;
    }

    .custom-modal-content {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .modal-content {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .modal-dialog {
        display: flex !important;
        align-items: end !important;
    }
}

.price-after-disc-n {
    color: black !important;
}


.cursor {
    cursor: pointer;
}
