/*ECOMMERCE CSS START*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
 .user-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .user-info img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }
    .dropdown-toggle::after {
      margin-left: 0.5rem;
    }
    .user-name {
      line-height: 1;
      font-family: 'Poppins', sans-serif;
    }
    .user-name small {
      font-size: 0.75rem;
      color: #6c757d;
      font-family: 'Poppins', sans-serif;
    }
       .items.pinfo {
         width: 90%;
         margin: 0px auto!important;
         background-color: #F3FBFF;
         border-radius: 0px;

         }
        #proinfo .slick-slide {
         margin: 10px !important;
         }
         #proinfo .slick-slide img {
         width: 220px!important;
         border: 0px solid #fff;
         margin: 0 auto;
         }
          #proinfo .slick-dots li button:before{
         font-size: 30px !important;
         }
         #proinfo .slick-dots li {
         width: 10px!important;
         }
         #proinfo .slick-prev:before, .slick-next:before{
         color: #1843A6!important;
         }
          section#proinfo {
            background-color: #F3FBFF;
            padding: 50px 0;
        }
        .proinfoinner{
            background-color: #fff;
            border-radius: 0px;
            padding: 35px;
        }
       #proinfo h2.darkblue {
            color: #1843A6;
        }
        .prodetailbox{
            background-color: #F6F6F6;
            padding:30px 20px;
        }
        img.checkedicon {
            width: 20px;
            margin-right: 5px;
        }
       #proinfo .list-unstyled{
            line-height: 34px;
        }
@media only screen and (max-width: 767px){
    #proinfo h2.darkblue{
        font-size: 2.4rem;
    }
    .proinfoinner{
        padding: 20px;
    }
    .thankyou .order-info {
      width: 100%!important;
      height: auto!important;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px!important;
    }
    
    .thankyou .order-message {
      color: #000000;
      width: 100%!important;
      height: auto!important;
      text-align: center;
    }
    .thankyou .page-title{
      font-size: 1.5rem!important;
      margin-bottom: 20px!important;
    }
    .thankyou .success-icon {
      margin-bottom: 10px!important;
    }
    .thankyou .order-message{
      font-size: 16px!important;
    }
    .btngp{
      display: flex;
    }
    a.locketbtn4{
      width: 160px!important;
    }
    .thankyou .page-title{
      width: 100%!important;
    }
    .thankyou .container{
      height: auto!important;
    }
    .thankyou .success-icon{
      width: 80px!important;
      height: auto!important;
      margin-bottom: 10px!important;
    }
  }
/*    Product Deatils css start*/

.step-nav {
      display: flex;
      justify-content: space-between;
      max-width: 800px;
      margin:1rem auto 2rem auto;
    }

    .step-nav .step {
      flex: 1;
      text-align: center;
      position: relative;
      z-index: 0;
    }

    .step .pdcircle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #d0d9e6;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 2.5px!important;
      font-weight: 500;
    }

    .step.active .pdcircle,
    .step.completed .pdcircle {
      background: #1843A6;
    }

    .step::after {
      content: '';
      position: absolute;
      top: 50px;
      right: -50%;
      width: 100%;
      height: 2px;
      background: #d0d9e6;
      z-index: -1;
    }

    .step:last-child::after {
      display: none;
    }

    .step.completed::after {
      background: #1843A6!important;
    }

    .card-section {
      display: none;
    }

    .card-section.active {
      display: block;
    }

    .right-summary {
      background: white;
      padding: 20px;
      /* border-radius: 8px; */
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      text-align: center;
      margin-top: 25px;
    }

    .section-title {
      font-weight: 600;
      margin-bottom: 15px;
      color: #1843A6;
      font-size: 1.2rem !important;
      text-transform: uppercase;
    }

    .form-check-input:checked {
      background-color: #1843A6;
      border-color: #1843A6;
    }
  #prodeatils{
     background-color: #F3FBFF;
     padding: 20px 0 55px 0;
  }
  .pdimg{
    width: 185px;
    margin:0 auto;
  }
    .pdimg2{
    width: 100%;
    margin:0 auto;
  }
  h5.os.fw-bold {
    color: #424242;
    font-size: 1.5rem;
    margin: 10px auto 20px auto;
}
ul.list-group {
    margin: 20px auto 10px auto;
}
.right-summary h1
{
    color: #1843A6;
    font-size: 1.6rem;
    margin:20px auto 10px auto;
}
 .color-wrapper {
      text-align: center;
    }

    .color-option {
      border: 1px solid #ddd;
      border-radius: 0!important;
      padding: 7px!important;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .color-option img {
      max-width: 100px;
      height: auto;
    }

   .color-title {
    margin-top: 8px;
    font-weight: 500;
    font-size: 0.7rem;
    color:  #424242;
    }

    .radio-input {
      display: none;
    }

    /* Highlight the box on selection */
    .radio-input:checked + label .color-option {
      border-color: #1843A6;
      box-shadow: 0 0 0 2px rgba(51, 102, 204, 0.4);
    }
    h4.secoundheading{
        color: #424242;
        font-size: 1rem;
    }
  button.btn.save {
    background-color: #1843A6;
    outline: none;
    color: #fff;
    border: none;
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 0px;
    margin-left: 10px;
}
.color-wrapper label{
    width: 100%;
}
.card-section p{
    font-size: 14px;
}
.form-check h5{
    color: #1843A6;
    font-size: 1.2rem;
}
#prodeatils .form-check h5{
    margin-bottom: 5px;
}
.form-check input.form-check-input {
    border-color: #1843A6;
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check ul li{
    list-style: disc!important;
}
.form-check ul{
   padding-left: 20px!important;
}
#prodeatils .btn{
    font-weight: 400;
    background-color: #1843A6;
    color: #fff;
    font-family:'Poppins', sans-serif;
    font-size: 0.90vw!important;
    outline: none;
    border-color: #1843A6;
    border-radius: 0px;
}
.btn.ecommercebtn{
  font-weight: 400;
  background-color: #1843A6;
  color: #fff;
  font-family:'Poppins', sans-serif;
  font-size: 0.95vw!important;
  outline: none;
  border-color: #1843A6;
  border-radius: 0px;
}
/* Ensure usability on small screens */
@media (max-width: 992px){
  #prodeatils .btn{ font-size: 1.8vw!important; }
}
@media (max-width: 576px){
  #prodeatils .btn{ font-size: 3.6vw!important; }
}
button.btn.btn-primary.next-btn{
    background-color: #1843A6;
    color: #fff;
    font-weight: 500!important;
    font-family:'Poppins', sans-serif;
    font-size: 15px;
    outline: none;
    border-color: #1843A6;
    border-radius: 0px;
}
.form-check h6{
     color: #424242;
     font-size: 1.1rem;
}
 #prodeatils label {
     font-weight: 500;
     font-size: 1rem;
     color: #424242;
    }
   #prodeatils .form-control, .form-select {
      border: 1px solid #ccc!important;
      font-size: 0.80rem;
      border-radius: 0!important;
    }
 p.f16{
    font-size: 16px;
 }
label.form-check-label.sameas{
    color: #424242!important;
}
label.form-check-label.gender{
       color: #424242!important;
       font-weight: normal;
}
  .shipping-option {
      border: 1px solid #ccc;
      border-radius: 0;
      padding: 12px 16px;
      margin-bottom: 12px;
      cursor: pointer;
      transition: border-color 0.3s;
    }

    .shipping-option:hover {
      border-color: #1843A6;
    }

    .shipping-option input[type="radio"] {
      accent-color: #1843A6;
    }

    .shipping-name {
      font-weight: 500;
      color: #1843A6;
    }

    .shipping-desc {
      color: #333;
    }

    .shipping-price {
      font-weight: 500;
      color:  #424242;
      text-align: end;
    }

    @media (max-width: 576px) {
      .shipping-option .row > div {
        margin-bottom: 6px;
      }
    }
    .promo-btn {
      margin-top: 1px;
        }
   
    /* #prodeatils .form-select{
        font-size: 0.8rem !important;
    } */
    #prodeatils .form-control input::placeholder{
         font-size: 0.8rem!important;
    }
    input.form-control.promo-input::placeholder{
        font-size: 0.8rem!important;
    }
    h6.priheading{
        color: #1843A6;
        margin-bottom: 15px;
    }
     img.ecom{
            width: 250px!important;
        }
    @media only screen and (max-width: 767px){
        .right-summary{
            margin-top: 0px;
        }
         img.ecom{
            width: 150px!important;
        }
    }
      a.locketbtn2{
            background-color: #fff;
            color: #1843A6;
            border: 2px solid #1843A6;
            font-size: 14px;
            border-radius: 0;
            padding: 8px;
            text-align: center;
            cursor: default;
            font-weight: 500;
        }

         a.locketbtn3{
            background-color: #1843A6;
            color: #fff;
            font-size: 14px;
            border-radius: 0;
            padding: 6px 8px;
            width: 100px;
            text-align: center;
            cursor: pointer!important;
            display: inline-block;
        }
        a.locketbtn4{
          background-color: #1843A6;
          color: #fff;
          font-size: 14px;
            border-radius: 0;
          padding: 6px 8px;
          width: 180px;
          text-align: center;
          cursor: pointer!important;
          display: inline-block;
      }
      a.locketbtn5{
        background-color: #ffc107;
        color: #000;
        font-size: 14px;
          border-radius: 0;
        padding: 6px 8px;
        width: 180px;
        text-align: center;
        cursor: pointer!important;
        display: inline-block;
    }

p.mb-0.f16.extra {
    color: #424242;
}
.text-black-theme{
 color: #424242!important;
}
/* Newsletter Modal Styles */
.newsletter-modal-dialog {
  max-width: 60% !important;
  width: 60% !important;
}

.newsletter-modal-content {
  background: #F0F8FF !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  max-height: 500px;
}

.newsletter-modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 20px 25px 0 0;
  pointer-events: none;
}

.newsletter-modal-header .close {
  pointer-events: auto;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  opacity: 1;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
}

/* .newsletter-modal-header .close:hover {
  color: #1843A6;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
} */

.newsletter-modal-header .close:focus {
  outline: 0px solid #1843A6;
}

.newsletter-modal-body {
  display: flex;
  height: 100%;
  min-height: 400px;
  max-height: 500px;
}

