


/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #252B42;
    font-weight: 700;
}

body {
    color: #737373;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a, button, input, textarea{
    outline: none !important;
}

.section-padding{
    padding: 80px 0;
}
/* Custom Container Width */
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
    width: 100%;
  }
}


/* Top Bar Styling */
        .top-bar {
            background-color: #252B42;
            color: white;
            padding: 20px 0;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
        }
        .top-bar a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
        }

        /* Navbar Styling */
        .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #252B42 !important;
    margin-right: 60px;
}
        .nav-link {
            color: #737373 !important;
            font-weight: 700;
            margin: 0 3px;
        }
        .login-link {
            color: #23A6F0 !important;
            font-weight: 700;
        }


span.left-top-bar-single {
    margin-right: 25px;
}

span.left-top-bar-single i {
    margin-right: 5px;
    font-size: 16px;
}

.top-bar i {
    font-size: 16px;
}

ul.navbar-nav.mx-auto {
    margin-left: 90px !important;
}

a.nav-link i {
    font-size: 16px;
    color: #23A6F0;
}

a.nav-link.text-primary {
    color: #23A6F0 !important;
}

li.nav-item i {
    color: #737373;
}



/* Hero Section CSS */
/* Hero Section Main Style */
.hero-section {
    position: relative;
    overflow: hidden; /* Image baire jate scroll bar na ashe */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/* Typography Adjustments */
.hero-section h1 {
    color: #252B42;
    letter-spacing: 0.2px;
    font-size: 58px;
    line-height: 80px;
}

.hero-section h5 {
    color: #2A7CC7;
    font-size: 16px;
}

.hero-section p {
    color: #737373;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 30px;
}

/* Shop Now Button */
.btn-primary {
    background-color: #23A6F0 !important;
    border-radius: 5px;
    border-color: #23A6F0 !important;
    padding: 15px 40px !important;
}

/* Image Positioning to Match Figma */
.hero-img-container {
    position: absolute;
    left: 160px; /* Figma'r moto slide korate eita adjust korun */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-girl {
    max-width: 700px; /* Design onujayi size set korun */
    height: 100%;
}

/* White Circle Overlay (Jodi Figma te thake) */
.hero-img-container::before {
    top: 50%;
    left: 50%;
    transform: translate(-58%, -50%);
}

.btn-primary:hover {
    background: linear-gradient(90deg, #ABECD6 0%, #96E9FB 100%);
    color: #252B42;               
}

section.hero-section .container {
    background: linear-gradient(90deg, #96E9FB 0%, #ABECD6 100%);
    height: 620px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 70px;
    margin-right: 105px;
}

.text-white.content-box {padding-left: 100px;}


/* Footer CSS */
/* Link Styles */
.footer-middle ul li {
    margin-bottom: 12px;
}

.footer-middle ul li a {
    text-decoration: none;
    color: #737373;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
}

.footer-middle ul li a:hover {
    color: #23A6F0;
}

/* Heading Styles */
.footer-middle h5 {
    font-size: 16px;
    color: #252B42;
}

/* Subscription Form */
.form-control {
    border: 1px solid #E6E6E6;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    box-shadow: none;
    border-color: #E6E6E6;
}

.btn-primary {
    background-color: #23A6F0;
    border-color: #23A6F0;
    border-radius: 0 5px 5px 0;
}

.btn-primary:hover {
    background-color: #1a89c9;
}

/* Text Muted/Small */
.text-muted {
    color: #737373 !important;
    font-size: 12px;
}

.footer-bottom p {
    font-size: 14px;
    color: #737373 !important;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.footer-top.bg-light.py-5 {
    background: #FAFAFA !important;
}

.social-icons a i {
    color: #23A6F0 !important;
}


.footer-middle.bg-white {
    padding-bottom: 50px;
}

.footer-top.bg-light hr {
    margin: 0 !important;
}


.footer-bottom.bg-light {
    padding: 25px 0;
}

.footer-top.bg-light {
    padding: 55px 0;
}



/* Editors Pics Section CSS */
.editors-pick h2 {
    color: #252B42;
    letter-spacing: 0.2px;
    font-size: 24px;
}

.editors-pick p {
    font-size: 14px;
    color: #737373 !important;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Card Container */
.category-card {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* White Labels */
.card-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: white;
    padding: 12px 30px;
    font-weight: 700;
    color: #252B42;
    text-transform: uppercase;
    font-size: 16px;
}

/* Heights for different layouts */
.main-card {
    height: 500px; 
}

.side-card {
    height: 500px;
}

.mini-card {
    height: 237px; 
}

/* Hover Effect (Optional but good for UI) */
.category-card:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

section.editors-pick {
    padding: 80px 0;
    background: #FAFAFA;
}

.category-card.main-card .card-label {
    width: 170px;
    text-align: center;
}

.category-card.mini-card:first-child {
    margin-bottom: 10px;
}


/* Product List CSS */

/* Product Card Styles */
.product-card {
    transition: transform 0.3s ease;
    padding-bottom: 35px;
}

.product-img-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-dept {
    font-size: 14px;
    font-weight: 700;
    color: #737373;
    margin-bottom: 10px;
}

/* Price Styles */
.old-price {
    color: #BDBDBD;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 5px;
    letter-spacing: 0.1px;
}

.new-price {
    color: #23856D;
    font-weight: 700;
    letter-spacing: 0.1px;
}

/* Color Circles */
.dot {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
}

.blue   { background-color: #23A6F0; }
.green  { background-color: #23856D; }
.orange { background-color: #E77C40; }
.dark   { background-color: #252B42; }

section.product-section {
    padding: 80px 0;
}

.product-section h6.text-muted {
    font-size: 20px;
    font-weight: 400 !important;
}

h3.fw-bold {
    font-size: 24px;
}


.product-section .row.g-4 {
    margin-top: 50px;
}

.price-tag.mb-2 {margin-bottom: 0px !important;}

.color-options {
    margin-top: 15px;
}

.product-img-wrapper {margin-bottom: 25px;}



/* promo section css */
        .promo-main {
            background-color: #ffffff;
        }

        .promo-banner-img img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .promo-content-box {
            padding-left: 50px;
        }

        .promo-badge {
            font-size: 16px;
            font-weight: 700;
            color: #bdbdbd;
            letter-spacing: 0.1px;
            margin-bottom: 30px;
            line-height: 24px;
        }

        .promo-title {
            font-size: 40px;
            font-weight: 700;
            color: #252b42;
            line-height: 50px;
            margin-bottom: 30px;
        }

        .promo-description {
            font-size: 20px;
            color: #737373;
            max-width: 380px;
            margin-bottom: 35px;
            line-height: 30px;
        }

        
        .promo-btn-green {
            background-color: #2DC071 !important;
            color: #ffffff;
            border: none;
            padding: 15px 40px;
            font-weight: 700;
            border-radius: 5px;
            margin-right: 15px;
            text-transform: uppercase;
            transition: 0.3s ease;
        }

        .promo-btn-green:hover {
            background-color: #25a05d;
            box-shadow: 0 4px 15px rgba(45, 192, 113, 0.3);
        }

        .promo-btn-outline {
            background-color: transparent;
            color: #2dc071;
            border: 1px solid #2dc071;
            padding: 15px 40px;
            font-weight: 700;
            border-radius: 5px;
            text-transform: uppercase;
            transition: 0.3s ease;
        }

        .promo-btn-outline:hover {
            background-color: #2dc071;
            color: #ffffff;
        }

        /* promo mobile responsive */
        @media (max-width: 768px) {
            .promo-main {
                padding: 40px 0;
                text-align: center;
            }
            .promo-content-box {
                padding-left: 15px;
                padding-right: 15px;
                margin-top: 30px;
            }
            .promo-description {
                margin-left: auto;
                margin-right: auto;
            }
            .promo-btn-group {
                justify-content: center;
            }
        }


/* Blog Section CSS */
.blog-section {
            padding: 110px 0;
        }

        /* blog header style */
        .blog-header {
            text-align: center;
            margin-bottom: 80px;
        }
        .blog-header h6 {
            color: #23A6F0;
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 10px;
        }
        .blog-header h2 {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 50px;
            letter-spacing: 0.2px;
        }
        .blog-header p {
            color: #737373;
            font-size: 14px;
            max-width: 470px;
            margin: 0 auto;
            font-weight: 400;
        }

        /* Blog Card Style */
        .blog-card {
            border: none !important;
            box-shadow: 0px 2px 4px 0px #0000001A;
            transition: 0.3s;
            height: 100%;
            border-radius: 0px !important;
        }
        .blog-card:hover {
            transform: translateY(-5px);
        }

        .img-container {
            position: relative;
        }
        .badge-new {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #E74040;
            color: white;
            padding: 2px 10px;
            border-radius: 3px;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.2px;
        }

        .blog-body {
            padding: 25px;
        }
        .category-links {
            font-size: 12px;
            margin-bottom: 10px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0.2px;
        }
        .category-links a {
            text-decoration: none;
            margin-right: 10px;
            color: #737373;
        }
        .category-links a:first-child { color: #8EC2F2; }

        .blog-title {
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
            margin-bottom: 10px;
            max-width: 75%;
            letter-spacing: 0.2px;
        }

        .blog-desc {
            font-size: 14px;
            color: #737373;
            margin-bottom: 20px;
            line-height: 20px;
            letter-spacing: 0.2px;
        }

        /* Blog Meta Content (Date & Comments) */
        .blog-meta {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #737373;
            margin-bottom: 20px;
            line-height: 16px;
            letter-spacing: 0.2px;
        }
        .blog-meta i {
            color: #23A6F0;
            margin-right: 5px;
        }
        .meta-comments i {
            color: #23856D;
        }

        .learn-more {
            text-decoration: none;
            color: #737373;
            font-weight: 700;
            font-size: 14px;
            transition: 0.3s;
            line-height: 24px;
            letter-spacing: 0.2px;
        }
        .learn-more:hover {
            color: #23A6F0;
        }
        .learn-more i {
            margin-left: 5px;
            color: #23A6F0;
        }

.img-container img {
    height: 300px;
    object-fit: cover;
    border-radius: 0 !important;
}

.blog-meta i {
    font-size: 16px;
}

.blog-section .col-md-4 {
    padding: 0 5px;
}


/* Product Carousel Styleing CSS */
/* Slider Background */
.slider-section {
    background-color: #23856D; 
    color: white;
}

/* Text Styling */
.sub-title {font-weight: 400;font-size: 20px;margin-bottom: 30px;line-height: 30px;letter-spacing: 0.2px;color: #fff;}
.main-title {font-size: 56px;font-weight: 700;margin-bottom: 20px;line-height: 80px;letter-spacing: 0.2px;color: #fff;}
.description {font-size: 14px;font-weight: 400;max-width: 350px;margin-bottom: 30px;color: #fff;letter-spacing: 0.2px;}

/* Price & Button */
.price-action { display: flex; align-items: center; gap: 30px; }
.price {font-size: 24px;font-weight: 700;line-height: 32px;letter-spacing: 0.1px;}
.btn-add {
    background-color: #2DC071;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 14px;
}

/* Custom Nav Arrows (Figma style) */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    width: 25px !important;
    height: 45px !important;
}
.owl-prev { left: 20px; }
.owl-next { right: 20px; }

/* Bottom Dots/Indicators */
.owl-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); }
.owl-dot span { width: 60px !important; height: 6px !important; border-radius: 0 !important; }

/* Bottom Dots/Indicators */
.owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; 
    gap: 1px;    
}

.owl-dot span { 
    width: 62px !important; 
    height: 10px !important; 
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;  
    border-radius: 0 !important; 
    display: block; 
    transition: all 0.3s ease;
}

/* Active Dot Style */
.owl-dot.active span {
    background: #FFFFFF !important;
}

/* When Hover Heiglighted */
.owl-dot:hover span {
    background: rgba(255, 255, 255, 0.5) !important;
}

/* arrow button size and collor */
.owl-nav button svg {
    width: 24px;   
    height: 44px;  
    fill: none;
    stroke: white; 
    stroke-width: 2px;
}

.owl-nav button:hover svg {
    opacity: 0.7;
}

.product-slider .slider-section .col-md-6.img-content {
    margin-top: 110px;
}





/* Hero Slider Modified CSS */
section.slider-section.hero-slider {
    background-color: #00bae1;
}

section.slider-section.hero-slider .col-md-6.img-content {
    margin-top: 0px;
}

section.slider-section.hero-slider .col-md-6.img-content img {
    height: 700px;
    object-position: top center;
    object-fit: cover;
}


.btn-add:hover {
    background: #252B42;
}

section.slider-section.hero-slider h5.sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 35px;
}

section.slider-section.hero-slider p.description {
    font-size: 20px;
    line-height: 30px;
    max-width: 370px;
    margin-bottom: 35px;
}

section.slider-section.hero-slider button.btn-add {
    font-size: 24px;
    line-height: 32px;
}

section.slider-section.hero-slider .main-title {
    margin-bottom: 35px;
}



/* Ctagories CSS */
.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px; 
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s ease;
}


.category-card:hover img {
    transform: scale(1.05);
}

/* Image Overlay */
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21212140 !important; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: background 0.3s ease;
}

.category-card:hover .category-overlay {
    background: rgba(0, 0, 0, 0.3) !important; 
}

/* Text Styles */
.category-text h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    line-height: 24px;
}

.category-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}


/* BreadCamb CSS */
/* Breadcrumb Area Background and Padding */
.breadcrumb-area {
    padding: 35px 0;
    background-color: #FAFAFA;
}

/* Left side Title Style */
.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #252B42; 
    margin: 0;
    line-height: 32px;
}

/* Right side Breadcrumb list */
.breadcrumb-nav {
    display: flex;
    justify-content: flex-end; 
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-list li a {
    text-decoration: none;
    color: #252B42;     font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.breadcrumb-list li.active {
    color: #BDBDBD; 
    font-weight: 700;
    font-size: 14px;
}

.breadcrumb-list li.separator {
    color: #b5b5b5;
    font-size: 14px;
    display: flex;
    align-items: center;
}

section.shop-category-section {
    background: #FAFAFA;
}


/* Filter CSS */
.filter-row {
            background-color: #fff;
            padding: 25px 25px;
            border-radius: 8px;
        }
        .showing-text {
            font-weight: 700;
            color: #737373;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.2px;
        }
        .view-label {
            font-weight: 700;
            color: #737373;
            margin-right: 10px;
            line-height: 24px;
            letter-spacing: 0.2px;
        }
        .view-btn {
            border: 1px solid #ECECEC;
            background: white;
            padding: 15px;
            border-radius: 5px;
            color: #737373;
            margin-right: 15px;
            transition: 0.3s;
        }
        .view-btn.active {
            color: #2c3e50;
            border-color: #ECECEC;
        }
        .sort-select {
    border: 1px solid #DDDDDD;
    padding: 15px;
    border-radius: 5px;
    color: #737373;
    min-width: 150px;
    outline: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-color: #F9F9F9;
}
        .btn-filter {
            background-color: #23A6F0 !important;
            color: #fff !important;
            border: none;
            padding: 15px 28px;
            border-radius: 5px;
            font-weight: 700;
            margin-left: 15px;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.2px;
        }
        .btn-filter:hover {
            background-color: #1a99e6;
            color: #fff;
        }

        section.product-section.shop-page-product-section {
    padding: 50px 0;
}

section.product-section.shop-page-product-section .row.g-4 {
    margin-top: 0px;
}
section.product-section.shop-page-product-section .row {row-gap: 50px;}


/* Container and General Styling */
.custom-pagination {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #BDBDBD;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.custom-pagination .page-item .page-link {
    border: none;
    border-right: 1px solid #eee;
    padding: 25px 25px; /* Standard Padding */
    font-weight: 700;
    color: #23A6F0;
    background-color: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    border: 1px solid #E8E8E8 !important;
}

/* Page 2 Active State */
.custom-pagination .page-item.active .page-link {
    background-color: #23A6F0 !important;
    border-color: #23A6F0 !important;
    color: #fff !important;
}

/* "First" Button Style */
.custom-pagination .page-link.first-btn {
    background-color: #f5f5f5;
    color: #999;
}

/* Remove last border */
.custom-pagination .page-item:last-child .page-link {
    border-right: none;
}

/* --- RESPONSIVE DESIGN --- */

/* For Mobile Devices (Small screens) */
@media (max-width: 576px) {
    .custom-pagination .page-item .page-link {
        padding: 10px 15px; /* Padding komiye dewa hoyeche */
        font-size: 14px;
    }
}

/* Hover Effect */
.custom-pagination .page-link:hover:not(.active) {
    background-color: #f3f3f3;
    color: #BDBDBD;
}

ul.pagination.custom-pagination {
    margin-top: 50px;
}

.logo-section {
    padding: 50px 0;
    background-color: #FAFAFA; 
}

.client-logo {
    max-width: 150px; 
    height: auto;
    filter: grayscale(100%); 
    transition: all 0.3s ease;
}


nav.breadcrumb-nav.shop-page-single {
    justify-content: flex-start !important;
}


/* Product CSS */
.product-title {
  color: #252b42;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.stars {
  color: #f3cd03;
  margin: 10px 0;
}
.reviews {
  color: #737373;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 10px;
}
.price {
  font-size: 24px;
  font-weight: 700;
  color: #252B42;
  line-height: 32px;
  letter-spacing: 0.1px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.availability {
  color: #737373;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.status {
  color: #23A6F0;
}
.single-product-area .description {
  color: #858585;
  font-size: 14px;
  padding: 25px 0;
  line-height: 20px;
  font-weight: 400;
  max-width: 430px;
  border-bottom: 1px solid #BDBDBD;
}
.color-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.btn-select {
    background-color: #23a6f0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.action-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 65px;
}
.icon-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252b42;
    background: #fff;
}

/* Owl Carousel Customization */
.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px !important;
  color: #fff !important;
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}
.thumbnail-container {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.thumb-img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
}
.thumb-img.active {
  opacity: 1;
  border: 1px solid #23a6f0;
}

section.single-product-area {
    background: #FAFAFA;
    padding-bottom: 50px;
}

.stars i.fas {
    margin-right: 5px;
    color: #F3CD03;
}

section.slider-section.another-slider-section .owl-carousel .owl-item img {
    height: 600px;
    object-fit: contain;
    margin-top: 110px;
}

section.slider-section.another-slider-section {
    height: 710px;
}
@media (min-width: 992px) {
    .single-product-area .custom-row {
        --bs-gutter-x: 60px; 
    }
}



/* Description Area Styles */
/* Tabs Styling */
.description-tabs-area .nav-tabs .nav-link {
    color: #737373 !important;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 24px;
    line-height: 24px;
}

.description-tabs-area .nav-tabs .nav-link.active {
    color: #252B42 !important;
    background: none;
    border-bottom: 2px solid #23A6F0; /
}

/* Content Styling */
.section-title {
    color: #252B42;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.desc-text p {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Custom List Styling */
.custom-list li {
    color: #737373;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.custom-list li i {
    font-size: 16px;
    color: #858585; 
    margin-right: 15px;
}

/* Image styling */
.desc-img-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 6px !important;
    background: none !important;
    position: relative;
    z-index: 1;
}

/* Spacing Adjustment for 60px gap on desktop */
@media (min-width: 992px) {
    .gx-lg-5 {
        --bs-gutter-x: 60px;
    }
}

.desc-img-card img:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3;
}

.desc-img-card {
    position: relative;
    z-index: 1;
}

.desc-img-card:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    width: 100%;
    height: 100%;
    background: #C4C4C433;
    border-radius: 6px;
}

section.description-tabs-area {
    padding-top: 10px;
    padding-bottom: 25px;
}

.middle-section-css {
    margin-left: 0px;
}



/* Bestseller Products Section */
.bestseller-products {
    background-color: #FAFAFA;
    padding: 50px 0;
}

.bestseller-products .section-header h3 {
    font-size: 24px;
    color: #252B42;
    letter-spacing: 0.1px;
    padding-bottom: 10px;
    line-height: 32px;
}

.bestseller-products .section-header hr {
    border: 1px solid #ECECEC;
    opacity: 1;
    margin: 0;
}

/* Card Styling */
.bestseller-products .product-card-sm {
    transition: transform 0.3s ease;
    border-radius: 0; 
    border: none;
}

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

.bestseller-products .product-card-sm img {
    height: 280px;
    object-fit: cover;
    border-radius: 0;
}

.bestseller-products .product-card-sm .card-body {
    padding: 25px 25px 35px 25px;
    text-align: left;
}

.bestseller-products .product-name {
    font-size: 16px;
    font-weight: 700;
    color: #252B42;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.bestseller-products .department {
    font-size: 14px;
    font-weight: 700;
    color: #737373;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/* Price Styling */
.bestseller-products .price-box {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.bestseller-products .old-price {
    font-size: 16px;
    font-weight: 700;
    color: #BDBDBD;
    text-decoration: line-through;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.bestseller-products .new-price {
    font-size: 16px;
    font-weight: 700;
    color: #23856D; 
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bestseller-products .product-card-sm img {
        height: 250px;
    }
}

.footer-top.bg-light .d-flex.justify-content-between.align-items-center {
    padding-bottom: 40px;
}


/* another navbar CSS */
/* Unique Wrapper to prevent conflict */
.main-navigation-wrapper {
    background-color: #fff;
}

/* Brand styling */
.main-navigation-wrapper .navbar-brand {
    font-size: 24px;
    color: #252B42 !important;
    letter-spacing: 0.1px;
    font-weight: 700;
    line-height: 32px;
}

/* Nav Link Styling */
.main-navigation-wrapper .navbar-nav .nav-link {
    color: #737373 !important;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
    line-height: 24px;
}

.main-navigation-wrapper .navbar-nav .nav-link.active,
.main-navigation-wrapper .navbar-nav .nav-link:hover {
    color: #252B42 !important;
}

/* Login Link */
.main-navigation-wrapper .login-link {
    color: #23A6F0;
    font-size: 14px;
}

/* Custom Button Styling */
.main-navigation-wrapper .btn-primary-custom {
    background-color: #23A6F0;
    border: none;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.3s ease;
    line-height: 22px;
}

.main-navigation-wrapper .btn-primary-custom:hover {
    background-color: #1a89c9;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(35, 166, 240, 0.3);
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
    .main-navigation-wrapper .navbar-nav {
        text-align: center;
        padding: 20px 0;
    }
    
    .main-navigation-wrapper .nav-actions {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 20px;
    }
    
    .main-navigation-wrapper .login-link {
        margin-right: 0 !important;
    }
}

a.login-link.me-8.fw-bold.text-decoration-none {
    margin-right: 45px;
}


/* Custom Wrapper for Scoped Styling */
.bandage-about-section {
    background-color: #fff;
    overflow-x: hidden; 
}

/* Hero Content Styles */
.bandage-about-section .hero-container {
    padding: 80px 0;
}

.bandage-about-section .sub-heading {
    color: #252B42;
    letter-spacing: 0.1px;
}

.bandage-about-section .main-heading {
    color: #252B42;
    font-size: 58px;
    letter-spacing: 0.2px;
}

.bandage-about-section .description-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 380px;
}

/* Image Positioning logic */
.hero-image-wrapper {
    position: relative;
    margin-right: -130px;
}

.hero-image {
    max-width: 110%; 
    height: auto;
}

/* Responsive Mobile Adjustments */
@media (max-width: 991px) {
    .hero-image-wrapper {
        margin-right: 0;
        text-align: center;
        margin-top: 50px;
    }
    .hero-image {
        max-width: 100%;
    }
    .bandage-about-section {
        text-align: center;
    }
    .bandage-about-section .description-text {
        margin: 0 auto 30px;
    }
    .bandage-about-section .main-heading {
        font-size: 40px;
    }
}

.main-navigation-wrapper {
    overflow: hidden;
}

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

.hero-container.container h6.text-uppercase.fw-bold.mb-4.sub-heading {
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #252B42;
}

.main-heading {
    font-size: 58px;
    line-height: 80px;
    letter-spacing: 0.2px;
    color: #252B42 !important;
}

.hero-container.container .description-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    max-width: 370px;
}


/* Problems Trying Section Styles */
.problems-trying-area {
    background-color: #fff;
    padding: 50px 0px; 
}

/* Subtitle Styling */
.problems-trying-area .subtitle {
    color: #E74040; 
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* Main Title Styling */
.problems-trying-area .main-title {
    color: #252B42; 
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    max-width: 400px; 
}

/* Description Text Styling */
.problems-trying-area .description-text {
    color: #737373; 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .problems-trying-area {
        padding: 40px 0;
        text-align: center;
    }
    .problems-trying-area .main-title {
        margin: 0 auto;
        font-size: 22px;
    }
    .problems-trying-area .description-content-right {
        padding-left: 0 !important;
        margin-top: 20px;
    }
}


.hero-container.container  {
    width: 1150px;
}

.problems-trying-area .container {
    width: 1150px;
}


/* Stats Section Styling */
.bandage-stats-section {
    background-color: #fff;
    padding: 80px 0; 
}

/* Number Styling */
.bandage-stats-section .stat-number {
    color: #252B42;
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    line-height: 80px;
}

/* Label Styling */
.bandage-stats-section .stat-label {
    color: #737373; 
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .bandage-stats-section {
        padding: 60px 0;
    }
    .bandage-stats-section .stat-number {
        font-size: 40px; 
    }
}

.bandage-stats-section .container {
    width: 1150px;
}



/* Video Section Styling */
.bandage-video-section {
    background-color: #fff;
    padding: 100px 0; 
}

.video-card {
    border-radius: 20px; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: scale(1.02); 
}

.video-thumbnail {
    height: 540px; 
    object-fit: cover;
    filter: brightness(0.9);
}

/* Play Button Styling */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.58%, rgba(56, 56, 56, 0.84) 100%);
}

