#no-inspect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

.view_more_btn {
    background: #f67c28;
    font-size: 20px;
    width: 122px;
    border-radius: 5px;
    color: #fff;
    float: left;
    line-height: 38px;
}

.hidden {
    display: none;
}

.eapps-widget-toolbar {
    display: none;
}

.searchbarbox {
    border-radius: 25px;
    padding: 35px;
}

.mainrow li {
    margin: 0 15px;
}

.nav-item .active {
    background: #f67c28;
    color: #fff;
}

.nav-item a:focus {
    background: #f67c28;
    color: #fff;
    border: 0px;
}

.searchbarbox ul {
    list-style: none;
}

.searchbarbox ul li {
    float: left;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .nav-link {
        display: block;
        padding: 7px 10px;
        font-size: 12px;
    }

    .form-floating > label {
        top: 10px;
        font-size: 10px;
        height: 14px;
    }

    .form-floating .form-control {
        height: 40px !important;
    }

    .searchbarbox ul li {
        float: left;
        margin-right: 6px;
    }

    .mainrow li {
        margin: 0 0px;
    }
}

@media (max-width: 424px) {
    .nav-link {
        display: block;
        padding: 4px 7px;
        font-size: 10px;
    }
}
.tabbar{
width: 42%; 
  margin: auto;
}
.tabs {
    padding: 0;
    list-style: none;
    position: relative;

    .active-tab {
       background: #a24d7f;
    position: relative;
    color: white;
    border-radius: 5px;

        &:after {
            width: 100%;
            height: 2px;
            position: absolute;
            content: "";
            bottom: -0.1em;
            left: 0;
            background: white;

        }
    }

    li {
        display: inline-block;border: 1px solid #3a5ea7;
    border-radius: 5px;
        cursor: pointer;
        color: #3a5ea7;
        padding: 5px 10px;

        &:first-child {
            margin-left: 0px;
        }
    }
}

.tabs-content {
    padding: 0;
    list-style: none;

    li {
        display: none;
    }
}

.tabs-content li {
    width: 100%;
}

.tabbar ul li {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .tabbar ul li {
        float: left;
        margin-right: 6px;
        width: 101px;
        font-size: 10px;
        text-align: center;
        margin: 0px;
        margin-bottom: 20px;
    }
    .mainrow li {
        margin: 0 0px;
    }
    .edp {
        padding: 5px;
    }
}
.ex_css {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px;
}

.view_more_btn {
    background: #f67c28;
    border:1px solid #fff;
  font-size: 18px;
  width: 125px;
  border-radius: 25px;
  color: #fff;
  float: left;
  line-height: 35px;
  padding: 4px 10px 2px 10px;
}

.view_more_btn:hover {
    background: #a24d7f;
    border:1px solid #a24d7f;
    color:#fff; 
}