.newsletter-left-section {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.newsletter-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .newsletter-banner-image {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 576px) {
  .newsletter-banner-image {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 480px) {
  .newsletter-banner-image {
    object-fit: cover;
    object-position: center;
  }
}

.newsletter-right-section {
  flex: 1;
  background: #F0F8FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.newsletter-content {
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.newsletter-title {
  margin-bottom: 20px;
  line-height: 1.2;
}

.newsletter-title-small {
  display: block;
  font-size: 1.2rem;
  color: #1843A6;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}

.newsletter-title-large {
  display: block;
  font-size: 2rem;
  color: #1843A6;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.newsletter-description {
  font-size: 1rem;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.newsletter-form {
  margin-bottom: 20px;
}

.newsletter-form-group {
  margin-bottom: 20px;
}

.newsletter-email-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 1rem;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.newsletter-email-input:focus {
  border-color: #1843A6;
  box-shadow: 0 0 0 0.2rem rgba(24, 67, 166, 0.25);
  outline: none;
}

.newsletter-signup-btn {
  background-color: #1843A6;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.newsletter-signup-btn:hover {
  background-color: #0f2f80;
  color: #fff;
}

.newsletter-signup-btn:focus {
  background-color: #1843A6;
  color: #fff;
  box-shadow: none;
}

.newsletter-disclaimer {
  font-size: 0.9rem;
  color: #000;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Responsive Design for Newsletter Modal */
@media (max-width: 992px) {
  .newsletter-modal-dialog {
    max-width: 70% !important;
    width: 70% !important;
  }
  
  .newsletter-modal-content {
    min-height: 350px;
    max-height: 450px;
  }
  
  .newsletter-modal-body {
    min-height: 350px;
    max-height: 450px;
  }
  
  .newsletter-right-section {
    padding: 25px;
  }
  
  .newsletter-title-large {
    font-size: 1.6rem;
  }
  
  .newsletter-title-small {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .newsletter-modal-dialog {
    max-width: 80% !important;
    width: 80% !important;
  }
  
  .newsletter-modal-content {
    min-height: 400px;
    max-height: 500px;
    background-image: url('/web-assets/images/newsletterbanner.webp'), url('web-assets/images/newsletterbanner.webp'), linear-gradient(45deg, #ff6b6b, #4ecdc4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F0F8FF;
    position: relative;
  }
  
  .newsletter-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(240, 248, 255, 0.3) 0%, rgba(240, 248, 255, 0.7) 100%);
    z-index: 1;
  }
  
  .newsletter-modal-body {
    min-height: 400px;
    max-height: 500px;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  
  .newsletter-left-section {
    display: none;
  }
  
  .newsletter-right-section {
    flex: 1;
    padding: 15px;
    background: transparent;
  }
  
  .newsletter-title-large {
    font-size: 1.4rem;
  }
  
  .newsletter-title-small {
    font-size: 0.8rem;
  }
  
  .newsletter-description {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .newsletter-email-input {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  
  .newsletter-signup-btn {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
  
  .newsletter-disclaimer {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .newsletter-modal-dialog {
    max-width: 90% !important;
    width: 90% !important;
    margin: 10px auto;
  }
  
  .newsletter-modal-content {
    min-height: 350px;
    max-height: 450px;
    background: #F0F8FF url('/web-assets/images/newsletterbanner.webp') center/cover no-repeat;
    position: relative;
  }
  
  .newsletter-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(240, 248, 255, 0.3) 0%, rgba(240, 248, 255, 0.7) 100%);
    z-index: 1;
  }
  
  .newsletter-modal-body {
    min-height: 350px;
    max-height: 450px;
    position: relative;
    z-index: 2;
  }
  
  .newsletter-modal-header {
    padding: 15px 20px 0 0;
  }
  
  .newsletter-left-section {
    display: none;
  }
  
  .newsletter-right-section {
    padding: 12px;
    background: transparent;
  }
  
  .newsletter-title-large {
    font-size: 1.2rem;
  }
  
  .newsletter-title-small {
    font-size: 0.7rem;
  }
  
  .newsletter-description {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  
  .newsletter-email-input {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
  
  .newsletter-signup-btn {
    padding: 10px 25px;
    font-size: 0.8rem;
    max-width: 150px;
  }
  
  .newsletter-disclaimer {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .newsletter-modal-dialog {
    max-width: 95% !important;
    width: 95% !important;
  }
  
  .newsletter-modal-content {
    min-height: 400px;
    max-height: 500px;
    background: #F0F8FF url('/web-assets/images/newsletterbanner.webp') center/cover no-repeat;
    position: relative;
  }
  
  .newsletter-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(240, 248, 255, 0.3) 0%, rgba(240, 248, 255, 0.7) 100%);
    z-index: 1;
  }
  
  .newsletter-modal-body {
    min-height: 400px;
    max-height: 500px;
    position: relative;
    z-index: 2;
  }
  
  .newsletter-left-section {
    display: none;
  }
  
  .newsletter-right-section {
    padding: 15px;
    background: transparent;
  }
  
  .newsletter-title-large {
    font-size: 1.3rem;
  }
  
  .newsletter-title-small {
    font-size: 0.8rem;
  }
  
  .newsletter-description {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }
  
  .newsletter-email-input {
    padding: 12px 15px;
    font-size: 0.85rem;
  }
  
  .newsletter-signup-btn {
    padding: 12px 30px;
    font-size: 0.85rem;
  }
  
  .newsletter-disclaimer {
    font-size: 0.75rem;
  }
}

/*ECOMMERCE CSS END*/

  .btn-check:checked + .color-option {
    border: 2px solid #1843A6 !important;
    box-shadow: 0 0 0 0.15rem rgba(24, 67, 166, 0.25);
  }

      .step-nav-wrapper {
      background: #f4f9ff;
    }
    .step-nav {
      display: flex;
      justify-content: space-between;
      padding: 0px 0;
      max-width: 100%;
    }
    .step {
      width: 25%;
      text-align: center;
      color: #000;
      position: relative;
    }
    .step .label {
      margin-bottom: 8px;
    }
    .step .pdcircle {
      display: inline-block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      background-color: #999;
      color: #fff;
      font-size: 14px;
    }
    .step.active .pdcircle {
      background-color: #1843A6;
    }
    .step.active {
      font-weight: bold;
      color: #1843A6;
    }
    .step.completed .pdcircle {
          background-color: #1843A6; /* Bootstrap primary */
          color: #fff;
           font-weight: bold;
        }

        .step.completed .label {
          color: #1843A6;
           font-weight: bold;
        }
   /* .left-panel {
      padding: 20px;
      border-radius: 8px;
    }*/
    .right-panel {
      background: #fff;
      border-radius: 0;
      padding:20px 20px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      min-height: 182px;
      height: auto;
    }
    .section {
      display: none;
    }
    .section.active {
      display: block;
    }
    .btn-primary {
      background-color: #1843A6;
      border: none;
    }
    .btn-primary:hover {
      background-color: #0f2f80;
    }
    .right-panel h1 {
    color: #1843A6;
    font-size: 1.6rem;
    margin: 20px auto 10px auto;
}

.left-panel .input-group{
    margin: 0 auto;

}
.text-center.productimagebox {
    padding: 5px;
    border: 1px solid #979797;
    border-radius: 0;
}
.productimagebox P   {
    font-size: 0.8rem;
    margin-top: 6px;
}


/* Tabs */
.tab-section .nav-tabs {
  border-bottom: none;
}

.tab-section .nav-tabs .nav-link {
  border: 1px solid #ccc;
  border-bottom: none;
  color: #000;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px 6px 0 0;
  margin-right: 5px;
}

.tab-section .nav-tabs .nav-link.active {
  background-color: #1843A6 ;
  color: #fff;
  border-color:#1843A6 #fff;
}

/* Tab content area */
.tab-section .tab-content {
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  height: 200px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
}

/* Scrollbar */
   /* Enhanced Scoped tab container with animations */
    .custom-tab-section {
      margin: 0px auto;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .custom-tab-section:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    /* Enhanced tab navigation with smooth animations */
    .custom-tabs.nav-tabs {
      border-bottom: none;
      margin-bottom: 0;
      position: relative;
    }

    .custom-tabs.nav-tabs .nav-link {
      border: 1px solid #e9ecef;
      color: #495057;
      background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
      font-weight: 600;
      padding: 12px 20px;
      font-size: 0.95rem;
      border-radius:  0 0;
      margin-right: 8px;
      position: relative;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
    }

    .custom-tabs.nav-tabs .nav-link::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
      transition: left 0.5s;
    }

    .custom-tabs.nav-tabs .nav-link:hover::before {
      left: 100%;
    }

    .custom-tabs.nav-tabs .nav-link:hover {
      background: linear-gradient(135deg, #1843A6 0%, #0f2f80 100%);
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(24, 67, 166, 0.2);
    }

    /* Tab hover effects - enhance appearance on hover */
    .custom-tab-section:hover .custom-tab-content {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    /* Content hover effects */
    .custom-tab-content:hover {
      box-shadow: inset 0 0 0 1px rgba(24, 67, 166, 0.1);
    }

    .custom-tabs.nav-tabs .nav-link.active {
      background: linear-gradient(135deg, #1843A6 0%, #0f2f80 100%);
      color: white;
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(24, 67, 166, 0.25);
      position: relative;
    }

    .custom-tabs.nav-tabs .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1843A6, #0f2f80);
      border-radius: 2px 2px 0 0;
    }

    /* Enhanced tab content with dynamic height and smooth animations */
    .custom-tab-content {
      border: none;
      padding: 25px 20px;
      min-height: 200px;
      height: 200px;
      overflow: hidden;
      font-size: 14px;
      line-height: 1.7;
      background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
      border-radius: 0 0 12px 12px;
      position: relative;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    /* Default compressed state */
    .custom-tab-content:not(.expanded) {
      height: 200px;
      min-height: 200px;
      overflow: hidden;
    }

    /* Expanded state when scrolled to section */
    .custom-tab-content.expanded {
      height: auto;
      min-height: 200px;
      overflow: visible;
    }

    /* Compressed state when scrolling away */
    .custom-tab-content.compressed {
      height: 200px;
      min-height: 200px;
      overflow: hidden;
    }

    /* Ensure content inside tab panes is properly displayed */
    .custom-tab-content .tab-pane {
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    /* Smooth transition for content visibility */
    .custom-tab-content .tab-pane * {
      transition: opacity 0.3s ease;
    }

    .custom-tab-content.compressed .tab-pane * {
      opacity: 1;
    }

    .custom-tab-content.active {
      display: block;
      opacity: 1;
      transform: translateY(0);
      animation: fadeInUp 0.4s ease-out;
    }

    .custom-tab-content:hover {
      box-shadow: inset 0 0 0 1px rgba(24, 67, 166, 0.1);
    }

    /* 3-column layout for tab content */
    .custom-tab-content .content-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 15px;
    }

    .custom-tab-content .content-item {
      background: rgba(255, 255, 255, 0.8);
      padding: 15px;
      border-radius: 8px;
      border-left: 4px solid #1843A6;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .custom-tab-content .content-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(24, 67, 166, 0.1);
      border-left-color: #0f2f80;
    }

    .custom-tab-content .content-item h6 {
      color: #1843A6;
      font-weight: 600;
      margin-bottom: 8px;
      font-size: 0.9rem;
    }

    .custom-tab-content .content-item p {
      color: #495057;
      font-size: 0.85rem;
      margin-bottom: 0;
      line-height: 1.5;
    }

    /* Responsive 3-column layout */
    @media (max-width: 992px) {
      .custom-tab-content .content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
      }
    }

    @media (max-width: 576px) {
      .custom-tab-content .content-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }
    }

    /* Feature Row Layout - 3 columns responsive */
    .feature-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin: 10px 0;
      padding: 0 10px;
    }

    .feature-item {
      background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
      border: 1px solid #e9ecef;
      border-radius: 0px;
      padding: 12px;
      text-align: left;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      position: relative;
      overflow: hidden;
    }

    .feature-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #1843A6, #0f2f80);
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }

    .feature-item:hover::before {
      transform: scaleX(1);
    }

    .feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(24, 67, 166, 0.15);
      border-color: #1843A6;
    }

    .feature-item .feature-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 15px;
      background: linear-gradient(135deg, #1843A6, #0f2f80);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 24px;
      transition: all 0.3s ease;
    }

    .feature-item:hover .feature-icon {
      transform: scale(1.1);
      box-shadow: 0 4px 15px rgba(24, 67, 166, 0.3);
    }

    .feature-item .feature-title {
      color: #1843A6;
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .feature-item:hover .feature-title {
      color: #0f2f80;
    }

    .feature-item .feature-description {
      color: #495057;
      font-size: 0.9rem;
      line-height: 1.5;
      margin-bottom: 0;
    }

    /* Responsive design for feature-row */
    @media (max-width: 992px) {
      .feature-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 10px 0;
        padding: 0 10px;
      }
      
      .feature-item {
        padding: 10px;
      }
      
      .feature-item .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
      }
    }

    @media (max-width: 576px) {
      .feature-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px 0;
        padding: 0 5px;
      }
      
      .feature-item {
        padding: 12px;
      }
      
      .feature-item .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
      }
      
      .feature-item .feature-title {
        font-size: 1rem;
      }
      
      .feature-item .feature-description {
        font-size: 0.85rem;
      }
    }

    /* Specifications List Layout - Original single column layout */
    .specifications-list {
      margin: 0;
      padding: 0;
    }

    /* Specifications Row Layout - 4 columns responsive with left alignment */
    .specifications-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin: 20px 0;
      padding: 0 15px;
      width: 100%;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
    }

    .specification-item {
      background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
      border: 1px solid #e9ecef;
      border-radius: 0px;
      padding: 10px;
      text-align: left;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      position: relative;
      overflow: hidden;
    }

   

    .specification-item .spec-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
      background: linear-gradient(135deg, #1843A6, #0f2f80);
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
      transition: all 0.3s ease;
    }

    .specification-item:hover .spec-icon {
      transform: scale(1.05);
      box-shadow: 0 4px 15px rgba(24, 67, 166, 0.3);
    }

    .specification-item .spec-title {
      color: #1843A6;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 8px;
      transition: color 0.3s ease;
    }

    .specification-item:hover .spec-title {
      color: #0f2f80;
    }

    .specification-item .spec-value {
      color: #495057;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .specification-item .spec-description {
      color: #6c757d;
      font-size: 0.8rem;
      line-height: 1.4;
      margin-bottom: 0;
    }


    /* Responsive design for specifications-row */
    @media (max-width: 1199px) {
      .specifications-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin: 18px 0;
        padding: 0 12px;
      }
      
      .specification-item {
        padding: 18px;
      }
      
      .specification-item .spec-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
      }
    }

    @media (max-width: 992px) {
      .specifications-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 15px 0;
        padding: 0 10px;
      }
      
      .specification-item {
        padding: 15px;
      }
      
      .specification-item .spec-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
      }
    }

    @media (max-width: 576px) {
      .specifications-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 10px 0;
        padding: 0 5px;
      }
      
      .specification-item {
        padding: 12px;
      }
      
      .specification-item .spec-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
      }
      
      .specification-item .spec-title {
        font-size: 0.95rem;
      }
      
      .specification-item .spec-value {
        font-size: 0.85rem;
      }
      
      .specification-item .spec-description {
        font-size: 0.75rem;
      }
    }

    /* Custom scrollbar for tab content */
    .custom-tab-content::-webkit-scrollbar {
      width: 8px;
    }

    .custom-tab-content::-webkit-scrollbar-track {
      background: #f1f3f4;
      border-radius: 0px;
    }

    .custom-tab-content::-webkit-scrollbar-thumb {
      background: linear-gradient(135deg, #1843A6, #0f2f80);
      border-radius: 4px;
      transition: all 0.3s ease;
    }

    .custom-tab-content::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(135deg, #0f2f80, #1843A6);
    }

    /* Enhanced paragraph styling */
    .custom-tab-section p {
      font-size: 14px;
      color: #495057;
      margin-bottom: 12px;
      transition: color 0.3s ease;
    }

    .custom-tab-section p:hover {
      color: #1843A6;
    }

    /* Tab content fade-in animation */
    .custom-tab-content .tab-pane {
      animation: fadeInUp 0.4s ease-out;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* JavaScript functionality for tab switching */
    /* Add this JavaScript to your HTML file:
    
    <script>
    document.addEventListener('DOMContentLoaded', function() {
        const tabs = document.querySelectorAll('.custom-tabs .nav-link');
        const contents = document.querySelectorAll('.custom-tab-content');
        
        tabs.forEach(tab => {
            tab.addEventListener('mouseenter', function() {
                // Hide all content
                contents.forEach(content => {
                    content.classList.remove('active');
                });
                
                // Show related content (you can customize this logic)
                const targetContent = document.querySelector('.custom-tab-content');
                if (targetContent) {
                    targetContent.classList.add('active');
                }
            });
        });
        
        // Keep content visible when hovering over it
        contents.forEach(content => {
            content.addEventListener('mouseenter', function() {
                this.classList.add('active');
            });
            
            content.addEventListener('mouseleave', function() {
                this.classList.remove('active');
            });
        });
    });
    </script>
    */

    /* Dynamic Height Control for Product Details Tab Content */
    /* Add this JavaScript to your product details page for scroll-based height control:
    
    <script>
    document.addEventListener('DOMContentLoaded', function() {
        const tabContent = document.querySelector('.custom-tab-content');
        const tabSection = document.querySelector('.custom-tab-section');
        
        if (!tabContent || !tabSection) return;
        
        let isInView = false;
        let ticking = false;
        
        // Function to check if element is in viewport
        function isElementInViewport(el) {
            const rect = el.getBoundingClientRect();
            const windowHeight = window.innerHeight || document.documentElement.clientHeight;
            
            // Check if element is in viewport (with some margin)
            return (
                rect.top <= windowHeight * 0.7 && // When 70% scrolled into view
                rect.bottom >= windowHeight * 0.3  // And 30% from bottom
            );
        }
        
        // Function to handle scroll
        function handleScroll() {
            if (!ticking) {
                requestAnimationFrame(function() {
                    const currentlyInView = isElementInViewport(tabSection);
                    
                    if (currentlyInView !== isInView) {
                        isInView = currentlyInView;
                        
                        if (isInView) {
                            // Expand the tab content
                            tabContent.classList.remove('compressed');
                            tabContent.classList.add('expanded');
                        } else {
                            // Compress the tab content
                            tabContent.classList.remove('expanded');
                            tabContent.classList.add('compressed');
                        }
                    }
                    
                    ticking = false;
                });
                ticking = true;
            }
        }
        
        // Throttled scroll event listener
        window.addEventListener('scroll', handleScroll, { passive: true });
        
        // Initial check
        handleScroll();
        
        // Handle window resize
        window.addEventListener('resize', function() {
            setTimeout(handleScroll, 100);
        });
    });
    </script>
    */

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .custom-tab-section {
        padding: 15px;
        margin: 10px;
      }
      
      .custom-tabs.nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
        margin-right: 4px;
      }
      
      .custom-tab-content {
        min-height: 150px;
        height: 150px;
        padding: 20px 15px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      }

      /* Default compressed state for mobile */
      .custom-tab-content:not(.expanded) {
        height: 150px;
        min-height: 150px;
        overflow: hidden;
      }

      .custom-tab-content.expanded {
        height: auto;
        min-height: 150px;
        overflow: visible;
      }

      .custom-tab-content.compressed {
        height: 150px;
        min-height: 150px;
        overflow: hidden;
      }
    }
