:root{
    --main-color: #26205A;
    --second-main-color: black;
    --white-color: #fff;
}



.header-search-extended i {
    color: var(--white-color);
}

.wishlist-link .wishlist-count {
    color: var(--white-color);
}
.cart-dropdown .cart-count {
    color: var(--white-color);
}
.header,.footer-dark {
    background-color:  var(--main-color) !important;
}

footer .widget-list li a {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: var(--white-color);
}

footer .widget-about p {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 0;
   color: var(--white-color);
    max-width: none;
}


.btn-primary {
    color: #fff;
    font-size: 1.4rem;
    background-color: var(--second-main-color);
    border-color: var(--second-main-color);
    box-shadow: none;
}


.wishlist-link .wishlist-count {
    background-color:  var(--second-main-color);
}

.cart-dropdown .cart-count {
    background-color: var(--second-main-color);
}

.social-icon {
    border-color: var(--second-main-color);
}

.header-bottom .container .header-right i {
    padding-right: .8rem;
    color: var(--second-main-color);
}


a.logo {
    color: white;
    font-weight: bold;
    font-size: 30px;
}
#section-two, #section-three{
    padding: 50px 0;
}


 #section-three {

    background: #ededed;
}


#section-four{
    padding: 50px 0;

}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
    color: #26205A;
    border-bottom-color: #26205A;
    font-weight: bold;
    font-size: 32px !important;
    text-decoration: underline;
}


.custom-btns {
    /* background: linear-gradient(135deg, #01411C 0%, #228B22 50%, #32CD32 100%); */
    border: none;
    padding: 7px 15px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* box-shadow: 0 4px 12px rgba(1, 65, 28, 0.3); */
    background: #26205A;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
        .custom-btns:hover {
    background: black;

        }
.product-price {
    color: #26205A;
}

.ratings-val {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #26205A;
}

.owl-item.active {
    border: 1px dotted;
}

img.product-image {
    border-bottom: 1px solid #26205A;
}


.ratings-text {
    color: #26205A;
    letter-spacing: -.01em;
    margin-left: .8rem;
}


.exclass.container.mx-auto.px-4 {
    display: flex
;
    justify-content: space-between;
}
.exclass p{
    color: white;
}



.img-fluid {
    max-width: 100%;
    height: auto;
    height: 25vh;
    width: 100%;
}



           .banner-bg {
            background: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 100%);
            transition: transform 0.3s ease;
        }

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

        .banner-bg:hover {
            transform: scale(1.02);
        }

        .product-image {
            transition: transform 0.3s ease;
        }

        .product-card:hover .product-image {
            transform: scale(1.1);
        }


          .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .card-hover {
            transition: all 0.3s ease;
        }

        .card-hover:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .brand-hover {
            transition: all 0.3s ease;
        }

        .brand-hover:hover {
            transform: scale(1.05);
        }

        .shimmer {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% {
                background-position: -200% 0;
            }

            100% {
                background-position: 200% 0;
            }
        }



        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .content-animate {
            animation: fadeInUp 0.8s ease-out forwards;
        }

.slide-1 {
   background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url("/frontend/assets/banner/img-banner-1.png");

    background-size: cover;
    background-position: center;
}

        .slide-2 {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/frontend/assets/banner/img-banner-2.png');
            background-size: cover;
            background-position: center;
        }

        .slide-3 {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/frontend/assets/banner/img-banner-3.png');
            background-size: cover;
            background-position: center;
        }

        .slide-4 {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/frontend/assets/banner/osay.png');
            background-size: cover;
            background-position: center;
        }

        .slide-5 {
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/frontend/assets/banner/osaay.png');
            background-size: cover;
            background-position: center;
        }

        /* Navigation arrows */
        .nav-btn {
            background: rgba(255, 255, 255, 0.9);
            border: none;
            transition: all 0.3s ease;
            cursor: pointer;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .nav-btn:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        .nav-btn svg {
            color: #333;
            width: 20px;
            height: 20px;
        }

        /* Button - Pakistani flag inspired colors */
        .custom-btn {
            background: linear-gradient(135deg, #01411C 0%, #228B22 50%, #32CD32 100%);
            border: none;
            padding: 12px 24px;
            border-radius: 6px;
            color: white;
            font-weight: 600;
            font-size: 16px;
            text-transform: none;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(1, 65, 28, 0.3);
        }

        .custom-btn:hover {
            background: linear-gradient(135deg, #228B22 0%, #32CD32 50%, #90EE90 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(1, 65, 28, 0.4);
        }

        /* Alternative button for specific slides */
        .custom-btn-white {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border: 2px solid #01411C;
            color: #01411C;
            padding: 10px 24px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .custom-btn-white:hover {
            background: #01411C;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(1, 65, 28, 0.3);
        }

        /* Dots indicators */
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.2);
        }

        /* Typography */
        .main-heading {
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            margin-bottom: 8px;
        }

        .sub-heading {
            font-weight: 400;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            margin-bottom: 8px;
        }

        .description {
            font-weight: 300;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            margin-bottom: 24px;
        }

        /* Progress bar - Pakistani flag green */
        .progress-bar {
            transition: width 0.1s linear;
            background: linear-gradient(90deg, #01411C, #228B22);
        }

        /* Urdu font support */
        .urdu-text {
            font-family: 'Noto Nastaliq Urdu', 'Arial Unicode MS', sans-serif;
            direction: rtl;
            text-align: right;
        }

        /* Mobile responsive */
        @media (max-width: 768px) {
            .carousel-main {
                height: 50vh !important;
                min-height: 400px !important;
            }

            .main-heading {
                font-size: 2.5rem !important;
            }

            .sub-heading {
                font-size: 1.1rem !important;
            }

            .description {
                font-size: 0.95rem !important;
            }

            .nav-btn {
                width: 40px;
                height: 40px;
            }

            .nav-btn svg {
                width: 16px;
                height: 16px;
            }
        }

        @media (max-width: 480px) {
            .carousel-main {
                height: 45vh !important;
                min-height: 350px !important;
            }
        }

        /* Price styling */
        .price-text {
            color: #FFD700;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        /* Badge styling */
        .badge {
            background: rgba(255, 215, 0, 0.9);
            color: #000;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 8px;
        }

        @media (min-width: 992px) {
            .index-sec {
                padding: 20px 40px !important;
            }
        }



        p.text-sm {
    font-size: 14px;

    /* line-height: 18px; */
    color: #000;

}
.text-sms {
    font-size: 12px;

    /* line-height: 18px; */
    color: #000;

}


.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 236 239);
}