.headingpage {
    background: #a44d81;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.headingpage span {
  background: none;
    background-clip: border-box;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #000;
}
.circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
  color: #fff;
  font-size: 10px;
  margin-top: -20px;
}
.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}
.left-section {
  text-align: left;
  flex: 1;
}
.left-section.ttls p {
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 2px;
  font-weight: 600;
}
.right-section {
  text-align: right;
}
.price1 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-weight: 600;
font-family: "Poppins", sans-serif;
  text-align: center;
}
.final-price {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 6px;
  display: inline-block;
font-family: "Poppins", sans-serif;
  line-height: 20px;
  margin-top: 10px;
  color: #a44b7e;
}
.final-price small {
  font-weight: 300;
  font-size: 1.0rem;
  color: red;
}
.offer-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
}


     .offer-card {
       border: 2px solid #f67c28;
  border-radius: 20px;
  box-shadow: 0 0 15px #dfdfdfdd, 0 0 15px #dfdfdfdd;
  padding: 12px 10px;
  position: relative;
  height: 158px;
  background-color: #fff;
  margin-bottom: 8px;
  color: #000;
}

     .offer-card:hover {
    background: #14A1F3;
       border: 1px solid #f67c28;
background: linear-gradient(92deg, rgb(256, 126, 43) 0%, rgb(235, 149, 94) 46%, rgb(256, 126, 43) 100%);
         color: #fff;  
        /* background: linear-gradient(92deg, rgba(20, 161, 243, 1) 0%, rgba(85, 163, 240, 1) 46%, rgba(145, 183, 223, 1) 100%);color: #fff;*/  
}
.swiper-slide .offer-card{margin: 20px!important;}
.offer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-btn {
       display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 52px;
  background: linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
  transition: all 0.4s;
  border: none;
  transform: scale(1);
  position: relative;
  z-index: 2;text-transform: uppercase;padding: 4px 5px;
  width: 100%;
     } 
     .buy-btn {
       display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 52px;
  background: linear-gradient(45deg, #5639e6, #FD0C91, #f4d22a);
  transition: all 0.4s;
  border: none;
  transform: scale(1);
  position: relative;
  z-index: 2;
  width: 100%;padding: 4px 5px;
     }
.buy-btn:hover { 
  /*background-color:#ff2600; */    
    background: linear-gradient(45deg, #FD0C91, #f4d22a, #5639e6);
}

.product-number {font-size: 36px;
  font-weight: 600;
  background: linear-gradient(to right, rgba(242, 56, 0, 1) 0%, rgba(257, 171, 2, 38) 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 30px;
  letter-spacing: 0px;
}

.offer-card:hover .product-number{  
  background: linear-gradient(to right, rgba(242, 255, 255, 1) 0%, rgba(255, 255, 255, 38) 100%); 
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 30px;
}
.offer-card:hover .final-price { 
  color: #f0ed05;
} 
.offer-card:hover .final-price small  { 
  color: #000;
} 
.catboxes {
  border-radius: 20px; 
  z-index: 1;text-align: center;
  background-color: #fff;margin-bottom: 15px;
  border: 1px solid #cdd4fa;padding: 10px 15px;
  min-height: 70px;
  align-content: center;
} 
.catboxes a h2{font-weight: 600;font-size: 18px;
font-family: "Poppins", sans-serif;}
.catboxes:hover{
  border: 1px solid #260765;
  box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
  background-color: #a54d80; 
}
.catboxes:hover a h2{
  color: #fff
}
.secures img{float: left;height: 90px;margin-right: 10px;}
.newfeturs {margin-bottom: 20px;}
.newfeturs img {
  width: 40px;float: left;min-height: 40px;
}
.newfeturs .img_content {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newfeturs .textLable {
  font-size: 12px;
  font-weight: 500;
  color: #5f5f5f;
  background: #fbeae3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 6px;
}
.newfeturs .img_content strong {
  font-weight: 600;
  font-size: 20px;
  color: #5f5f5f;
  padding-top: 3px;
}
.newfeturs .img_content span {
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 400;
}
.newfeturs .textLable {
  font-size: 12px;
  font-weight: 500;
  color: #5f5f5f;
  background: #fbeae3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 6px;
}
.testimonials{padding: 40px 0px 5px 0px;background-color:#f4faff;}
 
.revwbox { 
  padding:20px 10px;  margin: 10px;border-radius: 20px 20px;
  background-color:#fff; min-height: 100px;
  border:1px solid #f97316;text-align: left;
}
.revwbox:hover { 
  background-color: #f4faff
}
.revwbox .reviwcount{ 
  color: green;font-size:20px;font-weight: 600
}
.revwbox p{ 
 text-align: justifyl
}
.revwbox .userimgs img{width: 65px;
  height: 65px;float: left;border: 1px solid #ccc;border-radius: 50%; margin-right: 10px}
#site-footer {
  background: #9d4f76;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#site-footer .lnksheads {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
#site-footer p.lnks a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.footer-nav p {
  color: #e9d1d1;
  margin-bottom: 10px;text-align: justify;
} 
.footer-top ul{margin: 0px;padding: 0px;color: #e9d1d1;}
.footer-top .social-icons li{float: left}
.footer-top li a{font-weight: 400 !important;
  color: #e9d1d1;
  font-size: 16px;}
.footer-top li {
  margin-bottom: 5px;
  margin-right: 15px;list-style: none;
}
.contact-whatsapp {
  width: 50px;
  position: fixed;
  bottom: 110px;
  left: 15px;
  z-index: 9999;
  display: inline-block;
  animation: up-down 1s infinite;
}

@keyframes up-down {
0% {
  transform: translateY(0px);
}
50% {
  transform: translateY(20px);
}
100% {
  transform: translateY(0px);
}
}
.btn-sonar {
  background: #ed3237;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  outline: 0;
  position: fixed;
  text-align: center;
  line-height: 52px;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}
.btn-sonar img {
  width: 30px;
  height: 30px;
  animation: rotate-img 1s infinite;
}

.btn-sonar::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%; 
  top: 0;
  left: 0;
  animation: sonar-effect 1s ease-in-out .1s infinite;

}

@keyframes sonar-effect {
    0% {
  opacity: .3;
}
40% {
  opacity: .5;
  box-shadow: 0 0 0 5px #ed3237,0 0 10px 10px #ed3237,0 0 0 10px #ed3237;
}
100% {
  box-shadow: 0 0 0 5px #ed3237,0 0 10px 10px #ed3237,0 0 0 10px #ed3237;
  transform: scale(1.5);
  opacity: 0;
}
}
:root {
  --page-bg: #ffffff;
  --card-bg: #f6f6f6;
  --text-main: #0d0d0d;
  --border-color: #e5e5e5;
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
}

/* Page base */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter",
    "SF Pro Text", sans-serif;
  background-color: var(--page-bg);
  color: var(--text-main);
}

.faq-section {
  padding: 60px 16px 80px;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Title */
.faq-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

/* List layout */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card */
.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
  border-color: var(--border-color);
}

/* Header (clickable area) */
.faq-header {
  width: 100%;
  padding: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
}

/* Icon base */
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
  transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */
.faq-body {
  padding: 0 var(--padding);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition),
    padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}
 
 .faq-item.is-open .faq-body {
  padding-top: 8px;
  padding-bottom: 40px; 
  background-color: #fff; 
}

/* Text inside body */
.faq-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-main);
 }

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 40px 12px 56px;
  }

  .faq-header {
    padding: 20px;
    font-size: 15px;
  }

  .faq-body {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}