a.text-primary.text-decoration-none.small{
    color: #1843A6 !important;
    font-weight: 500;
}
.right-panel table.table{
/*    border: 1px solid #A6A6A6;*/
    border-radius: 0px;
    margin-bottom: 0px;
}
.right-panel table.table tr, .right-panel table.table th {
    background-color: #F3FBFF;
}
/* Set min-height to 182px when cart is empty, auto height when cart has items */
.rowbox {
    border-radius: 0;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: auto;
}

#cart-items-container.rowbox.empty-cart {
    min-height: 182px;
}

ul.subplan{
    list-style: disc;
}
ul.subplan.pl{
    padding-left: 20px;
    margin: 5px 0 5px 0;
}
ul.subplan li{
    list-style: disc;
    color: #424242;
    font-size: 0.8rem;
}
ul.subplan li::marker{
    color: #BFE7FF;
    font-size: 0.8rem;
}
.adjdiv{
    margin-top: -40px;
    margin-left: -20px;
}
.popularaddbox p{
     font-size: 0.9rem;
}
@media only screen and (max-width: 767px){
   .adjdiv{
    margin-top: 0px;
    margin-left:0px;
} 
h5.fw-bold{
    margin-top: 20px;
    font-size: 1.2rem;
}
   .container-fluid.px-5 {
    padding-left: 15px!important;
        padding-right: 15px!important;
}
.rowbox h6{
    margin-top: 20px;
    font-size: 1.4rem;
}
ul.subplan{
    padding-left: 20px;
}
.left-panel .input-group{
    margin-left: 0px;
}
.thankyou .order-info{
  width: 100%;
  padding: 20px;
}
}

  .care-recipient-wrapper .accordion-button {
    background-color: #1843A6!important;
    color: white;
    font-weight: 500;
  }

  .care-recipient-wrapper .accordion-button:not(.collapsed) {
    background-color: #1843A6;
    color: white;
  }

  .care-recipient-wrapper .accordion-button::after {
    filter: brightness(0) invert(1); /* makes the arrow white */
  }

  .care-recipient-wrapper .accordion-item {
    border: none;
    border-radius: 0rem;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .care-recipient-wrapper .form-label {
    font-weight: 500;

  }

  .care-recipient-wrapper .form-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 0 0;
  }

  .care-recipient-wrapper .form-control,
  .care-recipient-wrapper .form-select {
    border-radius: 0rem;
  }

  .care-recipient-wrapper .form-check-inline {
    margin-top: 8px;
  }

    .product-grid-wrapper {
    background-color: #fff;
    padding: 20px;
  }

  .product-grid-wrapper .product-card {
    background-color: #EEF7FF;
    border-radius: 0;
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }

  .product-grid-wrapper .product-card img {
    width: 100%;
    height: auto;
    /*max-height: 180px;*/
    object-fit: contain;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 0;  
  }

  .product-grid-wrapper .product-title {
    /*font-weight: 600;*/
    font-size: 1rem;
  }