.play-btn {
    width: 90px; 
    height: 90px;
    background-color: #23A6F0 !important; 
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
}

.play-btn:hover {
    background-color: #1a8ccf;
    transform: scale(1.1);
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .video-thumbnail {
        height: 300px;
    }
    .play-btn {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }
}


section.slider-section.hero-slider .owl-carousel .owl-stage-outer .container {
    max-width: 1320px;
}

section.slider-section.hero-slider .owl-carousel .owl-stage-outer .text-content {
    padding-left: 100px;
}


/* Stats & Video Section Shared Font */
.bandage-video-full-width {
    background-color: #fff;
    padding: 100px 0;
}

/* Container Width forced to 1150px as requested */
.custom-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0; 
}

/* Video Card Styling */
.video-outer-box {
    width: 100%;
}

.video-content-card {
    border-radius: 20px; 
    overflow: hidden;
    cursor: pointer;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1;
}

.main-video-img {
    width: 100%;
    height: 540px; 
    object-fit: cover;
    display: block;
}

/* Play Button Overlay Styling */
.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.58%, rgba(56, 56, 56, 0.84) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.play-icon-btn {
    width: 96px;
    height: 96px;
    background-color: #23A6F0; 
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: transform 0.3s ease;
    z-index: 3;
    border: none;
}

