/* ===== CSS VARIABLES ===== */
:root {
    --primary-purple: #141B5D;
    --light-blue: #A8E6F0;
    --cyan: #6DD5FA;
  }
header
{
  min-height: 85px;
  height: 100%;
}
/* ===== 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 !important;
  font-size: 1.5rem;
  background: transparent;
}

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

.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);
  }
  

* {
box-sizing: border-box;
}
.submenu.active {
max-height: 100% !important;
}
/* Enhanced Offcanvas Styles */
.offcanvas-end {
width: 100vw;
max-width: 100vw;
height: 100vh;
border: none;
box-shadow: none;
}
/* Header Improvements */
.offcanvas-header {
padding: 1rem 1.25rem;
border-bottom: 1px solid #eee;
background: #fff;
position: sticky;
top: 0;
z-index: 10;
display: flex;
justify-content: space-between;
}
.menu-header {
font-weight: 600;
font-size: 1.25rem;
color: #000;
}
.header-icons {
display: flex;
align-items: center;
gap: 1rem;
}
.header-icons i {
font-size: 1.25rem;
color: #666;
cursor: pointer;
transition: color 0.2s;
}
.header-icons i:hover {
color: #000;
}
.btn-close {
font-size: 1rem;
margin: 0;
padding: 0.5rem;
}
/* Body Container */
.offcanvas-body {
padding: 0;
position: relative;
height: calc(100vh - 80px);
overflow: hidden;
}
/* Main Menu Styles */
#mainMenu {
height: 100%;
overflow-y: auto;
padding: 1.25rem;
-webkit-overflow-scrolling: touch;
}
.section-title-a {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
color: #58595B;
margin-bottom: 1rem;
margin-top: 0;
}
.section-title-a:not(:first-child) {
margin-top: 2rem;
}
/* Menu List Enhancements */
.menu-list {
margin-bottom: 0;
}
.menu-list a {
font-weight: 500;
color: #141B5D;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
text-decoration: none;
border-bottom: 1px solid #eee;
transition: all 0.2s ease;
font-size: 1.375rem;
}
.menu-list a:hover {
background-color: #f8f9fa;
margin: 0 -1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.menu-list a span {
font-size: 1.125rem;
color: #141B5D;
transition: transform 0.2s ease;
}
.menu-list a:hover span {
transform: translateX(3px);
}
/* Treatment Cards - Mobile Optimized */
.treatments-scroll {
display: flex;
gap: 20px;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
padding: 12px 0 32px 0;
cursor: grab;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.treatments-scroll:active { cursor: grabbing; }
.treatments-scroll::-webkit-scrollbar { display: none; }
.treatments-scroll { -ms-overflow-style: none; scrollbar-width: none; }
.treatment-card {
text-align: center;
padding: 1rem;
border-radius: 12px;
background-color: #e6f8ff;
padding: 28px 24px;
width: 150px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
cursor: pointer;
flex-shrink: 0;
text-decoration: none;
display: block;
}
.treatment-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.treatment-card img {
width: 100%;
height: auto;
margin-bottom: 0.5rem;
object-fit: contain;
}
.treatment-card small {
font-size: 0.875rem;
font-weight: 500;
color: #333;
line-height: 1.2;
display: block;
}
/* Submenu Enhancements */
.submenu {
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background-color: #fff;
transition: left 0.35s ease-in-out, opacity 0.35s ease-in-out;
z-index: 5;
overflow: hidden;
opacity: 0;
}
.submenu.active {
left: 0;
opacity: 1;
}
.submenu-content {
height: 100%;
overflow-y: auto;
padding: 1.25rem;
-webkit-overflow-scrolling: touch;
padding-bottom: 10vh;
}
/* Back Button */
.back-header {
display: flex;
align-items: center;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #eee;
}
.back-btn {
border: none;
background: none;
font-size: 1.5rem;
margin-right: 0.75rem;
padding: 0.5rem;
color: #000;
cursor: pointer;
border-radius: 50%;
transition: background-color 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
}
.back-btn:hover {
background-color: #f0f0f0;
}
.submenu h5 {
margin: 0;
font-weight: 600;
font-size: 1.25rem;
}
/* Featured Content */
.featured-content {
margin-bottom: 2rem;
}
.featured-image {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 12px;
margin-bottom: 1rem;
}
.featured-text {
font-size: 1rem;
font-weight: 500;
margin-bottom: 1rem;
color: #333;
}
.btn-dark {
background-color: #000;
border: none;
padding: 0.5rem 1rem;
border-radius: 6px;
font-weight: 500;
transition: all 0.2s ease;
}
.btn-dark:hover {
background-color: #333;
transform: translateY(-1px);
}
/* Support List */
.support-list {
list-style: none;
padding: 0;
margin: 0;
}
.support-list li {
padding: 0.75rem 0;
color: #666;
font-size: 0.95rem;
border-bottom: 1px solid #f0f0f0;
}
.support-list li:last-child {
border-bottom: none;
}
/* Responsive Breakpoints */
@media (min-width: 576px) {
.offcanvas-end {
max-width: 420px;
width: 420px;
box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}
}
@media (max-width: 575px) {
.offcanvas-header {
padding: 0.875rem 1rem;
}
#mainMenu,
.submenu-content {
padding: 1rem;
}
.menu-list a:hover {
margin: 0 -1rem;
padding-left: 1rem;
padding-right: 1rem;
}
.treatments-container {
margin: 0 -1rem;
padding: 0 1rem;
}
.treatment-card {
width: 120px;
padding: 0.875rem;
}
}
/* Loading Animation */
@keyframes slideInRight {
from {
transform: translateX(100%);
}
to {
transform: translateX(0);
}
}
.offcanvas.showing {
animation: slideInRight 0.3s ease-out;
}
/* Touch Improvements */
.menu-list a,
.treatment-card,
.back-btn {
-webkit-tap-highlight-color: transparent;
}
/* Scroll Indicators for Treatment Cards */
.treatments-container::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 20px;
background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
pointer-events: none;
}


@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;
  }
  .submenu-content
  {
    padding-bottom: 10vh;
  }
  }