/* 
  .product-grid-wrapper .product-description {
    font-size: 0.85rem;
    color: #6c757d;
  } */

  .product-grid-wrapper .product-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1843A6;
    margin: 10px 0 5px 0;
  }
  .product-price sup.price-symbol{
    font-size: 0.9rem;
    font-weight: 500!important;
    color: #000;
  }
 sup.price-symbol{
    font-size: 0.9rem!important;
    font-weight: 500!important;
    color: #000;
  }
 /* Keep pricing and actions pinned to card bottom */
 .product-grid-wrapper .product-card .product-card-inner {
   width: 100%;
   flex: 1 1 auto;
 }
 .product-grid-wrapper .product-card .product-price {
   margin-top: auto;
 }
 .product-grid-wrapper .product-card .button_box {
   margin-top: 8px;
 }
  .product-grid-wrapper .filter-bar .form-control,
  .product-grid-wrapper .filter-bar .form-select {
    border-radius: 0px;
    border: 1px solid #ccc;
  }

 .product-grid-wrapper .filter-bar .form-control,
.product-grid-wrapper .filter-bar .form-select {
  border-radius: 0px;
  border: 1px solid #ccc;
}

.product-grid-wrapper .search-icon-wrapper {
  position: relative;
}

.product-grid-wrapper .search-icon-wrapper input {
  padding-right: 2.2rem;
}

.product-grid-wrapper .search-icon-wrapper .search-icon-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #6c757d;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.product-grid-wrapper .search-icon-wrapper .search-icon-btn:hover {
  color: #1843A6;
}
.graybg{
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 0px;
}
.virtualbox h2.darkblue {
    color: #1843A6;
    font-size: 1.8rem;
}
.graybg ul li {
    font-size: 13px;
    line-height: 28px;
}

.graybg  .input-group{
    margin-left: 0px;
}

 .adjdiv2  {
    margin-top: 5px!important;
     margin-left: -20px; 
}
.adjdiv3{
      margin-left: -20px; 
       margin-top: -10px!important;
}

.popularaddbox {
    border: 1px solid #8EABEE;
    padding: 20px;
    margin-bottom: 5px;
      border-radius: 0;
}
.popularaddbox h5{
    color: #1843A6;
    font-size: 1.05rem;
    font-weight: 400;
}

button.btn.custombtn{
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.custombtn:hover {
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}
button.btn.custombtn:focus {
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
}

/* Newsletter Signup Button Styles */
button.btn.newsletter-signup-btn {
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
}

button.btn.newsletter-signup-btn:hover {
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
}

button.btn.newsletter-signup-btn:focus {
    background-color: #1843A6;
    color: #fff;
    font-size: 14px;
    border-radius: 0!important;
    padding: 6px 8px;
    width: 80px;
    text-align: center;
    cursor: pointer !important;
    font-weight: 400;
    border: none;
    outline: none;
    box-shadow: none;
}
i.fas.fa-shopping-cart.text-primary{
    color: #1843A6!important;
}
.cartbox{
    width: 38px; 
    height: 38px; 
    border-color: #cfd9e6;
}
.cartbox span{
    font-size: 11px; 
    width: 20px; 
    height: 20px; 
    display: flex;
     align-items: center;
      justify-content: center;
      font-weight: 500;
}

.sku-short-description {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #dd9613;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.product-card a.pc{
  display: contents;
}

/* Share dropdown for product list cards */
.product-grid-wrapper .product-card {
  position: relative;
}
.product-grid-wrapper .product-card .share-dropdown-container{
  position:absolute;
  top:4px;
  right:4px;
  z-index:30;
}
.product-grid-wrapper .product-card .share-toggle{
  width:26px;
  height:26px;
  border:1px solid #d9d9d9;
  background:#fff;
  border-radius:0px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#000;
}
.product-grid-wrapper .product-card .share-menu{
  position:absolute;
  top:30px;
  right:0;
  background:#fff;
  border:1px solid #e1e1e1;
  border-radius:8px;
  box-shadow:0 8px 16px rgba(0,0,0,0.08);
  width:210px;
  padding:8px 0 6px 0;
  display:none;
}
.product-grid-wrapper .product-card .share-menu.active{display:block;}
.product-grid-wrapper .product-card .share-menu .close-share{
  position:absolute;
  top:5px;
  right:5px;
  width:26px;
  height:26px;
  border-radius:0px;
  border:1px solid #ddd;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.product-grid-wrapper .product-card .share-menu ul{list-style:none;margin:0;padding:0;}
.product-grid-wrapper .product-card .share-menu li{border-top:1px solid #f0f0f0;}
.product-grid-wrapper .product-card .share-menu li:first-child{border-top:none;}
.product-grid-wrapper .product-card .share-menu a{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#333;text-decoration:none;}
.product-grid-wrapper .product-card .share-menu a:hover{background:#f7f9fb;}
.product-grid-wrapper .product-card .share-menu i{width:20px;text-align:center;color:#0C1E80;}
.product-grid-wrapper .product-card .share-menu span{font-size:14px;}

.product-grid-wrapper .product-title-sub {
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 5px;
  background-color: #BFE7FF;
  padding:5px 10px;
  color: #000;
}

/* Sign In Modal Styles */
#signInModal .modal-content,div#applyPlanAllModal .modal-content, div#subscriptionPlanInfoModal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#signInModal .modal-header,div#applyPlanAllModal .modal-header, div#subscriptionPlanInfoModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px 15px;
}

#signInModal .modal-title,div#applyPlanAllModal .modal-title, div#subscriptionPlanInfoModal .modal-title {
  color: #1843A6;
  font-weight: 600;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
}

#signInModal .modal-body,div#applyPlanAllModal .modal-body, div#subscriptionPlanInfoModal .modal-body {
  padding: 20px 25px 25px;
}

#signInModal .form-label {
  font-weight: 500;
  color: #424242;
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

#signInModal .form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 12px 15px;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

#signInModal .form-control:focus {
  border-color: #1843A6;
  box-shadow: 0 0 0 0.2rem rgba(24, 67, 166, 0.25);
}

#signInModal .form-control.is-invalid {
  border-color: #dc3545;
}

#signInModal .invalid-feedback {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 5px;
}

#signInModal .btn-primary {
  background-color: #1843A6;
  border: none;
 border-radius: 0px; 
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease;
}
.modal-header{
  border-radius: 0px;
}
#signInModal .btn-primary:hover {
  background-color: #0f2f80;
}

#signInModal .btn-primary:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

#signInModal .sign-in-btn {
  width: 100%;
}

#signInModal .sign-up-link,
#signInModal .forgot-password-link {
  color: #1843A6;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

#signInModal .sign-up-link:hover,
#signInModal .forgot-password-link:hover {
  color: #0f2f80;
  text-decoration: underline !important;
}

#signInModal .text-center p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 8px;
}

/* Responsive styles for modal */
@media (max-width: 576px) {
  #signInModal .modal-dialog {
    margin: 10px;
  }
  
  #signInModal .modal-header {
    padding: 15px 20px 10px;
  }
  
  #signInModal .modal-body {
    padding: 15px 20px 20px;
  }
  
  #signInModal .modal-title {
    font-size: 1.2rem;
  }
  
  #signInModal .form-control {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  #signInModal .btn-primary {
    padding: 10px;
    font-size: 0.9rem;
  }
}

/* Sign Up Modal Styles */
#signUpModal .modal-content {
  border-radius: 0px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#signUpModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px 15px;
}

#signUpModal .modal-title {
  color: #1843A6;
  font-weight: 600;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
}

#signUpModal .modal-body {
  padding: 20px 25px 25px;
}

#signUpModal .form-label {
  font-weight: 500;
  color: #424242;
  font-size: 0.9rem;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}

#signUpModal .form-control,
#signUpModal .form-select {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 12px 15px;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

#signUpModal .form-control:focus,
#signUpModal .form-select:focus {
  border-color: #1843A6;
  box-shadow: 0 0 0 0.2rem rgba(24, 67, 166, 0.25);
}

#signUpModal .form-control.is-invalid,
#signUpModal .form-select.is-invalid {
  border-color: #dc3545;
}

#signUpModal .invalid-feedback {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 5px;
}

#signUpModal .btn-primary {
  background-color: #1843A6;
  border: none;
  border-radius: 0px;
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease;
}

#signUpModal .btn-primary:hover {
  background-color: #0f2f80;
}

#signUpModal .btn-primary:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

#signUpModal .sign-up-btn {
  width: 100%;
}

#signUpModal .sign-in-link {
  color: #1843A6;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

#signUpModal .sign-in-link:hover {
  color: #0f2f80;
  text-decoration: underline !important;
}

#signUpModal .text-center p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 8px;
}

#signUpModal .form-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 5px;
}

/* Responsive styles for sign up modal */
@media (max-width: 576px) {
  #signUpModal .modal-dialog {
    margin: 10px;
  }
  
  #signUpModal .modal-header {
    padding: 15px 20px 10px;
  }
  
  #signUpModal .modal-body {
    padding: 15px 20px 20px;
  }
  
  #signUpModal .modal-title {
    font-size: 1.2rem;
  }
  
  #signUpModal .form-control,
  #signUpModal .form-select {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  #signUpModal .btn-primary {
    padding: 10px;
    font-size: 0.9rem;
  }
  
  #signUpModal .row .col-md-6 {
    margin-bottom: 0px;
  }
}

/* Forgot Password Modal Styles */
#forgotPasswordModal .modal-content {
  border-radius: 0px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#forgotPasswordModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px 15px;
}

#forgotPasswordModal .modal-title {
  color: #1843A6;
  font-weight: 600;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
}

#forgotPasswordModal .modal-body {
  padding: 20px 25px 25px;
}

#forgotPasswordModal .form-label {
  font-weight: 500;
  color: #424242;
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

