* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    color: #333;
    /* padding: 20px; */
}
header {
    background: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.cursive {
    font-family: 'rouge script';
    font-size: 2.78rem;
    color: #5E54AB;
}
nav {
    /* position: fixed; */
    /* top: 10px; */
    /* width: 300px; */
    /* text-align: center; */
    /* left: 20px; */
    /* z-index: 10; */
}
nav ul{
	list-style-type: none;
	
}

li {
    line-height: 27px;
    margin-bottom: 20px;
}
.link{
	color:#5E54AB;
}
a{
	color:#5E54AB;
}
nav li{
	margin-bottom: 0px;
}
.half{
	width:50%;
	padding:10px;
	float:left;
}
.bottom a{
	font-size: 12px !important;
	color: #fff !important;
}
/* Modern banner text/overlay */
.banner{
  position: relative;
  margin: auto;
  background-size: cover;
  background-position: center;
  height: 72vh;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(10,8,25,.72) 0%, rgba(10,8,25,.45) 45%, rgba(10,8,25,0) 75%),
    radial-gradient(90% 100% at 80% 50%, rgba(0,0,0,.20) 0%, rgba(0,0,0,.45) 70%);
  z-index:0;
}

.hero-lockup{
  position: relative; z-index:1;
  margin-left: clamp(20px, 8vw, 120px);
  margin-right: clamp(20px, 6vw, 80px);
  color:#fff;
  max-width: 860px;
}

.hero-eyebrow{
  display:inline-block;
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size:.82rem;
  font-weight:700;
  opacity:.85;
  margin-bottom:10px;
  border:1px solid rgba(255,255,255,.25);
  padding:6px 10px;
  border-radius:999px;
  backdrop-filter: blur(2px);
}

.hero-title{
  line-height: 1.05;
  margin: 10px 0 18px;
  display:flex; flex-wrap:wrap; align-items:baseline; gap:14px;
}

