  .psk p {
 font-size: 0.2rem !important;
}

      /* Optional: Fix image boxes CLS by specifying image dimensions */
      .img-box img {
        width: 100%;
        height: auto;
        display: block;
      }
      
.container img {
  width: 100% !important;
}



    /* Navbar brand logo */
    .navbar-brand img {
      height: 40px;
      width: auto;
    }

    /* Navbar colors and fonts */
    .navbar {
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      background-color: #fff;
    }
    .navbar-nav .nav-link {
      color: #333;
      font-weight: 500;
      transition: color 0.2s ease;
    }
    .navbar-nav .nav-link:hover {
      color: #6f42c1;
    }

    /* Dropdown menu */
    .dropdown-menu {
      border-radius: 0.5rem;
      box-shadow: 0 4px 15px rgba(111, 66, 193, 0.2);
    }

    /* Offcanvas menu styling */
    .offcanvas-body {
      padding: 2rem 1.5rem;
      background-color: #f8f9fa;
    }
    .offcanvas-body .nav-link {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    /* Close button styling */
    .btn-close {
      filter: invert(30%) sepia(60%) saturate(500%) hue-rotate(260deg);
      /* purple-ish close button */
    }
  
   /* taxt ..... css */
  
.offer-taxt{
  font-size: 13px;          /* font chota */
  line-height: 1.3;
  margin-bottom: 0rem  !important;
   text-align: center !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;    /* sirf 2 line dikhengi */
  -webkit-box-orient: vertical;
  overflow: hidden;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none
}

.container img {
    width: 73%
}

a {
    text-decoration: none !important;
    color: #272727 !important
}

.box {
    background-color: rgba(1, 96, 111, .05);
    padding: 25px 0;
}

.img-box img {
    width: 100%;
    border-radius: 8px 8px 0 0
}

.img-box {
    background-color: #fff;
    border-radius: 8px;
    margin: 8px 0
}

.img-box1 {
    padding: 10px
}

.br {
    border: 1px solid #858585;
    width: 20%;
    margin: auto
}

.bt a {
    padding: 13px 25px;
    font-weight: 700;
    background: #00798c;
    color: #fff !important;
    font-size: 18px;
    border-radius: 5px
}

.im-center {
    padding: 30px 0
}

.im-center img {
    width: 100%
}

.im-cen1 {
    padding: 15px;
    margin-top: 4rem
}

.im-cen1 h3 {
    font-weight: 700
}

.bt1 a {
    padding: 13px 25px;
    font-weight: 700;
    background: #00798c;
    color: #fff !important;
    font-size: 18px;
    border-radius: 5px
}

.fist {
    padding: 30px 0;
    background-color: rgba(1, 96, 111, .05)
}

.fist1 img {
    width: 100%;
    border-radius: 6px
}

.bt2 a {
    padding: 13px 25px;
    font-weight: 700;
    background: #fff;
    color: #000 !important;
    font-size: 18px;
    border-radius: 5px
}

.fist1 {
    position: relative;
    margin: 10px 0
}

.tp {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 999
}

.tp1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    margin-right: 20px !important
}

.tp h3 span {
    font-weight: 700
}

.tp1 h3 span {
    font-weight: 700
}












 /* Info Box */
 .info-section {
  display: flex;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  flex-wrap: nowrap;       /* never wrap */
  overflow-x: auto;        /* allow horizontal scroll if needed */
}
.info-box {
  flex: 0 0 32%;           /* each box takes ~1/3 of width */
  max-width: 32%;
  text-align: center;
  /* padding: 10px; */
  box-sizing: border-box;
}
.info-icon {
  font-size: 24px;
  color: #007bff;
}
.info-title {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}

/* Accordion Style */
.accordion-button {
  background-color: #fff;
  font-weight: 600;
  border-radius: 8px !important;
}
.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-body h6 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}
.accordion-body ul li {
  font-size: 14px;
  margin-bottom: 8px;
}
.accordion-body ul li i {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}
.info-table {
  width: 100%;
}
.info-table th {
  width: 40%;
  font-weight: 600;
  padding: 8px;
  vertical-align: top;
  color: #333;
}
.info-table td {
  padding: 8px;
  color: #555;
}