#forgotPasswordModal .form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 12px 15px;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

#forgotPasswordModal .form-control:focus {
  border-color: #1843A6;
  box-shadow: 0 0 0 0.2rem rgba(24, 67, 166, 0.25);
}

#forgotPasswordModal .form-control.is-invalid {
  border-color: #dc3545;
}

#forgotPasswordModal .invalid-feedback {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 5px;
}

#forgotPasswordModal .btn-primary {
  background-color: #1843A6;
  border: none;
  border-radius: 0px;
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease;
}

#forgotPasswordModal .btn-primary:hover {
  background-color: #0f2f80;
}

#forgotPasswordModal .btn-primary:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

#forgotPasswordModal .reset-password-btn {
  width: 100%;
}

#forgotPasswordModal .back-to-login-link {
  color: #1843A6;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

#forgotPasswordModal .back-to-login-link:hover {
  color: #0f2f80;
  text-decoration: underline !important;
}

#forgotPasswordModal .text-center p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 8px;
}

/* Responsive styles for forgot password modal */
@media (max-width: 576px) {
  #forgotPasswordModal .modal-dialog {
    margin: 10px;
  }
  
  #forgotPasswordModal .modal-header {
    padding: 15px 20px 10px;
  }
  
  #forgotPasswordModal .modal-body {
    padding: 15px 20px 20px;
  }
  
  #forgotPasswordModal .modal-title {
    font-size: 1.2rem;
  }
  
  #forgotPasswordModal .form-control {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  #forgotPasswordModal .btn-primary {
    padding: 10px;
    font-size: 0.9rem;
  }
}


.thankyou .container {
  width: 100%;
  max-width: 1600px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #F3FBFF;
}

.thankyou .success-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 669px;
  padding: 20px;
}

.thankyou .page-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
 font-size: 1.8rem;
  line-height: 1.1em;
  letter-spacing: -2%;
  color: #1843A6;
  margin-bottom: 40px;
  width: 524px;
  height: auto;
  white-space: nowrap;
}

.thankyou .success-icon {
  margin-bottom: 30px;
  width: 100px;
  height: auto;
}

.thankyou .success-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.thankyou .order-info {
  background-color: #CFEDFF;
  border-radius: 0;
  padding: 16px 38px;
  margin-bottom: 20px;
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou .order-message {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -2%;
  color: #000000;
  width: 700px;
  height: auto;
  text-align: center;
}

.thankyou .button-group {
  display: flex;
  gap: 40px;
  width: 438px;
  height: 43px;
}
.password-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
 
.password-wrapper .form-control {
  padding-right: 2.5rem; /* Space for eye icon */
  position: relative;
  border-radius: 0px!important;
}
 
.eye-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #6c757d;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background: transparent;
}
 
