

/* 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 */
}
/* ===================== Physical Therapeutic Hero Section ===================== */
.pt-hero {
    position: relative;
    width: 100%;
    height: 90vh; /* Banner height */
    overflow: hidden;
}

.pt-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/*.pt-hero::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
    /*background-color: rgba(0, 0, 0, 0.45); */
/*    z-index: 2;*/
/*}*/

.pt-hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

@media (max-width: 992px) {
    .pt-hero-title {
        font-size: 2.2rem;
    }
}


/* ===================== Accessible Transportation Section ===================== */
.pt-accessibility {
    background-color: #f9f9f9;
    text-align: center;
    padding: 60px 15px;
}

.pt-accessibility-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
}

.pt-accessibility-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .pt-accessibility-title {
        font-size: 2rem;
    }
    .pt-accessibility-text {
        font-size: 1rem;
    }
}


/* ===================== Importance of Accessible Transport Section ===================== */
.pt-importance {
    background-color: #ffffff;
    text-align: center;
    padding: 60px 15px;
}

.pt-importance-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #222;
}

.pt-importance-text {
    font-size: 1.15rem;
    color: #000;
    margin-bottom: 25px;
}

.pt-importance-list {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    list-style-type: disc;
    padding-left: 25px;
    max-width: 700px;
    margin: 0 auto;
}

.pt-importance-list li {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .pt-importance-title {
        font-size: 2rem;
    }
    .pt-importance-text,
    .pt-importance-list {
        font-size: 1rem;
    }
}


/* ===================== Specialized Fleet Section ===================== */
.pt-fleet {
    background-color: #f9f9f9;
    padding: 60px 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.pt-fleet-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
}

.pt-fleet-list {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    list-style-type: disc;
    padding-left: 25px;
    max-width: 700px;
    margin: 0 auto 20px auto;
    text-align: left;
}

.pt-fleet-text {
    font-size: 1.15rem;
    color: #000;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 768px) {
    .pt-fleet-title {
        font-size: 1.6rem;
    }
    .pt-fleet-list,
    .pt-fleet-text {
        font-size: 1rem;
    }
}


.pt-journey-box {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: left; /* heading + paragraph left aligned */
    margin-bottom: 20px;
}

/* Heading on top */
.pt-journey-box .pt-journey-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b2e4f;
    margin-bottom: 10px; /* spacing below heading */
}

/* Paragraph below heading */
.pt-journey-box .pt-journey-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin: 0; /* remove extra margin */
}

/* Section heading */
.pt-journey-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .pt-journey-heading {
        font-size: 1.8rem;
    }
    .pt-journey-box .pt-journey-subheading {
        font-size: 1.3rem;
    }
    .pt-journey-box .pt-journey-text {
        font-size: 1rem;
    }
}



/* ===================== Graduate Student Interviews ===================== */
.grad-interviews {
    background-color: #f9f9f9;
    padding: 60px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.grad-interviews-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.grad-interview-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.grad-interview-author {
    font-size: 1rem;
    font-weight: 600;
    color: #4059a5;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .grad-interviews-heading {
        font-size: 1.8rem;
    }
    .grad-interview-text {
        font-size: 1rem;
    }
    .grad-interview-author {
        font-size: 0.95rem;
    }
}


/* ===================== Benefits of Trust and Collaboration ===================== */
.trust-benefits {
    background-color: #f9f9f9;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.trust-benefits-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.trust-benefits-list li {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .trust-benefits-heading {
        font-size: 1.8rem;
    }
    .trust-benefits-list li {
        font-size: 1rem;
    }
}


.therapy-faq-section h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #222;
}

.accordion-button {
    font-weight: 500;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
}


.therapy-extras-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.therapy-cta-section {
    border-radius: 10px;
    padding: 60px 20px;
    background-color: #a4a8ad33;
}

.therapy-cta-section h2 {
    font-weight: 700;
    font-size: 2rem;
}

.therapy-cta-section p {
    font-size: 1.1rem;
    max-width: 700px;
    color: #000;
    margin: 0 auto 20px;
}

.therapy-cta-section .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
}

