* {
  --primary-color: #ffbf00;
  --font-size: 16px;
  --size-4: 16px;
  --size-6: 24px;
  --secondary-color: #212529;
}
a,
a:hover {
  text-decoration: none;
}
html {
  margin-top: 0 !important;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: var(--secondary-color);
}
.img-fluid {
  width: 100%;
  height: auto;
}
.brand-color {
  color: var(--primary-color);
}
.text-logo {
  color: #eb5757;
}
.bg-logo {
  background-color: #eb5757;
}
.bg-brand {
  background-color: var(--primary-color);
}
.bg-gray {
  background-color: #ced4da;
}
.text-white {
  color: #fff;
}
.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-regular {
  font-size: 80px;
  font-weight: 400;
  line-height: 96px;
}
.text-semi {
  font-size: 80px;
  font-weight: 600;
  line-height: 96px;
}
.test-bold {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}
h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.text-subtitle1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.text-subtitle2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.text-body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.text-body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.text-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.text-overline {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.btn-lg {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.btn-md {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.btn-sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}
/* Header Style  Start*/
header .navbar .nav-item {
  margin-left: var(--size-4);
}
header .navbar .nav-item a,
header .navbar .nav-item a.active {
  font-size: var(--size-4);
  line-height: var(--size-6);
  letter-spacing: 0.005em;
  font-weight: 600;
  color: #f8f9fa;
  position: relative;
}
header .navbar .nav-item a.active::before {
  content: url(../images/home.png);
  position: absolute;
  left: -20px;
}
header .navbar .nav-item a.active::after {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}
a.nav-link:focus,
a.nav-link:hover {
  color: var(--primary-color);
}
/* Header Style End */

/* Hero Banner Style Start*/
.hero-banner h2 {
  color: #495057;
}
.hero-banner p {
  color: #6c757d;
}
.hero-banner .banner-wrap {
  height: 90vh;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-banner .banner-wrap .banner-content-wrap {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}

.hero-banner .banner-btns {
  display: flex;
  gap: 20px;
}
.hero-banner .banner-btns a.btn {
  min-width: 200px;
  padding: 15px 30px;
  border-radius: 8px;
}
.hero-banner .banner-btns a.btn i {
  margin-left: 8px;
}
.btn:hover {
  background-color: var(--primary-color);
}
/* Hero Banner Style End*/
.about-us-wrap .about-us {
  max-width: 1500px;
}
.about-us .about-image {
  position: absolute;
  top: -40px;
  z-index: 1;
}
.about-us .about-image img {
  z-index: 1;
}
.about-us .about-us-content {
  padding-left: 40px;
}
.about-us::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 50px solid var(--primary-color);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us::before {
  content: "";
  position: absolute;
  bottom: 41px;
  left: 32px;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-image: url(../images/favicon.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  z-index: 2;
}
/* Video Section Style */
.video-wrap::before {
  content: "";
  width: 45px;
  height: 65%;
  top: 0;
  left: -10px;
  border-radius: 10px;
  opacity: 1;
  background-color: #ffbf00;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.video-section .play-button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: pointer;
}
/* Introduction Section Style*/
.intro-section {
  background-color: #efefe8;
}
.intro-section .intro-heading,
.explore-section .explore-heading {
  text-align: center;
  max-width: 500px;
}
.intro-section .intro-heading h2::after,
.explore-section h2::after {
  content: url(../images/arrow.png);
  position: absolute;
  bottom: 0;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.intro-section .intro-card-wrap {
  margin-top: 20px;
}
.intro-section .intro-card img {
  margin-bottom: 15px;
}
.intro-section .intro-card {
  border-radius: 10px;
}
.btn-load-more i {
  margin-left: 10px;
}
.btn-load-more .btn {
  padding: 10px 35px;
}
/* Accomdation Section Style */
.accommodation-section .accommodation-content::before {
  content: url(../images/arrow-rotate.png);
  position: absolute;
  top: -20px;
}
.accommodation-section .accommodation-content p {
  padding-left: 15px;
  position: relative;
}
.accommodation-section .accommodation-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #adb5bd;
}
.accommodation-section .accommodation-details {
  border-radius: 10px;
}
.accommodation-section .accommodation-types-wrap {
  gap: 15px;
}
.accommodation-section .accommodation-card {
  padding: 25px;
}

/* Information Section Style */
.info-section .info-content-wrap {
  position: relative;
  height: 100%;
}
.info-section .info-content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.info-section .info-content-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-section .info-content {
  position: relative;
  z-index: 2;
  margin: 5rem 7rem 5rem 0;
  height: max-content;
}
.info-section .info-content .number-list-wrap {
  gap: 26px;
  display: flex;
  margin-top: 35px;
}
.info-section .info-content .number-list {
  background-color: #ffffff4d;
  border-radius: 10px;
  text-align: center;
}
.info-section .info-content .number-list h3 {
  position: relative;
}
.info-section .info-content .number-list h3::after {
  content: url(../images/line-arrow.png);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.info-section .btn-load-more .btn {
  border: 1px solid #ffe495;
}
.info-section .process-list {
  gap: 50px;
  margin-left: 5rem;
  margin-bottom: 3rem;
  color: #495057;
}
.info-section .process-list .process-details {
  text-align: left;
}
/* Support Section Style */
.support-section .support-details-wrap {
  background-color: #e9ecef;
  position: relative;
  border-radius: 10px;
}
.support-section .container::before {
  content: url(../images/support-before.png);
  position: absolute;
}
.support-section .support-details-wrap::after {
  content: url(../images/support-after.png);
  position: absolute;
  bottom: 10px;
  right: 40px;
}

.support-section .support-details {
  max-width: 500px;
}
.support-section .support-details h3 {
  color: #212529;
}
.support-section .support-details p {
  color: #6c757d;
  font-weight: 600;
}
.support-section .support-details .btn-load-more a {
  border: 1px solid #ffbf00;
  color: var(--primary-color);
  margin-top: 10px;
}
/* Disability Care Services Style*/
.care-services-section {
  padding: 5rem 0;
  background-image: url(../images/care-banner.png);
}
.care-services-section .btn-load-more a,
.home-section .btn-load-more a {
  background-color: #ff7b00;
}
.care-services-section .care-services-content::before,
.home-section .home-content::before {
  content: url(../images/arrow-rotate-brand.png);
  position: absolute;
  top: -20px;
}
.care-services-section .care-services-content p,
.home-section .home-content p {
  padding-left: 15px;
  position: relative;
}
.care-services-types-wrap {
  margin-left: 20px;
  align-items: stretch;
}
.care-services-image {
  object-fit: cover;
  width: 100%;
}
.care-services-section .care-services-content p::before,
.home-section .home-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #adb5bd;
}
.care-services-card {
  text-align: left;
  padding: 30px;
}
.care-services-image,
.care-services-details {
  flex: 1;
}
.explore-more-option {
  display: flex;
  justify-content: space-between;
}
.explore-more-option i {
  margin-left: 10px;
}

/* Explore Section Style */
.explore-section {
  text-align: center;
}
.explore-section .row {
  height: 400px !important;
}
.explore-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore-section .explore-heading p,
.questions-section .questions-details p {
  color: #495057;
  margin-top: 30px;
}
/* Asked Questions Section */
.questions-section .questions-details {
  max-width: 500px;
}
.questions-section .questions-details h2::after {
  content: url(../images/arrow.png);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.questions-section .questions-accoridon-wrap {
  max-width: 900px;
  margin-top: 15px;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  padding: 0 20px;
  border-radius: 8px;
  width: 100%;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  border: 0px solid;
  border-radius: 0;
  background-color: transparent;
  padding: 15px 15px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #495057;
}
.accordion-button:not(.collapsed) {
  font-weight: 700;
  box-shadow: none;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid #ced4da;
}
.accordion-body {
  padding: 0 15px 15px;
  text-align: left;
}
.accordion-button::after {
  background-image: url(../images/up-arrow.png);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down-arrow.png);
}
.accordion-collapse:not(.show) {
  box-shadow: 0px 3px 2px 0px #00000040;
}
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  border-radius: 8px;
}
.accordion-item:nth-child(2n) {
  box-shadow: 0px 3px 2px 0px #00000040;
  margin-left: 5rem;
}
/* Review Section Style */
.review-section {
  background: #f2f2f2;
}
.review-section .review-desc {
  max-width: 400px;
}
.review-section .review-desc p {
  color: #495057;
  margin-top: 20px;
}
.review-section .review-desc h2::after {
  content: url(../images/arrow.png);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-section {
  display: flex;
  align-items: center;
}

.testimonial-list {
  list-style: none;
  padding: 0;
  margin-left: 5rem;
}

.testimonial-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  cursor: pointer;
  gap: 15px;
}
.testimonial-item-wrap {
  border-right: 1px solid #ffbf00;
  position: relative;
}
/* .testimonial-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffbf00;
} */
.testimonial-item-wrap::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ffbf00;
  border-radius: 50%;
}
.testimonial-item-wrap.active::after {
  width: 16px;
  height: 16px;
  right: -8px;
}
.testimonial-item-wrap.active .testimonial-item {
  width: max-content;
  padding: 16px 30px 16px 20px;
  margin-left: 5rem;
  border-radius: 10px;
  background-color: #f1f3f5;
  box-shadow: 0px 1px 2px 0px #00000026;
}

.testimonial-item img {
  border-radius: 50%;
  width: 60px;
  margin-right: 10px;
}
.testimonial-info {
  text-align: left;
}
.testimonial-info h5 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.testimonial-info p {
  margin-bottom: 0;
}
.testimonial-content {
  padding: 20px;
  text-align: left;
}
.testimonial-content p {
  color: #6c757d;
}
.testimonial-content p::before {
  content: url(../images/quote.png);
}
.testimonial-detail {
  display: none;
}

.testimonial-detail.active {
  display: block;
}

.stars span {
  font-size: 24px;
  color: #ffcc00;
}
/* General Info Section */
.general-info-section .general-info-wrap {
  gap: 30px;
}
.general-info-section .eligible-box {
  background: #124bb5;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
}
.general-info-section .our-team-box {
  background: #7f2a3c;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
}
.general-info-section .box-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.general-info-section .box-desc p,
.general-info-section .box-desc i {
  flex: 1;
}
.general-info-section .box-desc i {
  text-align: right;
}
.text-blue {
  color: #124bb5;
}
.text-marron {
  color: #7f2a3c;
}
.general-info-section .box-desc p {
  font-weight: 400;
}
.general-info-section .box-desc i::before {
  padding: 15px;
  border-radius: 100%;
  background-color: #fff;
  width: fit-content;
}
/* Home Section style */
.home-section {
  background-image: url(../images/home-background.png);
  background-position: right;
  background-repeat: no-repeat;
}
.home-section .book-section {
  gap: 20px;
  margin-right: 0px !important;
  margin-left: 10px !important;
}
.book-section .book-section-list {
  border-radius: 10px;
}
.book-section .book-section-list img {
  border-radius: 10px 10px 0 0;
}
.book-section .book-type,
.book-section .book-actions {
  gap: 10px;
}
.book-section .book-type .book-type-list {
  background-color: #f1f3f5;
  padding: 5px 10px;
  border-radius: 4px;
}
.book-section .book-details p {
  text-transform: uppercase;
  font-weight: 400;
}
.book-section .book-btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.book-section .book-btns .btn-view {
  flex: 1;
  color: #495057;
}
.book-section .book-btns .btn-book {
  border: 1px solid #ff7b00;
  color: #ff7b00;
  flex: 1;
}
/* Get In Touch Style */
.get-in-touch .container {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.get-in-touch h2::before {
  content: url(../images/arrow-rotate-brand.png);
  position: absolute;
  top: -40px;
}
.get-in-touch .company-details-wrap {
  max-width: 400px;
}
.social-icons .social-icon {
  color: var(--secondary-color);
  margin-right: 10px;
  font-size: 24px;
}
.get-in-touch .telegram-box {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #fff;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.get-in-touch .telegram-box i {
  padding: 15px;
  background: #f2c94c;
  border-radius: 50%;
  rotate: -45deg;
}
.get-in-touch .company-details-wrap::after {
  content: url(../images/letter.png);
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.get-in-touch .contact-form {
  border-radius: 10px;
}
.contact-form .form-group .input-with-icon {
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid #ced4da !important;
}
.input-with-icon i {
  color: var(--primary-color);
  font-size: 24px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border: none;
  border-radius: 0;
  padding: 0 15px 20px;
}
.form-control:focus {
  box-shadow: none;
}
.contact-form .btn {
  background-color: #ff7b00;
}
/* Footer Style  */
.bg-footer {
  background: #212529;
}
footer h6 {
  margin-bottom: 10px;
  font-weight: 600;
}
footer ul.nav li a.nav-link {
  padding-left: 0;
  color: #fff;
  font-weight: 400;
}
footer .bottom-footer {
  border-top: 1px solid #ffffff33;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  color: #fff;
}
footer .bottom-footer img {
  padding: 0 5px;
}
