/* Reset default styles */

html, body {
  width: 100%;
  height: 100%;
  overflow-y: scroll;   /* keeps layout stable */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
body {
  overflow-x: hidden;
  font-family: sans-serif;
  background-color: white;
}
/* Font classes */
.karlaFont {
  font-family: 'Karla', sans-serif;
}

.font-onest {
  font-family: 'Onest', sans-serif;
}
.font-Inter {
  font-family: 'Inter', sans-serif;
}


@font-face {
  font-family: 'MADE_TOMMY';
  src: url('/fonts/MADE_TOMMY.woff2') format('woff2'),
       url('/fonts/MADE_TOMMY.woff') format('woff'),
       url('/fonts/MADE_TOMMY.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.MADE_TOMMY {
  font-family: 'MADE_TOMMY', sans-serif;
}


.nav-tab {
  background-color: transparent;
  padding: 0.75rem 1rem;     
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}


.nav-tab:hover::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}


.nav-tab:hover {
  position: relative;
  width: 195px;
  height: 70px;
  background: white;
  border: 1px solid #D4D4A8;
 
}

.nav-tab.active {
  position: relative;
  width: 195px;
  height: 70px;
  background: white;
  border: 1px solid #D4D4A8;
  
}

.nav-tab.active::before{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #D4D4A8;
    z-index: -1; 
}

.nav-tab:active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.nav-tab:hover > span {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: white;
    z-index: 2;
}






.resin-item,
.kit-item {
  background-color: white;
  border: 1px solid #A8C700;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;           
  color: #374151;             
  text-align: center;
}

.content-section {
  transition: all 0.3s ease-in-out;
  border: 1px solid #D3D6C2
}





    .events-carousel .slick-slide {
      margin: 0 10px !important; 
      }



    .eventCarousel-pagination .slick-dots {
      position: unset !important;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 15px;
      
    }


      .eventCarousel-pagination .slick-dots li.slick-active button:before {
        width: 30px;
        height: 4px;
        content: '';
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: var(--P0, #A8C700);
      }



    .eventCarousel-pagination .slick-dots li button:before {
        width: 30px;
        height: 4px;
        content: '';
        border: 1px solid rgba(0, 0, 0, 0.10);
        opacity: 0.4;
        background: var(--S3, #663);
      }




#custom-progress-bar {
  position: absolute;
  bottom: 40px;
  left: 40px;
  height: 6px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 50;
  border-radius: 4px;
}

#progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: white;
  transition: width 0s;
  border-radius: 4px;
}


.animated-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #A8C700;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}

.product-card:hover .animated-border {
  transform: scaleX(1);
  transform-origin: left;
}


/* ------  new added 19/1/2025 -------------- */

.submenu-item {
  position: relative;
  display: inline-block;
}

.animated-border-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px; /* thinner looks better for text */
  width: 100%;
  background-color: #A8C700;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}

.submenu-item:hover .animated-border-mobile  {
  transform: scaleX(1);
}

/* ------  new end9/1/2025 -------------- */


.menu-open {
  max-height: 500px; /* enough height for nav */
}

.custom-arrow {
  color: #8b8e7b; /* default dark */
  transition: color 0.3s ease;
}

.custom-arrow:hover {
  color: black; /* hover */
}

.custom-arrow.active-arrow {
  color: black; /* active autoplay direction */
}





.ellipsis {
  width : 100%;
  height: auto;
  -webkit-line-clamp: 2;
    display: -webkit-box;  
  -webkit-box-orient: vertical; 
  overflow: hidden;
  line-height:20px;
}



.progress-fill {
  width: 0;
}
/* ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- About Us ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.signature {
  font-family: 'Patrick Hand', cursive;
}


/* .Work-Force_section {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.work-Force_section.reveal {
  transform: translateY(0);
  opacity: 1;
}
.work-Force_section:not(.reveal) {
  transform: translateY(50px);
  opacity: 0;
} */

#section2 {
  transition: top 0.3s ease, position 0.3s ease;
}

