body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  overflow-x: hidden; 
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  overflow-x: hidden;
}

/* Ensure no extra padding or margin is added */
.row {
  margin-right: 0;
  margin-left: 0;
}



footer {
  max-width: 100vw; /* Ensure footer does not exceed viewport width */
}

a {
  color: #81b4eb;
}

a,
button {
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.container_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; /* Adjust as needed */
  /* overflow: hidden; */
}

.container_1 img {
  max-width: 200px; /* Ensure the image doesn't exceed its container */
  height: auto; /* Maintain the aspect ratio */
}

/* 1. Intro 
--------------------*/
.tm-section-intro {
  flex: 1;
  background-image: url(../img/bus3.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.tm-wrapper-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  /* adjust max-width as needed */
  margin: 0 auto;
  padding: 20px;
  z-index: 2;
  box-sizing: border-box;
  overflow: auto;
}

/* IE bug fix */
.tm-wrapper-center > * {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bottom-0 {
  bottom: 0 !important;
}

.mb-md-n2 {
  margin-bottom: -1rem !important;
}

.tm-section-intro-title {
  font-size: 4.5rem;
  margin-bottom: 3.5rem;
  font-weight: 600;
}
.wave {
  width: 110% !important;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.tm-section-intro-text {
  font-size: 1.5rem;
  margin-bottom: 4rem;
  width: 100%;
  font-weight: 400;
  text-align: center;
}

.bg-primary {
  --yamanbuddylk-bg-opacity: 1;
  background-color: rgba(
    var(--yamanbuddylk-primary-rgb),
    var(--yamanbuddylk-bg-opacity)
  ) !important;
}
.bg-white {
  --yamanbuddylk-bg-opacity: 1;
  background-color: rgba(
    var(--yamanbuddylk-white-rgb),
    var(--yamanbuddylk-bg-opacity)
  ) !important;
}

.tm-btn-white-big {
  font-size: 2.4rem;
  color: #a1c7f1;
  background-color: white;
  padding: 0.75rem 2.5rem;
  border-radius: 0.5rem;
}

.tm-btn-white-big:hover,
.tm-btn-white-big:focus {
  color: white;
  background-color: #a2d1ff;
}

/* 2. Carousel 
-------------------------*/
.tm-carousel {
  max-width: 950px;
  margin: 5rem auto;
  padding-bottom: 3rem;
  text-align: center;
}

.tm-carousel-item-title {
  color: #81b4eb;
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.tm-carousel-item-text {
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.carousel-indicators .active {
  background-color: #81b4eb;
  margin: 1px;
}

.carousel-indicators li {
  background-color: rgb(205, 215, 226);
  border-color: rgb(205, 215, 226);
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* 3. Image and text 2 column block 
-------------------------------------*/
.tm-2-col-img-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.tm-2-col-img {
  padding: 0;
}

.tm-2-col-img-lg-right .tm-2-col-img {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tm-2-col-img-lg-right .tm-2-col-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tm-2-col-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8%;
  padding-right: 8%;
}
.bg-300 {
  --yamanbuddylk-bg-opacity: 1;
  background-color: #212529;
}

.download-section {
  padding: 40px 0;
  text-align: center;
}

.icon-card {
  padding: 20px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.icon-card img {
  max-width: 100px;
  height: auto;
}
.tm-2-col-text-title {
  color: #003a79;
  font-size: 1.9rem;
  font-weight: 300;
  margin-bottom: 5%;
}

.tm-2-col-text-description {
  color: darkblue;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 6%;
  width: 100%;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}

.tm-bordered-btn {
  background-color: transparent;
  border: 2px solid #81b4eb;
  border-radius: 2.5rem;
  color: #81b4eb;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.8rem 3.5rem;
}

.tm-bordered-btn:hover,
.tm-bordered-btn:focus {
  color: white;
  background-color: #81b4eb;
}

.tm-2-col-img-lg-left img {
  margin-right: 0;
  margin-left: auto;
}

/* 4. icon and text 4 boxes
----------------------------*/
.tm-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tm-blue-bg-row {
  background-color: white;
}

.tm-section-title {
  font-size: 2.1rem;
  margin-bottom: 1.8rem;
}

.tm-section-subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.tm-icon-text-box {
  background-color: #d3e6f8;
  border: 1px solid white;
  padding: 3rem;
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tm-icon-text-box img {
  /* max-width: 100%;
	height: auto;
	padding: 20px; */
  width: 64%;
}

.tm-icon-text-box > .fa {
  color: #003e80;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

.tm-icon-text-boxes-container {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.start-0 {
  left: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tm-icon-text-box-title {
  margin-bottom: 1.4rem;
}

.tm-icon-text-box-description {
  line-height: 1.8;
  margin-bottom: 0;
}

.pdf {
  max-width: 100%;
  height: auto;
  padding: 20px;
}

/* 5. Contact
-----------------*/
.tm-section-contact {
  margin: 0 auto;
  max-width: 1500px;
}

.form-control {
  padding: 0.75rem 1.75rem;
  font-size: 1.2rem;
  border-radius: 2.5rem;
  border-color: #68a8e8;
}

.form-control:focus {
  border-color: #1768a9;
}

textarea.form-control {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.tm-form-group-left {
  padding-left: 0;
}

.tm-form-group-right {
  padding-right: 0;
}

.tm-contact-right {
  padding-left: 3%;
}

.tm-contact-title {
  font-size: 1.6rem;
  color: rgb(41, 36, 36);
}

.tm-contact-info {
  line-height: 1.8;
  margin-bottom: 5%;
  color: rgb(41, 36, 36);
}

.tm-social-icons-container {
  margin-top: 20px;
}

.tm-social-icon-link {
  background-color: transparent;
  color: #81b4eb;
  padding: 5px;
  border: 1px solid #68a8e8;
  border-radius: 50%;
  margin-right: 2%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

.tm-social-icon-link:last-child {
  margin-right: 0;
}

.tm-social-icon-link:hover,
.tm-social-icon-link:focus {
  color: white;
  background-color: #81b4eb;
}

hr {
  width: 65%;
}

.tm-copyright-text {
  color: #999999;

  /* padding-top: 1%;
	padding-bottom: 1%; */
}

.intro-div {
  width: 100%;
  max-width: 800px;

  padding: 20px;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 100% of the viewport height */
}

.content {
  text-align: center;
}


/*FAQ CSS */

.FAQ-heading {
  display: flex;
 justify-content: center;
 align-items: center;
  /* gap: 20px;
  padding: 20px; */
  background-color: #ffffff;
}


.FAQ-heading .content_faq{
  max-width: 800px;
  margin: 0 auto;
}


/* Styles for medium screens (tablets, 768px and up) */
@media (min-width: 768px) {
  .FAQ-heading {
      flex-direction: row;
  }
}

/* Column styles */
.content-faq {
  background-color: #ffffff;
 
  /* border: 1px solid #ddd; */
 
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.column-right{
  display: flex;
  justify-content: center;
  align-items: center;
}





@media (max-width: 768px) {
  .FAQ-heading {
      padding: 15px;
  }

  .FAQ-heading .content_faq {
      padding: 10px;
  }
}


@media (max-width: 480px) {
  .FAQ-heading {
      padding: 10px;
  }

  .FAQ-heading .content_faq {
      padding: 5px;
  }
}



/*END FAQ CSS */





@media screen and (max-width: 768px) {
  .tm-icon-text-box img {
    width: 80%;
    /* Set width to 80% of the container */
    padding: 10px;
  }
}

/* Media query for screens smaller than 480px */
@media screen and (max-width: 480px) {
  .tm-icon-text-box img {
    width: 80%;
    /* Set width to 90% of the container */
    padding: 5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .tm-section-intro {
    background-attachment: scroll;
  }
}

@media (max-height: 800px) {
  .tm-section-intro {
    height: 100vh;
    min-height: 480px;
  }
}

@media (max-width: 480px) {
  .intro-div {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .tm-section-intro-title {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }

  .tm-section-intro-text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }

  .tm-btn-white-big {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
  }
}

/* 2. Carousel
----------------------*/
@media (max-width: 767px) {
  .tm-carousel {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

@media (max-width: 480px) {
  .tm-carousel {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .tm-carousel-item-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

/* 3. Image and text 2 column block
----------------------------------------*/
@media (max-width: 1600px) {
  .tm-2-col-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1320px) {
  .tm-2-col-text {
    padding-left: 3%;
    padding-right: 3%;
  }

  .tm-bordered-btn {
    font-size: 1.2rem;
    padding: 0.5rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .tm-2-col-img-text {
    display: block;
  }

  .tm-2-col-img img {
    margin: 0 auto;
  }

  .tm-2-col-text {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .tm-2-col-text-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .tm-bordered-btn {
    font-size: 1.3rem;
    padding: 0.5rem 1.8rem;
  }
}

@media (max-width: 480px) {
  .tm-2-col-text {
    padding: 10%;
  }
}

/* @media (max-width: 400px){
	.googleplay { padding: 20%}
} */

/* 4. icon and text 4 boxes
----------------------------*/
@media (max-width: 1199px) {
  .tm-icon-text-box {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .tm-icon-text-box {
    padding: 10%;
  }
}

@media (max-width: 991px) {
  .tm-icon-text-boxes-container {
    max-width: 800px;
  }

  .tm-section {
    padding-top: 5%;
    padding-bottom: 4%;
  }

  .tm-section-title {
    margin-bottom: 1rem;
  }

  .tm-section-subtitle {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .tm-section {
    padding-top: 10%;
    padding-bottom: 8%;
  }
}

/* 5. contact 
--------------*/
@media (max-width: 1199px) {
  .tm-form-group-right {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .tm-contact-right {
    padding-left: 0.9375rem;
    margin-top: 2rem;
  }

  .tm-contact-info {
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  .tm-form-group-left {
    padding-right: 0;
  }
}

/*app bar*/

/* .app-bar {
	background-color: #3f3f3f;
	overflow: hidden;
}

.app-bar img {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}


@media screen and (max-width: 600px) {
	.app-bar img {
		max-width: 80%;
	}
} */

.logo {
  width: 70px;
  /* Set the initial width of the logo */
  height: auto;
  /* Maintain aspect ratio */
  max-width: 200px;
  /* Set maximum width for larger screens */
  float: left;
  /* Float the logo to the right */
  margin-left: 20px;
}

/* Responsive Styles */
@media screen and (max-width: 400px) {
  .logo {
    width: 80%;
    /* Adjust the width for smaller screens */
    max-width: none;
    /* Reset the maximum width */
  }
}

/*button for download*/
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
  .button {
    padding: 8px 16px;
    /* Adjust padding for smaller screens */
  }
}
