@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@300;400;500;600;700&display=swap');
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.bg_green {
    background-color:#052923;
}
.bg_blue {
  background-color: #0F1A7C
  ;
}
.bg_skyblue {
  background-color:#EDF9FB;
}
.services-box {
    transition: all 0.3s ease-in-out;
    height:500px; 
    border-radius: 15px;
    position: relative; /* Allows absolute positioning of the button */
}
#contact-form-section {
    width:600px;
}
.services-box:hover {
    background-color: #007bff !important; /* Blue background on hover */
    color: #fff !important; /* White text on hover */
    border-color: #007bff; /* Optional: Change border color too */
}
.checkbox-large {
    height: 21px;
    width: 23px;
}
.services-box:hover h4, .services-box:hover a,
.services-box:hover p {
    color: #fff; /* Ensure all text turns white */
}

.services-box img {
    transition: transform 0.3s ease-in-out;
}

.services-box:hover img {
    transform: scale(1.1); /* Optional: Slight zoom-in effect on the icon */
}
.read-more-button {
    position: absolute; /* Position the button inside the box */
    bottom: 20px; /* Place the button 20px from the bottom */
    left: 20px; /* Optional: Align to the left with 20px padding */
    padding: 10px 20px;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.read-more-button:hover {
    color: #fff; /* Slightly darker blue on hover */
}
.footer-menu li a  {
    font-size:1.25rem;
}
.footer_bg {
    background-color: #cfeaef;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 20px 20px;
    filter: invert(35%); /* Optional for visibility against white background */
}
h2.heading-title {
    font-size:63px;
}
.mb-auto {
  margin-bottom: auto;
}
.footer-icons h5 {
    line-height: 5px;
}
.icons_img img{
    max-height: 40px;
    margin-right: 14px;
    margin-top: -22px;
}
.mt-auto {
  margin-top: auto;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-15 {
  padding: 41px 10px 0;
}
.custom-img {
  max-height: 50%;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-left, .navbar-right {
  display: flex;
}
.header-bg {
  z-index: 1030; /* Ensures the navbar stays above other elements */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */

}
.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: 35px;
    text-transform: sentencecase;
}
.btn_bg {
    background-color: #FF1FA1;
}
.tl_color {
  color:#6CF58F;
}
.icon-circle {
    width: 89px;
    height: 50px;
    background-color: #FA8432; /* 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: #FA8432;   /* 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;
}
.card-header {
  background-color: #232946;
  border-bottom: 1px solid #ddd;
}

.card-body {
  font-size: 0.95rem;
  color: #555;
}

.modal-content {
  padding: 20px 0;
  border-radius: 20px;
}
div#ageModal {
  backdrop-filter: blur(15px);
}
.modal-footer {
  border:none !important;
}

.feature_img img {
  width: 100%;
}
.wel_section {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -93px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bg_black  {
  background-color: #000;
}
.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;
}

.hide_desktop {
    display:none;
}
@media only screen and (max-width: 768px) {
    .hide_mobile {
    display:none;   
}
.mobile-margin {
    margin-top: 20px; /* Adjust as needed */
}
#contact-form-section {
    width: auto;
}
.read-more-button {
    position: relative;
    bottom: 20px;
    top: 11px;
    padding: 0;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.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: 20px;  /* Adjust padding */
  }

  .text-sentence {
    font-size: 1.8rem;  /* 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;
}
.wel_section {
  position: relative;
  top: -89px;
  height: 737px;
}
.services-box {
    height:auto; 
    border-radius: 15px;
}
}

img.svg-icon {
    height: 55px;
    background-color: #E0EEFF;
    padding: 8px;
    border-radius: 11px;
}