/* Base Styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

h2,h3{
    color: #0b2e4f !important;
}

.importance-image {
  display: block;
  margin: 0 auto;     /* Center the image */
  max-width: 100%;    /* Responsive */
  height: auto;       /* Maintain proportion */
}


.assisted-living-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.assisted-living-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.assisted-living-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

.assisted-living-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.assisted-living-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .assisted-living-hero-title {
        font-size: 2rem;
    }
}


/* ===================== Assisted Living Intro Section ===================== */
.assisted-living-intro-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.assisted-living-intro-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .assisted-living-intro-title {
        font-size: 1.6rem;
    }
    .assisted-living-intro-text {
        font-size: 1rem;
    }
}


/* ===================== Assisted Living Specialized Transport ===================== */
.assisted-living-specialized-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.assisted-living-specialized-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.8;
}

.assisted-living-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

.assisted-living-benefits li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .assisted-living-specialized-title {
        font-size: 1.6rem;
    }
    .assisted-living-specialized-text {
        font-size: 1rem;
    }
    .assisted-living-subheading {
        font-size: 1.3rem;
    }
    .assisted-living-benefits li {
        font-size: 1rem;
    }
}


/* Main Title */
.assisted-living-journey-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

/* Center title */
.assisted-living-step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
}

/* Smaller Rectangle Box */
.step-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 25px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 800px;   /* ← box chota kar diya */
    margin: 0 auto 30px auto;  /* center + spacing */
    transition: 0.3s;
}

.step-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}


/* Center Paragraphs */
.assisted-living-step p {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    text-align: center;
}

/* List */
.assisted-living-step-list {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .assisted-living-journey-title {
        font-size: 1.6rem;
    }
    .assisted-living-step-title {
        font-size: 1.3rem;
    }
    .assisted-living-step p,
    .assisted-living-step-list {
        font-size: 1rem;
    }
}



/* ===================== Houston Advantages & Stories ===================== */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.houston-box {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 12px;
    text-align: center; /* only paragraph center */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* List FIX */
.advantages-list {
    margin: 20px auto 0 auto;  
    padding-left: 25px;        
    text-align: left;       
    max-width: 600px;          
    list-style: disc;  
}

.advantages-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
}


.story {
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    max-width: 750px;      /* center box width */
    margin: 0 auto 25px;   /* center + spacing */
    text-align: left;      /* inside text left */
}

.story p {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.75;
    margin-bottom: 10px;
}

.author {
    font-weight: 600;
    font-size: 1rem;
    color: #0b2e4f;
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .story {
        padding: 20px;
        max-width: 100%;
    }
    .story p, .author {
        font-size: 1rem;
    }
}

/* ===================== Expanded Benefits ===================== */
.expanded-benefits {
    background-color: #f9f9f9;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

/* Centered List Box */
.benefits-list {
    list-style: none;
    padding: 0;
    max-width: 700px;       /* center width */
    margin: 0 auto;         /* center align */
    text-align: left;       /* inside text left */
}

.benefits-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;     /* bullet space */
}

/* Custom clean bullet */
.benefits-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.3rem;
    color: #0b2e4f;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
    }
    .benefits-list li {
        font-size: 1rem;
    }
}


/* ===================== Assisted Living FAQs ===================== */
.assisted-faqs {
    background-color: #f9f9f9;
    padding: 60px 20px;
    border-radius: 10px;
}

/* Center Title */
.sections-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 35px;
    text-align: center;
}

/* Center Accordion Box */
.accordion {
    max-width: 850px;     /* width control */
    margin: 0 auto;       /* center align */
}

/* FAQ Title Button */
.accordion-button {
    font-weight: 600;
    color: #0b2e4f;
    background-color: #fff;
    border-radius: 8px !important;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* When Opened */
.accordion-button:not(.collapsed) {
    background-color: #eaf3ff;
    color: #0b2e4f;
    box-shadow: none;
}

/* FAQ Body */
.accordion-body {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.75;
    background: #fff;
    padding: 20px 25px;
    border-radius: 0 0 8px 8px;
}

/* Accordion Item Box */
.accordion-item {
    border: none !important;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

/* Mobile View */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
    }
    .accordion-body {
        font-size: 1rem;
    }
}


/* ===================== Book With Confidence Section ===================== */
.assisted-book {
    background-color: #e8f0f8;
    padding: 80px 20px;
    border-radius: 12px;
}

.assisted-book .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.assisted-book p.lead {
    font-size: 1.2rem;
    color: #000;
}

.assisted-book .btn {
    font-size: 1.1rem;
    padding: 12px 30px;
    border-radius: 8px;
}
