
header{
  position: unset;
      background-color: #fff;
}

.main-header{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* start one section here *** */
.one-section{
    display: flex;
    width: 100%;
}

.one-section-first{
    width: 50%;
}

/* start image slider css here** */

   .gallery-container {
      display: flex;
      border-radius: 10px;
      padding: 20px;
      max-width:100%;
      margin: 40px auto;
    }
    .gallery-sidebar {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 80px;
      margin-right: 24px;
      min-height: 330px;
    }
    .gallery-thumbs {
      display: flex;
      flex-direction: column;
      gap: 12px;
      overflow: hidden;
      max-height: 320px;
    }
    .gallery-thumb {
      width: 64px;
      height: 64px;
      border-radius: 8px;
      border: 2px solid transparent;
      background:var(--color-primary);
      object-fit: cover;
      cursor: pointer;
      transition: border 0.2s;
      padding: 5px;
      border: 1px solid var(--card-border-color);
    }
    .gallery-thumb.selected {
      border: 2px solid var(--accent-color);
    }
    .arrow-btn {
      background: #fff;
      border: none;
      font-size: 22px;
      cursor: pointer;
      margin: 4px 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 2px 8px rgba(0,30,60,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
    }
    .arrow-btn.hidden {
      display: none !important;
    }
    .gallery-main {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--color-testimonial-section);
      border-radius: 12px;
      min-height: 376px;
    }
    .gallery-main-image {
      max-width: 350px;
      max-height: 350px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,30,60,0.15);
      background: #fff;
      object-fit: contain;
    }

    
/*end image slider css here** */



.one-section-second{
    width: 50%;
    padding: 20px;
}

.one-section-second h2{
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-dark-color);
}

.pricing-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    color: var(--accent-color);
}

.pricing-text-span{
    color:#4F6071;
}

/* start quantity main div## */
.quantity-main-div{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.quantity-text{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 20px;
    color:var(--text-muted-color);
}

.quantity_main_one{
    display: flex;
    margin-left: 5px;
}

#minus-btn{
    font-size: 13px;
    padding: 3px 8px;
    background-color:#599EE2;
    border:1px solid #599EE2;
    color:var(--color-primary);
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    cursor: pointer;
}

#plus-btn{
    font-size: 13px;
    padding: 3px 8px;
    background-color:#599EE2;
    border:1px solid #599EE2;
    color:var(--color-primary);
     border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    cursor: pointer;
}


#quantity-input{
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    text-align: center;
    min-width: 20%;
    width:20%;
    max-width: 30%;
    box-sizing: content-box;
    border: none;
    border-top: 1px solid #599EE2;
    border-bottom: 1px solid #599EE2;
    padding: 5px;
    color: var(--accent-color);
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 0px;
}

/*end quantity main div## */


