#mainHeader{
    background-color: #0B4784;   
   }

.remove-heading{
 display: none;
}

	.remove-heading1{
	display: block;
	}
   
   /* all section */
   .p{
       background-color: #F5F5F5;
       padding-top: 100px;
       
   }
   /* section-1 */

   
   .buttons-container{
    display : flex;
    align-items: center;
    gap: 34px;
    width:100%
}

.alogive-button {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 0px 35px;
  border: 0.7px solid #05D3AB;
  border-radius: 19px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 15px;
  overflow: hidden;
  background: transparent;
  color: black;
}

.alogive-button-transparent {
  padding: 12px 35px;
  background: transparent;
  color: black;
}

.alogive-button-fill {
  background: #05D3AB !important ;
  color: white !important;
  
}

.enquire-btn-2{
      all: unset;
      padding: 7px 20px !important;
      border-radius: 100px !important;
      background: transparent !important;
      width: fit-content;
      border: 0.7px solid #05D3AB;
      border-radius: 100px !important;
      cursor: pointer;
      color: #fff;
      position: relative !important;
      overflow: hidden !important;
    }

    .enquire-btn-2::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: linear-gradient(to right, #00c9a7, #00b3a4);
      z-index: -1;
      border-radius: 100px !important;
      transition: width 0.4s ease;
    }

    .enquire-btn-2:hover::before {
        width: 100%;
    }


.alogive-button-transparent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #05D3AB;
  border-radius: 19px;
  z-index: -1;
  transition: width 0.3s linear;
}

.alogive-button-transparent:hover {
  color: white;
}

.alogive-button-transparent:hover::after {
  width: 100%;
}




       
    .hero-sction
    {
           display: flex;
           padding-top: 50px; 
           width: 100%;
           gap: 20px;
	   padding-bottom: 50px;
       }
   
       tr {
           border-bottom: 1px solid #ccc;
       }

       td strong{
        color: #000;
       }
      td{
        color:#191919A3
      }
   .container1 {
         display: flex;
         gap: 40px;
         /* align-items: flex-start; */
       }
   
       .thumbnail-column {
         display: flex;
         flex-direction: column;
         gap: 20px;
       }
   
       .thumbnail-column img {
         width: 146px;
         height: 117px;
         object-fit: cover;
         cursor: pointer;
         border-radius: 8px;
         border: 2px solid #D9D9D9;
         /* transition: transform 0.2s; */
       }
   
       .thumbnail-column img:hover {
         transform: scale(1.05);
         border: 2px solid #05D3AB;
       }
   
       .large-preview img {
         width:100%;
         height: 100%;
         object-fit: cover;
       }
       /* section-1 */
   
       /* section-2 */
        .line{
           padding-top: 10px;
           padding-bottom: 10px;
       } 
   
       .description p{
           margin-bottom: 0px;
       }
   
       /* section-3 */
       .types-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       gap: 20px;
       padding: 20px;
     }
   
     .types-grid2 {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 20px;
       padding: 00px;
       justify-content: space-between;
       margin-bottom: 0px;
     }
   
     .type-card1 {
       background-color: #f9f9f9;
       border: 1px solid #ddd;
       border-radius: 8px;
       padding: 16px;
       text-align: center;
       box-shadow: 0 2px 5px rgba(0,0,0,0.1);
     }

     .type-card1 p{
        margin-bottom: 0px;
     }
   
     .type-card2 {
       padding: 16px;
       text-align: left;
       display: flex;
       gap:25px;
       align-items: center;
     }

     .type-card2 img{
       width: 67px;
     }
   
   
   
       /* Related Products */
    .carousel-container {
         overflow-x: auto;              /* Enable horizontal scrolling */
    overflow-y: hidden;            /* Prevent vertical scroll */
    width: 100%;
    margin-top: 50px;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
    scrollbar-width: none;
      }
  
      .carousel-track {
        display: flex;
        transition: transform 0.5s ease;
      }
  
      .product-card {
        border-radius: 22px;
        padding: 20px;
        text-align: center;
        flex-shrink: 0;
        margin-right: 20px;
      }
  
      .product-card {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 15px;
        background: #F1F1F1;
      }
  
      .product-card h4 {
        padding-top:8%;
      }
  
      .product-card {
          width: calc((100% - 60px) / 4); /* 4 cards + 3 gaps of 20px */
        }
  
        .product-card:last-child {
          margin-right: 0;
        }
  
      .product-card button {
        padding: 5px 15px;
      }
  
      .carousel-dots {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 10px;
      }
  
      .carousel-dots .dot {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s;
      }
  
      .carousel-dots .active {
        background:#0B4784;
      }

	
  
      @media (max-width: 990px) {
         .product-card {
    flex: 0 0 calc(66.66%); /* 1.5 cards (100 / 1.5 = ~66.66%) */
    max-width: calc(66.66%);
  }
      }

      /* FAQ */