.hero-script{
  font-family:'Rouge Script', cursive;
  font-size: clamp(3rem, 8vw, 6rem);
  color:#FFFFFF;
  text-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.hero-sans{
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  letter-spacing:.5px;
  position:relative;
}
.hero-sans::after{
  content:"";
  display:block;
  /* width: 64%; */
  max-width: 260px;
  height: 4px;
  background: linear-gradient(90deg, #7A6BE8, #5E54AB);
  border-radius: 4px;
  margin-top: 10px;
}

/* CTA */
.hero-cta{
  display:inline-block;
  margin-top: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  background:#5E54AB;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow: 0 10px 22px rgba(94,84,171,.35);
  transition: transform .12s ease, box-shadow .12s ease, background .2s ease;
}
.hero-cta:hover{ transform: translateY(-1px); box-shadow:0 14px 28px rgba(94,84,171,.42); background:#4a448a; }
.hero-cta:focus{ outline:3px solid rgba(94,84,171,.45); outline-offset:3px; }

/* Responsive */
@media (max-width: 900px){
	
.nav-links li {
    line-height: 11px !important;
}	
	
	.bottom p{
	padding-bottom: 0px;
	padding-top: 0px;	
}
  .banner{ height: 58vh; min-height: 440px; }
  .hero-overlay{
    background: linear-gradient(90deg, rgba(10,8,25,.78) 0%, rgba(10,8,25,.55) 60%, rgba(10,8,25,0) 90%);
  }
}
@media (max-width: 520px){
  .hero-eyebrow{ font-size:.72rem; }
  .hero-cta{ width: 100%; text-align:center; }

.nav-links li a{
	font-size: 16px !important;
	line-height: 10px;
	padding: 0px;
}
.nav-links ul{margin-left: 10px;margin-top: 10px;}

}
.nav-links li {
    line-height: 30px;
}

}




/*
.hope-over{
position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 170px;
    font-weight: 100;
    line-height: 160px;
    letter-spacing: 2px;
    background-color: rgba(0,0,0,.16);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
}
*/

/*
h1.cursive.hope-title{
    position: absolute;
    top: 70px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 170px;
    font-weight: 100;
    line-height: 160px;
    letter-spacing: 2px;

    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 50px;
}
*/
.banner {/*     max-width: 1700px; */margin: auto;text-align: center;position: relative;background-size: cover;height: 930px;background-position: center center;padding: 10px;}
.banner img {
    margin-bottom: 25px;
}
.menu-icon {
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 35px;
    position: absolute;
    z-index: 999;
    background: white;
    padding: 5px;
    border-radius: 4px;
    top: 6px;
}
.menu-icon .bar {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: all 0.3s ease;
}
.menu-icon.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-icon.open .bar:nth-child(2) {
    opacity: 0;
}
.menu-icon.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
#appointment-form {
    font-family: Arial, sans-serif;
}
#appointment-form h2 {
}
#appointment-form label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 50px;
}
#appointment-form input,
#appointment-form select,
#appointment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
#appointment-form textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}
#appointment-form button {
    padding: 15px 30px;
    background-color: #5E54AB;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    margin: auto;
    display: block;
}
#appointment-form button:hover {
    background-color: #4a448a;
}
#appointment-form button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(94, 84, 171, 0.3);
}
.nav-links {
    list-style-type: none;
    color: black;
    text-align: left;
    width: 100%;
    left: -100%;
    transition: 1s;
    position: fixed;
    padding-top: 60px;
    top: 0;
    height: 100%;
}
.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    line-height: 45px;
}
.nav-links.active {
    position: fixed;
    left: 0;
    background-color: #5D54A4;
    width: 370px;
    height: 100%;
    padding-left: 10px;
}
a {
    text-decoration: none;
    color: inherit;
}
section {
    margin: auto;
    padding: 40px 20px;
    max-width: 1200px;
    background: #fcf6ff;
    margin-bottom: 40px;
}
section h1 {
    margin-bottom: 20px;
    font-size: 2.58rem;
    color: #5E54AB;
    text-align: center;
}
section h2 {
    margin-bottom: 20px;
    font-size: 1.58rem;
    color: #5E54AB;
    text-align: center;
    font-family: Georgia;
    letter-spacing: 0px;
}
section p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1rem;
    line-height: 27px;
    font-weight: 400;
}
#signs-and-solutions .card-container {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
}
#signs-and-solutions .card {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
#signs-and-solutions .card:hover {
    transform: translateY(-5px);
}
#signs-and-solutions .card h2 {
    font-size: 2rem;
    color: #5E54AB;
    font-family: Georgia;
    margin-bottom: 15px;
}
#signs-and-solutions .card p {
    font-size: 1rem;
    line-height: 27px;
    text-align: left;
}
#cta {
    text-align: center;
}
#cta button {
    background-color: #5E54AB;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
}
#cta button:hover {
    background-color: #1abc9c;
}
#hero, #video {
    padding: 0px;
    background: none;
}
.bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ccc;
    font-size: 13px;
}
.bottom-title {
    font-size: 20px;
    font-weight: bold;
}
footer {
    text-align: center;
    padding: 10px 0;
}
.third {
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}
.card-container img{
	margin-bottom: 20px;
	border-radius: 30px;
}
.third img {
    width: 100%;
    float: left;
    margin: 0px;
}
.appointment-left {
    width: 60%;
    float: left;
}
#check{margin-left: 10px;}
#signs-and-solutions {
    background: none;
    padding: 0px;
}
#check li{
	margin-bottom:15px;
	padding-left: 20px;
}
h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}
a.address-link {
    line-height: normal;
    padding: 0px;
    font-size: 15px;
}
.form-message {
    margin-top: 10px;
    text-align: center;
    color: #333;
}
.form-message.error {
    color: #d32f2f;
}
.form-message.success {
    color: #2e7d32;
}
#contact-info p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    text-align: center;
}
#contact-info a {
    color: #5E54AB;
    text-decoration: none;
}
#map{
	width: 100%;
	height: 450px;
	border:none;
}


/* tabs */
.inline-image{
/* 	width:500px; */
width:100%;
}
span.caption {
    color: #5c55a4;
    text-align: center;
    width: 100%;
    float: left;
}

.tabs {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 24px;
}

.tabs h2 {
  margin-bottom: 18px;
  /* font-size: 1.8rem; */
  color: #5E54AB;
  font-family: Georgia, serif;
}

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: #f6f3ff;
  /* padding: 6px; */
  border-radius: 12px;
  position: relative;
  overflow-x: auto;
  height: 110px;
}