.review-section-main{
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.review-section-main-one{
  display: flex;
  align-items: center;
  color: var(--accent-color);
  gap: 2px;
  font-size: 15px;
  align-items: center;
}

.review-section-main-two{
  font-family: 'Poppins',sans-serif;
  font-weight:500;
  color: var(--color-secondary-paragraph);
  font-size: 17px;
  padding-left: 7px;
}


.btn-appoitement{
    background-color: var(--accent-color);
    color: white;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    padding: 19px 18px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
         /* For animation */
    background-image: linear-gradient(to right, #003B73 0%, #003B73 50%, var(--accent-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease;
    cursor: pointer;
    margin-top: 12px;
    width: 38%;

}

.btn-appoitement:hover{
       background-position: left bottom; 
}

/* start share section css## */

  .share-section {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-top: 30px;
      font-family: 'Poppins', sans-serif;
    }
    .share-label {
      color: #073b73;
      font-size: 1.1em;
      font-weight: bold;
      margin-right: 0px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #F6F3F2;
      color: #555;
      text-decoration: none;
      font-size: 1.3em;
      transition: background 0.2s, color 0.2s;
      border: 1px solid #edecec;
      color: var(--color-secondary);

    }
    .social-icon:hover {
      background: var(--color-secondary);
      color: #fff;
    }

/* end share section css## */


/* end one section here *** */


/* start two section here**** */

.section-two{
  margin-bottom: 30px;
}

  .tabs {
      display: flex;
      border-bottom: 2px solid #f3f3f3;
      margin-bottom: 1em;
    }
    .tab {
      background: none;
      border: none;
      outline: none;
      padding: 12px 24px;
      cursor: pointer;
      color: #1f3366;
      font-size: 20px;
      font-weight: 600;
      border-bottom: 3px solid transparent;
      transition: border-color 0.2s, color 0.2s;
      margin-bottom: -2px;
      font-family: 'Poppins';
      /* so bottom border is flush */
    }
    .tab.active {
      border-bottom: 3px solid #ff6600;
      color:var(--color-secondary);
    }
    .tab:not(.active) {
      color: #1f3366aa;
    }
    .tab-content {
      display: none;
      padding: 0.5em 2%;
      color: #666;
      font-size: 18px;
      font-family: 'Poppins',sans-serif;

    }
    .tab-content.active {
      display: block;
    }

    .tab-content p{
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .3px;
    }


    .additional-one-table{
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .copy-paste-tr{
    display: flex;
    font-family:'Poppins',sans-serif;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    padding-left: 0px;
    }

    .td-additional-one{
      width: 20%;
      font-weight: 500;
    }

    .td-additional-two{
      width: 80%;
    }


    /* start review section here## */

    .review-copy-paste{
      display: flex;
      width: 100%;
      padding: 20px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px;
    }

    .review-copy-paste-one{
      width:64px;
      margin-right: 15px;
    }

    .review-copy-paste-one img{
      width: 100%;
      margin-top: -5px;
    }

    .review-copy-paste-two{
      display: flex;
      flex-direction: column;
      width: 51%;
      padding-bottom: 20px;

    }

    .user-review-name{
      line-height: 17px;
    }

    .review-section-two-section{
      margin-top: 11px;
    }

    .review-copy-paste-two p{
      margin-top: 10px;
    }

    /* end review section here## */


    /* start review form css here## */

      .review-container {
      width:100%;
      margin: 40px auto;
      background: #fff;
    }
    .review-container h3 
    {
      margin-bottom: 12px;
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
    }

    .rating-section {
      margin-bottom: 20px;
    }

    .rating-text-spanone{
      font-size: 18px;
    }

    .stars {
      color:var(--accent-color);
      font-size: 18px;
    }

    #reviewForm{
      width: 53%;
    }

    .input-row {
      display: flex;
      gap: 2%;
    }
    .input-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      margin-bottom: 0px;
    }
    input[type="text"], input[type="email"], textarea {
      border: 1px solid #ddd;
      border-radius: 3px;
      padding: 20px;
      margin-bottom: 2px;
      font-size: 16px;
      font-family: 'Poppins',sans-serif;
    }
    textarea {
      min-height: 80px;
      resize: vertical;
    }
    .error {
      color: #F44336;
      font-size: 13px;
      min-height: 18px;
      margin-bottom: 5px;
    }
    button#submitBtn {
      background:var(--accent-color);
      color: #fff;
      border: none;
      font-size: 17px;
      border-radius: 23px;
      padding: 10px 38px;
      cursor: pointer;
      margin-top: 13px;
      transition: background 0.2s;
      font-family: 'Poppins',sans-serif;
      font-weight: 600;
      
    }
    button#submitBtn:disabled {
      background: #b3d1fc;
      cursor: default;
    }
    #successMessage {
      color: green;
      margin-top: 10px;
      font-size: 16px;
    }

    /* end review form css here## */
    
/* end two section here**** */


/* start fourth related product section here*** */


/*start fourth section here***  */

.fourth-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 40px;
    background-image: url(../images/overlay/product-section-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto 100%;

}

.fourth-first-section{
    display: flex;
    width: 100%;
        padding-left: 2%;
    padding-right: 2%;

}

.fourth-first-one{
    display: flex;
    width: 50%; 
}


.fourth-first-one h2{
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    letter-spacing: .5px;
    color: var(--color-secondary);
    font-weight: 700;
}

.fourth-first-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.fourth-first-two a{
    font-family: 'Poppins',sans-serif;
    color: var(--text-muted-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;

}

.img-view-all-product{
    height: 13px;
    margin-left: 5px;
}


.fourth-second-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.product-card-main {
  width: 31%;
  margin-left: 1.33%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid var(--card-border-color);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-main:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 59, 115, 0.25) 0px 6px 16px 0px;
  border-color: var(--accent-color); /* adds orange glow */
}


