html { scroll-behavior: smooth;scroll-padding-top: 80px;}
body {
  transition: opacity ease-in 0.2s;
}
body[unresolved] {
  opacity: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.feature-btn a{
  color: black;
}
.feature-active a{
  color: white;
}
.feature-active{
  background: rgb(17, 65, 108) !important; 
  color: rgb(255, 255, 255);
}
.css-1773yxl {
  z-index: 1200;
}

.css-1773yxl .MuiDrawer-paper {
  border-radius: 10px 10px 0 0;
  overflow-y: visible;
  width: unset;
  height: 80vh;
}

.css-1773yxl.MuiDrawer-modal {
  z-index: 2100;
}

@media (max-width: 768px) {
  #pack_testimonials .UspData_uspData_card_container__DwUuH {
    display: inline !important;
  }
  #pack_testimonials .UspData_testimonial_content{
    margin-bottom: 20px;
  }
  .ProductDetailInstructionNew_product_new_params__jTS_4{
    gap: 40px !important;
  }
}

@media (max-width: 768px) {
    .Footer_Footer_Wrapper_three__BJ6zZ {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
    }
    .Footer_Footer_Wrapper_three__BJ6zZ > div {
        flex: 1;
    }
    .Footer_Footer_Wrapper_three__BJ6zZ > div:nth-child(2) {
        flex: 0 0 auto;
    }
}

.css-vubbuv {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}

.css-11t1s7i {
  z-index: 1200;
}

.css-11t1s7i .MuiDrawer-paper {
  width: unset;
  height: auto;
  max-height: 90vh;
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
  overflow-y: auto;
}

.css-11t1s7i.MuiDrawer-modal {
  z-index: 2200;
}

.ProductDetailInstructionNew_product_new_params__jTS_4 {
  margin: 20px auto;
}

.AccordionPDP_accordion__04etz {
  padding: 20px 20px;
  margin: 0;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s ease;
  z-index: 10;
}
.carousel-btn.prev {
  left: 10px;
}
.carousel-btn.next {
  right: 10px;
}
.carousel-container:hover .carousel-btn {
  opacity: 1;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.carousel-indicators span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators span.active {
  background: #0e3f6c;
}
@media (max-width: 768px) {
  .carousel img {
    height: 250px;
  }
}

@media (max-width: 650px) {
  .sticky-call-us {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
}