/*Hero Section*/

.services-heading-h1 {
    font-size: 18px;
    font-weight: 500;
}
.service-hero-section-bg {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #e3f7fe;
  
}
.service-hero-section-bg .text-muted{
  padding-bottom: 5px;
}
.service-hero-section-bg .img-fluid {
    max-width: 100%;
    max-height: 448px;
}
.service-hero-h1{
    letter-spacing: -0.24px;
    font-weight: 600;
    font-size: 1rem;
    color: #1463FF !important;
}
.service-hero-heading{
  font-family: "Lexend", Sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -2.5px;
  
}
.services-hero-text{
    font-size: 16px;
}
.service-hero-section-btn{

    padding: 10px 20px; /* Padding for size */
    border-radius: 6px; /* Rounded corners */

}

/* 3rd Section of services pages form css*/
/* Inquiry Form Styling */
    .inquiry-form-section {
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .form-container {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(3px);
        padding: 40px;
        border-radius: 15px;
        max-width: 500px;
        width: 100%;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .form-container h2 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 10px;
    }

    .form-container p {
        font-size: 16px;
        color: #eee;
        margin-bottom: 30px;
    }

    .inquiry-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 8px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.99);
        color: #000;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: #000;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #007BFF;
    }

    .form-group textarea {
        resize: vertical;
    }

    .inquiry-form-section button {
        padding: 12px;
        background: #007BFF;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .inquiry-form-section button:hover {
        background: #0056b3;
    }

/* About Us Section */
.services-page-aboutus-section-button {
    margin-top: 20px;
}

/* Social icons slider */
.social-icon-heading-button{
    align-items: center !important;
}


@media (max-width: 600px) {
  .services-page-hero-button {
    display: none;
}
.services-page-aboutus-section-button {
    display: flex;
    justify-content: center; /* Horizontally center the button */
    align-items: center; /* Vertically center the button (if needed) */
    text-align: center; /* Ensure text alignment */
}
}



/*======= About Us Page ========*/

/*Hero Section*/
.about-us-hero-heading{

    font-family: "Lexend", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -2.5px;
}

.about-us-hero-text{
    font-size: 16px;
}