@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0062b5;
    --secondary-color: #32cd32;
}

.icon {
  color: var(--secondary-color);
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.text-primary {
  color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

/* ============================
   Breadcrumb Section
   ============================ */
.breadcrumb-section {
    background: linear-gradient(135deg, #0062b5 0%, #004a8f 100%);
    color: white;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item a:hover {
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
}

/* =========================================
   Premium Alcohol De-Addiction Page Styles
   ========================================= */

/* Hero Section */
.page-header-section {
    position: relative;
    padding: 120px 0 80px;
}
.overlay-gradient {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(0, 98, 181, 0.95) 0%, rgba(13, 33, 56, 0.95) 100%);
    z-index: 1;
}
.page-header {
    background: url('../images/udaan1.webp') center/cover no-repeat;
    background-attachment: fixed;
}
.glassmorphism {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.text-gradient {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-light {
    background: linear-gradient(90deg, #ffffff, #a8d5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Animations */
.slide-in-bottom {
    animation: slideInBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.fade-in {
    animation: fadeIn 1.2s ease-in both;
}
.fade-in-up {
    animation: fadeInUp 0.8s ease-out both;
}
.fade-in-left {
    animation: fadeInLeft 0.8s ease-out both;
}
.fade-in-right {
    animation: fadeInRight 0.8s ease-out both;
}
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
}

@keyframes slideInBottom { 0% { transform: translateY(50px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeInUp { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
@keyframes fadeInLeft { 0% { transform: translateX(-30px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } }
@keyframes fadeInRight { 0% { transform: translateX(30px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } }

/* Badges & Icons */
.badge-premium {
    background: rgba(0, 98, 181, 0.1);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
}
.badge-dot {
    width: 8px; height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 3px rgba(0, 98, 181, 0.2);
}
.tracking-wider { letter-spacing: 2px; }
.tracking-wide { letter-spacing: 1px; }

.icon-circle-lg {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-primary-light { background-color: rgba(0, 98, 181, 0.1); }
.bg-success-light { background-color: rgba(50, 205, 50, 0.1); color: var(--secondary-color); }
.bg-danger-light { background-color: rgba(220, 53, 69, 0.1); }
.bg-warning-light { background-color: rgba(255, 193, 7, 0.1); }
.bg-info-light { background-color: rgba(13, 202, 240, 0.1); }

/* Overview Image Showcase */
.showcase-bg-shape {
    position: absolute;
    top: -20px; right: -20px; bottom: 20px; left: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #004a8f 100%);
    border-radius: 20px;
    z-index: 0;
    opacity: 0.1;
}
.showcase-img { z-index: 1; position: relative; width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.floating-experience-card {
    position: absolute;
    bottom: -20px; left: -20px;
    padding: 1.5rem;
    border-radius: 15px;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}
.glassmorphism-dark {
    background: rgba(0, 98, 181, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Symptoms Section */
.bg-light-soft { background-color: #f8fbff; }
.symptom-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
}
.shadow-hover:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    transform: translateY(-10px);
}
.symptom-icon {
    width: 70px; height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: transform 0.4s ease;
}
.symptom-card:hover .symptom-icon { transform: scale(1.1) rotate(5deg); }
.symptom-list li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
}
.symptom-list li:last-child { border-bottom: none; }

/* Journey Section */
.journey-section { background-color: #ffffff; }
.timeline-line {
    position: absolute;
    top: 45px; left: 10%; right: 10%;
    height: 4px;
    background: linear-gradient(90deg, rgba(0,98,181,0.1) 0%, var(--primary-color) 50%, rgba(50,205,50,0.1) 100%);
    z-index: 1;
    border-radius: 4px;
}
.step-icon-wrapper {
    width: 90px; height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease;
}
.journey-step:hover .step-icon-wrapper { transform: translateY(-10px); }
.step-number {
    position: absolute;
    top: -5px; right: -5px;
    width: 30px; height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Stats Parallax */
.stats-parallax {
    background: url('../images/udaan1.webp') center/cover fixed;
}
.overlay-dark {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 20, 40, 0.85);
    z-index: 1;
}
@media (min-width: 992px) {
  .border-start-lg { border-left: 1px solid rgba(255,255,255,0.25) !important; }
}

/* Accordion */
.custom-accordion .accordion-button {
    font-size: 1.1rem;
    padding: 1.2rem 1.5rem;
    box-shadow: none !important;
}
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(0, 98, 181, 0.05);
    color: var(--primary-color) !important;
}
.custom-accordion .accordion-button::after {
    filter: grayscale(1);
    transition: all 0.3s ease;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

/* CTA Section */
.cta-premium-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #002b5e 100%);
}
.cta-gradient-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(50, 205, 50, 0.15) 0%, transparent 60%);
    z-index: 1;
}
.cta-pulse-icon {
    animation: pulseIcon 2s infinite;
}
@keyframes pulseIcon {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}


/* =========================================
   Testimonial Cards
   ========================================= */
.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    position: relative;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(50, 205, 50, 0.2);
}

.testimonial-card::before {
    content: '\f10d'; /* FontAwesome quote-left */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 120px;
    color: rgba(0, 98, 181, 0.04);
    z-index: -1;
    transition: all 0.4s ease;
}

.testimonial-card:hover::before {
    color: rgba(50, 205, 50, 0.08);
    transform: scale(1.1) rotate(5deg);
}

.patient-img-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.patient-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-stars {
    color: #ffc107;
    font-size: 0.95rem;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
    position: relative;
}

/* =========================================
   Document & Policy Pages
   ========================================= */
.content-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 3.5rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
}

.policy-section {
    margin-bottom: 2.5rem;
}

.policy-section h3 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.policy-section h3 i {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 12px;
}

.policy-section p, .policy-section ul {
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
}

.policy-section ul {
    padding-left: 20px;
}

.policy-section ul li {
    margin-bottom: 12px;
}

.last-updated {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 98, 181, 0.1);
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .content-wrapper {
        padding: 2rem 1.5rem;
    }
}