/* Ensure eye icon stays in place even with validation errors */
.password-wrapper .error_label {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
 
/* Handle validation error styling for password fields */
.control-group.error .password-wrapper .form-control {
  border-color: #dc3545;
}
 
.control-group.error .password-wrapper .eye-icon {
  color: #dc3545;
}
 
/* Ensure password wrapper maintains its structure during validation */
.control-group .password-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.password-wrapper .eye-icon {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  z-index: 25 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: none!important;
}

/* Product Slider Styles */
.main-preview{
  border: 1px solid #979797!important;
  padding: 20px;
  background: #F3FBFF;
   border-radius: 0; 
}
.product-slider-wrapper .main-preview img {
  max-width: 100%;
  height: auto;
}
.custslidebox.slick-slide{
  border: 1px solid #979797!important;
  cursor: pointer;
  padding: 1px;
  background: #fff;
  margin:2px 0 2px 0;
  border-radius: 0;
}
.product-slider-wrapper .thumbnail-slider-with-arrows {
  position: relative;
  width: 55px;
  /* margin: 0px 10px; */
  margin-right: 20px;
}
/* Share dropdown (scoped to product details main preview) */
.main-preview .share-dropdown-container{
  position:absolute;
  top:4px;
  right:4px;
  z-index:30;
}
.main-preview .share-toggle{
  width:26px;
  height:26px;
  border:1px solid #d9d9d9;
  background:#fff;
  border-radius:0px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#000;
}
.main-preview .share-menu{
  position:absolute;
  top:30px;
  right:0;
  background:#fff;
  border:1px solid #e1e1e1;
  border-radius:8px;
  box-shadow:0 8px 16px rgba(0,0,0,0.08);
  width:210px;
  padding:8px 0 6px 0;
  display:none;
}
.main-preview .share-menu.active{display:block;}
.main-preview .share-menu .close-share{
  position:absolute;
  top:5px;
  right:5px;
  width:26px;
  height:26px;
  border-radius:0px;
  border:1px solid #ddd;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.main-preview .share-menu ul{list-style:none;margin:0;padding:0;}
.main-preview .share-menu li{border-top:1px solid #f0f0f0;}
.main-preview .share-menu li:first-child{border-top:none;}
.main-preview .share-menu a{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#333;text-decoration:none;}
.main-preview .share-menu a:hover{background:#f7f9fb;}
.main-preview .share-menu i{width:20px;text-align:center;color:#0C1E80;}
.main-preview .share-menu span{font-size:14px;}
/* Reserve space for arrows so they don't overlap slides */
.product-slider-wrapper .thumbnail-slider {
  padding-top: 34px;
  padding-bottom: 34px;
}
.product-slider-wrapper .slick-prev{
  top: 0!important;
}
.product-slider-wrapper .slick-next{
  top: auto!important;
  bottom: 0!important;
}
.product-slider-wrapper .thumbnail-slider .slick-prev,
.product-slider-wrapper .thumbnail-slider .slick-next {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-slider-wrapper .thumbnail-slider .slick-prev::before,
.product-slider-wrapper .thumbnail-slider .slick-next::before {
  /* Use Font Awesome chevrons for crisp arrows on all DPIs */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000;
  display: inline-block;
  line-height: 1;
  border: none;
  padding: 0;
  content: '';
}
.product-slider-wrapper .thumbnail-slider .slick-prev::before { content: "\f077"; } /* fa-chevron-up */
.product-slider-wrapper .thumbnail-slider .slick-next::before { content: "\f078"; } /* fa-chevron-down */
.product-slider-wrapper .thumbnail-slider .slick-prev {
  top: 4px!important;
  transform: translateX(-50%);
}
.product-slider-wrapper .thumbnail-slider .slick-next {
  bottom: 4px!important;
  transform: translateX(-50%);
}
/* Horizontal video slider styles */
.video-thumbnail-slider-with-arrows {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 5px auto 0 auto;
  padding: 0; /* gutters handled by slick-list margins */
  box-sizing: border-box;
}
.video-thumbnail-slider .custslidebox{
  margin: 0 4px; /* balanced gap */
}
.video-thumbnail-slider {
  padding-left: 0;  /* handled by wrapper */
  padding-right: 0; /* handled by wrapper */
}
.video-thumbnail-slider .slick-list{
  margin-left: 30px;   /* tighter, balanced gap */
  margin-right: 30px;  /* tighter, balanced gap */
}
.video-thumbnail-slider .slick-prev,
.video-thumbnail-slider .slick-next {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-thumbnail-slider .slick-prev{ left: 12px; }
.video-thumbnail-slider .slick-next{ right: 12px; }
@media (max-width: 768px){
  .video-thumbnail-slider .slick-list{
    margin-left: 28px;
    margin-right: 28px;
  }
}
.video-thumbnail-slider .slick-prev::before,
.video-thumbnail-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000;
  display: inline-block;
  line-height: 1;
  border: none;
  padding: 0;
  content: '';
}
.video-thumbnail-slider .slick-prev::before { content: "\f053"; } /* fa-chevron-left */
.video-thumbnail-slider .slick-next::before { content: "\f054"; } /* fa-chevron-right */
.video-thumbnail-slider .slick-prev{
  left: 0;
  top: 50%!important;
}
.video-thumbnail-slider .slick-next{
  right: 0;
  top: 50%!important;
}
@media (max-width: 768px) {
  .video-thumbnail-slider .custslidebox{
    margin: 0 5px;
  }
  .video-thumbnail-slider-with-arrows{
    max-width: 100%; /* allow full width on mobile like vertical behavior */
  }
}
@media (max-width: 768px) {
  .product-slider-wrapper .thumbnail-slider-with-arrows {
    width: 100%;
    margin-bottom: 15px;
  }
  /* On mobile arrows are hidden, so remove reserved space */
  .product-slider-wrapper .thumbnail-slider {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custslidebox.slick-slide{
    margin: 2px!important;
  }
  .product-slider-wrapper .thumbnail-slider .slick-prev,
  .product-slider-wrapper .thumbnail-slider .slick-next {
    display: none !important;
  }
  .product-slider-wrapper .thumbnail-slider-with-arrows{
    margin: 0px!important;
  }
  .virtualbox{
    margin-bottom: 20px;
  }
}

/* Pricing Wrapper Styles */
.pricing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 250px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
}
.pricing-option {
  position: relative;
  display: block;
}
.pricing-option input[type="radio"] {
  display: none;
}
.pricing-label {
  display: block;
  padding:6px 3px;
  border: 1px solid #ccc;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  height: 40px;
}
.pricing-option input[type="radio"]:checked + .pricing-label {
  border-color: #edb100;
  color: #000;
  box-shadow: 0 0 0 1px #edb100;
  background-color: #edb100;
  padding:7px 3px;
  height: 40px;
}
button.btn.btn-primary.btn-lg.add-to-cart-main {
  background-color: #f5d525 !important;
  color: #000 !important;
  font-weight: 600 !important;
  height: 40px;
}
@media (max-width: 480px) {
  .pricing-label {
    font-size: 14px;
    padding: 10px 15px;
  }
}

section.themebg {
  background-color: #F3FBFF;
  padding: 10px;
}

.card.reset-password-card h4 {
  font-size: 1.2rem;
  color: #1843A6;
}
.card.reset-password-card .card-header{
  background-color: #CFEDFF;
  border-radius: 0px;
}
button.btn.btn-primary.memp {
  background-color: #1843A6;
  width: 100% !important;
  padding: 8px 16px !important;
  color: #fff;
  border-radius: 0;
  font-weight: 400 !important;
}

.error_label.cust_error {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 5px;
  font-weight: 400;
}

select.form-select.category_select{
  line-height: 1.6!important;
}

select.form-select.category_select::placeholder{
 color: #1b044a!important;
}
.toast.toast-error{
  color: #fff!important;
}

input.form-control.custom-search-box{
  border: 1px solid #ccc!important;
}
.row.w-100 .input-group{
  float: right;
}
@media only screen and (max-width: 767px){
  .pricing-wrapper{
    max-width: 100%!important;
  }
  .virtualbox h2.darkblue{
    font-size: 1.2rem!important;
  }
  .graybg{
    margin-top: 10px;
  }
  .row.w-100 .input-group{
    float: none;
  }
  .safelink-product .page-title{
    margin-top: 20px;
  }
}

#prodeatils .graybg{
  height: 100%;
}
#prodeatils .graybg{
  background-color: #F6F6F6;
    padding: 20px;
    border-radius: 0;
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Start Css added for new ecommerce page on 29-08-25 */
   /* ===== Scoped styles (parent: .safelink-product) ===== */
   .safelink-product {
    --sp-primary: #1843A6;   /* subtle blue for accents */
    --sp-text: #0b0b0c;
    --sp-muted: #5b5e63;
    --sp-border: #e6e7eb;
    --sp-success: #1aa65b;
  }
  
  /* Ensure equal height columns for about-card and price-card */
  /* .safelink-product .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  } */
  
  /* Force equal heights for both cards - override any existing styles */
  /* .safelink-product .about-card,
  .safelink-product .price-card {
    flex: 1 !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  } */
  
  /* Remove any inline styles that might be setting fixed heights */
  /* .safelink-product .about-card[style*="height"],
  .safelink-product .price-card[style*="height"] {
    height: auto !important;
    max-height: none !important;
  } */
  
  /* Equal height for both cards - specific targeting */
  .safelink-product .row.g-2 {
    display: flex !important;
    align-items: stretch !important;
  }
  
  .safelink-product .col-lg-7,
  .safelink-product .col-lg-5 {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .safelink-product .about-card,
  .safelink-product .price-card {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .safelink-product .page-title {
    font-weight: 650;
    line-height: 1;
    font-size: clamp(1.05rem, 1.2vw + 0.9rem, 1.55rem);
    letter-spacing: .2px;
  }

  .safelink-product .color-label {
    font-weight: 700;
    color: #111;
  }
  .safelink-product .color-sublabel {
    color: #111;
    font-weight: 700;
  }

  /* Color radio dots */
  .safelink-product .color-group {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .safelink-product .color-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
  }
  .safelink-product .color-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .safelink-product .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* border: 2px solid #d5d7dc;
    box-shadow: inset 0 0 0 6px rgba(255,255,255,.75); */
    display: inline-block;
    transition: box-shadow .15s ease, transform .05s ease, border-color .15s ease;
  }
  .safelink-product .color-option input:checked + .dot {
    border-color: var(--sp-primary);
    box-shadow:
      0 0 0 2px #fff inset,
      0 0 0 2px #fff,
      0 0 0 4px var(--sp-primary);
  }
  .safelink-product .color-option input:focus-visible + .dot {
    outline: 3px solid var(--sp-primary);
    outline-offset: 3px;
  }
  .safelink-product .dot.beige { background: #c7b7a4; }
  .safelink-product .dot.navy  { background: #0c2a53; }
  .safelink-product .dot.black { background: #0a0a0a; }
  .safelink-product .dot.gray  { background: #c8c8cc; }

  /* Left card (About this item) */
  .safelink-product .about-card {
    border: 1px solid var(--sp-border);
    border-radius: 0;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }
  .safelink-product .about-title {
    font-weight: bold;
    font-size: 1.15rem;
    color: #1843A6;
    text-transform: uppercase;
  }
  .safelink-product .about-body {
      /* max-height: 385px;       */
      max-height:100%;
      overflow-y: auto;        /* force vertical scrolling */
      overflow-x: hidden;      /* hide horizontal scrollbar */
      /* padding-right: .5rem; */
  }
  .safelink-product .about-body::-webkit-scrollbar {
    width: 8px;
  }
  .safelink-product .about-body::-webkit-scrollbar-thumb {
    background: #d8dae0;
    border-radius: 0;
  }
  .safelink-product .about-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .safelink-product .about-list li {
    margin-bottom: .85rem;
    line-height: 1.45;
    color: #222;
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9rem;
  }
  .safelink-product .about-list li::before {
    content: "";
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--sp-primary);
    position: absolute;
    top: .5rem;
    left: 0;
  }

  /* Right panel: pricing */
  .safelink-product .price-card {
    border: 1px solid var(--sp-border);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }
  .safelink-product .price-ribbon {
    background: #1843A6;
    color: #fff;
    text-align: center;
    padding: .75rem 1rem;
    font-weight: 600;
    letter-spacing: .2px;
  }
  .safelink-product .price-ribbon small {
    opacity: 1;
    font-weight: 600;
  }

  .safelink-product .price-body {
    padding: 1rem 0.5rem 0.75rem;
    border-bottom: 1px solid var(--sp-border);
  }
  .safelink-product .price-body .muted {
    color: #1843A6;
    font-weight: 500;
    font-size: 0.9rem;
    width: 75px;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .safelink-product .list-price {
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: 600;
    margin-bottom: 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
  }
  .safelink-product .list-price
  .safelink-product .sale-wrap {
    display: flex;
    align-items: baseline;
    gap: .4rem;
    flex-wrap: wrap;
  }
  .safelink-product .sale-price {
    /* font-size: 1.4rem;
    font-weight: 900; */
    line-height: 1;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
  }
  .safelink-product .sale-price span{
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
  }
  .safelink-product .per {
    font-weight: 700;
    color: #111;
    margin-left: .15rem;
  }
  .safelink-product .bill-annual {
    color: var(--sp-primary);
    font-weight: 500;
    text-align: center;
    margin-top: .35rem;
  }
  .safelink-product .save {
    background-color: #16A45C;
    font-weight: 700!important;
    text-align: center;
    margin-bottom: .35rem;
    font-size: 1.3rem;
    color: #fff;
    width: 85%;
    margin: 5px auto;
  }
  .safelink-product .single-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 5px;
  }
  .safelink-product .check-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #1843A6;
    display: inline-block;
    position: relative;
  }
  .safelink-product .check-circle::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #1843A6;
    border-radius: 50%;
  }

  .safelink-product .in-stock {
    color: var(--sp-success);
    font-weight: 700;
    text-align: center;
    padding: .4rem 0;
    border-bottom: 1px solid var(--sp-border);
  }

  .safelink-product .price-actions {
    padding: 1rem;
  }
  .safelink-product .form-select {
    border-radius: 0;
    font-weight: 600;
  }
  .safelink-product .btn-primary {
    background: #1843A6;
    border-color: #1843A6;
    font-weight: 800;
  }
  .safelink-product .btn-outline-primary {
    border-color: #1843A6;
    color: #1843A6;
    font-weight: 800;
  }
  .safelink-product .btn-outline-primary:hover {
    background: #1843A6;
    color: #fff;
  }

  /* Spacing helpers */
  .safelink-product .lead-listing {
    color: #1843A6;
    font-weight: 500;
    font-size: 1.1rem;
  }
  .safelink-product .about-list li strong{
    font-weight: 500!important;
  }
  /* Responsive tweaks */
  @media (max-width: 991.98px) {
    .safelink-product .sale-price { font-size: 2.1rem; }
  .safelink-product .price-body .d-flex {
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .safelink-product .price-body .muted {
    width: auto;
    min-width: 75px;
    align-self: flex-start;
  }
  }
  @media (max-width: 767.98px) {
    .safelink-product .price-body .d-flex {
      flex-direction: column;
      align-items: flex-start !important;
      gap: 0.25rem;
    }
    .safelink-product .price-body .muted {
      width: 100%;
      margin-bottom: 0.25rem;
    }
    .safelink-product .list-price,
    .safelink-product .sale-price {
      width: 100%;
      text-align: left;
    }
  }
  @media (max-width: 575.98px) {
    .safelink-product .dot { width: 38px; height: 38px; }
    .safelink-product .sale-price { font-size: 1.9rem; }
    .safelink-product .list-price { font-size: 1.1rem; }
    .safelink-product .price-body {
      padding: 0.75rem 0.5rem 0.5rem;
    }
  }

  .image-zoom-container {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: crosshair;
    max-width: 100%;
    box-sizing: border-box;
}

.zoomable-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.zoom-lens {
    position: absolute;
    border: 2px solid #d4d4d4;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    cursor: crosshair;
    display: none;
    pointer-events: none;
    z-index: 10;
}

.zoom-result-container {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;
    width: 150%;
    height: calc(110% - 50px);
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.zoom-result {
    width: 100%;
    height: 100%;
    background-size: 1000px 1000px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Responsive design for mobile */
@media (max-width: 1200px) {
    .zoom-result-container {
        margin-left: 15px;
        width: 110%;
        height: calc(110% - 30px);
    }
}

@media (max-width: 992px) {
    .zoom-result-container {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: 0;
        width: 450px;
        height: 350px;
        transform: translate(-50%, -50%);
        z-index: 10000;
    }
    
    .zoom-lens {
        width: 80px;
        height: 80px;
    }
    
    .image-zoom-container {
        cursor: crosshair;
    }
}

@media (max-width: 768px) {
    .zoom-result-container {
        width: 400px;
        height: 300px;
    }
    
    .zoom-lens {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .zoom-result-container {
        width: 350px;
        height: 250px;
    }
    
    .zoom-lens {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .zoom-result-container {
        width: 320px;
        height: 230px;
    }
    
    .zoom-lens {
        width: 50px;
        height: 50px;
    }
}

/* Touch device optimization */
@media (hover: none) and (pointer: coarse) {
    .image-zoom-container {
        cursor: pointer;
    }
    
    .zoom-lens {
        display: none !important;
    }
    
    /* Show zoom on touch instead of hover */
    .zoom-result-container {
        display: block !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .image-zoom-container.touch-active .zoom-result-container {
        opacity: 1;
    }
}

.price-actions .pricing-wrapper{
  width: 100%;
  max-width:100%;
  margin: 10px auto;
}
.button_box {
  width: 100%;
  display: flex;
}
button.btn.btn-primary.first{
  width:50%;
  border-radius: 0px;
}
button.btn.btn-primary.second{
  width:50%;
  border-radius: 0px;
}
a.btn.btn-primary.second {
  width:50%;
  border-radius: 0px;
}
.fw-semibold.text-center {
  border-bottom: 1px solid #e6e7eb;
  padding: 7px;
  color: #1843A6;
}
/* END Css added for new ecommerce page on 29-08-25 */

/* Video Thumbnail and Popup Styling */
.video-thumbnail {
  position: relative;
  cursor: pointer;
  display: block;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px; /* smaller play icon */
  height: 40px; /* smaller play icon */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.play-icon::before {
  content: "▶";
  color: white;
  font-size: 16px; /* smaller triangle */
  margin-left: 3px;
}
.video-thumbnail:hover .play-icon {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video Popup Modal */
.video-modal .modal-content {
  background: #000;
  border: none;
  border-radius: 0;
}
.video-modal .modal-header {
  background: #000;
  border-bottom: 1px solid #333;
  padding: 15px 20px;
}
.video-modal .modal-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.video-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.video-modal .modal-body {
  padding: 0;
  background: #000;
}
.video-container {
  position: relative;
  width: 100%;
  background: #000;
}
.video-container video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
}

/* Responsive adjustments for video */
@media (max-width: 768px) {
  .play-icon {
    width: 40px;
    height: 40px;
  }
  .play-icon::before {
    font-size: 16px;
  }
  span.price-display {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .play-icon {
    width: 35px;
    height: 35px;
  }
  .play-icon::before {
    font-size: 14px;
  }
}

/* Video preview state styling */
.image-zoom-container.video-preview {
  cursor: pointer;
}
.image-zoom-container.video-preview:hover {
  opacity: 0.9;
}
.image-zoom-container.video-preview::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-left: 3px;
  z-index: 1000;
}

/* Disable zoom on video preview */
.image-zoom-container.video-preview .zoom-lens,
.image-zoom-container.video-preview .zoom-result-container {
  display: none !important;
}
span.price{
font-size: 26px;
font-weight: 700;
color: #000;
}

img.social_icons {
  width: 20px;
}
.subscription-label{
  font-weight: 500;
  margin-bottom: 5px;
}
span.share-via.text-decoration-none.small {
  /* font-size: 1rem; */
  font-weight: 500;
  padding-right: 8px;
}
.product-description-text{
  font-size: 0.9rem;
}

/* div#newCardCollapse .form-select{
  padding: .397rem 2.25rem .397rem .75rem;
} */
.product-card-inner.custheight {
  min-height: 90px!important;
  height: auto;
  margin-top: 5px;
}

.product-card-inner.custheight .product-grid-wrapper .product-description {
  font-size: 1rem!important;
  color: #000!important;
}
.safelink-product .list-price sup.price-symbol{
  top: -.2em!important;
  font-size: 0.8rem !important;
}

div#newCardAccordion .accordion-header {
  border-radius: 0;
}

div#removeCartModal .modal-content{
  border-radius: 0;
}
.form-check-input[type=checkbox]{
  border-radius: 0!important; 
}

div#removeCartModal  button.btn.btn-secondary, div#removeCartModal  button.btn.btn-danger {
  border-radius: 0px;
}
div#removeCartModal .modal-header .btn-close{
    border-radius: 0px!important;

  }

  div#removeCartModal   button:focus:not(:focus-visible) {
    outline: 0;
    border: none;
    box-shadow: none;
}
.product-card.bg-white img.product{
  max-height: 180px!important;
}
span.subscription-period-label{
  font-size: 0.9rem;
  white-space: nowrap;
  display: inline-block;
}

/* Additional responsive fixes for pricing */
.safelink-product .price-body .d-flex {
  min-width: 0;
  overflow: hidden;
  align-items: flex-start;
}

.safelink-product .price-body .flex-grow-1 {
  min-width: 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .safelink-product .price-body .d-flex {
    flex-wrap: wrap;
  }
  .safelink-product .subscription-period-label {
    font-size: 0.8rem;
  }
}
div#changePasswordModal .modal-content{
  border-radius: 0px; 
}

/* Profile Page Styles - Scoped to prevent conflicts */
.profile-page .validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.profile-page .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.profile-page .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.profile-page .form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.profile-page .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.profile-page .profile-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.profile-page .profile-card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 2rem;
}

.profile-page .profile-header {
    background-color:#1843A6;
    color: white;
    padding: 0.7rem;
    border-radius: 0 0;
    margin: -2rem -2rem 2rem -2rem;
}

.profile-page .profile-header h2 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
}

.profile-page .profile-form .row {
    margin-bottom: 1rem;
}

.profile-page .profile-form .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.profile-page .profile-form .form-control,
.profile-page .profile-form .form-select {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.75rem;
    font-size: 1rem;
}

.profile-page .profile-form .form-control:focus,
.profile-page .profile-form .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.profile-page .change-password-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.profile-page .change-password-link:hover {
    color: #5a6fd8;
    text-decoration: underline;
}

.profile-page .text-danger {
    color: #dc3545 !important;
}

.profile-page .error_label {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.profile-page .cust_error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.dropdown-menu{
  border-radius: 0px;
}
.custom-tab-section  ul {
  padding-left: 30px;
}
.custom-tab-section  ul li{
  list-style-type: disc;
}
ul#productTab li{
  list-style-type:none;
}
ul#productTab{
  padding-left: 0px;
}

/* Make product slider wrapper cover full width of parent col-md-5 */
#product-details .col-md-5 .product-slider-wrapper.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove padding from all columns inside product slider wrapper */
#product-details .col-md-5 .product-slider-wrapper.row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make the main image column take more space and thumbnail column smaller */
#product-details .col-md-5 .product-slider-wrapper .col-md-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 60px !important;
}

#product-details .col-md-5 .product-slider-wrapper .col-md-9 {
  flex: 1 !important;
  max-width: calc(100% - 60px) !important;
  width: calc(100% - 60px) !important;
}

/* Make main preview take full width of its container */
#product-details .col-md-5 .main-preview {
  width: 100% !important;
  max-width: 100% !important;
}

/* Ensure image takes full width */
#product-details .col-md-5 .main-preview .image-zoom-container {
  width: 100% !important;
  max-width: 100% !important;
}

#product-details .col-md-5 .main-preview img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Responsive adjustments for product slider wrapper */
@media (max-width: 767px) {
  #product-details .col-md-5 .product-slider-wrapper.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  #product-details .col-md-5 .product-slider-wrapper .col-md-auto,
  #product-details .col-md-5 .product-slider-wrapper .col-md-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  #product-details .col-md-5 .product-slider-wrapper .col-md-auto {
    order: 2;
  }
  
  #product-details .col-md-5 .product-slider-wrapper .col-md-9 {
    order: 1;
  }
}

