
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 
Microsoft YaHei, sans-serif; }

    header {
      background: #fff;
      border-bottom: 5px solid #6b1466;
    }

    .navbar {
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      position: relative;
      flex-wrap: wrap;
    }

    .logo {
      font-size: 28px;
      font-weight: bold;
      color: #6b1466;
    }

    .logo span {
      color: #999;
      font-weight: normal;
    }

  nav {
      flex: 1;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 30px;
      align-items: center;
      justify-content: center;
    }

    nav ul li {
      position: relative;
    }

    nav ul li a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      font-size: 14px;
      padding: 5px 10px;
      display: inline-block;
    }

    nav ul li:hover .dropdown {
      display: block;
    }

    .dropdown {
      display: none;
      position: absolute;
      top: 35px;
      left: 0;
      background-color: #6b1466;
      min-width: 160px;
      padding: 10px 0;
      z-index: 1000;
    }

    .dropdown::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 20px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #6b1466;
    }

    .dropdown a {
      display: block;
      color: #fff;
      padding: 10px 20px;
      white-space: nowrap;
      font-size: 14px;
    }

    .dropdown a:hover {
      background-color: #520c50;
    }

    .lang {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
    }

    .lang img {
      width: 24px;
      height: 16px;
    }

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: #6b1466;
    }

    .dropdown-toggle {
      display: none;
      background: none;
      border: none;
      font-size: 16px;
      margin-left: 5px;
      color: #6b1466;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .hamburger {
        display: flex;
      }

      nav {
        width: 100%;
        display: none;
        flex: auto;
      }

      nav.active {
        display: block;
      }

      nav ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        /*gap: 10px;*/
      }

      .dropdown {
        position: static;
        padding-left: 20px;
      }

      nav ul li:hover .dropdown {
        display: none; /* disable hover open on mobile */
      }

      .dropdown-toggle {
        display: inline-block;
      }

      .lang {
        margin-top: 10px;
      }
    }

 .slider-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.6s ease;
      height: 100%;
    }

    .slide {
      flex: 0 0 100%;
      background-size: cover;
      background-position: center center;
      position: relative;
      height: 86vh;
    }

    /* Bottom bar styling */
   .slider-footer {
    position: absolute;
    bottom: 91px;
    width: 700px;
    height: 90px;
    background: rgba(97, 20, 108, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    z-index: 5;
    left: 26%;
}

    .arrow-btn {
      width: 36px;
      height: 36px;
      border: 1px solid white;
      border-radius: 50%;
      color: white;
      background: transparent;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .slide-number {
      color: rgba(255, 255, 255, 0.5);
      font-size: 24px;
      font-weight: 500;
    }

    .slide-number.active {
      color: white;
      font-weight: bold;
      font-size: 40px;
    }

    @media (max-width: 768px) {
      .slider-footer {
        gap: 1rem;
      }
      .arrow-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
      }
      .backecos
      {
        height: 24vh !important;
      }
      .backeco-container
      {
        height: 24vh !important;
      }
      .ire-containertwo p
      {
          margin-top:5px !important;
      }
    }
    @media (max-width: 768px) {
  .slider-footer {
    gap: 1.5rem;
    bottom: 0px;
    width: 100%;
    left: 0%;
    height: 60px;
  }

  .arrow-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .slide-number {
    font-size: 16px;
  }

  .slide-number.active {
    font-size: 20px;
  }

  .slide {
    height: 22vh;
  }
  .contact-wrapper-product 
  {
    height: 22vh !important;
    padding: 0 !important;
  }
  .contact-wrapper-micro
  {
    height: 22vh !important;
    padding: 0 !important;
  }
  .contact-wrapper-rfa
  {
    height: 70vh !important;
    padding: 0 !important;
  }
  .contact-wrapper-cryo 
  {
    height: 22vh !important;
    padding: 0 !important;
  }
  .contact-wrapper-ire
  {
    height: 22vh !important;
    padding: 0 !important;
  }
  .contact-wrapper-back
  {
      background-image:none !important;
  }

  .slider-container {
    height: 28vh;
  }
  .contact-wrapper-back 
  {
      padding-top:0px !important;
  }
  .contact-wrapper-back {
      padding-top: 31px !important;
  }
  
}

.rd-section {
      display: content;
      flex-wrap: wrap;
    }

    .rd-left {
      flex: 1;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .rd-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-top-left-radius: 160px;
      border-bottom-left-radius: 160px;
    }

    .rd-right {
      flex: 1;
      background-color: #661270;
      color: #fff;
      padding: 50px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .rd-right h2 {
      font-size: 36px;
      color: #222;
      margin: 0 0 10px;
    }

    .rd-right h3 {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 10px;
    }

    .rd-right h4 {
      font-size: 18px;
      font-weight: 500;
      color: #ccc;
      margin-bottom: 20px;
    }

    .rd-right p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .rd-right .btn {
      background-color: #fff;
      color: #661270;
      padding: 14px 30px;
      border-radius: 15px;
      font-weight: bold;
      font-size: 14px;
      border: none;
      cursor: pointer;
      width: fit-content;
    }

    /* Mobile Responsive */
    @media screen and (max-width: 768px) {
      .rd-section {
        flex-direction: column;
      }

      .rd-left img {
        border-radius: 0;
        height: auto;
      }

      .rd-right {
        padding: 30px 20px;
      }

      .rd-right h2 {
        font-size: 26px;
      }

      .rd-right h3 {
        font-size: 20px;
      }

      .rd-right h4 {
        font-size: 14px;
      }

      .rd-right p {
        font-size: 14px;
      }

      .rd-right .btn {
        font-size: 13px;
        padding: 10px 24px;
      }
    }

    .button-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 70px;

    }
    .button-row a:hover
    {
      background-color: #70206A;
      color: #ffffff;
    }

    .button-card {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 22px;
      background-color: #fff;
      border-radius: 999px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    .button-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    }

    .button-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ccc;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      flex-shrink: 0;
    }

    /* Specific icon background colors */
    .icon-purple { background-color: #783180; }
    .icon-blue { background-color: #123C7D; }
    .icon-teal { background-color: #0A3C41; }
    .icon-steel { background-color: #3A5D85; }
    .icon-dark { background-color: #4A4E54; }

    /* Responsive layout */
    @media (max-width: 768px) {
      .button-row {
        flex-direction: row;
        align-items: center;
      }
    }

    .hex-section {
      /*max-width: 1200px;*/
      margin: auto;
      text-align: center;
    }
    .hex-section h2
    {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .hex-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0px;
      margin-bottom: 10px;
    }

    .hex-item {
      position: relative;
      width: 400px;
      height: 300px;
      overflow: hidden;
      animation: fadeSlideUp 0.8s ease forwards;
      opacity: 0;
    }

    .hex-item:nth-child(1) { animation-delay: 0.1s; }
    .hex-item:nth-child(2) { animation-delay: 0.2s; }
    .hex-item:nth-child(3) { animation-delay: 0.3s; }
    .hex-item:nth-child(4) { animation-delay: 0.4s; }
    .hex-item:nth-child(5) { animation-delay: 0.5s; }

    .hex-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      margin: 0 auto;
      transition: transform 0.4s ease;
    }

    .hex-item:hover img {
      transform: scale(1.05);
    }

    .hex-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      pointer-events: none;
    }

    @keyframes fadeSlideUp {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .hex-row {
        flex-direction: column;
        align-items: center;
      }
      .contact-wrapper-painrf 
      {
          height:22vh !important;
          padding:0px !important;
      }

      .hex-item {
        width: 220px;
        height: 170px;
      }

      .hex-text {
        font-size: 14px;
      }
    }
/*.footer {
      background-image: url('images/footer-bg.png');
      color: #fff;
      padding-top: 300px;
      position: relative;
      background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    }
    .top-swoosh .bottom-swoosh
    {
      height: 100vh;
    }
    .top-swoosh {
    
      padding-top: 40px;
 
}*/
/*.top-swoosh:before, .bottom-swoosh:after{
    content: '';
    background-image: url('images/bottom-swoosh.svg');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 7.43%;
    position: absolute;
    z-index: 450;
}*/
/*.top-swoosh, .bottom-swoosh {
    position: relative;
}*/

/*    .footer-title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .footer-line {
      border-top: 1px solid #aaa;
      margin: 10px 0;
      width: 100%;
      max-width: 180px;
    }

    .footer-links a {
      display: block;
      color: #ddd;
      text-decoration: none;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .footer-links a:hover {
      color: #fff;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      background: #555;
      border-radius: 5px;
      margin-right: 8px;
      color: #fff;
      text-decoration: none;
    }

    .footer-bottom {
      border-top: 1px solid #666;
      text-align: center;
      padding-top: 15px;
      margin-top: 30px;
      font-size: 13px;
      color: #ccc;
    }*/

    /* Floating buttons */
    .whatsapp-float, .scroll-top {
      position: fixed;
      z-index: 999;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      color: #fff;
      cursor: pointer;
    }

    .whatsapp-float {
      bottom: 20px;
      left: 20px;
      background-color: #25d366;
    }

    .scroll-top {
      bottom: 20px;
      right: 20px;
      background-color: #6a1b9a;
    }

    /*start contact css*/
    .contact-container {
      max-width: 1100px;
      width: 100%;
      background: white;
      display: flex;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0,0,0,0.2);
      flex-wrap: wrap;
      margin: 0 auto;

    }

    .form-section {
      flex: 1 1 55%;
      padding: 40px;
      background: #fff;
    }

    .form-section h2 {
      margin-bottom: 30px;
      font-size: 24px;
      color: #333;
    }

    .form-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .form-control {
      flex: 1 1 45%;
      margin-bottom: 20px;
    }

    .form-control.full {
      flex: 1 1 100%;
    }

    .form-control input,
    .form-control textarea {
      width: 100%;
      padding: 10px 15px;
      border: none;
      /*border-bottom: 2px solid #ccc;*/
      outline: none;
      font-size: 14px;
      background: transparent;
    }

    .form-control textarea {
      resize: vertical;
      min-height: 80px;
    }

    .submit-btn {
      background: #61146c;
      color: white;
      border: none;
      padding: 14px 50px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      cursor: pointer;
      font-weight: bold;
      transition: 0.3s ease;
    }

    .submit-btn:hover {
      border-radius: 32px 2px;
    }

    .info-section {
      flex: 1 1 45%;
      background: linear-gradient(145deg, #61146c, #964ca1);
      color: white;
      padding: 40px 30px;
      position: relative;
      clip-path: ellipse(85% 100% at 50% 0%);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .info-section h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .info-item {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      font-size: 14px;
    }

    .info-item i {
      margin-right: 12px;
      font-size: 18px;
      margin-top: 3px;
    }

    .social-icons a {
      color: white;
      font-size: 20px;
      margin-right: 15px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #e0e0e0;
    }

    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
        border-radius: 20px;
      }

      .info-section {
        clip-path: none;
        border-radius: 0 0 20px 20px;
        padding: 30px 20px;
        text-align: center;
      }

      .form-section {
        padding: 30px 20px;
      }

      .form-group {
        flex-direction: column;
      }

      .form-control {
        flex: 1 1 100%;
      }
    }
    /*end contact css*/
    .blur-overlay {
        background-color: rgba(237, 237, 237, 0.3); /* Semi-transparent white */
        backdrop-filter: blur(2.5px); /* Adjust the blur radius as needed */
        height: 100%; /* Make it cover the parent */
        width: 100%;
    }
    /*contact form css*/
    .contact-wrapper {
  background-image: url('../images/contact-back.webp'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 200px;
  margin: 0 auto;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/

}
@media (max-width: 768px) {
  .contact-container-back {
    flex-direction: column;
    padding: 20px;
    display:none !important;
  }
  .company-name h2
  {
      font-size:27px !important;
  }
}
    .contact-wrapper-back {
  background-image: url('../images/contact.png'); /* Replace with your actual image path */
  background-position: 50% 30px;
  background-repeat: no-repeat;
  padding-top: 200px; /* Add space around content */
  padding-bottom: 20px;
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

@media (max-width: 768px) {
  .contact-container-back-back {
    flex-direction: column;
    /*padding: 20px;*/
  }
}
 .map-container {
      width: 100%;
      height: 50vh;
      margin-bottom: 20px;
      margin-top: 50px;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }
/*about page css*/
    .contact-wrapper-about {
  background-image: url('../images/about-us-background.jpg'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-about {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 220px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/

}
@media (max-width: 768px) {
  .contact-container-back-about {
    flex-direction: column;
    padding: 20px;
  }
}


    .sidebar-micro {
      width: 250px;
      background-color: white;
      border: 1px solid #ddd;
      margin: 20px;
      float: left;
    }

    .category-micro {
      margin-bottom: 30px;
    }

    .category-micro h3 {
      font-size: 18px;
      padding: 10px;
      color: #fff;
      margin-bottom: 10px;
    }

    .category-micro ul {
      list-style: none;
      padding-left: 0;
    }

    .category-micro ul li {
      padding: 8px 12px;
      cursor: pointer;
      font-size: 14px;
      transition: 0.3s;
    }

    .category-micro ul li:hover {
      background-color: #f0f0f0;
    }

    .hair-micro { background-color: #b7312c; }
    .body-micro { background-color: #5e1675; }
    .anti-micro { background-color: #3f1064; }
    .mini-micro { background-color: #711c7f; }

   /* .products-micro {
      margin-left: 270px;
      padding: 30px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      height: 550px;
    }

    .product-card-micro {
      background: white;
      border: 1px solid #ccc;
      overflow: hidden;
      position: relative;
      transition: 0.3s;
    }

    .product-card-micro img {
      width: 100%;
      height: 200px;
      object-fit: contain;
      display: block;
    }*/

    .card-footer-micro {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 12px;
    }

    .card-footer-micro span {
      font-size: 14px;
    }

    .arrow-btn-micro {
      width: 24px;
      height: 24px;
      background-color: #662d91;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      cursor: pointer;
      flex-shrink: 0;
    }

    /* ---------- Responsive Styles ---------- */
    @media (max-width: 1200px) {
      .products-micro {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    @media (min-width: 2560px) {
  .slider-footer {
    left:36% !important;
  }
  .tumorendo
  {
    left: 57% !important;
  }
  .micro-sys
  {
      left: 38% !important;
  }
  .ablation-section-title
  {
      width:40% !important;
  }
  .ire-electro
  {
      left:36% !important;
  }
  .ire-probes-text
  {
      left:44% !important;
  }
  .energy-ab
  {
    left: 51% !important;
    top: 39% !important;
  }
  .probs {
    margin-top: 160px !important;
}
.probs h2
{
    display:flex;
    right:3% !important;
}
.probs ul {
    margin-right: -308px !important;
}
}

    @media (max-width: 992px) {
      .products-micro {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .sidebar-micro {
        width: 100%;
        float: none;
        margin: 10px auto;
      }

      .products-micro {
        margin-left: 0;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
      }
      .product-card-micro img {
        width: 100%;
        height: 150px !important;
      
        
      }
    }

    @media (max-width: 576px) {
      .products-micro {
        grid-template-columns: repeat(2, 1fr) !important;
        height: auto;
      }
    }
    .micro-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  max-width: 1350px;
    margin: auto;
}

.sidebar-micro {
  flex: 0 0 250px;
  background-color: white;
  border: 1px solid #ddd;
}

.products-micro {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 products per row desktop */
  gap: 20px;
  height: 500px;
  margin-top: 22px;
}

.product-card-micro {
  background: white;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.product-card-micro img {
  width: 100%;
  height: 175px;
  object-fit: contain;
  display: block;
}

/* FOOTER remains same */

/* 📱 Responsive: Mobile 2 columns, sidebar stacked */
@media (max-width: 768px) {
  .micro-container {
    flex-direction: column;
  }
}
    .contact-wrapper-product {
  background-image: url('../images/product-back.jpg'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

    .contact-wrapper-micro {
  background-image: url('../images/200g-back.png'); /* Replace with your actual image path */
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-micro {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}
   .contact-wrapper-cryo {
  background-image: url('../images/cryo-back.webp'); /* Replace with your actual image path */
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-cryo {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/

}

   .contact-wrapper-ire {
  background-image: url('../images/ire-back.webp'); /* Replace with your actual image path */
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-ire {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}

   .contact-wrapper-rfa {
  background-image: url('../images/eco-ent-plasma-back.png'); /* Replace with your actual image path */
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-rfa {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/

}
    .contact-wrapper-painrf {
  background-image: url('../images/painrf/painrf-back.png'); /* Replace with your actual image path */
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 20px; /* Add space around content */
  /*filter: blur(1px);*/
  /*background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));*/
}

.contact-container-back-painrf {
  /*display: flex;
  flex-wrap: wrap;*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  /*padding: 40px;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}
 .backeco-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .backeco {
      display: flex;
      height: 100%;
    }

    .backecos {
      flex: 0 0 100%;
      background-size: cover;
      background-position: center center;
      position: relative;
      height: 100vh;
    }

      .backeco-container-slide {
      width: 100%;
      height: 100vh;
      background-image: url('../images/eco200g4.jpg');
      background-size: cover;
      background-position: center;
      background-attachment: static;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
    }

    .backeco-container-slide h2 {
      position: absolute;
      top: 15px;
      color: white;
      font-size: 36px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
      z-index: 3;
    }

    .slider-container-200g {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slides-200g {
      display: flex;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .slide-200g {
      flex: 0 0 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }

    .slide-200g.full-cover {
      background-size: cover !important;
    }

    .nav-buttons {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 0 50px;
      transform: translateY(-50%);
      z-index: 2;
    }

    .nav-buttons button {
      background: rgba(187, 68, 85, 0.9);
      border: none;
      color: white;
      font-size: 20px;
      width: 70px;
      height: 70px;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease;
    }

    .nav-buttons button:hover {
      background: rgba(187, 68, 85, 1);
    }

    .nav-buttons button.hidden {
      visibility: hidden;
      pointer-events: none;
    }

    /* Responsive */
    @media screen and (max-width: 768px) {
      .backeco-container-slide h2 {
        font-size: 24px;
        top: 20px;
      }
      .nav-buttons button {
        font-size: 16px;
        width: 40px;
        height: 40px;
      }
      .backeco-container-slide
      {
          height: 22vh !important;
      }
      .nav-buttons 
      {
        left: -11% !important;
        right: -11% !important;
      }
      .backeco-container-table
      {
          height:63vh !important;
      }
      .ablation-section-title
      {
          top:57% !important;
      }
      
      /*.backeco-container-table*/
      /*{*/
      /*    height:60% !important;*/
      /*}*/
    }

        .backeco-container-table {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .backeco-table {
      width: 100%;
      height: 100%;
      background-image: url('../images/eco200g5.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .section-heading {
      position: absolute;
      top: 3%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 40px;
      color: #ffffff;
      text-align: center;
      z-index: 2;
      font-weight: 900;
    }

    .ablation-section-title {
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      /*background-color: #2e3335;*/
      padding: 25px;
      border-radius: 12px;
      color: #ffffff;
      width: 65%;
      max-height: 100vh;
      overflow-y: auto;
      z-index: 1;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      /*background-color: #2e3335 !important;*/
      --bs-body-bg: #2e3335 !important;
      --bs-table-color-state: #ffffff !important;
    }

    th, td {
      padding: 12px 10px;
      border: 1px solid #888;
      font-size: 15px;
      text-align: left;
    }

    th {
      background-color: #8d9d69;
      color: white;
    }

    /* Responsive */
    @media screen and (max-width: 768px) {
      .section-heading {
        font-size: 22px;
        padding: 10px 20px;
      }

      .ablation-section-title {
        width: 95%;
        padding: 15px;
      }

     td {
        font-size: 14px;
        padding: 10px 8px;
      }

      table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      }
    }

    /* start cryoablation page css*/
    .section-wrapper-cryo {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.section-container-cryo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #782973;
    border-radius: 28px;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    color: #fff;
    flex-wrap: wrap;
}

.text-content-cryo {
    flex: 1;
    padding: 70px;
    min-width: 300px;
}

.text-content-cryo h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.text-content-cryo p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align:justify;
}

.text-content-cryo ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-content-cryo ul li {
    margin-bottom: 10px;
}

.text-content-cryo a {
    color: #7ed4ff;
    font-weight: bold;
    text-decoration: none;
}

.text-content-cryo a:hover {
    text-decoration: underline;
}

.image-content-cryo {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.image-content-cryo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 28px;
}
@media (max-width: 768px) {
    .section-container-cryo {
        flex-direction: column;
    }
    .text-content-cryo, .image-content-cryo {
        padding: 20px;
    }
}

  .section-lung-cryo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 50px 8%;
    flex-wrap: wrap;
    color: white;
    background-color: #999999 !important;
  }

  .text-content-lung-cryo {
    flex: 1 1 450px;
  }

  .text-content-lung-cryo h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .text-content-lung-cryo p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align:justify;
  }

  .btn {
    background-color: #fff;
    color: #003d80;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
  }

  .btn:hover {
    background-color: #f0f0f0;
  }

  .image-content-lung-cryo {
    flex: 1 1 450px;
  }

  .image-content-lung-cryo img {
    width: 100%;
    border-radius: 28px;
    display: block;
  }

  .disclaimer-lung-cryo {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .section-lung-cryo {
      padding: 30px 5%;
    }
    .contact-wrapper
    {
        padding:0px !important;
        height:22vh !important;
    }
    .product-info
    {
        height:0% !important;
    }
    .right-side
    {
        height: 184px !important;
    }
    .contact-wrapper-about 
    {
      padding: 0px !important;
      height: 22vh !important;
      
    }
    .contact-wrapper-about h2
    {
      font-size: 20px !important;
      display:none !important;
    }
    .contact-container-back-about 
    {
      max-width: 130px !important;
    }
    .contact-container-back-about
    {
      padding: 0px !important;
    }
    .about-mobile h2
    {
      font-size: 20px !important;
    }
    .text-content-lung-cryo h2 {
      font-size: 1.5rem;
    }
    .ire-container h2
    {
      font-size: 15px !important;
      left:52% !important;
      
    }
     .ire-container h3
    {
      font-size: 15px !important;
      top: 50% !important;
      left: 57% !important;
    }
    .ire-containertwo h2 
    {
      top: 2% !important;
      font-size: 11px !important;
      left: 21% !important;
    }
    .ire-containertwo p 
    {
      padding: 22px !important;
      font-size: 6px !important;
    }
    .ire-containerthree h2 
    {
      left: 41% !important;
      font-size: 13px !important;
    }
  }
    /*end cryoablation page css*/
    /*start ire page css*/
    .ire-container h2
    {
      position: absolute;
    z-index: 1000;
    left: 54%;
    top: 35%;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    }
    .ire-container h3
    {
      position: absolute;
    z-index: 1000;
    left: 60%;
    top: 48%;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    }
    .ire-containertwo h2
    {
      position: absolute;z-index: 1000;left: 27%;top: 4%;text-transform: uppercase;font-size: 36px;font-weight: 700;color: #000000;
    }
    .ire-containertwo p 
    {
       position: absolute;z-index: 1000;padding: 100px;top: -1%;text-align: center;
    }
    .ire-containerthree h2
    {
      position: absolute;z-index: 1000;left: 40%;top: 8%;text-transform: uppercase;font-size: 46px;font-weight: 700;color: #ffffff;
    }
    /*end ire page css*/

        .product-detail {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: flex-start;
    }

    /* Left side thumbnails */
    .thumbnails {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100px;
    }

    .thumbnails img {
      width: 100%;
      border: 2px solid #ddd;
      cursor: pointer;
      transition: border 0.3s ease;
    }

    .thumbnails img:hover {
      border: 2px solid #0073e6;
    }

    /* Main image wrapper */
    .main-image {
      position: relative;
      flex: 1;
      min-width: 400px;
      max-width: 500px;
    }

    .main-image img {
      width: 100%;
      border: 1px solid #ddd;
      /*padding: 10px;*/
      background: #fafafa;
      cursor: zoom-in;
    }

    /* Right side container */
    .right-side {
      flex: 1;
      min-width: 250px;
      position: relative;
      height: 380px;
      display: flex;
      flex-direction: column;
    }

    /* Product info */
    .product-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .info-top h2 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .info-top p {
      font-size: 16px;
      margin: 5px 0;
    }

    .info-bottom {
      margin-top: auto;
    }

    .product-info .btn {
      display: inline-block;
      margin-top: 10px;
      padding: 12px 20px;
      background: #e5e5e5;
      border-radius: 25px;
      text-align: center;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      transition: background 0.3s;
    }

    .product-info .btn:hover {
      background: #0073e6;
      color: #fff;
    }

    /* Zoom box */
    .zoom-box {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #ddd;
      background: #fafafa no-repeat center center;
      background-size: 150%; /* zoom level */
      display: none;
      z-index: 2;
    }

    /* Section title */
    .section-title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      margin-top: 50px;
    }

    .section-title::after {
      content: "";
      display: block;
      width: 50px;
      height: 3px;
      background: #0073e6;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    /* Product description */
    .product-description {
      max-width: 1200px;
      margin: 0 auto;
      font-size: 16px;
    }

    .product-description p {
      margin-bottom: 15px;
    }

    .product-description ol {
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .product-description ul {
      list-style: none;
      padding-left: 0;
    }

    .product-description ul li {
      margin: 6px 0;
      padding-left: 20px;
      position: relative;
    }

    .product-description ul li::before {
      content: "▶";
      position: absolute;
      left: 0;
      color: #0073e6;
      font-size: 14px;
    }
    /* Breadcrumb Container */
    .breadcrumb {
      display: flex;
      align-items: center;
      flex-wrap: wrap; /* allows wrapping on small screens */
      font-size: 16px;
      color: #666;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .breadcrumb a {
      text-decoration: none;
      color: #0073e6;
      transition: color 0.3s;
    }

    .breadcrumb a:hover {
      color: #005bb5;
    }

    .breadcrumb span {
      margin: 0 5px;
      color: #999;
    }

    /* Home Icon */
    .breadcrumb .home-icon {
      width: 18px;
      height: 18px;
      margin-right: 5px;
      vertical-align: middle;
    }

    @media(max-width: 600px) {
      .breadcrumb {
        font-size: 16px;
      }
    }
    /*ire css*/
      .probs
  {
     margin-top:70px;
  }
  .probs h2
  {
     font-size: 32px;float: right;position: relative;
     right: 8%;color: #000000;text-shadow: none !important;
     margin-bottom: 10px;
  }
  .probs-ordinary h2
  {
    color: #ffffff;
  }
  .probs ul
  {
     float: right;
    margin-right: -265px;
    margin-top: 145px;
  }
  .probs ul li 
  {
     list-style: none;
     padding-bottom: 10px;
     display: flex;

  }
  .probs ul li span
  {
    border: 1px solid #EE7D1C;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    display: inline-block;
    position: relative;
    right: 0;
  }
  .probs span img 
  {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .probs p
  {
    /*float:inline-end;*/
    /*margin-top: -14px !important;
    margin-left: 15px;*/
    display: inline;
    margin-top: 14px;
    margin-right: 12px;
    padding-left: 20px;
  }
  .probs-ordinary p
  {
    color: #ffffff;
  }
  .probs-ordinary img
  {
    filter: invert(1);
  }
  .probs-ordinary ul li span
  {
    border: 1px solid #ffffff;
  }

   @media screen and (max-width: 768px) 
   {
      .probs h2
      {
        top: -14px !important;
        font-size: 8px;
      }
      .probs p
      {
        font-size: 6px !important;
        margin-top: 0px !important;
        margin-right: 49px !important;
        padding-left: 0px !important;
      }
      .probs ul li span
      {
        width: 20px !important;
        height: 20px !important;
      }
      .probs ul {
    margin-right: -126px !important;
    margin-top: 20px !important;
}
.probs ul li {
    padding-bottom: 3px !important;
}
   }