.play-icon-btn:hover {
    transform: scale(1.1);
    background-color: #1a8ccf;
}

/* Responsive view for Mobile and Tablets */
@media (max-width: 1200px) {
    .custom-container {
        padding: 0 15px; 
    }
}

@media (max-width: 768px) {
    .main-video-img {
        height: 350px;
    }
    .play-icon-btn {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }
}


/* Team Section General Styling */
.team-section {
    background-color: #fff;
    padding: 110px 0;
}

.section-title {
    color: #252B42;
    font-size: 40px;
    letter-spacing: 0.2px;
    line-height: 50px;
}

.section-description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* Team Card Styling */
.team-card {
    padding: 0;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.member-img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.member-name {
    color: #252B42;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.member-profession {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700 !important;
    line-height: 24px;
}

/* Social Icons Styling */
.social-links a {
    color: #23A6F0;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #1a8ccf;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
    .member-img-box img {
        height: auto;
    }
}

.social-links.d-flex.justify-content-center.gap-3.mt-3 {
    gap: 20px !important;
}

.team-section .row.justify-content-center.text-center {
    margin-bottom: 100px;
}


section.logo-section.about-us-page-logo h2.section-title {
    margin-bottom: 30px !important;
}

section.logo-section.about-us-page-logo p.section-description {
    margin-bottom: 75px;
}

section.logo-section.about-us-page-logo {
    padding: 80px 0;
}



/* Work With Us Section Styling */
.work-with-us-section {
    overflow: hidden;
    background: #23A6F0;
}

/* Custom Primary Blue Background */
.bg-primary-custom {
    background-color: #23A6F0 !important; 
}

/* Content Box Styling */
.work-with-us-section .content-box {
    width: 530px !important;
}

.work-with-us-section .letter-spacing-1 {
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.work-with-us-section .main-title {
    font-size: 40px;
    line-height: 50px;
}

.work-with-us-section .description-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

/* Custom Outline Button */
.work-with-us-section .action-btn {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease;
    line-height: 22px;
}

.work-with-us-section .action-btn:hover {
    background-color: #ffffff;
    color: #23A6F0;
}

/* Image Container to maintain full height */
.side-image-wrapper {
    height: 100%;
}

.object-fit-cover {
    object-fit: cover;
}

/* Mobile Responsive view */
@media (max-width: 991px) {
    .work-with-us-section .content-box {
        text-align: center;
        max-width: 100%;
    }
    
    .work-with-us-section .main-title {
        font-size: 32px;
    }
    
    .work-with-us-section .col-lg-5 {
        display: block !important;
        height: 400px;
    }
}

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

.price-action span.price {
    color: #fff;
}

a.dropdown-item {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #737373;
}

.dropdown-toggle::after {
    display: none;
}

.top-bar .custom-container {
    max-width: 1440px;
}

.navbar-section .custom-container {
    width: 100%;
    max-width: 1330px;
}

section.slider-section.hero-slider .main-title {
    width: 120%;
}

.footer-top.bg-light {
    background: #FAFAFA !important;
    padding-bottom: 0;
}

.footer-middle.bg-white hr {
    margin: 0;
    margin-bottom: 50px;
}

.footer-middle.bg-white button.btn.btn-primary {
    width: 115px;
    text-align: center;
    padding: 0 !important;
}

.custom-container.px-5.another-page-container {
    max-width: 1215px;
}

.custom-container.d-flex.align-items-center.justify-content-between.another-page-container {
    max-width: 1125px;
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {


}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
@media (max-width: 991px) {
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        padding-bottom: 30px;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
        overflow-x: hidden; 
    }

    .custom-container {
        padding: 0 15px !important;
        position: relative;
    }

    
    .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }
}

.navbar-nav.ms-auto.align-items-center.d-flex.flex-row {
    display: none !important;
}

.navbar-light .navbar-nav .nav-link {
    text-align: center;
}

.top-bar.d-none.d-lg-block {
    display: none !important;
}

.navbar-nav {
    top: 30px;
    position: relative;
}

section.slider-section.hero-slider .owl-carousel .owl-stage-outer .text-content {
    padding-left: 0;
    text-align: center;
    padding: 150px 0;
}

section.slider-section.hero-slider .main-title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
}