/* -------------------  my journy ------------------------------ */

 .triangle-outline-down {
    

    margin-top: 10px;
    position: relative;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid green; /* Outline color */
  }
  .triangle-outline-down::after {
    content: "";
    position: absolute;
    top: -10px; /* Adjust for outline thickness */
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafaf4; /* background color to make inside hollow */
  }


    /* White triangle on left bottom, lime gradient on the other side */
    .clip-triangle-left-bottom {
        clip-path: polygon(0 100%, 0 0, 150% 0);
        background-color: white; /* White for the triangle side */
    }
.grid-bg {
    background-color: #fdfef5; /* Base color */
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 40px 40px; /* Adjust grid spacing */
  }

  .product-grid-bg{
    background-color: #fafde7;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 40px 40px; /* Adjust grid spacing */
  }
 
 .grid-bg-timeline {
  background-color: #fdfef5; /* Base color */
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  position: relative;
  overflow: hidden;
}

.grid-bg-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px; /* height of smoky fade */
  background: linear-gradient(
    to bottom,
    #fdfef5 0%, 
    rgba(253, 254, 245, 0) 100%
  );
  pointer-events: none;
}

.grid-bg-black {
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

 .grid-bg-timeline {
  background-color: #fdfef5; /* Base color */
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  position: relative;
  overflow: hidden;
}



/* ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- About Us ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* #About_section1 {
    position: sticky;
    top: 10vh;
    z-index: 10;
}

#About_section2 {
    position: relative;
    z-index: 20;
    transition: transform 0.3s ease-out;
} */


.underline-shadow::before {
  content: "";
  position: absolute;
  bottom: 100%;       /* place above the line */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;        /* control semicircle width */
  height: 20px;       /* control semicircle height */
  background: radial-gradient(
    ellipse at bottom,
    rgba(216,242,74,0.6) 0%,
    transparent 70%
  );
  pointer-events: none;
}



/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------Resources ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */


/* Common wrapper to hold the fade effect */
.constant-simple-slider_left,
.constant-simple-slider_right {
  position: relative;
}

/* Left-to-right fade effect */
.constant-simple-slider_left::before,
.constant-simple-slider_left::after,
.constant-simple-slider_right::before,
.constant-simple-slider_right::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  width: 80px; /* adjust for stronger or softer fade */
  height: 100%;
  pointer-events: none;
}

