
    .products-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }
section, .section {
    color: var(--default-color);
    padding: 30px 0;
}
    .product-card {
      background: white;
      border-radius: 8px;
      padding: 20px;
      width: calc(45.33% - 50px);
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: center;
    }

    .product-card img {
          width: 100%;
          height:280px;
           object-fit: contain;
          display: block;
          margin: 0 auto;
        }

    .product-title {
      font-weight: bold;
      margin-top: 15px;
    }

    .product-category {
      color: #666;
      font-size: 14px;
      margin-top: 5px;
    }.more-info-btn {
      margin-top: 10px;
      padding: 8px 14px;
      background-color: #004aad;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .more-info-btn:hover {
      background-color: #003080;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      display: none; /* Will be set to flex in JS */
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }


    .popup-content {
      background: #fff;
      padding: 30px;
      max-width: 500px;
      width: 90%;
      border-radius: 10px;
      position: relative;
      text-align: left;
      margin-top: 10%;
    }
    
    .popup-content h2 {
      margin-top: 0;
    }

    .popup-content input,
    .popup-content textarea {
      width: 100%;
      margin: 10px 0;
      padding: 8px;
      border-radius: 4px;
      border: 1px solid #ccc;
    }

    .popup-content button[type="submit"] {
      padding: 10px 20px;
      background: #004aad;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 30px;
    }
    .why-taglus-image {
      flex: 1 1 40%;
      text-align: center;
    }

    .why-taglus-image img {
      max-width: 100%;
      height: 100%;
    }

    .why-taglus-content {
      flex: 1 1 60%;
      padding: 20px;
    }

    .why-taglus-content h3 {
      margin-top: 0;
      color: #004080;
    }

    .why-taglus-content p {
      color: #444;
      line-height: 1.6;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .feature-box {
      background-color: #fff;
      padding: 15px 20px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .feature-box strong {
      display: block;
      margin-bottom: 5px;
      color: #004080;
    }
    .whycontainer {
        display: flex;
    }
    .cards-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .info-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 30px 25px;
      flex: 1 1 calc(33.33% - 20px);
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .info-card:hover {
      transform: translateY(-5px);
    }

    .info-card img {
      height: 50px;
      margin-bottom: 15px;
    }

    .info-card h4 {
      color: #333;
      margin-bottom: 15px;
    }

    .info-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }
    .carousel-container {
      position: relative;
      overflow: hidden;
      max-width: 1000px;
      margin: 0 auto;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-slide {
      min-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .carousel-slide img {
      max-height: 60px;
      max-width: 120px;
      object-fit: contain;
    }

    .carousel-dots {
      margin-top: 15px;
    }

    .dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }
    
     .deskonly{
         display: block;
     }
     .mobileonly{
         display: none;
     }
.hero-banner-section {
  background-image: url('https://development.illusiondentallab.com/Taglus-LP/assets/img/bg/ecom-banner.jpg');
  padding: 60px 40px;
}

.hero-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
  justify-content: center;
}

.hero-content {
  flex: 1 1 400px;
  background-color: transparent;
  padding: 50px 0px;
  border-radius: 40px;
  max-width: 500px;
  text-align: left;
  color: #fff !important;
}

.hero-content h1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.hero-content h1 span {
  color: #fff;
}

.hero-content p.heropcls {
  font-size: 1rem;
  margin: 25px 0;
  color: #fff;
}

.btn-get-started {
  background: #fff;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    color: #3763ac;
}

.btn-get-started:hover {
  background: #fff;
  color: #142e5a;
  border: 2px solid #142e5a;
}

.hero-form {
  flex: 1 1 400px;
  max-width: 500px;
  background: #f9f9f9;
  border-radius: 40px;
  padding: 40px;
    z-index: 1;
}

.hero-form .form-control {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.interest-group {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-check {
  margin-right: 15px;
}
    
.rbtn {
    padding: 10px 20px;
    background: #004aad;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.explore_product_items{
    position:relative;
}
.explore_product_items .items_hover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: rgb(255 204 0 / 98%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    text-align: center;
	opacity:0;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
 .explore_product_items .items_hover .items_hover_align
Specificity: (0,3,0)
 {
    display: inline-block;
    margin: auto;
}
.explore_product_items:hover .items_hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.f12{
    padding: 20px 35px;
    font-size: 14px;
}
.gradient-border {
  display: inline-block;
  position: relative;
  padding-bottom: 5px; /* Space for the fake border */
}

.gradient-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Thickness of the border */
  background: linear-gradient(to right, black 30%, gray 30%);
}
.bg-heading{
    background-color: #fccb2b;
    width: 90%;
    margin: 0 auto;
    line-height:111px;
    font-size: 46px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: left;
    padding-left: 12px;
    color:#000;
}

.bg-slider {
  width: 100%;
  height: 500px;
  border-radius: 40px;
}

.bg-slide {
  width: 100%;
  height: 100%;
  background-size: contain;
   border-radius: 40px;
}

#right-side {
  padding: 0;
  overflow: hidden;
  border-radius: 40px;
   width: 62%;
    height: 500px;
}
   
    @media (max-width: 992px) {
      .info-card {
        flex: 1 1 calc(50% - 20px);
      }
        #right-side {
    width: 100%;
}
.mobile-margin{
    margin:0px;
}
.hero-form {
     max-width: 100%;
    margin-top: 15px;
}
    }
@media (max-width:3840px){
    .bg-slide {
    background-size: cover;
    }
}
    @media (max-width: 768px) {
      
        .popup-content {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 100%;
        }
        .hero-container {
    display: flex;
    flex-direction: column;
        }
      .product-card {
        width: calc(50% - 20px);
      }
      .why-taglus-content {
        padding-top: 20px;
      }
       .bg-slider{
           border-radius:0px;
       }
       .swiper-pagination {
    margin-bottom: 180px;
}
  
    }
    
    @media (max-width: 600px) {
        .mobile-padd{
            padding: 0 5px;
        }
        .bg-heading{
    background-color: #fccb2b;
    width: 90%!important;
     width: 90%;
    margin: 0 auto;
           line-height: 40px;
        font-size: 32px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: left;
    padding-left: 12px;
    color:#000;
}

element.style {
    margin-top: -47px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination {
    margin-bottom: 180px;
}
        .mobile-wrap{
            flex-wrap:wrap !important;
        }
        .bg-slide {
  background-repeat: no-repeat;
  background-size: contain; 
  width: 100%!important;
    height: 500px;
    border-radius: 0px;
 }
        #right-side
 {
    width: 100%!important;
    height: 500px;
     background-repeat: no-repeat;
    border-radius: 5px!important;
    margin-top: 28px;
     margin-bottom: -169px;
        
 }
 .hero-form {
   
    border-radius: 40px!important;
 }
      .info-card {
        flex: 1 1 100%;
      }
     .deskonly{
         display: none;
     }
     .mobileonly{
         display: block;
     }
      
      .carousel-slide img {
        max-height: 50px;
        max-width: 100px;
      }
      section,
    .section {
      padding: 20px 0;
    }
    .form-check-inline {
        margin-right: 0rem !important;
    }
    /*.form-check {*/
    /*    padding-left: 0px !important;*/
    /*}*/
    .mobile-none{
        display:none;
    }
    }
    @media (max-width: 480px) {
      .product-card {
        width: 100%;
      }
    }


 