section.slider-section.hero-slider p.description {
    width: 290px;
    margin: 0 auto;
}

section.slider-section.hero-slider button.btn-add {
    margin: 30px auto 0px;
}

section.slider-section.hero-slider .col-md-6.img-content img {height: 450px;object-position: center !important;}

.category-card.side-card {
    margin-top: 30px;
}

.category-card.mini-card:first-child {
    margin-top: 30px;
}


.main-title {
    font-size: 40px;
    line-height: 50px;
}

.text-content {
    text-align: center;
    padding-top: 150px;
}

.price-action {display: inline-grid;gap: 10px;}

section.slider-section.another-slider-section .owl-carousel .owl-item img {
    margin-top: 0;
}


section.slider-section.another-slider-section {
    height: 1019px;
}

.promo-btn-group {
    display: block !important;
    align-items: center;
}

.promo-btn-green {
    text-align: center;
    margin: 0 auto 25px;
}

.promo-banner-img img {
    margin-top: 30px;
}

.blog-section {
    padding-top: 30px;
}

.blog-title {
    max-width: 100%;
}

.footer-middle.bg-white .col-6 {
    width: 100%;
}

.footer-top.bg-light .d-flex.justify-content-between.align-items-center {
    display: block !important;
}

.social-icons {
    margin-top: 20px;
}