/* Vertical thumbnail slider - ensure 8 slides are visible by default */
.product-slider-wrapper .thumbnail-slider-with-arrows {
  height: auto !important;
  min-height: 432px; /* Adjust based on your needs to show approximately 8 slides */
}

.product-slider-wrapper .thumbnail-slider {
  height: auto !important;
  min-height: 432px; /* Match parent container */
}

/* Ensure each thumbnail slide has consistent height for 8 slides */
.product-slider-wrapper .thumbnail-slider .custslidebox {
  height: 50px !important; /* Approximately 432px / 8 slides = ~54px per slide */
  margin: 2px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: stretch !important;
  width: 100% !important;
  overflow: hidden !important;
}

.product-slider-wrapper .thumbnail-slider .custslidebox img {
  max-height: 45px !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* Force vertical slider to show 8 slides when 8 or fewer slides exist */
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-track {
  height: auto !important;
  transform: none !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-slide {
  height: 50px !important;
  margin: 2px 0 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* When 9+ slides: Allow normal slick slider behavior with proper transforms */
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-slide {
  height: 50px !important;
  margin: 2px 0 !important;
  /* Don't override display, opacity, visibility - let slick handle it */
}

/* When 8 or fewer slides: Show all slides and hide the rest */
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-slide:nth-child(n+9) {
  display: none !important;
}

/* When 9+ slides: Allow normal slider behavior (don't force hide slides) */
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-slide {
  display: block !important;
}

/* Force container height - 8 slides when no arrows, flexible when arrows present */
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-list {
  height: 432px !important;
  overflow: hidden !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-list {
  height: auto !important;
  max-height: 432px !important;
  overflow: hidden !important;
}

/* Conditional CSS - Remove padding when up/down arrows are not present */
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-prev)):not(:has(.slick-next)) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Alternative approach for browsers that don't support :has() - target when arrows are hidden */
.product-slider-wrapper .thumbnail-slider .slick-prev[style*="display: none"] ~ .slick-list,
.product-slider-wrapper .thumbnail-slider .slick-next[style*="display: none"] ~ .slick-list {
  padding-top: 0 !important;
}

/* When arrows are not present, remove top margin from first slide */
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-prev)) .slick-slide:first-child,
.product-slider-wrapper .thumbnail-slider:not(:has(.slick-next)) .slick-slide:first-child {
  margin-top: 0px !important;
}

