/* service page css */
.service-section {
  /* padding: 5rem 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; */
  padding-top: 60px;
  /* padding-bottom: 60px; */
  position: relative;

  /* padding: 0 0 0 6rem !important; */

  background-color: var(--clr-primary);
}

.service-header {
  /* width: 50%; */
  /* padding-top: 3rem; */
  position: relative;
  z-index: 1;
}
.service-section-end {
  margin-bottom: 0;
  margin-top: 40px;
}

.hero-section-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 60%;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .hero-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .hero-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15px;
  }
  .service-section::after {
    background: rgb(0 80 115 / 70%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero-section-img-wrap img {
  height: 100%;
  width: 110%;
  object-position: center;
  object-fit: cover;
}
.service-header h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #5ca843;
}
.service-header h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.43px;
  position: relative;
  width: fit-content;
  margin-bottom: 3rem;
}
.service-header h2::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../images/curved-underline.svg");
  background-repeat: no-repeat;
  width: 232px;
  height: 25px;
}
.service-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 2rem;
  color: #ffffff;
  margin: 15px 0;
}
.inner-btns {
  margin-top: 2rem;

  /* display: flex;
  gap: 50px; */
}
.inner-btns > * {
  width: fit-content;
}
.inner-btns > :first-child {
  margin-right: 40px;
}

.outline-btn {
  border: 1px solid #fff;
  border-radius: 5px;
}
.outline-btn i {
  border-left: 1px solid #fff;
}
.radius-btn {
  border-radius: 5px;
}
.service-content-section {
  background: #dd6227;
}
.service-second-section {
  /* background: #005073; */
  background: var(--clr-secondary-section-bg);
  position: relative;
}
.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%;
}
.right-image-section-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 55%;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .right-image-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .right-image-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .right-image-section-img-wrap {
    position: unset;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15px;
  }
  /* .service-section::after {
    background: rgba(72, 24, 122, 0.6);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  } */
}

.right-image-section-img-wrap img {
  height: 100%;
  width: 110%;
  object-position: center;
  object-fit: cover;
}
.first-content {
  /* padding: 40px; */
}
.service-content-bottom {
  display: flex;
  align-items: center;
}
.service-bottom-content {
  padding: 55px;
  font-size: 16px;
  line-height: 1.8rem;
}
/* before container padding */
/* .second-content {
  padding: 0 40px 0 6rem;
} */

.first-content h2 {
  color: #005073;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 121.7%; /* 43.812px */
  letter-spacing: 0.036px;
}
.first-content h5 {
  color: #e6ad21;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.026px;
  margin-bottom: 1.5rem;
}
.second-content h2 {
  color: #101213;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
.second-content h5 {
  color: #101213;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 80.769% */
  margin-bottom: 1.5rem;
}
.second-content p {
  color: #101213;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 178%; /* 28.48px */
}
.first-content p {
  font-weight: 500;
  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;
  padding-left: 3rem;
}
.service-lists li {
  position: relative;
  color: #101213;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%; /* 28.48px */
}
.service-lists li::before {
  content: "\f058";
  /* content: "\f00c"; */
  color: #101213;
  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 {
  color: #005073;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.support-desc h5 {
  color: #005073;
  font-family: Merienda;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 91.304% */
  margin-bottom: 20px;
}
.support-desc p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 178%; /* 28.48px */
}
.inner-service-block {
  /* background: linear-gradient(180deg, #DC5A1C 0%, #DE6329 24.12%, #E45D1C 90.66%); */
  border: 1px solid #f8effe;
  box-shadow: 0px 8px 18px rgba(32, 31, 30, 0.03);
  border-radius: 12px;
  /* margin-top: 30px; */
}
.service-card {
  background: var(--clr-primary);
  /* 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 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02px;
}
.service-card p {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 24.9px */
  margin-bottom: 0;
}
.service-icon {
  background: var(--clr-secondary-section-bg);
  /* border: 1px solid #f6e8ff; */
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 12px;
  flex-shrink: 0;
}
.service-card-head {
  display: flex;
  gap: 15px;
  align-items: center;
}
.service-card-head div:nth-of-type(2) {
  /* display:flex; */
  width: 60%;
}
/* .service-card-head div, .service-card-head h1{
    display: inline-block;
} */

.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: #005073;
  border-radius: 8px;
  background: #faf2ff;
}
.related-btns:hover {
  background: #005073;
  border: 2px solid #005073;
  color: #ffffff;
}
.related-btns:hover a {
  background: #005073;
  border: 2px solid #005073;
  color: #ffffff;
}
.related-btns a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #005073;
}
.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 {
  background: #fff;
}
/* .service-first-sec h2 {
  color: #005073;
  font-size: 35px;
  line-height: 42px;
}
.service-first-sec h5 {
  color: #170c1e;
  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: 80%;
}

@media only screen 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%;
  } */
  .service-header h4 {
    font-size: 22px;
    line-height: 40px;
  }
  .service-header h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .service-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    margin: 15px 0px;
  }
  .inner-btns i {
    display: none;
  }
  .inner-btns > :first-child {
    margin-right: 20px;
  }
  .main-btn span {
    padding: 7px 14px 7px 14px;
  }
  /* .service-first-sec {
    padding: 3rem 3rem;
    background: #fff;
  } */
  .service-content-img {
    padding-top: 1rem;
    width: 100%;
  }
  .service-content-section {
    padding: 0;
  }
  .second-content h2 {
    overflow-wrap: break-word;
  }
  .first-content h2,
  .second-content h2,
  .support-desc h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.001em;
  }
  .first-content h5,
  .second-content h5,
  .support-desc h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.001em;
  }
  .support-desc h1 {
    text-align: left;
  }
  .service-header h2::before {
    display: none;
  }

  .daily-living-img {
    width: 100%;
    height: auto;
  }
  /* .first-content {
    padding: 3rem 0rem 0rem 0rem;
  }
  .service-second-section {
    padding: 0;
  }
  .second-content {
    padding-top: 2rem;
  } */
  /* .support-section {
    padding: 2rem;
    
  } */

  .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: 50%;
  } */
  .service-section {
    /* padding: 2rem; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .service-content-section,
  .related-programs-section,
  .service-second-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;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-btns > * {
    margin-top: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 835px) {
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .first-content h2,
  .second-content h2,
  .support-desc h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.001em;
  }
  .first-content h5,
  .second-content h5,
  .support-desc h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.001em;
  }
  /* .support-desc h1,
  .support-desc h5 {
    text-align: center;
  } */
  .service-header h2::before {
    display: none;
  }
}