.tab-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 500;
  color: #5E54AB;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .05s ease;
  outline: none;
  white-space: nowrap;
  font-size:20px;
}

.tab-button:hover { background: rgba(94,84,171,.08); }

.tab-button.active {
  background: #5E54AB;
  color: #fff;
  box-shadow: 0 6px 14px rgba(94,84,171,.35);
}

.tab-panels {
  margin-top: 18px;
}

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.tab-heading {
  /* text-align: center; */
  margin-bottom: 16px;
  margin-top: 40px;
}

.tab-heading i {
  font-size: 36px;
  color: #5E54AB;
  display: block;
  margin-bottom: 8px;
}

.tab-heading h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 700;
}

/* Content typography inside tabs matches site styles */
.tab-panel p {
  text-align: left;
  font-size: 1rem;
  line-height: 28px;
  color: #333;
}

ul, ol{
    margin-left: 30px;
    line-height: 40px;
    margin-bottom:15px;
}
h3{
	font-weight: 500;
}


/* banner */
/* Modern Patient Stories hero */
.patient-hero{
  position:relative;
  min-height:64vh;
  background:url("images/patient_stories_hero.png") center right / cover no-repeat;
  display:flex;
  align-items:center;
  isolation:isolate;
  margin-top: 80px;
}

/* Soft side gradient + subtle vignette for readability */
.patient-hero__shade{
  position:absolute; inset:0;
  background:
    radial-gradient(80% 100% at 70% 50%, rgba(0,0,0,.20) 0%, rgba(0,0,0,.45) 70%),
    linear-gradient(90deg, rgba(15,13,35,.72) 0%, rgba(15,13,35,.35) 35%, rgba(15,13,35,0) 65%);
  z-index:0;
}

/* Glass card on the left */
.patient-hero__content{
  position:relative; z-index:1;
  margin: clamp(24px, 6vw, 80px);
  max-width: 720px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 40px);
  color:#fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

/* Quote ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â elegant and calm */
.patient-hero__quote{
  font-family: Georgia, serif; /* pairs well with your Montserrat */
  font-size: clamp(1.15rem, 2.3vw, 1.6rem);
  line-height: 1.5;
  color:#E9E6FF;
  margin: 0 0 14px;
  letter-spacing:.2px;
}

/* Title and subline */
.patient-hero__title{
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  letter-spacing:.3px;
  margin: 2px 0 6px;
  color:#fff;
}

.patient-hero__sub{
  font-size: clamp(.95rem, 2vw, 1.1rem);
  color:#D6D3F8;
  margin: 0 0 20px;
}

/* CTA pill */
.patient-hero__cta{
  display: block;
  padding: 12px 28px;
  border-radius: 999px;
  background:#5E54AB;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow: 0 10px 22px rgba(94,84,171,.35);
  transition: transform .12s ease, box-shadow .12s ease, background .2s ease;
  margin: auto;
  width: 290px;
  text-align: center;
}
.patient-hero__cta:hover{ transform: translateY(-1px); box-shadow:0 14px 28px rgba(94,84,171,.42); background:#4a448a; }
.patient-hero__cta:focus{ outline:3px solid rgba(94,84,171,.45); outline-offset:3px; }

/* Responsive tweaks */
@media (max-width: 900px){
  .patient-hero{ min-height:56vh; background-position: 70% center; }
  .patient-hero__content{ max-width: 92%; }
}
@media (max-width: 520px){
  .patient-hero{ min-height: 52vh; }
  .patient-hero__content{ padding: 18px; }
}


/* accordions */
.accordion {
    display: grid;
    gap: 10px;
  }

  .acc-item {
    border: 1px solid var(--acc-border);
    border-radius: 14px;
    background: var(--acc-bg);
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  }

  .acc-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: transparent;
    border: 0;
    font: inherit;
    color: var(--acc-text);
    cursor: pointer;
    line-height: 1.3;
    font-size: 20px;
    text-align: left;
  }

  .acc-btn span {
    font-weight: 600;
  }

  .acc-btn i {
    transition: transform 180ms ease;
    font-size: 0.95rem;
  }

  .acc-item.open .acc-btn i.fa-plus {
    display: none;
  }

  .acc-item.open .acc-btn::after {
    content: "\f068"; /* fa-minus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.95rem;
  }

  .acc-btn:focus-visible {
    outline: 2px solid #3b82f6; /* focus ring */
    outline-offset: 2px;
    border-radius: 10px;
  }

  .acc-panel {
    padding: 0 16px 14px 16px;
    color: var(--acc-muted);
    font-size: 0.95rem;
  }



