/* service page css */
.service-section {
    padding: 5rem 6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.service-section::after {
    background: rgba(72, 24, 122, 0.6);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.service-header {
    /* width: 10%; */
    padding: 30px 30px 30px 0px;
    border-top: 2px solid #445db1;
    border-bottom: 2px solid #445db1;
    margin: 25px 0px;
    position: relative;
    z-index: 1;
}
.service-banner-content {
    display: flex;
    align-items: center;
}
.service-header h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #5ca843;
}
.service-header h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.025em;
    color: #445db1;
    margin: 10px 0;
}
.service-header p {
    font-weight: 400;
    font-size: 20px;
    line-height: 2rem;
    color: #170c1e;
    margin: 15px 0;
}
.inner-btns {
    display: flex;
    gap: 50px;
}
.service-content-section {
    background: #dd6227;
}
.service-second-section {
    background: #445db1;
}
.service-content-top {
    color: #ffffff;
    display: flex;
    align-items: center;
}
.daily-living-img {
    width: 100%;
    height: auto;
}
.daily-living-img img {
    max-width: 100%;
    max-height: 100%;
}
.first-content {
    /* padding: 40px; */
}
.service-content-bottom {
    display: flex;
    align-items: center;
}
.service-bottom-content {
    padding: 55px;
    font-size: 16px;
    line-height: 1.8rem;
}
.second-content {
    padding: 0 40px 0 6rem;
}
.second-content h2 {
    color: #ffffff;
}
.first-content h2,
.second-content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0.001em;
}
.first-content h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 2rem;
    color: #ffffff;
}
.second-content h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 2rem;
    color: #f34db3;
    margin-bottom: 20px;
}
.first-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8rem;
}
.support-section {
    padding: 5rem;
}
.service-lists {
    font-weight: 400;
    font-size: 16px;
    line-height: 2rem;
    color: #ffffff;
    list-style: none;
}
.service-lists li {
    position: relative;
}
.service-lists li::before {
    content: "\f058";
    /* content: "\f00c"; */
    color: #fff;
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    /* margin-right: 0.5em;
    padding-right:10px; */
    font-size: 18px;
    position: absolute;
    left: -30px;
}
.support-desc h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.001em;
    color: #f34db3;
}
.support-desc p {
    font-weight: 700;
    font-size: 17px;
    line-height: 2rem;
    margin: 0 20%;
    text-align: center;
    color: #170c1e;
}
.inner-service-block {
    /* background: linear-gradient(180deg, #DC5A1C 0%, #DE6329 24.12%, #E45D1C 90.66%); */
    border: 1px solid #ffe3f3;
    box-shadow: 0px 8px 18px rgba(32, 31, 30, 0.03);
    border-radius: 12px;
    margin-top: 30px;
}
.service-card {
    background: #ffe9f6;
    /* background: linear-gradient(180deg, #FCF9FE 0%, #FCF9FE 24.12%, #fbf4ff  90.66%); */
    /* box-shadow: 0px 18px 25px rgba(32, 31, 30, 0.04); */
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    position: relative;
    min-height: 16pc;
    display: block;
}
.service-card h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.001em;
    color: #ffffff;
}
.service-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7rem;
    color: #170c1e;
    margin-bottom: 0;
}
.service-icon {
    /* background: #ffd8ef; */
    /* border: 1px solid #f6e8ff; */
    /* border-radius: 7%;
    width: 100px;
    height: 100px;
    padding: 12px; */
}
.service-card-head {
    /* display: flex;
    gap: 15px; */
}
.service-card-head .service-icon img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
}
.service-card-head div:nth-of-type(2) {
    /* display:flex; */
    width: 100%;
}
/* .service-card-head div, .service-card-head h1{
    display: inline-block;
} */
.service-card-head h1 {
    color: #170c1e;
}
.clear-fix {
    clear: both;
}
.programs-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 0;
    align-items: center;
}
.related-btns {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 2px solid #f5f0f8;
    padding: 9px;
    color: #701fa0;
    border-radius: 8px;
    background: #faf2ff;
}
.related-btns:hover {
    background: #701fa0;
    border: 2px solid #701fa0;
    color: #ffffff;
}
.related-btns:hover a {
    background: #701fa0;
    border: 2px solid #701fa0;
    color: #ffffff;
}
.related-btns a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #701fa0;
}
.accomodation-section {
    padding: 6rem;
}
.accomodation-card {
    border: none !important;
}
.accomodation-body {
    border: 1px solid #ddd !important;
    border-radius: 0 0 8px 8px;
}
.accomodation-section h5 {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.first-sec {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.accomodation-img img {
    border-radius: 3px 3px 0 0;
}
.accomodation-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: 600;
    gap: 10px;
    font-size: 14px;
}
.booking-btn {
    text-align: center;
    margin: 30px 0;
}
.book-now-btn {
    text-decoration: none;
    background: #dd6227;
    padding: 10px 20px;
    color: #ffffff;
    margin: 50px 0;
}
.book-now-btn:hover {
    border: 1px solid #dd6227;
    background: #ffffff;
    color: #dd6227;
}
/* service page css*/
.service-page,
.related-programs-section {
    padding: 5rem 6rem;
}
.related-programs-section {
    background: #f9f9f9;
}
.related-programs-section h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 25px;
}
.service-first-sec {
    padding: 5rem 6rem;
    background: #f6f8ff;
}
.service-first-sec h2 {
    color: #445db1;
    font-size: 35px;
    line-height: 42px;
}
.service-first-sec h5 {
    color: #00030b;
    margin-bottom: 20px;
}
/* .service-first-sec p:first-of-type(0){
    margin-top:20px;
} */
.service-first-sec p:last-child {
    margin-bottom: 0;
}
.service-content-img {
    width: 92%;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .inner-btns {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .related-btns {
        text-decoration: none;
        text-align: center;
        border: 2px solid #dd6227;
        padding: 10px;
        color: #dd6227;
        font-size: 14px;
        border-radius: 8px;
    }
    .service-section {
        padding: 2rem;
        /* background-image: none !important; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .service-bottom-content {
        padding: 0;
    }

    .service-header {
        width: 100%;
        padding: 15px;
    }
    .service-header h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .service-header h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
    }
    .service-header p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6rem;
        margin: 15px 0px;
    }
    .service-first-sec {
        padding: 3rem 3rem;
        background: #fff;
    }
    .service-content-img {
        padding-top: 1rem;
        width: 100%;
    }
    .service-content-section {
        padding: 0;
    }
    .service-p-block {
        margin-top: 20px;
    }
    .inner-service-block {
        margin: 0;
    }
    .second-content h2 {
        overflow-wrap: break-word;
    }
    .first-content h2,
    .second-content h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0.001em;
    }
    .service-lists {
        display: grid;
        row-gap: 20px;
        line-height: 1.5rem;
    }

    .daily-living-img {
        width: 100%;
        height: auto;
    }
    .first-content {
        padding: 1rem 0rem 0rem 0rem;
    }
    .service-second-section {
        padding: 0;
    }
    .second-content {
        padding: 2rem;
    }
    .support-section {
        padding: 2rem;
        /* background: #db5a1b; */
    }
    .support-desc h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 42px;
        text-align: left;
    }
    .support-desc p {
        margin: 0;
        text-align: left;
        line-height: 1.8rem;
    }
    .related-programs-section,
    .accomodation-section {
        padding: 2rem;
    }
    .programs-btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px 0;
        align-items: center;
    }
}
@media only screen and (max-width: 375px) {
    #topbar {
        padding: 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .support-desc p {
        margin: 0 5%;
    }
    .programs-btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px 0;
        align-items: center;
    }
    .inner-btns {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .service-header {
        width: 100%;
    }
    .service-section {
        padding: 2rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .service-content-section,
    .related-programs-section,
    .service-second-section,
    .support-section {
        padding: 2rem;
    }
    .daily-living-img img {
        max-width: 90%;
        max-height: 100%;
    }
    .second-content {
        padding: 0;
    }
    .service-bottom-content {
        padding: 0 16px;
        font-size: 16px;
        line-height: 1.8rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .daily-living-img img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .second-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1378px) {
    .service-card h1 {
        font-weight: 700;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.001em;
    }
    .service-card p {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.7rem;
        color: #170c1e;
        margin-bottom: 0;
    }
}
