*{
    font-family: "Lexend", sans-serif;

}

p{
     font-family: "Lexend", sans-serif;
    font-size: 16px;

}
ul li {
    list-style: none;
     font-family: "Lexend", sans-serif;
    font-size: 16px;
}

.ads_box_section {
    background-image: url('../img/Untitled-3.jpg');
    background-size: contain;
    background-position: start;
    background-repeat: no-repeat; 
    padding:60px 0;
}


a{
    text-decoration: none !important;
}


/* Custom styles */
        .menu li a{
          font-size: 17px !important;
          font-weight: 500 !important;
          color: #000000 !important;
          letter-spacing: 1px !important;
        }

        .navbar {
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        /* Sticky header styles */
        .navbar.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1058;
            background-color: rgba(255, 255, 255, 0.98);
            padding: 10px 0;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            animation: slideDown 0.3s ease-out;
        }
        
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
        
        /* Add padding to body when header is sticky */
        body.sticky-padding {
            padding-top: 70px;
        }
        
        .navbar-brand img {
            width: 230px;
            height: 60px;
            transition: all 0.3s;
        }
        
        .navbar.sticky .navbar-brand img {
            height: 50px;
        }
        
        /* .nav-link {
            font-weight: 500;
            padding: 8px 15px;
            transition: all 0.3s;
        } */
        
        .navbar.sticky .nav-link {
            padding: 6px 15px;
        }
        
        .cta-button {
            background-color: #012169 !important; /* Updated to dark green */
            color: #ffffff !important;
            border-radius: 50px !important;
            padding: 8px 20px !important;
            font-weight: 600 !important;
            transition: all 0.3s !important;
        }
        
        .cta-button:hover {
            background-color: #012169 !important; /* Darker shade of green */
            transform: translateY(-2px) !important;
            color: #c8102e !important;
        }
        
        /* Desktop hover dropdown */
        @media (min-width: 992px) {
            .dropdown:hover .dropdown-menu {
                display: block;
                margin-top: 0;
            }
        }
        
        /* Mobile menu adjustments */
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Full-screen left mobile menu */
        @media (max-width: 991.98px) {
            .offcanvas {
                width: 80% !important;
                max-width: 300px;
            }
            
            .offcanvas-start {
                top: 0;
                left: 0;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                transform: translateX(-100%);
            }
            
            .offcanvas.show {
                transform: none;
            }
            
            .offcanvas-header {
                padding: 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }
            
            .offcanvas-body {
                padding: 1rem;
            }
            
            .navbar-nav {
                padding-top: 1rem;
            }
            
            .nav-item {
                margin-bottom: 0.5rem;
            }
            
            .dropdown-menu {
                position: static !important;
                transform: none !important;
                border: none;
                margin-left: 1rem;
                margin-top: 0.5rem;
            }
            
            .dropdown-toggle::after {
                float: right;
                margin-top: 0.5rem;
            }
            
            .mobile-cta {
                margin-top: 1rem;
                padding: 0 1rem;
            }
        }


        @media (max-width: 575.98px) {
            .navbar-brand img {
                width: 180px;
                height: 50px;
            }
            
            .navbar.sticky .navbar-brand img {
                height: 40px;
            }
        }

        .navbar-nav li{
            margin-left: 15px;
        }
        
        .navbar-nav li:hover{
            background-color: #012169; 
        } 
        .navbar-nav li:hover .nav-link{
            color: #c8102e !important;
        }

        .dropdown-menu .show{
            background-color:#dd8f99 ;
            color: #012169 !important;
        }

        .ecom{
            display: flex;
            flex-direction: row !important;
            gap: 10px;
            align-items: center
        }

        .ecom i{
            font-size: 18px;
            color: #012169;
            font-weight: 600;
        }
        .cart_circle {
            position: relative;
            }

        .cart_Qunt {
            font-size: 12px;
            color: #ffffff;
            position: absolute;
            top: -10px;
            right: -8px;
            background-color: #c8102ebd;
            padding: 6px;
            border-radius: 50%;
            width: 16px;
            height: 20px;
        }

        .emob{
            margin-bottom: 20px !important;
            margin-left: 17px !important;
        }
                        

