/* ===== CSS VARIABLES ===== */
:root {
  --primary-purple: #141B5D;
  --light-blue: #A8E6F0;
  --cyan: #6DD5FA;
}

/* ===== GLOBAL STYLES ===== */
body {
  font-family: "Inter", sans-serif;
  background: #FEFEFE;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}
.main-hero-section {
  position: relative;
  background: url(../img/remineralization-trays/ban-bg.png) no-repeat center;
  background-size: cover;
  background-position: top;
  overflow: hidden;
}


header
{
  margin-bottom: 30px;
}
/* ===== NAVIGATION STYLES ===== */
.navbar {
  background: var(--primary-purple) !important;
  padding: 1rem 0;
}

.navbar-brand {
  color: white !important;
  font-weight: bold;
  font-size: 1.8rem;
}

.navbar-expand-lg .navbar-toggler {
  display: block;
}

.navbar-toggler {
  border: none;
  color: white;
  font-size: 1.5rem;
  background: transparent;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ===== BUTTON STYLES ===== */
.btn-cyan {
  background: var(--cyan);
  border: none;
  color: white;
  border-radius: 25px;
  padding: 10px 25px;
  border: 2px solid var(--cyan);
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-cyan:hover {
  background: #5bc5e8 !important;
  transform: translateY(-2px);
  color: white !important;
}

.btn-outline-cyan {
  border: 2px solid var(--cyan);
  color: white !important;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-cyan:hover {
  background: var(--cyan) !important;
  color: white;
  transform: translateY(-2px);
}
.btn-custom-m {
  border-radius: 72px;
  background: #FFF;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
  color: #141B5D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px;
  gap: 10px;
}

.btn-custom-c {
  border-radius: 8.733px;
  border: 0.273px solid #141B5D;
  background: #FFF;
  box-shadow: 2.183px 2.183px 2.183px 0 rgba(227, 223, 255, 0.18);
  color: #141B5D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 15px 20px;
  text-align: center;
  gap: 10px;
  margin-top: -60px;
  margin-bottom: 20px;
}


.btn-custom-m:hover {
  background: #FFF;
  color: #141B5D;
}

.btn-custom {
  border-radius: 72px;
  background: #141B5D;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 
              0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 
              0 2px 6px 0 rgba(74, 58, 255, 0.10);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px;
  gap: 10px;
  
}

.btn-custom:hover {
  background: #141B5D !important;
  color: #FFF !important;
}

/* ===== HERO SECTION STYLES ===== */
.hero-section {
  padding-bottom: 60px;
  text-align: center;
}
.top-bec-a
{
  color: #727272;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
}
.top-bec-actve
{
  color: #141B5D;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.hero-title {
  color: #454545;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.hero-subtitle {
  color: #141B5D;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 6.96px;
}

.hero-description {
  color: #454545;
  text-align: center;
  font-size: 20px;
  max-width: 50vw;
  font-style: normal;
 
  margin: auto;
  font-weight: 400;
  line-height: 200%; /* 40px */
}

.hero-description strong {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.text-mon-satar
{
  color:#FFD700;
  font-size: 20px;
}
/* ===== OFFCANVAS MENU STYLES ===== */
:root {
  --color-accent: #141B5D;       /* Primary blue */
  --color-highlight: #141B5D;    /* Cyan highlight */
  --color-border: #e0e0e0;       /* Light border */
  --color-hover-bg: #f8f9fa;     /* Hover background */
  --color-text-dark: #212529;    /* Main dark text */
  --color-text-light: -;   /* Submenu text */
}


/* ===== SERVICES GRID STYLES ===== */
.services-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== SECTION BOX CONTAINER STYLES ===== */
.section-box-header {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6.4px;
  text-align: center;
  background: linear-gradient(90deg, #141B5D 0%, #253AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-box-container {
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  background-color: #e6f8ff;
  border-radius: 20px;
  position: relative;
  height: 150px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-box-container:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}
.section-box-container-a {
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  background: #141B5D;
  border-radius: 20px;
  position: relative;
  height: 150px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-box-container-a:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.section-box-image {
  margin-left: -100px;
  margin-right: 0.5rem; /* Floats the image slightly out */
}

.section-box-title {
  color: #454546;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}
.section-box-title-a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.section-box-subtitle {
  color: #141B5D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.section-box-button {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #FFF;
  background: #141B5D;
  backdrop-filter: blur(5.290302276611328px);
  width: 40px;
  height: 40px;
  padding: 8px 14px;
  gap: 8px;
}

/* ===== ECOSYSTEM SECTION STYLES ===== */
.smart-ecosystem-section h2 {
  color: #454545;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%; /* 55.28px */
}

.smart-ecosystem-section h2 span {
  color: #141B5D;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%;
}

.ecosystem-box {
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
  align-items: center;
  min-height: 120px;
  height: 100%;
}

.ecosystem-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.ecosystem-box .number {
  color: #141B5D;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 217.188%; /* 78.188px */
  letter-spacing: 2.88px;
  margin-bottom: 0;
}

.ecosystem-box .desc {
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 217.188%; /* 43.438px */
  letter-spacing: 1.6px;
  margin-bottom: 0;
}

.partner-logo {
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
  align-items: center;
  min-height: 120px;
  height: 100%;
}

.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.view-all-box {
  border-radius: 16px;
  background: #141B5D;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 
              0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 
              0 2px 6px 0 rgba(74, 58, 255, 0.10);
  transition: all 0.3s ease;
  display: flex;
  min-height: 120px;
  height: 100%;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 135%; /* 27px */
}

.view-all-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

/* ===== DENTULU SOLUTIONS SECTION STYLES ===== */
.dentulu-solutions-wrapper {
  padding: 60px 0;
}

.dentulu-solutions-header {
  text-align: center;
  margin-bottom: 40px;
}

.dentulu-solutions-header h2 {
  font-size: 32px;
  font-weight: bold;
}

.dentulu-solutions-header .highlight {
  color: #1C3FC6;
}

.dentulu-tab-sidebar {
  position: sticky;
  top: 100px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.dentulu-tab-item {
  padding: 12px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #f8f9fa;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.dentulu-tab-item:hover,
.dentulu-tab-item.active {
  background-color: #1C3FC6;
  color: #fff;
}

.dentulu-tab-content-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: opacity 0.5s ease;
  scroll-snap-align: start;
}

.dentulu-tabcol-md-8 {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  max-height: 100vh;
}

.dentulu-tab-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 8px;
}

.dentulu-tab-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.dentulu-tab-description {
  font-size: 16px;
  margin-bottom: 16px;
}

.dentulu-tab-list li {
  margin-bottom: 8px;
}

.dentulu-tab-btn {
  background-color: #1C3FC6;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.dentulu-tab-btn:hover {
  background-color: #1632a0;
}

/* ===== FOOTER STYLES ===== */
.footer {
  background-color: #141B5D;
  padding: 60px 0;
}

.footer-head {
  color: #FFF;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

.footer-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #FFF;
}

.footer .app-box {
  border-radius: 16px;
  background: #FEFEFE;
  color: #000;
  padding: 20px 16px;
  text-align: center;
}

.footer .app-store-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.footer .app-store-btn img {
  height: 40px;
}

.footer .cert-icons img {
  max-width: 100%;
  height: auto;
  margin-right: 8px;
  margin-top: 10px;
}

.footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer .social-icons a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
  text-align: center;
}

.footer-bottom p {
  color: #FFF;
  font-size: 15.25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ===== APP BOX STYLES ===== */
.app-box-h1 {
  color: #454545;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%;
}

.app-box-h2 {
  color: #141B5D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%;
}

.app-box-h3 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.app-box-h4 {
  color: #141B5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* ===== GENERAL HEADING STYLES ===== */
.den-head-1 {
  color: #454545;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.den-head-2 {
  color: #141B5D;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.den-head-p {
  color: #454545;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
  max-width: 75vw;
  margin: auto;
}

/* ===== FAQ SECTION STYLES ===== */
.faq-main-bg .accordion-button {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 20px 0;
  letter-spacing: -0.48px;
}

.faq-main-bg .accordion-button::after {
  content: "";
  background-image: url('../img/home/faq/plus-icon.svg'); /* Plus icon */
  background-repeat: no-repeat;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-main-bg .accordion-button:not(.collapsed)::after {
  background-image: url('../img/home/faq/minus-icon.svg'); /* Minus icon */
}

.faq-main-bg .accordion-item {
  border: none;
  border-bottom: 3px solid #E3EAEE;
}

.faq-main-bg .accordion-body {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 0 20px;
}

.faq-main-bg .accordion-body p {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* ===== CAROUSEL STYLES ===== */
.carousel-wrapper {
  max-width: 100%;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.carousel-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.dot-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  width: 50px;
  background: #45e5ff;
  border-radius: 10px;
}

/* ===== CARD STYLES ===== */
.den-card-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 3.493px 10.48px 0 rgba(149, 157, 165, 0.20);
  padding: 20px;
  height: 100%;
  text-decoration: none;
  display: block;
}

.den-card-box-badge {
  background: #f5f2ff;
  border-radius: 12px;
  padding: 6px 20px;
  color: #0396b3;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.den-card-box-h5 {
  color: #1b2b46;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0.5rem;
}

.den-card-box-p {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.den-card-box-img {
  border-radius: 8px;
  width: 100%;
  height: 242px;
  object-fit:contain;
  margin-bottom: 1rem;
}

/* ===== DENTULU APP SECTION STYLES ===== */
.dentulu-app-section {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.app-single-image {
  margin-top: 60px;
  width: 100%;
  height: auto;
  animation: floatUpDown 4s ease-in-out infinite;
}

/* Float animation keyframes */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ===== FEATURE BOX STYLES ===== */
.feature-box {
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 20px;
  transition: transform 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box-head {
  color: #1B2B46;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 27px */
}

.feature-box-para {
  color: #58595B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 217.188%; /* 34.75px */
}

/* ===== PRICING BOX STYLES ===== */
.pricing-box {
  border-radius: 12px;
  border: 1.128px solid #BFBFBF;
  background: #FFF;
  box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
  padding: 30px 20px;
  height: 100%;
  padding-top: 40px;
}

.pricing-box-a {
  border-radius: 12px;
  border: 1.128px solid #BFBFBF;
  background: #141B5D;
  box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
  padding: 30px 20px;
  height: 100%;
}
.pricing-box-a .pricing-box-ul li, .pricing-box-a .pricing-box-head, .pricing-box-a .pricing-box-price, .pricing-box-a .pricing-box-price span, .pricing-box-a .pricing-box-head-1, .pricing-box-a .pricing-box-head-2 {
color: #fff;
}
hr.pricing-box-hr {
  border: 0;
  border-top: 2px solid #AEAEAE;
  background: transparent;
  margin: 20px 0;
}

.pricing-box-dark-blue {
  color: #58595B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

.pricing-box-dark-blue strong {
  color: #141B5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.pricing-box-head {
  color: #000;
  font-size: 20.297px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pricing-box-price {
  color: #000;
  font-size: 45.103px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pricing-box-price span {
  color: #656565;
  font-size: 13.531px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pricing-box-head-1 {
  color: #58595B;
  font-size: 17.016px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 158.678% */
}

.pricing-box-head-2 {
  color: #7C7C7C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pricing-box-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-box-ul li {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 192.857% */
  margin-bottom: 1rem;
}

.product-section {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 30px 30px;
}

.tab-wrapper {
  text-align: center;
 
}
.tab-wrapper .nav-pills
{
  border-radius: 12px;
  border: 1px solid #F1F2F9;
  background:  #FBFBFE;
  display: inline-flex;
padding: 12px 16px;
align-items: center;
gap: 12px;
  box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.07);
}

.tab-wrapper .tab-button {
  border-radius: 30px;
  padding: 6px 18px;
  font-weight: 500;
  margin: 0 5px;

  color:#514F6E;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 21.6px */
}

.tab-button.active {
  border-radius: 32px !important;
  background: #5DE1FB !important;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10) !important;
  display: flex;
padding: 12px 16px;
align-items: center;
gap: 10px;
}

.price-old {
  color:#383A42;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 266.667% */
  text-decoration-line: line-through;
  margin-right: 0.5rem;
}

.price-new {
  color:  #383A42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}



.prod-sec-head
{
  color: #58595B;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
}

.prod-sec-head span
{
  color: #141B5D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.prod-sec-head-b
{
color: #141B5D;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}
.prod-sec-para
{
  color: #58595B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.prod-sec-ul li
{
  color: #76768A;
  font-size: 17.016px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.8rem;
  line-height: 27px; /* 158.678% */
}


.product-section .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-bottom: 0 !important;
}

.product-section .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}
.product-section .carousel-item
{
  margin-bottom: 50px;
}
.product-section .carousel-indicators .active {
  width: 50px;
  height: 12px;
  background-color: #5DEBFF; /* Light blue pill */
  border-radius: 20px;
}
 /* Sidebar becomes horizontal scrollable menu */
.den-side-tab
{
padding: 40px 0;
padding-top: 10vh;
}
 .section-card-head-m {

  color: #141B5D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;

}
.den-side-tab .sidebar {
  position: sticky;
  top: 150px;
}
.den-side-tab .nav-pills .nav-link {
   color:  #737791;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   border-bottom: #D8D8D8 solid 1px;
   padding-bottom: 20px;
   padding-top: 20px;
}
.den-side-tab  .nav-pills .nav-link.active {
  border-left: 4px solid #141B5D;
  background: none;
  color: #141B5D;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
}
.den-side-tab  .section-card {
   border-radius: 20px;
   border: 1px solid #EFF0F6;
   background: #F6FEFF;
   box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  padding: 30px;
  padding-bottom: 0;
  min-height: 80vh;
    display: flex;
}


.den-side-tab  .section-card .product-card
{
  border-radius: 3.6px;
  background: var(--Color-Item-Card-Surface-primary, #FFF);
  box-shadow: 0 0 4.5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.den-side-tab  .section-card .product-card p
{
  color:  #383A42;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
.den-side-tab  .section-card .product-card .price-old{
  color:  #383A42;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 400% */
  text-decoration-line: line-through;
}
.den-side-tab  .section-card .product-card .price-new
{
  color: #383A42;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  
   .den-side-tab  .sidebar {
   display: none;
   }
 }
 /* Sidebar becomes horizontal scrollable menu */
 .den-side-tab  .section-card-head
 {
  color: #58595B;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
 }
 .den-side-tab  .section-card-head span
 {
  color: #141B5D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
 }
 .den-side-tab  .section-card-text
 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
 }
 .den-side-tab  .section-card-text strong
 {
  color: #58595B;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 1rem;
 }
 .den-side-tab  .section-card-ul
 {
  margin: 0;
 }
 .den-side-tab  .section-card-ul li
 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
 }

 .den-side-tab  .section-card-ul li strong
 {
  color: #58595B;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 1rem;
 }
 .den-term-cont-sec
 {
  padding-bottom: 50px;
 }
 .den-term-cont-sec p
 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
 }
 .den-term-cont-sec h1
 {
  color: #454545;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
 }
 .den-term-cont-sec h2
 {
  color: #454545;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
 }

 .den-term-cont-sec ul li, .den-term-cont-sec ol li
 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
 }


 .den-term-cont-sec  p a,  .den-term-cont-sec  ul li a,.den-term-cont-sec  ol li a
 {
  color: #141B5D;
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
 }
/* ===== RESPONSIVE DESIGN ===== */
@media (min-width: 768px) {
  .carousel-card {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .carousel-card {
    flex: 0 0 33.3333%;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 2rem;
  }
  
  .dentulu-app-section {
    padding: 60px 10px;
  }
  
  .dentulu-app-section h2 {
    font-size: 24px;
  }
  
  .app-single-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .den-section-subtext
  {
    max-width: 100% !important;
  }
  .den-section-title
  {
    font-size: 30px !important;
  }
  .den-section-title-a {
    font-size: 30px !important;
}
.btn-cyan {
  padding: 5px 15px;
}
.btn-outline-cyan {
display: none;
}
.online-How-It-Works-subtext
{
  max-width: 100% !important;
}
.online-How-It-Works-title
{
  font-size: 30px !important;
}
.tag-badge
{
  margin-top: 0.5rem;
}
.den-ban-btn-bg
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.faq-main-bg .accordion-button {

  padding-right: 50px !important;

}
.footer .social-icons {

  flex-wrap: wrap !important;
}
.hero-description
{
  max-width: 100% !important;
}
.hero-section {
  padding-bottom: 30px;

}
.smart-ecosystem-section h2
{
  font-size: 32px;
}
.den-head-1
{
  font-size: 32px;
}
.den-head-2 {
  font-size: 32px;
}
.den-head-p {
  max-width: 100% !important;
}
.den-side-tab .section-card {

  padding: 20px;

}
.den-side-tab .section-card .product-card
{
  text-align: center;
}
.main-hero-section {
  position: relative;
  background: url(../img/remineralization-trays/ban-bg.png) no-repeat center;
  background-size:unset;
  background-position: top;
  overflow: hidden;
}
.den-side-tab  .section-card {

 min-height:auto;
}
}