/* Alternative for browsers without :has() support - use class-based approach */
.product-slider-wrapper .thumbnail-slider.no-arrows {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-slider-wrapper .thumbnail-slider.no-arrows .slick-slide:first-child {
  margin-top: 0px !important;
}

/* Arrow display logic - Show arrows ONLY when 8 or more slides are available */

/* Default: Hide all arrows initially */
.product-slider-wrapper .thumbnail-slider .slick-prev,
.product-slider-wrapper .thumbnail-slider .slick-next {
  display: none !important;
}

/* Show arrows ONLY when there are 9 or more slides */
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .slick-next {
  display: flex !important;
  z-index: 10 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* When 9+ slides are present, add padding for arrows */
.product-slider-wrapper .thumbnail-slider-with-arrows:has(.slick-slide:nth-child(9)) .thumbnail-slider {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

/* When 8 or fewer slides, remove padding and ensure arrows are hidden */
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .thumbnail-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-next {
  display: none !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows:not(:has(.slick-slide:nth-child(9))) .slick-slide:first-child {
  margin-top: 0px !important;
}

/* Fallback for browsers without :has() support */
/* JavaScript can add these classes based on slide count */
.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .slick-next {
  display: flex !important;
  z-index: 10 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows.has-9-plus-slides .thumbnail-slider {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .slick-prev,
.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .slick-next {
  display: none !important;
}

.product-slider-wrapper .thumbnail-slider-with-arrows.has-8-or-less-slides .thumbnail-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
form#changePasswordForm .form-control{
  border-radius: 0px!important;
}

.price-actions .pricing-wrapper .form-select   {
  padding: .375rem 1.3rem .375rem .25rem;
  background-position: right .25rem center;
  font-size: 0.90rem;
} 

/* Horizontal Accordion Styles - 1 Row 3 Columns with Right Slide */
.horizontal-accordion {
  display: flex;
  width: 100%;
  gap: 0;
  border: 1px solid #e9ecef;
  border-radius: 0;
  overflow: visible;
  background: #fff;
  position: relative;
}

.horizontal-accordion-item {
  flex: 1;
  position: relative;
  border-right: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
}

.horizontal-accordion-item:last-child {
  border-right: none;
}

.horizontal-accordion-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: none;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1843A6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.horizontal-accordion-header:hover {
  background: linear-gradient(135deg, #1843A6 0%, #0f2f80 100%);
  color: white;
}

.horizontal-accordion-header.active {
  background: linear-gradient(135deg, #1843A6 0%, #0f2f80 100%);
  color: white;
}

.horizontal-accordion-header .accordion-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.horizontal-accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}

.horizontal-accordion-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  height: 100%;
  background: #fff;
  border: 1px solid #e9ecef;
  border-left: none;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 10;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.horizontal-accordion-content.active {
  transform: translateX(0);
}

.horizontal-accordion-body {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #495057;
  height: 100%;
  box-sizing: border-box;
}

/* Responsive Design for Horizontal Accordion */
@media (max-width: 1200px) {
  .horizontal-accordion-content {
    width: 350px;
  }
}

@media (max-width: 992px) {
  .horizontal-accordion-content {
    width: 300px;
  }
  
  .horizontal-accordion-header {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
  
  .horizontal-accordion-body {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .horizontal-accordion {
    flex-direction: column;
    overflow: visible;
  }
  
  .horizontal-accordion-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    flex-direction: column;
  }
  
  .horizontal-accordion-item:last-child {
    border-bottom: none;
  }
  
  .horizontal-accordion-content {
    position: relative;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    height: auto;
    max-height: 0;
    border: none;
    border-top: 1px solid #e9ecef;
  }
  
  .horizontal-accordion-content.active {
    transform: translateY(0);
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  .horizontal-accordion-header {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  .horizontal-accordion-content.active {
    max-height: 250px;
  }
  
  .horizontal-accordion-body {
    padding: 12px;
    font-size: 13px;
  }
}

/* Custom scrollbar for accordion content */
.horizontal-accordion-content::-webkit-scrollbar {
  width: 6px;
}

.horizontal-accordion-content::-webkit-scrollbar-track {
  background: #f1f3f4;
  border-radius: 3px;
}

.horizontal-accordion-content::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1843A6, #0f2f80);
  border-radius: 3px;
}

.horizontal-accordion-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f2f80, #1843A6);
}

/* Simple Vertical Accordion with Plus/Minus Icons */
.simple-accordion {
  width: 100%;
  margin: 20px 0;
  background: #fff;
  border-radius: 0;
}

.accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(24, 67, 166, 0.1);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item:hover {
  box-shadow: 0 4px 12px rgba(24, 67, 166, 0.2);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
  background: linear-gradient(135deg, #F3FBFF 0%, #E8F4FD 100%);
  color: #1843A6;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  position: relative;
}

.accordion-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 3px; */
  /* background: linear-gradient(90deg, #1843A6, #0f2f80, #1843A6); */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item.active .accordion-header::before {
  opacity: 1;
}

.accordion-header.hovered,
.accordion-item.active .accordion-header {
  background: linear-gradient(135deg, #1843A6 0%, #0f2f80 100%);
  color: #F3FBFF;
}

.accordion-title {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  user-select: none;
}

.accordion-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: #1843A6;
}

.accordion-header.hovered .accordion-icon,
.accordion-item.active .accordion-icon {
  color: #F3FBFF;
}

.accordion-icon i {
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon i {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 0;
  overflow: hidden;
}

.accordion-item.active .accordion-content {
  display: block;
}

/* First accordion open by default */
.accordion-item:first-child {
  /* Will be activated by JavaScript */
  display: block;
}

.accordion-item:first-child.active .accordion-content {
  display: block;
}

.accordion-body {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
}

/* Custom Scrollbar */
.accordion-content::-webkit-scrollbar,
.accordion-body::-webkit-scrollbar {
  width: 8px;
}

.accordion-content::-webkit-scrollbar-track,
.accordion-body::-webkit-scrollbar-track {
  background: linear-gradient(135deg, #f1f1f1, #e9ecef);
  border-radius: 0px;
}

.accordion-content::-webkit-scrollbar-thumb,
.accordion-body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1843A6, #0f2f80);
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.accordion-content::-webkit-scrollbar-thumb:hover,
.accordion-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f2f80, #1843A6);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

/* Enhanced Typography for Content */
.accordion-body h1,
.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
  color: #1843A6;
  margin-bottom: 10px;
}

.accordion-body strong {
  color: #1843A6;
  font-weight: 600;
}

/* Add extra space to the last element in accordion content */
.accordion-body p:last-child,
.accordion-body div:last-child,
.accordion-body li:last-child {
  margin-bottom: 20px;
}

/* Add extra space to accordion list containers */
.accordion-content .features-list,
.accordion-content .specifications-list,
.accordion-content .warranty-list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Add extra space to the last row in each list */
.features-list .feature-row:last-child,
.specifications-list .specification-row:last-child,
.warranty-list .warranty-row:last-child {
  margin-bottom: 15px;
}

.warranty-list {
  padding-bottom: 0px !important;
}

/* Responsive Design for Simple Accordion */
@media (max-width: 768px) {
  .simple-accordion {
    margin: 15px 0;
  }
  
  .accordion-header {
    padding: 15px 20px;
    font-size: 0.95rem;
  }
  
  .accordion-title {
    font-size: 0.95rem;
  }
  
  .accordion-icon {
    font-size: 1.1rem;
  }
  
  .accordion-body {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    min-height: 150px;
    max-height: 300px;
  }
  
  /* Mobile scrollbar styling */
  .accordion-content::-webkit-scrollbar,
  .accordion-body::-webkit-scrollbar {
    width: 6px;
  }
  
  .accordion-content::-webkit-scrollbar-track,
  .accordion-body::-webkit-scrollbar-track {
    background: #f1f3f4;
    border-radius: 0px;
  }
  
  .accordion-content::-webkit-scrollbar-thumb,
  .accordion-body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #F3FBFF 0%, #1843A6 100%);
    border-radius: 0px;
  }
  
  .accordion-content::-webkit-scrollbar-thumb:hover,
  .accordion-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1843A6 0%, #F3FBFF 100%);
  }
  
  .product-card-inner.custheight {
    height: auto !important;
  }
}

@media (max-width: 576px) {
  .simple-accordion {
    margin: 10px 0;
  }
  
  .accordion-header {
    padding: 12px 15px;
    font-size: 0.85rem;
  }
  
  .accordion-title {
    font-size: 0.85rem;
  }
  
  .accordion-icon {
    font-size: 1rem;
  }
  
  .accordion-body {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    min-height: 120px;
    max-height: 250px;
  }
}

@media (max-width: 768px) {
  .css-horizontal-accordion {
    flex-direction: column;
    height: auto;
  }
  
  .css-horizontal-accordion-item {
    flex: none;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    height: 50px;
  }
  
  .css-horizontal-accordion-item:last-child {
    border-bottom: none;
  }
  
  .css-horizontal-accordion-item:has(input[type="radio"]:checked),
  .css-horizontal-accordion-item.expanded {
    flex: none;
  }
  
  .css-horizontal-accordion-content {
    position: relative;
    top: 0;
    border: none;
    border-top: 1px solid #e9ecef;
  }
  
  .css-horizontal-accordion-item:has(input[type="radio"]:checked) .css-horizontal-accordion-content,
  .css-horizontal-accordion-item.expanded .css-horizontal-accordion-content {
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  .css-horizontal-accordion-header {
    font-size: 0.8rem;
    padding: 0 10px;
  }
  
  .css-horizontal-accordion-body {
    padding: 12px;
    font-size: 13px;
  }
  
  .css-horizontal-accordion-item:has(input[type="radio"]:checked) .css-horizontal-accordion-content,
  .css-horizontal-accordion-item.expanded .css-horizontal-accordion-content {
    max-height: 250px;
  }
}

/* Custom scrollbar for accordion content */
.css-horizontal-accordion-content::-webkit-scrollbar {
  width: 6px;
}

.css-horizontal-accordion-content::-webkit-scrollbar-track {
  background: #f1f3f4;
  border-radius: 0px;
}

.css-horizontal-accordion-content::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1843A6, #0f2f80);
  border-radius: 0px;
}

.css-horizontal-accordion-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f2f80, #1843A6);
}

select#ordering_country_code {
  padding: 0.38rem 0.5rem!important;
  background-position: right .25rem center!important;
}

.simple-accordion ul{
  padding-left: 30px!important;
  margin-top: 15px!important;
}

.simple-accordion ul li{
  list-style: disc!important;
}

div#recurringFailedModal .card.reset-password-card {
  border-radius: 0px!important;
}
div#recurringFailedModal  .form-control{
  border-radius: 0px!important;
}
.warranty-list ul{
  padding-left: 30px!important;
  margin-top: 15px!important;
}
.warranty-list ul li{
  list-style: disc!important;
}
.features-list ul{
  padding-left: 30px!important;
  margin-top: 15px!important;
}
.features-list ul li{
  list-style: disc!important;
}
#newsletterModal .form-control{
  border-radius: 0px!important;
}

.card.reset-password-card {
  border-radius: 0!important;
}

/* Hide browser's default password reveal button (eye icon) */
input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-textfield-decoration-container,
input[type="password"]::-webkit-credentials-auto-fill-button {
  display: none !important;
}

/* For Edge browser specifically */
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Hide the first eye icon that appears on Edge browser */
#newResetPassword::-webkit-credentials-auto-fill-button,
#newResetPassword::-ms-reveal {
  display: none !important;
}

/* Hide eye icon for confirm password field as well */
#confirmNewResetPassword::-webkit-credentials-auto-fill-button,
#confirmNewResetPassword::-ms-reveal {
  display: none !important;
}

/* Ensure only the custom eye icon is visible */
.password-wrapper .eye-icon {
  display: block !important;
}

/* Additional CSS to completely hide browser's default password reveal button */
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* For Firefox */
input[type="password"]::-moz-reveal {
  display: none !important;
}

/* For Safari and Chrome */
input[type="password"]::-webkit-credentials-auto-fill-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: -9999px !important;
}
h2#savedCardsHeading , h2#newCardHeading{
  padding: 0px !important;
}

div#savedCardsAccordion .form-check{
  margin-bottom: 0px!important;
}

div#savedCardsAccordion .accordion-body{
  height: auto!important;
  max-height: 245px!important;
  overflow-y: auto;
}
div#newCardCollapse .accordion-body{
  height: auto!important;
  overflow-y: initial;
  min-height: 170px;
  max-height: 170px;
    
}
div#savedCardsAccordion .accordion-body p:last-child, 
div#savedCardsAccordion .accordion-body div:last-child, 
div#savedCardsAccordion.accordion-body li:last-child{
  margin-bottom: 0px!important;
}

h1.page-title.mainlabel {
  color: #1843A6;
    font-weight: 500;
    font-size: 1.5rem;
}

a.terms:hover{
  color: #1843A6!important;
}

.product-description-text table{
  border-spacing: 5px!important;
}