/* ============Heading ============================= */
        .main_heading_2_pro{
             font-family: "Lexend", sans-serif;
            font-size: 2rem;
            font-weight: 800;
            color: #000000;
            margin-bottom: 30px;
        }

        .main_heading_2_pro:after{
            content: "";
            display: block;
            width: 50px;
            height: 3px;
            border-radius: 15px;
            /* background-color: #c8102e; */
           background-image: linear-gradient(to right, #012169 35%, #c8102e 35%);
            margin-top: 10px;
            transition: width 0.3s ease;
        }

        .main_heading_2_pro:hover::after{
            content: "";
            display: block;
            width: 80px;
            height: 3px;
    
        }


        .heading_h2_content{
             font-family: "Lexend", sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
        }

        .heading_h3_content{
             font-family: "Lexend", sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 5px;
        }

        @media screen and (max-width: 475px) {
            .heading_h2_content{
            font-size: 26px;
            }

            .heading_h3_content{
            font-size: 20px;
        }
        }
    
/* ==============blog section================== */


.btn-blog {
    background-color: #012169; /* Dark green */
    color: #ffffff;           /* Yellow-gold */
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-blog:hover {
    background-color: #011a4d; /* Slightly darker green for hover */
    transform: translateY(-2px);
    color: #c8102e;
}

/* Blog Card Styling */
.blog_card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background-color: #fbe1e4;
}

.blog_card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.blog_image {
    overflow: hidden;
}

/* Image Zoom on Hover */
.blog_card:hover .blog_image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.card-body{
    text-align: center;
    padding: 10px;
}

.card-title{
    font-size: 18px;
    font-weight: 600;
    color: #012169; /* Updated to dark green */
}
.card-text{
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}


/* ======footer======= */
footer {
        background: #ffffff;
        color: #000000;
        padding: 50px 0 20px 0;
        font-size: 15px;
         box-shadow: 0 -5px 15px rgba(1, 33, 105, 0.2); /* Light green top shadow */
         border-radius: 10px 10px 0 0;
         border-top: 1px solid #ededed;
    }
    .footer-logo-section .logo img {
        margin-bottom: 15px;
    }
    .footer-logo-section p {
        margin-bottom: 15px;
        color: #000000;
    }
    .footer-logo-section .social-icons {
        margin-bottom: 15px;
    }
    .footer-logo-section .social-icons a {
        display: inline-block;
        color: #c8102e;
        background: #012169;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        margin-right: 8px;
        font-size: 16px;
        transition: background 0.3s, color 0.3s;
    }
    .footer-logo-section .social-icons a:hover {
        background: #012169; /* Updated to dark green */
        color: #fff;
    }
    .footer-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-contact li {
        margin-bottom: 8px;
        color: #000000;
        font-size: 14px;
    }
    .footer-contact i {
        margin-right: 8px;
        color: #c8102e; /* Updated to bright yellow */
    }
/* ------------------------------------------------- */
/* Decorative Headings */
.footer_header_link {
  position: relative;
  color: #012169;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.footer_header_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%; /* initial short underline */
  height: 3px;
  background: #c8102e;
  border-radius: 2px;
  transition: width 0.4s ease-in-out;
}

/* Hover Effect */
.footer_header_link:hover {
  color: #01153d; /* optional darker green hover text */
}

.footer_header_link:hover::after {
  width: 100%; /* expands fully on hover */
}

/* ------------------------------------------------ */

    .footer-newsletter{
        padding: 40px 20px;
        background-color: #c8102e;
        height: 100%;
    }
    .footer-links span,
    .footer-newsletter span {
        color: #012169;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
    }
    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .footer-links ul li a {
        color: #000000;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer-links ul li a:hover {
        color: #c8102e; /* Updated to bright yellow */
        text-decoration: underline;
    }
    .footer-newsletter p {
        color: #000000;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .footer-newsletter form {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .footer-newsletter input[type="email"] {
        padding: 7px 10px;
        border: none;
        border-radius: 3px 0 0 3px;
        outline: none;
        font-size: 14px;
        width: 140px;
        background: #343a40;
        color: #ffffff;
    }
    .footer-newsletter button {
        padding: 7px 12px;
        border: none;
        background: #012169; /* Updated to dark green */
        color: #000000;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        transition: background 0.3s;
    }
    .footer-newsletter button:hover {
        background: #011a4d; /* Darker shade of green */
    }
    
    .footer-bottom-text {
        color: #012169;
        font-size: 14px;
        padding-top: 15px;
    }
    @media (max-width: 991px) {
        footer .col-md-2 {
            margin-bottom: 30px;
        }
    }
    @media (max-width: 767px) {
        footer {
            padding: 30px 0 10px 0;
        }
        .footer-newsletter form {
            flex-direction: column;
            align-items: stretch;
        }
        .footer-newsletter input[type="email"], .footer-newsletter button {
            width: 100%;
            border-radius: 3px;
            margin-bottom: 5px;
        }
    }



    /* ============================blogs================== */
.section_blogs{
  padding:100px 30px;
  background-color:#f1f1f1;
}

  .blog_banner{
    /* background-image: url(../img/yoga.png); */
    background-size:cover;
    background-position: center center;
    background-repeat: repeat;
    /* background: rgba(255, 0, 0, 0.19); */ 
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  */
    /* background-image: linear-gradient(180deg, #1100ffe3 60%, #FF000000 120%), url(../img/page_banner.jpg); */
    background-color: #012169;
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px); 
    height: 300px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin: 0 1.5%; */
    }
    
    .blog_banner h1{
    text-align: center;
    color: #fbe1e4;
    }