@media (min-width:320px) and (max-width:640px){
.product-number {
  font-size: 32px;
}
    .final-price { 
  font-size: 1.0rem;
  margin-bottom: 6px; 
  line-height: 20px;
  margin-top: 5px; 
}
    .cart-btn { 
  font-size: 14px; 
  font-weight: 600;
  line-height: 22px;
    }
    .newfeturs .img_content {
        padding-left: 10px;
    }
    .newfeturs .img_content strong {
  font-weight: 600;
  font-size: 16px;
  color: #5f5f5f;
  padding-top: 3px;
  line-height: 18px;
  text-align: left;
}
    .newfeturs .img_content span {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: 400;
  line-height: 12px;
  text-transform: capitalize;
  text-align: left;
}
    
    .headingpage {font-size: 35px}
    .headingpage span{font-size: 16px}
    .logo__image {
    width: 180px !important;
    height: auto;
  }
    .tabbar {
  width: 100%;
  margin: auto;
}
     .tabbar ul li {
    float: left;
    margin-right: 6px;
    width: 80px;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 2px;
    line-height: 20px;
  }
    .tab-content > .tab-pane label {
  font-weight: 600;
  font-size: 14px;
}
    .nav-link {
    display: block;
    padding: 4px 10px;
    font-size: 14px;margin-bottom: 10px
  }
    
}



