.content {
    margin-top: 100px;
    /* Adjust this value to match the padding of the fixed header */
    padding: .1rem;
}

.logo img {
    align-self: start;
    margin: 5px;
    padding: 5px;
    max-width: 350px;
}

.navbar {
    min-height: 70px;
    width: 100%;
}

.navbar-brand {
    padding: 0 15px;
    height: 70px;
    line-height: 50px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 20px;
    padding: 9px 10px !important;
}

.hero-content h1 {
    font-size: 3rem;
}

.hero-content p {
    height: 80%;
    width: 80%;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

.carousel {
    position: relative;
    width: 80%;
    height: 100vh; /* Adjust height as needed */
}

.carousel-inner {
    height: 190%; /* Ensures the inner content takes full height */
}

.carousel-item img {
    width: 100%; /* Makes images responsive */
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Ensures images fill the area without distortion */
}

.carousel-caption {
    position: absolute;
    bottom: 20px; /* Adjusts caption positioning */
    left: 50%;
    transform: translateX(-50%); /* Centers caption horizontally */
    text-align: center; /* Centers text */
}


div.et_pb_module {
    background-image: linear-gradient(157deg,#d4f4e8 0%,rgba(222,177,237,0.98) 100%) !important;
  }

  div.et_pb_section_0 {
    background-image: linear-gradient(157deg,#d4f4e8 0%,rgba(222,177,237,0.98) 100%) !important;
  }

  div.et_pb_section_1 {
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    background-color: #E7F2FD !important;
  }
  
div.et_pb_bg_layout_light {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .et_pb_text_0 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 63px;
    color: #333333 !important;
    line-height: 1.2em;
  }

  btn-primary {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #2b9cf2;
  }

  card-img-top {
    height: 2pc;
  }

  .service-card {
    padding: 1px;
    margin: 1px;
    border: 3px solid hsl(0, 0%, 80%);
    background-color: #f5f2f2;
  }