.blog_img_home{
  width: 100%;
  height: 250px !important;
}

.blog_img img{
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px 20px;
}
.blog_box{
  background-color: #ffffff;
  border-radius: 10px;
}
.blog_details{
  text-align: center;
  padding: 10px 20px 20px 20px;
}
.blog_details h3,h4,h5{
  font-size: 16px;
   font-family: "Lexend", sans-serif;
  font-weight: 600;
  
}
.blog_details p{
  font-size: 16px;
   font-family: "Lexend", sans-serif;
  font-weight: 500;
}
.blog_details span{
  font-size: 16px;
   font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000000;
  border-bottom: 3px solid #0d6efd;
}


/* =======================BLOG PAGE ========================================= */
.accordion {
  --bs-accordion-btn-focus-box-shadow:none;
}

.blog_banner h1{
text-align: center;
color: #fbe1e4;
}

.blog_item{
padding: 20px;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 10px;
}

.blog_item_meta span i{
color: #012169;
}
.blog_item_meta span {
font-weight: 500;
}

.blog_thumb img{
width: 100%;
height: auto;
}

.blog_item_content h2 a{
  color: #012169;
  /* font-size: 42px; */
  font-weight: 600;
}

.blog_item_content a:hover{
color: #012169;
}
.sidebar-widget{
padding: 20px;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 10px;
}
.sidebar-widget h6 a{
color: #012169;
}
/* ============ Single Blog ============= */
.singleblog {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.comment-area ,.comment-box{
background-color:rgba(255, 255, 255, 0.15);
padding: 20px;
}


/* ======================================================= */

.Reviwe{
  padding: 20px;
  background-color:#f4f4f4;
  border-radius: 10px;
  margin-top: 30px;
}

.Reviwe .row{
  align-items:center;
}

.dr_img img{
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.Reviwe span{
  font-size: 14px;
   font-family: "Lexend", sans-serif;
  font-weight: 500;
}

.dr_heading{
  color: #012169;
  font-size: 22px;
   font-family: "Lexend", sans-serif;
  font-weight: 600;
}

.Reviwe p{
  font-size: 15px;
   font-family: "Lexend", sans-serif;
}

@media (max-width: 768px) {
  td[data-label="Products"] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}
/* ========================================== */


/* ======Home blog section======= */

.blog-box{
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    height: 100%;
}

.blog-box img{
    width: 100%;
    height: auto;
}

.blog-desc {
    padding: 10px 10px 0 10px;
}
.blog-meta span{
    font-size: 12px;
    color: #888888;
    margin-right: 10px;
}

.blog-desc h3{
    font-size: 16px;
    color: #242424;
    margin: 10px 0;
}
.btn-read-more{
    color: #a00c24;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.btn-read-more:hover{
    color: #a00c24;
}








/* ========== */

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid #e5e5e5;
    padding-top:15px;
    flex-wrap:wrap;
}

.footer-bottom-text{
    font-size:13px;
    color:#555;
}

.trust-lic{
    display:flex;
    align-items:center;
    gap:10px;
}

.trust-lic img{
    height:35px;
    width:auto;
    object-fit:contain;
}

/* mobile responsive */

@media (max-width:768px){

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:10px;
    }

    .trust-lic{
        justify-content:center;
        flex-wrap:wrap;
    }

    .trust-lic img{
        height:30px;
    }

}