/* Fades on both sides */
.constant-simple-slider_left::before {
  left: 0;
  background: linear-gradient(to right, #fafde6 0%, transparent 100%);
}
.constant-simple-slider_left::after {
  right: 0;
  background: linear-gradient(to left, #fafde6 0%, transparent 100%);
}

/* For right-to-left carousel (same #fafde6 fade on both sides) */
.constant-simple-slider_right::before {
  left: 0;
  background: linear-gradient(to right, #fafde6 0%, transparent 100%);
}
.constant-simple-slider_right::after {
  right: 0;
  background: linear-gradient(to left, #fafde6 0%, transparent 100%);
}



.gradient-bg {
            background: linear-gradient(135deg, #a3d063 0%, #8bc34a 50%, #7cb342 100%);
        }
        .circle-1 {
            background: rgba(255, 255, 255, 0.1);
        }
        .circle-2 {
            background: rgba(255, 255, 255, 0.08);
        }
        .circle-3 {
            background: rgba(255, 255, 255, 0.06);
        }


/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------latest ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */



    @keyframes slide {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .carousel-track {
      display: flex;
      gap: 15rem; 
      width: max-content;
      height: 100%; 
      animation: slide 25s linear infinite;
    }
    .carousel-item {
      flex: 0 0 auto;
      width: calc(100vw / 3 - 1rem); 
      height: 100vh; 
    }

    @media only screen and (max-width: 1199px) {
      .carousel-track {  
        gap: 5rem; 
      }
      .carousel-item {
        width: calc(100vw / 2 - 1rem); 
        height: 100vh;
      }
    }




   .ClinicalShowcaseCarousel .slick-slide {
      box-sizing: border-box;
      margin: 0 20px !important;
    }




    .ClinicalShowcase-pagination .slick-dots {
      position: unset !important;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 15px;
      
    }


      .ClinicalShowcase-pagination .slick-dots li.slick-active button:before {
        width: 30px;
        height: 4px;
        content: '';
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: var(--P0, #A8C700);
      }



    .ClinicalShowcase-pagination .slick-dots li button:before {
        width: 30px;
        height: 4px;
        content: '';
        border: 1px solid rgba(0, 0, 0, 0.10);
        opacity: 0.4;
        background: var(--S3, #663);
      }



/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------help ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.toggle-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 350ms ease, padding 350ms ease;
      padding-top: 0;
      padding-bottom: 0;
    }
    /* small visual tweak for opened item */
    .accordion-item.border {
      border-color: rgba(0,0,0,0.06);
    }



    .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-hide {
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
  }


        .partner-card {
            transition: all 0.3s ease;
        }
        .partner-details {
            transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
        }
        .partner-details.expanded {
            
           padding: 5px 0px;
        }
        .expand-icon {
            transition: transform 0.3s ease;
        }
        .expand-icon.rotated {
            transform: rotate(45deg);
        }



        .social-media-icons {
          display: block;
         
        }



        /* Smudge Effect */
.smudge-left::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 0%;
  transform: translateY(-50%);
  width: 20vw;
  height: 100vh;
  background: radial-gradient(#f6f9e8 100%, transparent 0%);
  filter: blur(80px);
  
  /* z-index: -1; */
}




/* ---------------------------------------------------------------------------------------------------- */
/* -------------------------------------------Product  ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */


.bg-grid-yellow {
  background-image: linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

     

.GetToKnow-custom-arrow.active-arrow {
  color: black ;          
}

.featured-custom-arrow.active-arrow {
 
  color: black;           
}
.Bright-Kits-arrow.active-arrow {
 
  color: black;           
}
.Advanced-Surgical-Kits-arrow.active-arrow {
 
  color: black;           
}





    .masonry {
      column-count: 3;
      column-gap: 1rem;
    }
    .masonry-item {
      break-inside: avoid;
      margin-bottom: 1rem;
    }
    @media (max-width: 1024px) {
      .masonry {
        column-count: 2;
      }
    }
    @media (max-width: 640px) {
      .masonry {
        column-count: 1;
      }
    }



    .clip-arrow {
      clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
    }


    .clip-arrow-left {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }
  .clip-arrow-mid {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }
  .clip-arrow-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
  }



.pill-button {
  display: inline-block;
  position: relative;
  padding: 5px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FAFDE7;
  /* background-color: red; */
  /* border-radius: 28px; */
  color: #2B3301;
  z-index: 1; 
  border: #FAFDE7;
}

.pill-button-input {
  display: none;
  visibility: hidden;
}

.pill-button-highlight {
  transform: translate(0, -50%);
  transition: all 0.8s;
  position: absolute;
  top: 50%;
  left: 4px;
  height: 45px;
  width: 70px;
  background: #DEE810;
  padding: 10px 4px;
  /* border-radius: 22px; */
  z-index: 2; 
}

.pill-button-selection {
  transition: all 0.2s;
  display: inline-block;
  position: relative;
  padding: 0.4em 0.9em;
  cursor: pointer;
  z-index: 3; 
}

.pill-button-selection_active {
  color: #2B3301;
  padding: 0.6em 1.2em; /* increased padding for the active button */
  transition: all 0.2s; /* smooth transition when active */
}


@media only screen and (max-width: 1199px) {
 
}

@media only screen and (max-width: 767px) {
 
}



/* ------------------- product and solutions --------------- */
.ClinicalShowcasePrev,
.ClinicalShowcaseNext {
  transition: color 0.3s ease;
}

.ClinicalShowcasePrev.arrow-disabled,
.ClinicalShowcaseNext.arrow-disabled {
  color: #A0A0A0; /* gray color */
  pointer-events: none; /* disables click */
}



.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


   

/* ================================================ */


/* Hide default radio button */
.custom-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover state */
.custom-radio:hover {
  border-color: #9CA3AF;
}

/* Checked state - outer circle */
.custom-radio:checked {
  border-color: #6B7280;
}

/* Checked state - inner filled circle */
.custom-radio:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6B7280;
}



input:focus, textarea:focus, select:focus {
  outline: none !important;
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
}



