@import url("css/css2.css");
body {
  font-family: "Montserrat", sans-serif;
}
.bg_green {
  background-color: #0c717b;
}
.bg-yellow {
  background-color: #61d194;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-title {
  font-size: 2.5rem;
}
.navbar-left,
.navbar-right {
  display: flex;
}

.navbar-left .navbar-nav,
.navbar-right .navbar-nav {
  display: flex;
  list-style: none;
}

.navbar-brand {
  flex: 1;
  text-align: center;
}

.navbar-nav .nav-item {
  padding: 0 10px;
}

.bg_purple {
  background-color: #faf9f0;
}
h2.main-title {
  font-size: 49px;
  text-transform: uppercase;
}
.btn_bg {
  background-color: #55fa32;
}
.icon-circle {
  width: 89px;
  height: 50px;
  background-color: #55fa32; /* Background color */
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.icon-circle span {
  line-height: 1;
}

.text-light {
  color: #f8f9fa !important;
}

.text-muted {
  color: #ced4da !important;
}
.f-15 {
  font-size: 15px;
}
.img-80 {
  max-width: 85%;
  height: auto;
}

.bg-gray {
  background-color: #f1f1f1; /* Gray background */
  border-radius: 10px; /* Rounded corners */
}

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 39px 14px;
}
.feature-icon {
  width: 180px; /* Fixed width for the left side */
}

.feature-content {
  flex: 1;
  text-align: left; /* Align text to the left */
}

.feature-icon i {
  color: #55fa32; /* Orange icon color */
}

.feature-box h5 {
  margin-top: 10px;
  font-weight: bold;
}
/* Blur background when modal is shown */
body.modal-open .content {
  filter: blur(5px);
  transition: filter 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  margin: 0px 9px;
}
.rounded-circle {
  border-radius: 50% !important;
  margin-top: -76px;
}
.modal-content {
  padding: 20px 0;
  border-radius: 20px;
}
div#ageModal {
  backdrop-filter: blur(5px);
}
.modal-footer {
  border: none !important;
}

.feature_img img {
  width: 100%;
}
.wel_section {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.bg_black {
  background-color: #000;
}

.header-bg {
  position: relative;
  color: #fff;
}
.nav-item a {
  color: #fff; /* Semi-transparent white */
}
iframe {
  width: 100%;
  height: 100%;
}
/* .wel_section {
  position: relative;
  height: 100vh; 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: center;
} */

.container {
  width: 100%; /* Ensure the container spans the full width */
}

.content-left {
  max-width: 50%; /* Make sure content takes 50% of the width */
  text-align: left; /* Align text to the left */
  margin-left: 30px;
}

.text-sentence {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.text-muted {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn-warning {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
}
.bg_gray {
  background-color: #335c55;
  padding: 10px 0;
  position: relative;
  top: 26px;
  z-index: 9;
}
.bg_gray3 {
  background-color: #335c55;
  padding: 10px 0;
  position: relative;
  top: -49px;
  margin-bottom: -21px;
}
.hide_desktop {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide_mobile {
    display: none;
  }
  .main-title {
    font-size: 1.5rem;
  }
  .hide_desktop {
    display: block;
  }
  .icon-circle {
    width: 70px;
    height: 50px;
  }
  .d-flex.align-items-start.mb-4 {
    margin-top: 38px;
  }
  .testimonial-box {
    margin-bottom: 59px !important;
  }
  /* Custom styles for mobile */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .mobile-left {
    flex: 1;
  }

  .mobile-logo {
    max-width: 100px; /* Adjust logo size as needed */
    display: block;
  }

  .navbar-toggler-icon {
    background-color: #fff; /* White toggle icon */
  }

  .content-left {
    width: 100%; /* Ensure full width on smaller devices */
    padding: 10px; /* Adjust padding */
  }

  .text-sentence {
    font-size: 1.5rem; /* Reduce heading font size */
  }

  .content-left p {
    font-size: 0.9rem; /* Reduce paragraph font size */
  }

  .btn-warning {
    font-size: 1rem; /* Adjust button text size */
    padding: 12px 25px; /* Adjust button padding */
  }
  .whybox_spacing {
    margin: 22px 0;
  }
}
