  /* ===== About Trust Section ===== */
.about-trust-section {
   padding: 90px 0 40px;  /* top | sides | bottom */
    background: linear-gradient(120deg, #ffffff, #fff5ef);
    position: relative;
}

/* Tag */
.trust-tag {
    display: inline-block;
    padding: 6px 18px;
    background: #a37b42;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 18px;
    font-size: 14px;
}

/* Title */
.trust-title {
    font-size: 42px;
    font-weight: 700;
    color: #2b1b12;
    margin-bottom: 22px;
}

/* Text */
.trust-text {
    font-size: 17px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* Highlight line */
.trust-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #f2643c;
    margin-top: 20px;
}

/* Accent panel */
.trust-accent {
    background: linear-gradient(135deg, #f2643c, #a37b42);
    color: #fff;
    padding: 60px 40px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.trust-accent h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: 0.9;
}

.trust-accent h3 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}

.trust-accent span {
    font-size: 15px;
    opacity: 0.95;
}

/* Mobile */
@media (max-width: 768px) {

    .about-trust-section {
     padding-bottom: 20px !important;
        text-align: center;
    }

    .trust-title {
        font-size: 28px;
    }

    .trust-accent {
       margin-bottom: 0 !important;
        padding-bottom: 35px;
    }
}
  
    /* ===== Allied Health Sciences Section ===== */
.about-allied-section {
    padding: 50px 0 90px;
    background: #fffaf7;
}

/* Image */
.allied-image {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.allied-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Tag */
.allied-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
    margin-bottom: 12px;
}

/* Title */
.allied-title {
    font-size: 40px;
    font-weight: 700;
    color: #2b1b12;
    margin-bottom: 20px;
    line-height: 1.25;
}

/* Text */
.allied-text {
    font-size: 17px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* Highlight line */
.allied-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #f2643c;
    margin-top: 24px;
}

/* Mobile */
@media (max-width: 768px) {

    .about-allied-section {
        padding-top: 30px !important;
        margin-top: 0 !important;
    }

    .allied-title {
        font-size: 28px;
    }

    .allied-image {
        margin-bottom: 35px;
    }
}

   /* ===== Vision & Mission Section ===== */
.vision-mission-section {
    padding: 50px 0 90px;
    background: linear-gradient(120deg, #ffffff, #fff5ef);
}

/* Header */
.vm-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}

.vm-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
    margin-bottom: 10px;
}

.vm-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2b1b12;
    margin-bottom: 12px;
}

.vm-header p {
    font-size: 17px;
    color: #5c4330;
    line-height: 1.7;
}

/* Boxes */
.vm-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vm-box h3 {
    font-size: 26px;
    font-weight: 700;
    color: #f2643c;
    margin-bottom: 15px;
}

.vm-box p {
    font-size: 17px;
    color: #5c4330;
    line-height: 1.75;
}

/* Mission list */
.mission-box ul {
    padding-left: 20px;
}

.mission-box li {
    font-size: 16px;
    color: #5c4330;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {

    .vision-mission-section {
        padding: 60px 0;
    }

    .vm-header h2 {
        font-size: 28px;
    }

    .vm-box {
        padding: 30px;
    }
}
 
    /* ===== Leadership Wall Section ===== */
.leadership-wall-section {
    padding: 50px 0 90px;
    background: linear-gradient(180deg, #fff7f3 0%, #ffffff 100%);
}

/* Header */
.leadership-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 70px;
}

.leadership-tag {
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
    letter-spacing: 0.5px;
}

.leadership-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #2b1b12;
    margin: 12px 0;
}

.leadership-header p {
    font-size: 17px;
    color: #5c4330;
}

/* Founder Hero */
.founder-hero {
    max-width: 1000px;
    margin: auto auto 80px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 50px;
    align-items: center;
    background: #ffffff;
    padding: 50px 60px;
    border-radius: 30px;
    box-shadow: 0 35px 80px rgba(0,0,0,0.08);
}

.founder-photo img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 25px 55px rgba(0,0,0,0.2);
}

.founder-info h3 {
    font-size: 30px;
    font-weight: 800;
    color: #2b1b12;
}

.founder-info span {
    display: inline-block;
    margin: 6px 0 18px;
    font-size: 16px;
    font-weight: 700;
    color: #f2643c;
}

.founder-info p {
    font-size: 17px;
    line-height: 1.8;
    color: #5c4330;
}

/* Leadership Grid */
.leadership-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.leader-tile {
    text-align: center;
}

.leader-tile img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.leader-tile h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b1b12;
}

.leader-tile h4 small {
    font-weight: 500;
    color: #777;
}

.leader-tile span {
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
}

/* Tablet */
@media (max-width: 992px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .founder-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .leadership-wall-section {
        padding: 70px 0;
    }

    .leadership-header h2 {
        font-size: 30px;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .founder-photo img {
        width: 180px;
        height: 180px;
    }
}