.breadcrumb-area .row.align-items-center {display: inline-block;text-align: center;width: 100%;}

.breadcrumb-nav {
    justify-content: center;
    margin-top: 10px;
}

.filter-row {
    align-items: center;
    justify-content: center;
}

.showing-text {
    margin: 0 auto 25px;
}

.d-flex.align-items-center {
    margin: 0 auto 25px;
}

.logo-section .col-6 {
    width: 100%;
}

.logo-section .row.align-items-center {
    gap: 30px !important;
    display: flex !important;
}

ul.breadcrumb-list {
    margin: 0 auto;
}

h2.product-title {
    margin-top: 30px;
}

.hero-container.container {
    width: 100%;
}

.main-heading {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.hero-container.container .description-text {
    width: 100%;
    text-align: center;
}

.main-navigation-wrapper .btn-primary-custom {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problems-trying-area .container {
    width: 100%;
}

.bandage-stats-section .container {
    width: 100%;
}

.bandage-video-full-width {
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-section {
    padding-top: 0;
    padding-bottom: 30px;
}

.bandage-stats-section {
    padding: 0;
}

.team-section .row.justify-content-center.text-center {
    margin-bottom: 30px;
}

ul.navbar-nav.mx-auto {
    margin-left: 0px !important;
}

.nav-actions {
    margin-top: 30px !important;
}

.work-with-us-section .content-box {
    padding-top: 50px;
    padding-bottom: 30px;
}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media screen and (max-width: 1280px) {
    .custom-container {
        max-width: 1140px; 
        padding: 0 20px;
    }
    
    
    .main-title {
        font-size: 48px; 
        line-height: 60px;
    }

    .navbar-section .custom-container {
    max-width: 1210px !important;
}
}