/* walk */



.walk-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 30px;
  background: #fff;
  /* border-radius: 14px; */
  /* box-shadow: 0 6px 16px rgba(0,0,0,.08); */
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px;
}

.walk-card__logo {
  max-width: 430px;
  flex-shrink: 0;
}

.walk-card__text {
  text-align: center;
  max-width: 500px;
}

.walk-card__btn {
  display: inline-block;
  background: #5E54AB;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.walk-card__btn:hover {
  background: #4a448a;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .walk-card {
    text-align: center;
  }
  .walk-card__text {
    text-align: center;
  }
}



/* 3 column */
.imaging-section {
  /* background: #fcf6ff; */
  padding: 60px 20px;
  text-align: center;
}

.imaging-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.imaging-card {
  flex: 1 1 300px;
  max-width: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.imaging-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.imaging-card img {
  width: 100%;
  height: 220px;
  display: block;
}

.imaging-card h3 {
  background: #fff;
  color: #1a1a1a;
  font-size: 1.3rem;
  /* font-weight: 700; */
  margin: 0;
  padding: 18px 0;
  border-top: 2px solid #5E54AB;
  letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .imaging-container {
    gap: 20px;
  }
  .imaging-card {
    max-width: 90%;
  }
}




/* Responsive */
@media (max-width: 768px) {
  .tab-buttons {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
  .tab-button { font-size: .95rem; padding: 10px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .tab-button { transition: none; }
}






@media (min-width: 981px) {



#signs-and-solutions .card h2{	
	margin-bottom: 20px;
    font-size: 1.58rem;
    color: #5E54AB;
    text-align: center;
    font-family: Georgia;
    letter-spacing: 0px;
    line-height: 34px;
}    
label{
	font-size: 1rem;
    line-height: 30px;
}
	
    #hero img {
        width: 60%;
        margin: auto;
        display: block;
    }
    section h2, section h1, .cursive {
        font-size: 3.8rem;
    }
    section {
        margin-bottom: 100px;
    }
    section p {
        font-size: 2rem;
        line-height: 50px;
    }
}


/* z mobile */
@media (max-width: 600px) {
	.inline-image{
	width:100%;
	}
	h1.cursive.hope-title{
		padding-top:25px;
	}
	
	.banner {
    	height: 500px;
	}
	.hope-title {
    font-size: 100px !important;
    top: 0px !important;
	}
}

@media (max-width: 450px) {
.hope-title {
    font-size: 70px !important;
	}	

header img{
	width: 87px;
}

#menu-icon {
    top: 13px;
}
label {
    font-size: 15px !important;
    line-height: 14px !important;
}

.card{
	box-shadow: none !important;
}
#signs-and-solutions .card-container{
	gap: 20px; 
}
}



@media (min-width: 1400px) {
	.banner{
		height: 930px;
		max-width: 1700px;
	}
}



/* Mobile hero adjustments */
@media (max-width: 700px){
  .banner{
    height: 58vh;               /* smaller, proportional hero */
    min-height: 420px;
    align-items: flex-end;       /* push content toward bottom */
    justify-content: center;     /* center horizontally */
    padding: 20px;
  }

  /* shift overlay so bottom is darker for legibility */
  .hero-overlay{
    background: linear-gradient(180deg,
                  rgba(10,8,25,0) 0%,
                  rgba(10,8,25,.45) 50%,
                  rgba(10,8,25,.75) 100%);
  }

  .hero-lockup{
    margin: 0 auto 24px;         /* center and add bottom space */
    text-align: center;
    max-width: 92%;
  }

  .hero-eyebrow{ display: none !important; }

  .hero-title{
    justify-content: center;     /* center ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“hope is hereÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â */
    gap: 8px;
    margin: 8px 0 12px;
  }

  .hero-script{ font-size: clamp(2.2rem, 10vw, 3rem); }
  .hero-sans{   font-size: clamp(1.6rem, 6vw, 2.2rem); }

  .hero-sans::after{
    margin: 8px auto 0;          /* center underline */
    /* width: 56%; */
  }

  .hero-cta{
    width: 92%;
    max-width: 320px;
    text-align: center;
  }
}