.product-card-first{
    width: 100%;
    padding:3%;
}

.product-card-first img{
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--card-border-color);
}


.product-card-second{
    width: 100%;
    padding: 3%;
    padding-top: 0px;
}

.product-card-second a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: var(--color-secondary);
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: block;
}

.product-card-second a:hover {
  color: var(--accent-color); /* orange highlight */
  transform: translateY(-2px); /* subtle lift */
}

.product-card-second h3{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    /* color: var(--text-dark-color); */
    line-height: 24px;
    text-decoration: none;
}

.product-card-secondssdf{
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.product-card-secondssdf_oa{
    width: 50%;
    display: flex;
    align-items: center;
}

.product-card-secondssdf_oa img{
    margin-left: -7px;
}

.product-card-secondssdf_ob{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.product-whatsapp-icon{
    color: var(--accent-color);
    font-size: 38px;
}

.product-price-section-main{
    display: flex;
    width: 100%;
    margin-top: 8px;
}

.product-price-section-main-one{
    display: flex;
    width: 50%;
    align-items: end;
}

.product-price-section-main-one span{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

.product-price-section-main-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: end;
}

.product-price-section-main-two span{
        font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

/*end fourth section here***  */

/* end fourth related product section here*** */


/* start five section here***** */
.five-section {
  background:url(../images/overlay/pattern-7-blue.png);
  background-size: cover;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.five-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.five-section-text {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 0;
  font-family:'Poppins',sans-serif;
  letter-spacing: 0.02em;
}

.five-section-call-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background:var(--accent-color);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 14px 42px;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
  /* Animation for alert effect */
  animation: call-alert-pulse 1.2s infinite;
}

@keyframes call-alert-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 18px rgba(255,105,0,0.20);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0 24px 8px rgba(255,105,0,0.42);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 4px 18px rgba(255,105,0,0.20);
  }
}

.custom-phone-icon {
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
}

.custom-phone-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.five-section-call-btn:hover, .five-section-call-btn:focus {
  background: #ea5c00;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,0.14);
  text-decoration: none;
  animation: none; /* Disable animation on hover/focus */
}

/* end five section here***** */


/* start overlay css here**** */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader-circle {
    border: 5px solid #e0e0e0;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* end overlay css here**** */


 @media (max-width:900px){

  /* start css for one section ****** */
    .one-section{
      flex-direction: column;
    }

    .one-section-first{
      width: 100%;
    }

    .gallery-container{
      flex-direction: column-reverse;
      margin: 12px auto;
      padding-bottom: 0px;
    }

    .gallery-sidebar{
      flex-direction: row;
      height: auto;
      width: 100%;
      min-height: 110px;
      justify-content: center;
    }

    .gallery-thumbs{
      flex-direction: row;
    }

    .arrow-btn.up{
      margin-right: 10px;
    }
    .arrow-btn.down{
      margin-left: 10px;
    }

    .arrow-btn.up i {
      transform: rotate(-90deg);
    }
    .arrow-btn.down i {
      transform: rotate(-90deg);
    }

    .one-section-second{
      padding-top: 0px;
      width: 100%;
    }


    .one-section-second h2{
      margin-top: 0px;
      font-size: 22px;
    }

    .btn-appoitement{
      width: auto;
    }


  /* end css for one section ****** */


  /* start section two here**** */

  .copy-paste-tr{
    padding-left: 13px;
  }

    .td-additional-one{
      width: 50%;
    }

    .td-additional-two{
      width: 50%;
    }

    .review-copy-paste-two{
      width: 100%;
    }

    #reviewForm{
      width: 100%;
    }

    .input-row{
      flex-direction: column;
      gap: 0;
    }

  /* end section two here**** */

  /* start fourth section here******** */
    .fourth-first-one h2{
      font-size: 18px;
    } 

    .product-card-main{
      width: 96%;
      margin-left: 0px;
    }
  /* end fourth section here******** */


  .five-section-text{
    font-size: 19px;
    line-height: 30px;
  }

  .user-review-name{
    line-height: 30px;
  }

 }



 @media(max-width:600px){

    .tab{
      font-size: 15px;
    }

 }