﻿
.header-image {
    background-image: url('../images/p.png'); /* Change to your image URL or path */
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #introCarousel {
        margin-top: -58.59px;
    }

    #introCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item.active {
        height: 50vh;
    }
}

.navbar .nav-link {
    color: #fff !important;
}

.text-center {
    font-family: Arial, sans-serif;
    color: #333;
}


#Services {
    padding: 60px 20px;
    background: linear-gradient(to right, hsl(180, 11%, 86%), #ece6e8);
}

    #Services h2 {
        font-size: 2.5rem;
        color: #2312dc;
        margin-bottom: 10px;
    }

    #Services p {
        color: 080808c1c;
        margin-bottom: 40px;
    }

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-bottom: 10px !important;
}

.service-card {
    background: rgb(255, 255, 255);
    width: 280px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
   
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .service-card h3 {
        color: #150cc8;
        margin-bottom: 10px;
    }

    .service-card p {
        color: #444;
        line-height: 1.5;
    }













@media screen and (max-width: 768px) {
    .service-card {
        width: 90%;
    }

    #services h2 {
        font-size: 2rem;
    }
}





/*---------------------------.header-image {
      background: url('/p.png') no-repeat center center;
      background-size: cover;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: left;
      justify-content: left;
    }




  

   .form-container {
  background: rgba(235, 238, 240, 0.9); 
  border-radius: 1rem;
  padding: 0rem 1.5rem;
       padding: 1rem;
  max-width: 350px;
  width: 100%;
  max-height: 70%;
  box-shadow: 0 8px 20px rgba(202, 36, 36, 0.2);
  color: #000;
}

---------------*/


.header-image {
    background: url('../images/p.png') no-repeat center center;
    background-size: cover;
    position: left;
    min-height: 100vh;
    display: flex;
    align-items: left; /* Fix: use center instead of left */
    justify-content: left; /* Align form to the left */
    padding-left: 3%; /* Add left margin space */
}

.form-container {
    background: rgba(90, 206, 136, 0.95); /* Semi-transparent background */
    border-radius: 0rem;
    padding: 0rem 0rem;
    max-width: 250px;
    width: 60%;
    box-shadow: 0 8px 20px rgba(202, 36, 36, 0.2);
    color: #000;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: linear-gradient(to right, #f6fde3, #fce4ec);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}


.mx-auto {
    margin-right: auto !important;
    /* margin-left: auto !important; */
}





.my-5 {
    /* margin-top: 3rem !important; */
    margin-bottom: 3rem !important;
}








@media (max-width: 976px) {
    .form-container {
        padding: 1rem;
    }
}