/* Very small phones */
@media (max-width: 420px){
  .banner{ height: 52vh; min-height: 360px; }
  .hero-script{ font-size: clamp(2rem, 12vw, 2.6rem); }
  .hero-sans{   font-size: clamp(1.4rem, 7vw, 1.9rem); }
}


/* Compact 3-up stacked tabs for mobile */
@media (max-width: 768px){
	
p {
    padding: 10px;
}	
	
  .tab-buttons{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: #f6f3ff;
    border-radius: 12px;
    padding: 8px;
    height: auto !important; /* remove fixed height */
  }

  .tab-button{
    font-size: 0.9rem;
    padding: 10px 8px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;      /* allow wrapping */
    word-break: break-word;
    height: auto;
  }

  .tab-button.active{
    background: #5E54AB;
    color: #fff;
    box-shadow: 0 3px 10px rgba(94,84,171,.35);
  }
}

@media (max-width: 450px){
  .tab-button{
    font-size: 12px;
    padding: 20px 6px;
  }
}

.acc-btn::after { content: none !important; }

  .acc-btn i {
    transition: transform 0.25s ease;
    font-size: 1rem;
  }
  .acc-item.open .acc-btn i.fa-plus { display: none; }
  .acc-item.open .acc-btn i.fa-minus { display: inline-block; }

  /* Panels */
  .acc-panel {
    padding: 0 16px 16px 16px;
    border-top: 1px solid #e5e7eb;
    background: #fff;
  }

  .acc-body {
    text-align: left;
    padding-top: 12px;
  }

  /* Kisunla section */
  .kisunla-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: url("images/patient_stories_hero.png") center right / cover no-repeat;
    color: #fff;
    min-height: 510px;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 20px;
  }
  .bottom a{
line-height: 35px !important;
padding: 0px !important;
  }
  .bottom{
	  line-height: 35px !important;
  }

  .kisunla-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,13,35,.75) 0%, rgba(15,13,35,.4) 55%, rgba(15,13,35,0) 85%);
    z-index: 0;
  }

  .kisunla-content {
    position: relative;
    z-index: 1;
    padding: 28px;
    max-width: 600px;
  }

  .kisunla-quote {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #EAE9FF;
  }

  .kisunla-sub {
    font-size: 1rem;
    color: #DAD6FF;
    margin-bottom: 18px;
    text-align: left;
  }

  .kisunla-btn {
    display: inline-block;
    background: #5E54AB;
    color: #fff;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 16px rgba(94,84,171,0.35);
  }

  .kisunla-btn:hover {
    background: #4a448a;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(94,84,171,0.45);
  }
  
  
.video-embeds {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Responsive iframe container */
.video-embeds iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  border: none;
  margin: 0 auto;
  display: block;
}


/* ==================== NEW TOP SECTION Ã¢â‚¬â€œ CLEAN & MODERN ==================== */

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Contact Bar */
.top-contact {
    background: #5E54AB;
    color: white;
    font-size: 0.92rem;
    padding: 11px 0;
}
.top-contact .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.top-contact a {
    color: white;
    text-decoration: underline;
}
.top-contact__right {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .top-contact .container {
        text-align: center;
        flex-direction: column;
        gap: 6px;
    }
}

/* Header */
.site-header {
    background: white;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desktop-nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
}
.desktop-nav a {
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
}
.desktop-nav a:hover {
    color: #5E54AB;
}

/* Mobile Toggle */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.mobile-toggle span {
    width: 28px;
    height: 3px;
    background: #5E54AB;
    border-radius: 3px;
    transition: 0.3s;
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px,6px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px,-7px); }

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(94,84,171,0.98);
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.mobile-menu.active { transform: translateY(0); }
.mobile-menu ul {
    list-style: none;
    text-align: center;
}
.mobile-menu a {
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    padding: 14px;
}

/* Show mobile menu on small screens */
@media (max-width: 992px) {
    .desktop-nav { display: none; }
    .mobile-toggle { display: flex; }
}

/* Hero */
.hero {
    position: relative;
    height: 68vh;
    min-height: 620px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}
.hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,8,25,.78) 0%, rgba(10,8,25,.45) 55%, transparent 85%);
}
.hero__content {
    position: relative;
    z-index: 2;
    /* max-width: 900px; */
    text-align: center;
}
.hero__eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(6px);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero__title {
    font-size: clamp(4rem, 9vw, 7.5rem);
    line-height: 0.94;
    margin: 20px 0 30px;
    color: #fff;
}
.hero__script {
    font-family: 'Rouge Script', cursive;
    display: block;
}
.hero__is {
    font-weight: 900;
    letter-spacing: -1px;
}
.hero__tagline {
    font-size: clamp(1.25rem, 3.5vw, 1.7rem);
    /* max-width: 720px; */
    margin: 30px 0 40px;
    font-weight: 500;
    opacity: 0.96;
    text-align: center !important;
}
.hero__cta {
    display: inline-block;
    background: #5E54AB;
    color: white;
    padding: 18px 44px;
    border-radius: 50px;
    font-size: 1.22rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(94,84,171,0.4);
    transition: all 0.3s;
}
.hero__cta:hover {
    background: #4a448a;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(94,84,171,0.5);
}

/* Mobile Hero */
@media (max-width: 768px) {
    .hero {height: 80vh;min-height: 560px;text-align: center;height: 620px;}
    .hero__overlay { background: linear-gradient(180deg, transparent 0%, rgba(10,8,25,.6) 70%, rgba(10,8,25,.9) 100%); }
}

/* Adjust for small screens */
@media (max-width: 600px) {
  .video-embeds iframe {
    max-width: 100%;
    height: 200px;
  }
}


  

  @media (max-width: 700px) {
    .kisunla-card {
      background-position: center;
      min-height: 200px;
    }
    .kisunla-content {
      padding: 18px;
    }
  }


.small-section{margin-bottom:40px;text-align: center;}

 .small-section img{

 }
 
 
.small-section.left {
	text-align: left;
	margin-top:40px;
}

/* Optional: make accordion content breathe on mobile */
@media (max-width:600px){
	
.small-section{
	width:100%;
}	
.bottom {
    left: 10px;
}	
	
  .acc-panel{ padding: 0 12px 14px 12px; }
}


/* ==================== MOBILE MENU IMPROVEMENTS ==================== */

/* Close button (big white X in top-right) */
.mobile-menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    color: white;
    font-size: 2.2rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}
.mobile-menu-close:hover {
    background: rgba(255,255,255,0.15);
}

/* Inner wrapper for spacing */
.mobile-menu-inner {
    text-align: center;
    padding-top: 80px;
}


/* Big purple CTA button at the very top */
.mobile-cta-top {
    display: block;
    background: #5E54AB;
    color: white !important;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 18px 40px;
    margin: 0 auto 50px;
    border-radius: 50px;
    width: fit-content;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s;
}
.mobile-cta-top:hover {
    background: #4a448a;
    transform: translateY(-3px);
}

/* Make regular links a bit smaller and cleaner */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu a:not(.mobile-cta-top) {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 16px;
    opacity: 0.95;
}
.mobile-menu a:not(.mobile-cta-top):hover {
    opacity: 1;
    background: rgba(255,255,255,0.1);
}

/* Slight improvement: center everything nicely on small phones */
@media (max-width: 480px) {
    .mobile-menu-close {
        top: 20px;
        right: 20px;
        font-size: 2rem;
    }
    .mobile-cta-top {
        font-size: 1rem !important;
        padding: 16px 32px;
        background: white;
        color: #5e54ab !important;
    }
    .mobile-menu a:not(.mobile-cta-top) {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero__eyebrow {
        display: none !important;           /* hide "Hope Alzheimer’s Center" text */
    }

    .hero__content {
        display: flex;
        flex-direction: column;
    }

    .hero__cta {
        order: -1;                           /* forces the button to the very top */
        margin: 0 auto 30px !important;      /* centers it and adds space below */
        width: 92%;
        max-width: 340px;
        padding: 18px 30px !important;
        font-size: 1.3rem !important;
        font-size: 13px !important;
        letter-spacing: 1px;
    }

    .hero__title {
        margin-top: 0;
    }

    .hero__tagline {
        margin: 20px auto 40px;
    }
}