  /* START COMMON CSS */

  html,
  body {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .text-gradient-border {
    font-size: 65px;
    font-weight: bold;
    color: white;
    color: black;
    text-shadow: 2px -2px 0 #c7baba, 1px -1px 0 #ecd3d3, 2px -1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px white;
  }

  .divider-img {
    position: relative;
    width: 100%;
    top: -10px;
  }

  .phone-icon {
    transform: rotate(90deg) !important;
  }

  /* END COMMON CSS */

  /* START NAVBAR */

  .main-nav {
    background-color: #000000 !important;
    height: 75px;
  }

  .nav-img {
    border-radius: 15%;
  }

  .nav-text {
    font-weight: 700;
  }

  /* END  NAVBAR */

  /* STAT BACKGROUND IMAGE */

  .bg-img-section {
    position: relative;
  }

  .bg-img-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.35); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

.content {
  z-index: 2;
  position: absolute;
  top: 55px;
  left: 220px;
  color: white;
}

.bg-image {
  width: 100%;
  height: 840px;
  display: block;
  object-fit: cover;
}

.bg-text {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  width: 60%;
}

.fw-600{
  font-weight: 600;
}

.fw-900{
  font-weight: 900;
}

.app-section {
  /* margin-top: 20px; */
  margin-top: 150px;
}
.mt-20{
  margin-top: 20px;
}

.web-icon-img {
  width: 150px;
  height: auto;
  margin-right: 10px;
  cursor: pointer;
}