/* --------------- */
.moda-ul ul li {
    list-style: disc !important;
}


.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc; /* normal dot color */
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

/* Active dot */
.owl-dot.active span {
    background: #012169; /* active color */
}



/* -------------product feature hoem page ----------------- */

.prod-box{
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 5px;

}

/* Optional subtle shadow */
.product-ribbon {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.prod-box img{
    width: 100%;
    height: auto;
}
.prod-box h3{
    font-size: 16px;
    color: #242424;
    margin: 15px 0;
    font-weight: 600;
}

.rating p{
    font-size: 12px;
    color: #242424;
    margin-bottom: 5px;
    padding: 2px 5px;
    display: flex;
    justify-content: space-between;
}

.prod-desc{
    padding-bottom: 10px;
    text-align: center;
}
.quantity{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
}

.btn-qty1{
  background-color: #dbe6ff !important;
  color: #000000;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ffffff;
}

.btn-qty1:hover , .btn-qty1.active{
  background-color: #1e5bb8 !important;
  color: #fff;
  border: 1px solid #000000;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.34118); 
}

.prod-price{
  text-align: center;
  padding: 10px 0;
}
.prod-price p{
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  margin: 5px 0;
}

.price-value{
  font-size: 18px;
  font-weight: 600;
  color: #ff0404;
}

.prod-order-btn{
  display: flex;
  gap: 5px;
  justify-content: center;
}

.btn-details{
  background-color: #a00c24;
  color: #000000;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.btn-order-now{
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.btn-order-now:hover{
  background-color: #272727;
  color: #fff;
}


/* ----------- */
/* ── GEO SECTION — STANDALONE ── */
.geo-section {
  padding: 70px 5%;
  background: #010f2e;
   font-family: "Lexend", sans-serif;
}

.geo-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Section tag pill */
.geo-section .section-tag {
  display: inline-block;
  background: rgba(244, 153, 26, 0.15);
  color: #a00c24;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* Heading */
.geo-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fbe1e4;
  line-height: 1.2;
  margin: 0 0 10px;
}

/* Subheading */
.geo-section .section-sub {
  color: rgba(255, 241, 202, 0.55);
  font-size: 1rem;
  margin: 0 auto;
  max-width: 560px;
}

/* City tag grid */
.geo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.geo-item {
  background: rgba(255, 241, 202, 0.07);
  border: 1px solid rgba(255, 241, 202, 0.15);
  color: rgba(255, 241, 202, 0.85);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
}

.geo-item:hover {
  background: rgba(255, 241, 202, 0.13);
  border-color: rgba(244, 153, 26, 0.45);
  color: #fbe1e4;
}

.geo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a00c24;
  display: inline-block;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .geo-section {
    padding: 50px 4%;
  }
  .geo-item {
    font-size: 0.8rem;
    padding: 8px 14px;
  }
}


/* ═══════════════════════════════════════════════
   HOW TO ORDER — SCOPED STANDALONE
   Palette: #a00c24  #012169  #fbe1e4  #1e5bb8  #8f0a20
   ═══════════════════════════════════════════════ */
 
.order-section {
  padding: 80px 5%;
  background: #010f2e;
}
 
.order-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
 
/* Section tag pill */
.order-section .section-tag {
  display: inline-block;
  background: rgba(244,153,26,0.15);
  color: #a00c24;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
 
/* Heading */
.order-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fbe1e4;
  line-height: 1.2;
  margin: 0 0 10px;
}
 
/* Sub */
.order-section .section-sub {
  color: rgba(255,241,202,0.6);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
 
/* ── Steps grid ── */
.order-section .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
  position: relative;
}
 
/* Connecting line */
.order-section .steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(to right, #a00c24, #8f0a20);
  z-index: 0;
}
 
/* Single step */
.order-section .step {
  position: relative;
  z-index: 1;
}
 
/* Number circle */
.order-section .step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #a00c24;
  color: #010f2e;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(244,153,26,0.35);
}
 
/* Title */
.order-section .step-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #fbe1e4;
  margin-bottom: 8px;
}
 