/* Responsive tweaks */
@media (max-width: 425px) {
  .info-section {
    overflow-x: scroll;
  }
  .info-box {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .info-title {
    font-size: 13px;
  }
  .accordion-body ul li, .info-table th, .info-table td {
    font-size: 13px;
  }
  .accordion-body h6 {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .info-section {
    overflow-x: scroll;
  }
  .info-box {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .info-icon {
    font-size: 20px;
  }
  .info-title {
    font-size: 12px;
  }
}



    /* Home Page css end*/











/* single products */





a{
  text-decoration: none !important;
}



    /* Responsive adjustments */
    @media (max-width: 768px) {
      .product-img img {
        width: 100%;
        height: auto;
      }
     
    }

    @media (max-width: 425px) {
      h2 { font-size: 1.5rem; }
      h4 { font-size: 1.2rem; }
      .card-title {/* font-size: 0.95rem; */}
      .card-text { font-size: 0.85rem; }
      .card{
        border: 1px solid rgb(168, 167, 163);
      }
      .btn { font-size: 16px; margin-top: 8px;}
      /* Making the products show 2 per row on small screens */
      .col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
      }
    }




    @media (max-width: 320px) {
      h2 { font-size: 1.0rem; }
      h4 { font-size: 1rem; }
      .card-title {font-size: 0.85rem;}
      .card-text { font-size: 0.75rem;
      margin-top: -6px; }
      .btn { font-size: 14px; margin-top: 8px;}
      .card{
        border: 1px solid rgb(168, 167, 164);
      }

      /* Making the products show 2 per row on even smaller screens */
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    /* Layout fixes */
    .section-title {
      margin-bottom: -32px; /* Increased bottom margin for better spacing */
      text-align: center;
      font-weight: 600;
      /* min-height: 60px; Fix heading jump */
      font-size: 24px;
    }

    .card {
      /* height: 100%; */
      transition: transform 0.3s, box-shadow 0.3s;
      /* margin-bottom: 1.5rem; */ /* Improved bottom margin for products */
      padding: 0.5rem; /* Padding for better card spacing */
    }

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

    .card-body {
      padding: 0.5rem; /* Adjusted padding */
    }

    /* Small button size for mobile view */
    .btn {
      padding: 0.25rem 0.5rem; /* Decreased padding */
      /* font-size: 0.85rem; Reduced font size */
    }

    .card-title {
      margin-bottom: 0.5rem; /* Add margin to space out title and price */
    }

    .card-text {
      min-height: 24px; /* Fix price jump */
      margin-bottom: 1rem; /* Add space between text and buttons */
    }

    /* Image fix to reserve space */
    .card-img-top {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1; /* 1:1 ratio */
      object-fit: cover;
      /* border-radius: 0.5rem; */
    }

    /* Adding margin between cards on small screens */
    /* .col-sm-6 {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    } */

    /* General container spacing */
    .container {
      /* padding-left: 1rem; */
      /* padding-right: 1rem; */
    }




   /* catagory page ke niche wala section*/
 .event-card img {
      height: 100px;
      object-fit: cover;
      border-radius: 0.5rem;
      width: 100%;
    }
    
    
    
    
    
       /* text section*/
.box44 h4{font-weight: 650; }
.box44 span{font-weight: 650; }
.box44 ul li{margin-bottom: 7px}
.box5{padding: 13px 0px; margin-top: 1rem; border-radius: 10px;box-shadow: 1px 5px 41px 0 hsla(0,0%,89.4%,.8);}




       /* breadcrumb section*/

.breadcrumb a {
    text-decoration: none; /* Removes underline */
  }
  .breadcrumb a:hover {
    text-decoration: underline; /* Optional: underline on hover */
  }


  /* footer inter lnking section*/

.ail{box-shadow: 1px 5px 41px 0 hsla(0,0%,89.4%,.8);padding: 15px; border-radius: 8px;}
.ail a{text-decoration: none; color: #000;}
.ail a:hover{color: #f14228;}

 /* footer inter lnking section*/

 .accordion-item {
      border-radius: 0.5rem;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 5px;
    }
    .accordion-button {
      background-color: #f8f9fa;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }
    .accordion-button:hover {
      background-color: #e9ecef;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-body {
      background-color: #fff;
    }



 /*Footer Css*/


footer {
  background-color: #000;
  color: white;
  padding: 40px 0;
  width: 100%;
}

footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

footer .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

footer img {
  width: 150px;
  margin-bottom: 10px;
}

footer h6,
footer h5 {
  color: orange;
  margin-bottom: 15px;
}

footer a {
  color: white !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

footer a:hover {
  color: orange !important;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}

.copyright {
  background-color: #000;
  color: #ccc;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #333;
  font-size: 14px;
  margin-top: 20px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  footer .row > div {
    margin-bottom: 30px;
    text-align: center;
  }
}







 
   /* ----------------------------
  Blog detials css
------------------------------ */
/* ----------------------------
   Blog Image Styling
------------------------------ */
.blog-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

/* ----------------------------
   Blog Content Paragraphs
------------------------------ */
.content-paragraph {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* ----------------------------
   Adsense Placeholder Styling
------------------------------ */
.adsense-placeholder {
  background-color: #fff8f0;
  border: 2px dashed orange;
  color: orange;
  text-align: center;
  padding: 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

/* ----------------------------
   Call To Action Button
------------------------------ */
.cta-btn {
  background-color: orange;
  color: white;
  border: none;
  padding: 0.6rem 1.8rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.cta-btn:hover {
  background-color: darkorange;
}

/* ----------------------------
   Right Sidebar: Read More Articles
------------------------------ */
.read-more-articles {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.read-more-articles h3 {
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #e67300; /* Orange shade */
}

.read-more-articles ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Article list styling with divider lines */
.article-list {
  list-style-type: none;
  padding-left: 0;
}

.article-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; /* Divider line between articles */
}

/* Remove bottom border from last article */
.article-list li:last-child {
  border-bottom: none;
}

.article-list li a {
  text-decoration: none;
  color: #6f42c1; /* Bootstrap purple shade */
  font-weight: 500;
  transition: color 0.2s ease;
}

.article-list li a:hover {
  text-decoration: underline;
  color: orange;
}

/* ----------------------------
   Responsive Adjustments
------------------------------ */
@media (max-width: 767.98px) {
  .read-more-articles {
    margin-top: 2rem;
  }
}

/* ----------------------------
   Author Section Styling
------------------------------ */
.author-section {
  background: white;
  padding: 1rem 1.5rem;
  margin-top: 3rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  max-width: 100%;
}

.author-section img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
  border: 3px solid orange;
}

.author-section h5 {
  margin-bottom: 0.25rem;
  color: #e67300;
  font-weight: 700;
}

.author-section p {
  margin-bottom: 0;
  color: #6c757d; /* Bootstrap muted text */
  max-width: 400px;
}

/* ----------------------------
   Product scroll home page
------------------------------ */
  .scrolling-wrapper {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 1rem;
      padding-bottom: 1rem;
    }

    .scrolling-wrapper::-webkit-scrollbar {
      display: none;
    }

    .offer-card {
      flex: 0 0 auto;
      scroll-snap-align: start;
      width: 120px;
      text-align: center;
    }

    .offer-card img {
      width: 100% !important;
      height: auto;
      border-radius: 8px;
      margin-bottom: 0.5rem;
    }

    .offer-card p {
      margin: 0;
      font-weight: 500;
      font-size: 14px;
    }

    @media (min-width: 768px) {
      .offer-card {
        width: 150px;
      }
    }

    @media (min-width: 992px) {
      .offer-card {
        width: 180px;
      }
    }