.faq-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 28px;
  }
  
  .faq-left {
    flex: 1 1 60%;
    min-width: 300px;
  }
  
  .accordion-item {
    border: 1px solid #CFCFCF ;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .accordion-header {
    padding: 5px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .accordion-header .symbol {
    font-size: 30px;
    color: #0B4784;
    transition: transform 0.4s ease;
  }
  
  .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  
  .accordion-content.open {
    padding-top: 0;
  }
  
  .faq-right {
    flex: 1 1 25%;
    min-width: 250px;
  }
  
  .faq-box {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 40px;
    height: 512px;
    text-align: center;
  }
  
  .faq-box img{
    margin-top: 30px;
  }
  
  .faq-box p{
    padding: 20px;
    
  }
  
  .faq-box button{
    background: #05D3AB;
          color: white;
          padding: 22px 90px;
          display: inline-block;
          border-radius: 100px;
          font-weight: 600;
          margin-top: 80px;
  }
  
  .icon-box   {
    margin-bottom: 35px;
  }
  
  
   
   
   /* Responsive Styles */
   @media (max-width: 990px) {

	.remove-heading{
    	display: block;
	margin-top: 20px;
	text-align: center;
  	}
	
	.remove-heading1{
	display: none;
	}

    .p {
      padding-top: 60px;
    }
  
    .buttons-container {
      flex-direction: row;
      gap: 20px;
      align-items: flex-start;
    }
  
    .hero-sction {
      flex-direction: column;
      gap: 30px;
      padding-top: 30px;
    }
  
    .container1 {
      flex-direction: column;
      gap: 10px;
    }
  
    .thumbnail-column {
      flex-direction: row;
      flex-wrap:nowrap;
      justify-content: start;
    }

.faq-container {
      flex-direction: column;
    }


  
    .faq-right {
      order: 2;
    }
  
    .faq-left {
      order: 1;
    }
  
.large-preview{
order:1;
}

.thumbnail-column {
         display: flex;
         order:2;
         gap: 9px;
       }

.product-info{
order:3;
}


     

    .thumbnail-column img {
      width: 80px;
      height: 80px;
    }
  
    .large-preview img {
      width: 100%;
      height: auto;
    }
  
    .types-grid {
      grid-template-columns: repeat(1, 1fr);
      padding: 10px;
      gap: 15px;
    }
  
    .types-grid2 {
      grid-template-columns: repeat(1, 1fr);
      padding: 10px;
      gap: 15px;
    }
  
    .type-card1 {
      padding: 12px;
    }
  
    .type-card2 {
        flex-direction: row;
        align-items: self-start;
        text-align: left;
        gap: 22px;
    }

    /* faq */
    .faq-box {
        padding: 20px;
        height: auto; /* Let it expand naturally */
        margin-top: 30px;
      }
    
      .faq-box p {
        padding: 5px;
        font-size: 15px;
      }
    
      .faq-box button {
        padding: 16px 40px;
        font-size: 12px;
        margin-top: 10px;
        width: 70%;
        max-width: 300px;
      }
    
      .faq-box .icon-box {
        margin-bottom: 20px;
      }
    
      .faq-box img {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
      }

      #fourth-image{
        display: none;
      }
}

/* section view all */
.prod-details-header-bottom.py-lg-3 {
    padding-top: 2rem !important;  
     padding-bottom: 2rem !important;
}
.secondary-menu-links .nav-link {
align-items: center;
  color: #ffffff; 
  transition: color 0.3s ease;
}
.prob-details1 .nav-link {
  color: #ffffff; 
  transition: color 0.3s ease;
}
.prob-details1 .nav-link {
  color: #000000; /* Highlight color */
  font-weight: bold;
  font-weight: 600;
}
.secondary-menu-links .nav-link.active {
  color: #05D3AB; 
  font-weight: bold;
}


.prod-details-header-bottom{
  position: sticky;
    top: 0;
    z-index: 10000;
    background: #0B4784;
}

.enquire-btn-2.alogive-button{
    background: #0B4784;

}

.alogive-button {
   
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px 20px;
  border: 0.7px solid #05D3AB;
  border-radius: 19px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 15px;
  overflow: hidden;
  background: transparent;
  color: black;
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Enquire-specific button variant */
.enquire-btn-2.alogive-button {
  background: #0B4784;
  color: white;
  border: 0.7px solid #05D3AB;
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.type-card1:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* deeper shadow on hover */
}

@media (max-width: 990px) {
  .prod-details-header-bottom.py-lg-3 {
    padding-top: 0.5rem !important; 
padding-bottom: 0.5rem !important;
    
}


  .secondary-menu-links .nav-link {
     border:1px solid #ffffff;
     color:#ffffff;
     /* border:1px solid #bf2429; */
    font-size:14px;
    font-weight:600;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  border-radius:5px;
  margin:19px 5px;
  /* background:#BF2924; */
  transition: color 0.3s, border-bottom 0.3s;
}

.prod-details-header-bottom.py-lg-3{
  padding-top:0px;
}

    .secondary-menu-links {
        overflow: scroll;
        display: flex
;
    }

    .secondary-menu-links {
        overflow-x: auto;
        display: flex
;
        white-space: nowrap;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

        .nav-link.nl {
        padding: 10px 15px;
        cursor: pointer;
        color: #ffffff;
        transition: color 0.3s ease;
    }

        .secondary-menu-links .nav-link {
        border: 1px solid #ffffff;
        color: #ffffff;
        /* border: 1px solid #bf2429; */
        font-size: 14px;
        font-weight: 600;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px;
        margin: 19px 5px;
        /* background: #BF2924; */
        transition: color 0.3s, border-bottom 0.3s;
    }

}

  
   