/* Description */
.order-section .step-desc {
  font-size: 0.82rem;
  color: rgba(255,241,202,0.55);
  line-height: 1.55;
}
 
/* ── Payment icons ── */
.order-section .payment-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
 
.order-section .pay-icon {
  background: rgba(255,241,202,0.06);
  border: 1px solid rgba(255,241,202,0.15);
  color: rgba(255,241,202,0.8);
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
}
 
/* ── Responsive ── */
@media (max-width: 700px) {
  .order-section .steps {
    grid-template-columns: 1fr;
  }
  .order-section .steps::before {
    display: none;
  }
}

/* ═══════════════════════════════════════════
   TESTIMONIAL SECTION — DOTS ONLY, NO ARROWS
   Palette: #a00c24  #012169  #fbe1e4  #1e5bb8  #8f0a20
   ═══════════════════════════════════════════ */
 
section.testimonial-section {
  background: #f7f9fd;
  padding: 80px 0;
  overflow: hidden;
   font-family: "Lexend", sans-serif;
}
 
/* Heading */
.test-heading {
   font-family: "Lexend", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #010f2e;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.2;
}
 
.test-heading::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(to right, #a00c24, #8f0a20);
  border-radius: 4px;
  margin: 14px auto 0;
}
 
.test-sub {
  text-align: center;
  color: #3a5480;
  font-size: 0.95rem;
  margin: 10px 0 48px;
}
 
/* ── CARD ── */
.testimonial {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 30px 28px;
  margin: 12px 14px 10px;
  border: 1.5px solid #d6deec;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 
.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(1,33,105,0.12);
  border-color: #1e5bb8;
}
 
/* Quote decoration */
.testimonial::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 26px;
  font-family: 'Fraunces', serif;
  font-size: 5rem;
  line-height: 1;
  color: #a00c24;
  opacity: 0.25;
  pointer-events: none;
}
 
.testimonial-stars {
  color: #a00c24;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
 
.testimonial h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #010f2e;
  margin-bottom: 12px;
  line-height: 1.35;
}
 
.testimonial p {
  font-size: 0.9rem;
  color: #3a5480;
  line-height: 1.7;
  margin-bottom: 20px;
}
 
.testimonial > span:not(.testimonial-stars) {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #012169;
  padding-top: 14px;
  border-top: 1px solid #d6deec;
}
 
/* ── CENTER CARD HIGHLIGHT ── */
.customer-testimonials.owl-carousel .owl-item.center .testimonial {
  border-color: #012169;
  background: #012169;
}
.customer-testimonials.owl-carousel .owl-item.center .testimonial h3 {
  color: #fbe1e4;
}
.customer-testimonials.owl-carousel .owl-item.center .testimonial p {
  color: rgba(255,241,202,0.75);
}
.customer-testimonials.owl-carousel .owl-item.center .testimonial > span:not(.testimonial-stars) {
  color: rgba(255,241,202,0.85);
  border-top-color: rgba(255,241,202,0.2);
}
.customer-testimonials.owl-carousel .owl-item.center .testimonial::before {
  color: #fbe1e4;
  opacity: 0.15;
}
 
/* ── HIDE ARROWS COMPLETELY ── */
.customer-testimonials.owl-carousel .owl-nav {
  display: none !important;
}
 
/* ── DOTS ── */
.customer-testimonials.owl-carousel .owl-dots {
  margin-top: 32px;
  text-align: center;
  line-height: 1;
}
 
.customer-testimonials.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
 
.customer-testimonials.owl-carousel .owl-dot span {
  display: block;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #b8c6e0 !important;
  margin: 0 !important;
  transition: background 0.25s, transform 0.25s, width 0.25s !important;
}
 
/* Active dot — stretches into a pill */
.customer-testimonials.owl-carousel .owl-dot.active span {
  background: #a00c24 !important;
  width: 28px !important;
  border-radius: 4px !important;
  transform: none !important;
}
 
.customer-testimonials.owl-carousel .owl-dot:hover span {
  background: #8f0a20 !important;
}



