/** css code **/

@font-face {
  font-family: "btf-header";
  src: url("./font/MomoTrustDisplay-Regular.ttf") format("truetype"),
    url("./font/MomoTrustDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.background-image {
  background-image: url("images/hero-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.h3-bft {
  text-align: center;
  color: white;
  padding-top: 90px;
  font-family: "btf-header";
  font-size: 45px;
}

.sentence-bft {
  text-align: center;
  color: #bfbfbf;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  padding-left: 380px;
  padding-right: 380px;
  margin-top: 20px;
  font-size: 15px;
}

.img-btf {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.background-request {
  background-image: url("./images/Request-background.jpg");
  margin-top: 40px;
}

/** css for coursel **/

.section-title {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #0b2e13;
}

.section-subtitle {
  background: #d6ecff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 6px;
  color: #004080;
  font-weight: 500;
}

.story-card {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}

.story-card.active {
  background-color: #eafaf2;
  box-shadow: 0 4px 20px rgba(0, 128, 0, 0.1);
  transform: scale(1.03);
}

.story-img {
  width: 90%;
  border-radius: 1rem;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.story-card.active .story-img {
  transform: scale(1.05);
}

.story-content {
  color: #000;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-out {
  opacity: 0;
  transform: translateY(20px);
}

.page-index {
  font-weight: 500;
  font-family: "btf-header";
}

/* Responsive: 1 card per view on mobile */
@media (max-width: 767px) {
  .story-wrapper > div.d-none.d-md-block {
    display: none !important;
  }

  .story-card.active {
    background-color: #eafaf2;
    margin: 0 auto;
    width: 100%;
  }
}

/**end **/

/** faq**/

.faq-item {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  margin-bottom: 10px;
}

.faq-question {
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
  font-family: "btf-header";
}

.faq-icon {
  font-size: 1.0rem !important;
  font-weight: 100 !important;
  color: #02c46c;
  transition: transform 0.3s ease;
  padding-left: 30px;
}

.faq-icon:hover {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002118;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #2c3e50;
  line-height: 1.6;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: center !important;
 
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough to show the text */
  opacity: 1;
}

.faq-item.active .faq-icon {
  content: "-";
  transform: rotate(180deg);
}

/*end **/

.bac-footer {
  background-color: #002118;
  margin-top: 70px;
}

.logo {
  width: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-link {
  color: #002118;
  font-family: "Manrope", sans-serif;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  color: #02c46c;
}

.navbar-nav {
  margin-left: 280px;
}

.bft-button {
  font-family: "Manrope", sans-serif;
  background-color: #02c46c;
  padding: 10px 20px 10px 20px;
  border: transparent;
  border-radius: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.bft-button:hover {
  font-family: "Manrope", sans-serif;
  background-color: #0b2e13;
  padding: 10px 20px 10px 20px;
  color: #fff;
  border: transparent;
  border-radius: 38px;
  font-size: 14px;
  font-weight: 600;
}

.bft-text-2 {
  color: #02c46c;
  font-family: "btf-header";
  text-align: center;
  margin-top: 60px;
  font-size: 35px;
}

.bft-sentence {
  font-family: "Manrope", sans-serif;
  text-align: left;
  margin-top: 13px;
  font-weight: 400;
  padding-left:425px;
  padding-right:370px;
}

.img-1 {
  width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

.service-1 {
  margin-top: 145px;
  margin-left: -65px;
  font-family: "btf-header";
}

.service-2-sentence {
  font-family: "Manrope", sans-serif;
  margin-left: -65px;
  margin-top: 20px;
  font-size: 15px;
  padding-right: 150px;
}

.service-2 {
  margin-top: 145px;
  margin-left: 150px;
  font-family: "btf-header";
}

.service-3-sentence {
  font-family: "Manrope", sans-serif;
  margin-left: 150px;
  margin-top: 20px;
  font-size: 15px;
  padding-right: 0px;
}

.bft-text-3 {
  color: #000;
  font-family: "btf-header";
  text-align: center;
  margin-top: 60px;
  font-size: 38px;
}

.bft-text-about {
  color: #ffffff;
  font-family: "btf-header";
  text-align: center;
  margin-top: 60px;
  font-size: 47px;
}

.story-wrapper {
  margin-top: 50px;
}

.quote {
  font-family: "Manrope", sans-serif;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.author {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.bft-sentence-3 {
  font-family: "Manrope", sans-serif;
}

.bft-sentence-sentence {
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  padding-left: 350px;
  padding-right: 350px;
  margin-top: 20px;
}

.rq-card {
  background-color: rgba(255, 255, 255, 0.851);
  padding: 50px 100px 50px 100px;
  text-align: center;
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  border-radius: 30px;
}

.r1-header {
  text-align: center;
  font-family: "btf-header";
  font-size: 34px;
}

.r1-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #02c46c;
  color: #fff;
  border-radius: 30px;
  border-color: transparent;
  padding: 15px 25px 15px 25px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.keto-sub-header-3 {
  text-align: center;
  margin-top: 50px;
  font-family: "btf-header";
}

.about-footer {
  color: white;
  font-family: "btf-header";
  margin-top: 80px;
  font-size: 38px;
  margin-left: 70px;
}

.about-footer-socials-1 {
  color: white;
  font-family: "btf-header";
  margin-top: 150px;
  font-size: 20px;
  margin-left: 70px;
  cursor: pointer;
}

.about-footer-socials-2 {
  color: white;
  font-family: "btf-header";
  margin-top: 150px;
  font-size: 20px;
}

.about-footer-sentence {
  margin-left: 70px;
  font-family: "Manrope", sans-serif;
  color: #d6ecff;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
}

.copy-right {
  font-family: "Manrope", sans-serif;
  color: #bfbfbf;
  margin-top: 40px;
  font-size: 14px;
  margin-left: 70px;
  margin-bottom: 80px;
}

.links {
  color: white;
  font-family: "btf-header";
  margin-top: 20px;
  font-size: 20px;
  margin-left: 70px;
  list-style: none !important;
}

.topper {
  margin-top: 70px;
}

.mobile-background {
  background-color: #ffffff;
}

a {
  text-decoration: none !important;
}

.a-2 {
  color: white !important;
}

.our-mission {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-left: 90px;
}

.our-mission-xxl {
  color: #02c46c;
  font-family: "btf-header";
  font-size: 50px;
  margin-left: 90px;
  margin-top: 15px;
}

.mrg-extended {
  margin-top: 70px;
}

.mission {
  width: 450px;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mission-statement {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  margin-left: -50px;
  margin-top: 150px;
  margin-right: 150px;
}

.mission-statement-2 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  margin-left: -50px;
  margin-right: 150px;
}

.achievement-background {
  background-color: #f3f1ef;
  width: 100%;
  margin-top: 70px;
}

.fancy-card {
  background-color: #ffffff;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 70%;
}

.counter {
  text-align: center;
  font-family: "btf-header";
  font-size: 35px;
  font-weight: 600;
}

.counter-title {
  font-family: "Manrope", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.Recognitions-sentence {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}

.client {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}

.line-spacer {
  border-top: 1px solid #00000067;
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
  /* Your mobile styles here */

  .faq-question {
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  padding-left:25px;
  padding-right:25px;
  transition: color 0.3s ease;
  font-family: "btf-header";
}

.faq-icon {
 display:none !important;
}

  r1-header

  .service-text h3 {
  font-family: "btf-header";
  font-size: 1rem !important;
  margin-bottom: 20px;
  color: #0c2a1b;
}

  .h3-bft{
    font-size:25px;
  }

.dd{
  margin-top:-50px !important;
}


  .bft-sentence {
  font-family: "Manrope", sans-serif;
  text-align: left;
  margin-top: 13px;
  font-weight: 400;
  font-size:14px !important;
  padding-left:8px;
  padding-right:8px;
}

ul{
  text-align: left;
}


  .bft-sentence-sentence {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-about {
    color: #ffffff;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
  }

  .logo {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .nav-link {
    color: #002118;
    font-family: "Manrope", sans-serif;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #002118;
  }

  .navbar-nav {
    margin-left: 20px;
  }

  .navbar-toggler {
    border: transparent !important;
  }

  .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 12px;
  }

  .bft-text-2 {
    color: #02c46c;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 25px;
  }

  .bft-sentence {
    font-family: "Manrope", sans-serif;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
  }

  .img-1 {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .service-1 {
    margin-top: 30px;
    margin-left: 63px;
    font-family: "btf-header";
  }

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 80px;
    text-align: center;
  }

  .service-2 {
    margin-top: 30px;
    margin-left: 63px;
    font-family: "btf-header";
  }

  .service-3-sentence {
    font-family: "Manrope", sans-serif;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    padding-right: 0px;
  }

  /* check for issues on baked twist on game mode mobile */

  .baked-twist {
    display: flex;
    width: fit-content !important;
    flex-direction: column-reverse;
  }

  /*end */

  .bft-text-3 {
    color: #000;
    font-family: "btf-header";
    text-align: center;
    margin-top: -60px;
    font-size: 30px;
  }

  .bft-sentence-3 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-request {
    background-image: url("./images/Request-background.jpg");
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
  }

  .rq-card {
    background-color: rgba(255, 255, 255, 0.851);
    padding: 30px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 30px;
  }

  .r1-header {
    text-align: center;
    font-family: "btf-header";
    font-size: 22px;
   
  }

  .r1-sentence {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
  }

  .about-footer {
    color: white;
    font-family: "btf-header";
    margin-top: 30px;
    font-size: 38px;
    margin-left: 30px;
  }

  .about-footer-socials-1 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
    margin-left: 30px;
  }

  .about-footer-socials-2 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
  }

  .about-footer-sentence {
    margin-left: 30px;
    font-family: "Manrope", sans-serif;
    color: #d6ecff;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .copy-right {
    font-family: "Manrope", sans-serif;
    color: #bfbfbf;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 80px;
  }

  .links {
    color: white;
    font-family: "btf-header";
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .topper {
    margin-top: 50px !important;
  }

  .our-mission {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
  }

  .our-mission-xxl {
    color: #02c46c;
    font-family: "btf-header";
    font-size: 25px;
    margin-left: 35px;
    margin-top: 15px;
  }

  .mission {
    width: 450px;
    margin-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-statement {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 30px;
    margin-right: 25px;
  }

  .mission-statement-2 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .achievement-background {
    background-color: #f3f1ef;
    width: 100%;
    margin-top: 50px;
  }

  .fancy-card {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
  }

  .Recognitions-sentence {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .client {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Tablet portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (pointer: coarse) and (orientation: portrait) {
  /* Portrait tablet styles here */

  /* check for issues on baked twist on game mode mobile */

  .baked-twist {
    display: flex;
    width: fit-content !important;
    flex-direction: column-reverse;
  }

  /*end */

  .bft-sentence-sentence {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-about {
    color: #ffffff;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
  }

  .logo {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .nav-link {
    color: #002118;
    font-family: "Manrope", sans-serif;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #002118;
  }

  .navbar-nav {
    margin-left: 20px;
  }

  .navbar-toggler {
    border: transparent !important;
  }

  .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-2 {
    color: #02c46c;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .bft-sentence {
    font-family: "Manrope", sans-serif;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
  }

  .img-1 {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .service-1 {
    margin-top: 40px;
    font-family: "btf-header";
    text-align: center;
    margin-left: 5px;
  }

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 120px;
    padding-left: 155px;
    text-align: center;
  }

  .service-2 {
    margin-top: 40px;
    font-family: "btf-header";
    text-align: center;
    margin-left: 5px;
  }

  .service-3-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 140px;
    padding-left: 5px;
    text-align: center;
  }

  .bft-text-3 {
    color: #000;
    font-family: "btf-header";
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .bft-sentence-3 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-request {
    background-image: url("./images/Request-background.jpg");
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
  }

  .rq-card {
    background-color: rgba(255, 255, 255, 0.851);
    padding: 30px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 30px;
  }

  .r1-header {
    text-align: center;
    font-family: "btf-header";
    font-size: 28px;
  }

  .about-footer {
    color: white;
    font-family: "btf-header";
    margin-top: 30px;
    font-size: 38px;
    margin-left: 30px;
  }

  .about-footer-socials-1 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
    margin-left: 30px;
  }

  .about-footer-socials-2 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
  }

  .about-footer-sentence {
    margin-left: 30px;
    font-family: "Manrope", sans-serif;
    color: #d6ecff;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .copy-right {
    font-family: "Manrope", sans-serif;
    color: #bfbfbf;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 80px;
  }

  .links {
    color: white;
    font-family: "btf-header";
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .topper {
    margin-top: 50px !important;
  }

  .our-mission {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
  }

  .our-mission-xxl {
    color: #02c46c;
    font-family: "btf-header";
    font-size: 25px;
    margin-left: 35px;
    margin-top: 15px;
  }

  .mission {
    width: 450px;
    margin-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-statement {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 30px;
    margin-right: 25px;
  }

  .mission-statement-2 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .achievement-background {
    background-color: #f3f1ef;
    width: 100%;
    margin-top: 50px;
  }

  .fancy-card {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
  }

  .Recognitions-sentence {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .client {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-wrapper > div.d-none.d-md-block {
    display: none !important;
  }

  .story-card.active {
    background-color: #eafaf2;
    margin-left: -60px !important;
    width: 150% !important;
  }
}

/* Tablet portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (pointer: coarse) and (orientation: landscape) {
  /* Portrait tablet styles here */

  .bft-sentence-sentence {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-about {
    color: #ffffff;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
  }

  .logo {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .nav-link {
    color: #002118;
    font-family: "Manrope", sans-serif;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #002118;
  }

  .navbar-nav {
    margin-left: 70px;
  }

  .navbar-toggler {
    border: transparent !important;
  }

  .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-2 {
    color: #02c46c;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .bft-sentence {
    font-family: "Manrope", sans-serif;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
  }

  .img-1 {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .service-1 {
    margin-top: 130px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 5px;
    margin-left: 30px;
  }

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 30px;
    margin-left: 30px;
    text-align: left;
  }

  .service-2 {
    margin-top: 130px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 5px;
    margin-left: 30px;
  }

  .service-3-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 30px;
    margin-left: 30px;
    text-align: left;
  }

  .bft-text-3 {
    color: #000;
    font-family: "btf-header";
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .bft-sentence-3 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-request {
    background-image: url("./images/Request-background.jpg");
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
  }

  .rq-card {
    background-color: rgba(255, 255, 255, 0.851);
    padding: 30px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 30px;
  }

  .r1-header {
    text-align: center;
    font-family: "btf-header";
    font-size: 28px;
  }

  .about-footer {
    color: white;
    font-family: "btf-header";
    margin-top: 30px;
    font-size: 38px;
    margin-left: 30px;
  }

  .about-footer-socials-1 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
    margin-left: 30px;
  }

  .about-footer-socials-2 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
  }

  .about-footer-sentence {
    margin-left: 30px;
    font-family: "Manrope", sans-serif;
    color: #d6ecff;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .copy-right {
    font-family: "Manrope", sans-serif;
    color: #bfbfbf;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 80px;
  }

  .links {
    color: white;
    font-family: "btf-header";
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .topper {
    margin-top: 50px !important;
  }

  .our-mission {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
  }

  .our-mission-xxl {
    color: #02c46c;
    font-family: "btf-header";
    font-size: 25px;
    margin-left: 35px;
    margin-top: 15px;
  }

  .mission {
    width: 450px;
    margin-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-statement {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 30px;
    margin-right: 25px;
  }

  .mission-statement-2 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .achievement-background {
    background-color: #f3f1ef;
    width: 100%;
    margin-top: 50px;
  }

  .fancy-card {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
  }

  .Recognitions-sentence {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .client {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-wrapper > div.d-none.d-md-block {
    display: none !important;
  }

  .story-card.active {
    background-color: #eafaf2;
    margin-left: -60px !important;
    width: 150% !important;
  }

  .faq-icon {
    font-size: 1rem;
    font-weight: bold;
    color: #02c46c;
    transition: transform 0.3s ease;
    padding-left: 0px !important;
  }
}

/* Tablet portrait Ipad Air*/
@media only screen and (min-width: 820px) and (max-width: 1180px) and (pointer: coarse) and (orientation: landscape) {
  /* Portrait tablet styles here */





  .bft-sentence-sentence {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-about {
    color: #ffffff;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
  }

  .logo {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .nav-link {
    color: #002118;
    font-family: "Manrope", sans-serif;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #002118;
  }

  .navbar-nav {
    margin-left: 60px;
  }

  .navbar-toggler {
    border: transparent !important;
  }

  .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 160px;
    padding-right: 160px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-2 {
    color: #02c46c;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .bft-sentence {
    font-family: "Manrope", sans-serif;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
  }

  .img-1 {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .service-1 {
    margin-top: 80px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 35px;
  }

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 80px;
    margin-left: 35px;
    text-align: left;
  }

  .service-2 {
    margin-top: 100px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 35px;
  }

  .service-3-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 140px;
    padding-right: 80px;
    margin-left: 35px;
    text-align: left;
  }

  .bft-text-3 {
    color: #000;
    font-family: "btf-header";
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .bft-sentence-3 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-request {
    background-image: url("./images/Request-background.jpg");
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
  }

  .rq-card {
    background-color: rgba(255, 255, 255, 0.851);
    padding: 30px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 30px;
  }

  .r1-header {
    text-align: center;
    font-family: "btf-header";
    font-size: 28px;
  }

  .about-footer {
    color: white;
    font-family: "btf-header";
    margin-top: 30px;
    font-size: 38px;
    margin-left: 30px;
  }

  .about-footer-socials-1 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
    margin-left: 30px;
  }

  .about-footer-socials-2 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
  }

  .about-footer-sentence {
    margin-left: 30px;
    font-family: "Manrope", sans-serif;
    color: #d6ecff;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .copy-right {
    font-family: "Manrope", sans-serif;
    color: #bfbfbf;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 80px;
  }

  .links {
    color: white;
    font-family: "btf-header";
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .topper {
    margin-top: 50px !important;
  }

  .our-mission {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
  }

  .our-mission-xxl {
    color: #02c46c;
    font-family: "btf-header";
    font-size: 25px;
    margin-left: 35px;
    margin-top: 15px;
  }

  .mission {
    width: 450px;
    margin-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-statement {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 30px;
    margin-right: 25px;
  }

  .mission-statement-2 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .achievement-background {
    background-color: #f3f1ef;
    width: 100%;
    margin-top: 50px;
  }

  .fancy-card {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
  }

  .Recognitions-sentence {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .client {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-wrapper > div.d-none.d-md-block {
    display: none !important;
  }

  .story-card.active {
    background-color: #eafaf2;
    margin-left: -60px !important;
    width: 150% !important;
  }

  .faq-icon {
    font-size: 1rem;
    font-weight: bold;
    color: #02c46c;
    transition: transform 0.3s ease;
    padding-left: 0px !important;
  }
}


/* Tablet portrait Ipad Air*/
@media only screen and (min-width: 820px) and (max-width: 1180px) and (pointer: coarse) and (orientation: portrait) {

  .bft-sentence{
    padding-left: 50px !important;
    text-align: center;
    padding-right: 50px !important;
  }

  ul{
    text-align: left;
  }

}

/* Tablet portrait Ipad pro*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse) and (orientation: portrait) {
  /* Portrait tablet styles here */

  .bft-sentence-sentence {
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-about {
    color: #ffffff;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
  }

  .logo {
    width: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-link {
    color: #002118;
    font-family: "Manrope", sans-serif;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #002118;
  }

  .navbar-nav {
    margin-left: 60px;
  }

  .navbar-toggler {
    border: transparent !important;
  }

  .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 160px;
    padding-right: 160px;
    margin-top: 20px;
    font-size: 15px;
  }

  .bft-text-2 {
    color: #02c46c;
    font-family: "btf-header";
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
  }

  .bft-sentence {
    font-family: "Manrope", sans-serif;
    text-align: center;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
  }

  .img-1 {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .service-1 {
    margin-top: 80px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 35px;
  }

  .service-2 {
    margin-top: 100px;
    font-family: "btf-header";
    text-align: left;
    margin-left: 35px;
  }

  .service-3-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 140px;
    padding-right: 80px;
    margin-left: 35px;
    text-align: left;
  }

  .bft-text-3 {
    color: #000;
    font-family: "btf-header";
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .bft-sentence-3 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-request {
    background-image: url("./images/Request-background.jpg");
    margin-top: 20px;
    background-position: right;
    background-repeat: no-repeat;
  }

  .rq-card {
    background-color: rgba(255, 255, 255, 0.851);
    padding: 30px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 30px;
  }

  .r1-header {
    text-align: center;
    font-family: "btf-header";
    font-size: 28px;
  }

  .about-footer {
    color: white;
    font-family: "btf-header";
    margin-top: 30px;
    font-size: 38px;
    margin-left: 30px;
  }

  .about-footer-socials-1 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
    margin-left: 30px;
  }

  .about-footer-socials-2 {
    color: white;
    font-family: "btf-header";
    margin-top: 150px;
    font-size: 20px;
  }

  .about-footer-sentence {
    margin-left: 30px;
    font-family: "Manrope", sans-serif;
    color: #d6ecff;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  .copy-right {
    font-family: "Manrope", sans-serif;
    color: #bfbfbf;
    margin-top: 40px;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 80px;
  }

  .links {
    color: white;
    font-family: "btf-header";
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    list-style: none !important;
    margin-bottom: 50px;
  }

  .topper {
    margin-top: 50px !important;
  }

  .our-mission {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 35px;
  }

  .our-mission-xxl {
    color: #02c46c;
    font-family: "btf-header";
    font-size: 25px;
    margin-left: 35px;
    margin-top: 15px;
  }

  .mission {
    width: 450px;
    margin-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-statement {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 30px;
    margin-right: 25px;
  }

  .mission-statement-2 {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .achievement-background {
    background-color: #f3f1ef;
    width: 100%;
    margin-top: 50px;
  }

  .fancy-card {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
  }

  .Recognitions-sentence {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .client {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-wrapper > div.d-none.d-md-block {
    display: none !important;
  }

  .story-card.active {
    background-color: #eafaf2;
    margin-left: -60px !important;
    width: 150% !important;
  }

  .faq-icon {
    font-size: 1rem;
    font-weight: bold;
    color: #02c46c;
    transition: transform 0.3s ease;
    padding-left: 0px !important;
  }

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    margin-left: -120px !important;
    text-align: left;
  }
}

/* Tablet portrait Ipad pro*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse) and (orientation: landscape) {
  /* Portrait tablet styles here */

  .service-2-sentence {
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    margin-left: 30px !important;
    text-align: left;
  }

  .service-1 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  /* check for issues on baked twist on game mode mobile */

   .bft-sentence {
  font-family: "Manrope", sans-serif;
  text-align:center;
  margin-top: 13px;
  font-weight: 400;
  font-size:14px !important;
  padding-left:50px;
  padding-right:50px;
}

    .sentence-bft {
    text-align: center;
    color: #bfbfbf;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 14px;
  }

  ul{
  text-align: left;
}


  .baked-twist {
    display: flex;
    width: fit-content !important;
    flex-direction: column-reverse;
  }

  /*end */

  .service-1 {
    margin-top: 50px;
    text-align: center;
  }

  .service-2-sentence {
    text-align: center;
    margin-bottom: 30px;
  }

  .service-2 {
    margin-top: 50px;
    text-align: center;
  }

  .service-3-sentence {
    text-align: center;
    margin-bottom: 30px;
  }
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.service-card:nth-child(even) {
  flex-direction: row-reverse;
}

.service-img {
  flex: 1 1 45%;
}

.service-img img {
  width: 75%;
  object-fit: cover;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-text {
  flex: 1 1 45%;
  padding: 1.5rem;
}

.service-text h3 {
  font-family: "btf-header";
  font-size: 1.8rem !important;
  margin-bottom: 20px;
  color: #0c2a1b;
}

.service-text p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  font-family: "Manrope", sans-serif;
  padding-right: 50px;
}

/* --- Responsive Styles --- */

/* Tablets Portrait/Landscape */
@media (max-width: 1024px) {
  .service-card {
    flex-direction: column !important;
    text-align: center;
  }

  .service-img,
  .service-text {
    flex: 1 1 100%;
  }

  .service-text {
    padding: 1rem 0;
    font-family: "Manrope", sans-serif;
    padding-left: 150px;
    padding-right: 150px;
  }

  .service-text h3 {
    font-size: 1.4rem;
    font-family: "btf-header";
    margin-top: 50px;
  }

  .service-text p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    font-family: "Manrope", sans-serif;
    padding-right: 0px !important;
  }
}

/* Mobile Portrait & Landscape */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }

  .service-text h3 {
    font-size: 1.25rem;
  }

  .service-text {
    font-size: 0.9rem;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .service-img img {
    border-radius: 10px;
  }
}

.card {
  padding: 35px 48px 35px 48px;
  border-radius: 30px !important;
  margin-top: 70px;
  margin-bottom: 70px;
}

.form-label {
  font-family: "btf-header";
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  float: left;
}

.form-control {
  padding: 10px 10px 10px 10px !important;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  border-left: transparent !important;
  border-right: transparent !important;
  border-top: transparent !important;
  border-radius: 0px !important;
  border: 1px solid #000000;
}

.learn-more {
  background-color: #02c46c;
  margin-top: 25px;
  padding: 15px 30px 15px 30px;
  border: transparent;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #fff;
}