.why_choose_heading{
  color: #fff;
  text-align: center;

}

  @media (max-width: 992px) {
    .bg-image {
      width: 100%;
      height: auto;
      height: 500px !important;
      object-fit: cover !important;
    }

    .content {
      top: 40px !important;
      left: 20px !important;
    }

    .bg-text {
      font-size: 37px !important;
    }

    .web-icon-img {
      width: 145px !important;
    }
    .app-section {
      margin-top: 110px;
    }

  }

  /* END BACKGROUND IMAGE */

  /* START OUR MISSION SECTION */

  .our-mission {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .our-mission-img {
    width: 100%;
  }

  .our-mission-p {
    text-align: justify;
  }

  /* END OUR MISSION SECTION */

  /* START WHY CHOOSE SECTION */

  .why-choose-section {
    position: relative;
    width: 100%;
  }

  .whychoose_image {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .content-overlay {
    position: relative;
    width: 100%;
  }

  .why-choose-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1490px;
    padding: 20px;
    z-index: 1;
  }

  .why-choose-content .container-fluid {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .why-choose-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .why-choose-card {
    background-color: transparent !important;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
  }

  .why-choose-card-body {
    /* background-color: #ddd9 !important; */
    background-color: #00000099 !important;
    border: none !important;
    border-radius: 5% !important;
    transition: max-height 0.3s ease;
  }
 
  @media (max-width:920px) {
    .why-choose-content{
      position: relative;
      top: 0%;
      left: 0%;
      transform: translate(0%, 0%);
      width: 100%;
      max-width: 720px;
      padding: 20px;
      z-index: 1;
    }
    .why_choose_heading{
      color: #000;
      text-align: start;
    }
    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
  }
    .why-choose-card-body{
      border-radius:6px !important;
      background-color: #212529 !important;
    }
  }

  .why-round-image {
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 4px solid gainsboro;
  }

  .why-p {
    color: #cfcfd0 !important;
    max-height: 100px;
    line-height: 2;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .why-choose-card-body.expanded {
    max-height: none;
  }

  .why-choose-card-body.expanded .why-p {
    max-height: none;
  }

  .read-less {
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    display: none;
  }

  .why-h5 {
    height: 50px;
    overflow: hidden;
  }

  .read-more {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }

  /* END WHY CHOOSE SECTION */

  /* START TESTIMONIAL */

  .testimonial-container {
    margin-bottom: 5rem;
    background-color: #f1f1f1 !important;
    height: 730px;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    /* margin-top: 3rem; */
    margin-bottom: 5rem;
  }

  .testimonial-content h2 {
    font-size: 50px;
    margin-top: 60px;
  }

  .testimonial-content p {
    margin-top: 5px;
    font-size: 20px;
  }

  .testimonial-item h5 {
    color: #757575;
  }

  .testimonial {
    height: 300px;
    background-color: #000000;
  }

  .testimonial-p {
    height: 100px;
    line-height: 1.6;
    overflow: hidden;
  }

  .fs-48{
    font-size: 48px !important;
  }

  .marbot-30 {
    margin-bottom: 30px;
  }

  .profile-border-img {
    height: 400px !important;
    position: relative;
  }

  .profile-image-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }

  .profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* END TESTIMONIAL */

  /* START MOBILE SECTION */

  .download-section {
    margin-bottom: 4rem;
  }

  .mobile-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* END MOBILE SECTION */

  /* START TERMS & SERVICE */

  .terms-service {
    margin-top: 2rem;
  }

  .terms-service p {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  .terms-service ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END TERMS & SERVICE */

  /* START PRIVACY POLICY */

  .privacy-policy {
    margin-top: 2rem;
  }

  .privacy-policy p {
    font-size: 15px;
    color: rgb(83, 83, 83) !important;
  }

  .privacy-policy ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END PRIVACY POLICY */

  /* START MEDIA QUERY */

  @media (min-width: 1200px) {
    .nav-container {
      margin-left: 225px !important;
    }
  }

  @media (max-width: 768px) {
    .our-mission {
      margin-top: 2rem !important;
    }

    .mobile_image {
      margin-top: 3rem !important;
    }

    .testimonial-image-div {
      display: none !important;
    }

    .bg-text {
      width: 90% !important;
      font-size: 24px !important;
    }

    .text-gradient-border {
      font-size: 40px !important;
    }

    .testimonial-container {
      height: 660px !important;
      margin-bottom: 5rem !important;
    }

    .mobile-section {
      display: flex;
      flex-direction: row !important;
      justify-content: start !important;
    }

    .copyright {
      margin-top: 15px !important;
    }

    .testimonial-content {
      margin-top: 0rem !important;
    }

    .why-choose-content h2 {
      font-size: 35px !important;
    }

    .fs-48{
      font-size: 32px !important;
    }

    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .why-choose-content {
      width: 100% !important;
    }

    .why-choose-card {
      max-width: none !important;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .profile-image-wrapper {
      top: 50% !important;
      left: 51% !important;
      width: 200px !important;
      height: 200px !important;
    }

    .profile-border-img {
      height: 225px !important;
    }

    .download-now {
      font-size: 45px !important;
    }

    .app-section {
      margin-top: 80px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-image-wrapper {
      left: 55% !important;
    }

    .content {
      top: 60px !important;
      left: 80px !important;
    }

  }

  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-image-wrapper {
      left: 63% !important;
    }

    .content {
      top: 60px !important;
      left: 110px !important;
    }
  }

  /* END MEDIA QUERY */

  /* START FOOTER */

  .pages {
      margin-top: 4rem;
  }

  .pages p {
      font-size: 14px;
  }

  .footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    width: 100%;
  }

  .footer-container {
    margin-top: 3rem;
  }

  .footer-bottom {
    margin-bottom: 3rem;
  }

  .footer a {
    text-decoration: none;
  }

  .footer-content {
    color: #959595;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer-link {
    font-size: 14px;
    line-height: 2;
  }

  .footer .social-icons a {
    margin: 0 10px;
    font-size: 25px;
  }

  .footer .divider {
    border-top: 1px solid #4d4d4d;
    margin: 20px 0;
  }

  .terms-condition {
    font-size: 13px;
    font-weight: 700;
  }

  .logo-name {
    font-weight: 700;
  }

  .copyright {
    font-size: 13px;
  }

  .hover-stop {
    color: #959595 !important;
  }

  @media (min-width: 768px) {
    .footer-container {
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
  }

  @media (min-width: 992px) {
    .footer-container {
      padding-left: 100px !important;
      padding-right: 100px !important;
    }
  }

  @media (min-width: 1300px) {
    .footer-container {
      padding-left: 240px !important;
      padding-right: 240px !important;
    }

    .social-icons {
      text-align: center;
    }
  }

  /* END FOOTER */


  /* START CUSTOM SCROLLBAR */

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #909088;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555556;
  }

  /* END CUSTOM SCROLLBAR */

  /* steps for booking */

  .custom-steps {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
}

.custom-steps li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px; 
    font-size: 18px;
}

.custom-steps li::before {
    content: "Step " counter(step-counter) ":"; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}

/* accordion color  */
.accordion-item {
  background: transparent;
  border: none !important;
}

.accordion-header {
  /* background-color: #1c2938 !important; */
  background-color: #212529 !important;
}

.accordion-button {
  /* background-color: #1c2938 !important; */
  background-color: #212529 !important;
  color: #fff !important;
  box-shadow: none;
  border: none;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  /* background-color: #1c2938 !important; */
  background-color: #212529 !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  background-color: #253447 !important;
  /* color: #fff !important; */
  color: rgba(255, 255, 255, 0.8) !important;
  /* padding: 15px 15px 15px 40px !important; */
  padding: 15px  !important;
  border-radius: 0px !important;
}

.accordion-button::after {
  filter: invert(1);
}
@media screen and (max-width:576px) {
  .app-section {
    margin-top: 30px;
  }
}