/* ==================new Cssss=============== */

    a{
        text-decoration: none;
    }

    banner{
        height: 95vh;  
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-color: #fdeff1;

    }

    banner .row{
        align-content: center;
    }

    banner .banner-content h1{
        font-size: 50px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
         font-family: "Lexend", sans-serif;
    }
    banner .banner-content p{
        font-size: 18px;
        color: #333333;
        margin-bottom: 30px;
         font-family: "Lexend", sans-serif;
    }
    banner .banner-content button{
        background-color: #012169;
        color: #ffffff;
        padding: 12px 30px;
        border: none;
        font-size: 16px;
        cursor: pointer;
         font-family: "Lexend", sans-serif;
    }
    banner .banner-content button:hover{
        background-color: #012169f1;
    }
    banner .banner-image img{
        max-width: 80%;
        height: auto;
        filter: drop-shadow(0 10px 25px rgba(0,0,0,0.35));
    }

    @media (max-width: 1199.98px) {
        banner .banner-content h1 {
            font-size: 44px;
        }
      }

    @media (max-width: 991.98px) {
        banner {
            height: auto;
            padding: 40px 0;
            text-align: center;
        }
        banner .row {
           flex-direction: column-reverse;
        }
        banner .banner-content h1 {
            font-size: 36px;
        }
        banner .banner-content p {
            font-size: 16px;
        }
        banner .banner-image img {
            max-width: 60%;
        }
    }

    @media (max-width: 575.98px) {
        banner {
            padding: 20px 0;
        }
        banner .banner-content h1 {
            font-size: 28px;
        }
        banner .banner-content p {
            font-size: 15px;
        }
        banner .banner-content button {
            width: 100%;
            padding: 12px 0;
        }
        banner .banner-image {
            text-align: center;
            margin-top: 20px;
        }
        banner .banner-image img {
            max-width: 75%;
        }

        .choose-us {
            padding: 50px 0 20px 0 !important;
        }
    }


    /* ------------------------ */
    .choose-us {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0px;
    }

    .choose-us .para{
        font-size: 18px;
        padding: 5px 50px;
        color: #333333;
        margin-bottom: 40px;
        text-align: center;
         font-family: "Lexend", sans-serif;

    }

    .choose-card{
        border: 1px solid #e0e0e0;
        padding: 0px;
        text-align: center;
        transition: box-shadow 0.3s ease;
        height: 100%;
        overflow: hidden;
        border: 1px dashed #e4566a;
    }
    .choose-card:hover{
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border: 1px solid #e4566a;
        cursor: pointer;
    }
    .choose-card:hover .choose-card-icon img{
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

    .choose-card-icon{
        padding: 10px 10px 20px 10px;
        background-color: #ffffff;
    }

    .choose-card-icon h5{
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 10px;
    }

    .choose-card-icon img{
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        transition: transform 0.3s ease;
    }
 
    .choose-card-content {
        padding: 10px 15px 15px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 5px 5px 0px 0px;
        background-color: #e4566a;
        height: 100%;
    }
    
    .choose-card-content p{
        font-size: 14px;
        color: #000000;
        margin-top: 10px;
    }

    .choose-card:hover .choose-card-content {

    }


    /* -------------------------------- */
/* ==========product cart box==================== */

        .product_card{
            border: 1px solid #e0e0e0;
            position: relative;
        }

        .pd-label{
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #e4566a;
            color: #000000;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 3px;
            z-index: 1;
        }
        .product_card .card-body{
            text-align: center;
            padding: 15px;
        }

        .product_card p{
            font-weight: 600;
            color: #012169; /* Updated to dark green */
            margin:10px 0 !important;
        }

        .btn-product{
            background-color: #012169; /* Updated to dark green */
            color: white;
            border-radius: 0;
            width: 100%;
            padding: 8px 20px;
            font-weight: 600;
            transition: all 0.3s;
        } 

        .btn-product:hover{
            background-color: #012169; /* Darker shade of green */
            transform: translateY(-2px);
            color: #fff;
        }

        .card-body{
            text-align: center;
            padding: 10px;
        }

        .card-title{
            font-size: 18px;
            font-weight: 600;
            color: #012169; /* Updated to dark green */
            text-decoration: none;
        }
        .card-text{
            font-size: 14px;
            color: #555;
            margin: 10px 0;
        }

    /* ---------------Section-Cont--------------- */

        .Section-Cont li b{
            font-size: 16px;
            color: #000000;
        }


/* ===========priceing & discount box============  */

form{
    margin-bottom: 10px;
}

.form-group {
    padding:5px;
    display: flex;
    flex-direction: column;
    gap: 10px; align-items: stretch;
    background-color: #ffffff;
}
.price-box .form-control{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.price-box h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.price-img-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.price-box {
    background-color: #d1dcf5;
    border-radius: 8px;
}

.price-box p{
    font-size: 15px;
    color: #333333;
    margin-bottom: 20px;
}

.btn-black{
    background-color: #000000;  
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-black:hover{
    background-color: #011a4d;
    color: #ffffff;

}  

.shine-box {
  position: relative;
  overflow: hidden;
}

/* Shine line */
.shine-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: shineMove 3s ease-in-out infinite;
}

/* Animation */
@keyframes shineMove {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}


/* --------------------------- */
    .heading-2-main{
        font-size:36px;
        font-weight: 800;
        color: #000000;
        margin-bottom: 30px;
        font-family: "Lexend", sans-serif;
    }

    .heading-3-main{
        font-size:20px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 10px;
        font-family: "Lexend", sans-serif;
    }

 @media (max-width: 1199.98px) {
       .heading-2-main{
            font-size: 36px !important;
       }
    }

  @media (max-width: 767.98px) {
        .heading-2-main{
            font-size: 28px !important;
        }

        .heading-2-main span{
            font-size: 14px !important;
        }

        .choose-us .para{
            font-size: 14px;
            padding: 5px 10px;
            margin-bottom: 20px;
}

.my-5
 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
    }

/* =========================== */

.who-is{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #c8102e;
}

.who-circle{
    width: 250px;
    height:250px;
    /* border-radius: 50%; */
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

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

/* =============FAQ's============== */

.faq-section {
  margin: 60px auto;
  padding: 0 20px;
}
.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding-bottom: 18px;
  line-height: 1.7;
  color: #555;
  font-size: 15px;
}

/* =========================== */

.how-to-order {
  padding: 70px 15px;
  background: #fafafa;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.order-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}

/* Layout */
.order-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* Base line */
.base-line {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ddd;
}

/* Fill line */
.progress-line {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e4566a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

/* Step */
.order-step {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
}

.order-step.active .step-number {
  background: #e4566a;
  border-color: #e4566a;
}

.order-step h3 {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 600;
}

/* -------- MOBILE -------- */
@media (max-width: 768px) {
  .order-steps {
    flex-direction: column;
    gap: 35px;
    padding-left: 0px;
  }

  .base-line,
  .progress-line {
    top: 0;
    left: 21px;
    width: 3px;
    height: 100%;
  }

  .progress-line {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
  }

  .order-step {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
  }

  .order-step h4 {
    margin: 0;
  }
}

/* 🎉 Main celebration */
.step-number.celebrate {
  position: relative;
  animation: pop-soft 0.35s ease-out;
}

/* Big blast ring */
.step-number.celebrate::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 3px solid #e4566a;
  opacity: 0.8;
  animation: blast-ring 0.6s ease-out forwards;
  pointer-events: none;
}

/* Spark / star particles */
.blast-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  color: #e4566a;
  transform: translate(-50%, -50%);
  animation: particle-fly 0.7s ease-out forwards;
  pointer-events: none;
}

/* Animations */
@keyframes pop-soft {
  0% { transform: scale(1); }
  40% { transform: scale(1.25); }
  100% { transform: scale(1); }
}

@keyframes blast-ring {
  0% { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(1.7); opacity: 0; }
}

@keyframes particle-fly {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--x)), calc(-50% + var(--y)))
      scale(0.2);
  }
}


/* ============================= */
/* HOW TO ORDER – BACKGROUND */
/* ============================= */

.dual-bg {
  position: relative;
  background:
    linear-gradient(135deg, #f5f9ff 0%, #eef2f7 45%, #ffffff 100%);
  overflow: hidden;
}

/* BACKGROUND IMAGE (VERY SOFT) */
.dual-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/modafinil-pharmacy.webp"); /* replace if needed */
  background-size: cover;
  background-position: center;
  opacity: 0.19; /* 🔥 very low opacity */
  z-index: 0;
}

/* CORNER BLACK SHADOW (VIGNETTE) */
.dual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0) 55%,
    rgba(0,0,0,0.45) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* KEEP CONTENT ABOVE ALL LAYERS */
.dual-bg .container {
  position: relative;
  z-index: 2;
}