body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #f4f4f442; */
}

.footer {
    color: black;
    position: relative;
    /* height: 350px; */
    padding: 10px;
    margin: 40px 0px 0px 0px !important;
    box-shadow: 0px 4px 10px rgba(26, 231, 227, 0.3), 0px -5px 10px rgba(0, 0, 0, 0.1);
    /* background: linear-gradient(to right, #d9dada, #30cef1); */
    overflow: hidden;
}

.icon-spacing {
    margin-right: 12px !important;
}

/* .footer-section {
    margin-left: -90px;
} */

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    /* margin-left: 100px; */
    text-align: justify;
    margin-top: -14px;
}

.footer-section {
    /* margin-right: -40px; */
    line-height: 0px;
    margin-top: 20px;
}

/* Customize width of each footer section */
.footer-section:nth-child(1) {
    width: 35%;
    /* Adjust the width of the logo section */
}

.footer-section:nth-child(2) {
    width: 15%;
    /* margin-left: 80px; */
    /* Adjust the width of the Services section */
}

.footer-section:nth-child(3) {
    width: 15%;
    /* margin-left: 90px; */
    /* Adjust the width of the Quick Links section */
}

.footer-section:nth-child(4) {
    width: 15%;
    /* margin-left: 90px; */
    /* Adjust the width of the About section */
}

.footer-section:nth-child(5) {
    width: 15%;
    /* margin-left: 90px; */
    /* Adjust the width of the About section */
}

.footer-section h3 {
    color: orangered;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.footer-section ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.footer-section ul li {

    margin-bottom: 10px;
    color: black;
}

/* .footer-section ul li a {
    margin-top: 20px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
} */

.footer-section ul li a {
    margin-top: 20px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease-in-out; /
}





.footer-section ul li a:hover {
    color: orangered; /* Hover effect */
}


.footer-section p {
    color: black;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 0px;
    margin-left: 22px;
    margin-right: 15px;
}



.footer-bottom {
    text-align: center;
    /* padding: 5px 0 0 5px; */
    /* background-color: white; */
    color: black;
    border-radius: 0 0 10px 10px;
    /* Rounds only the bottom corners */
}

.footer-bottom p {
    margin: 10px;
}



/* Add a shadow for a floating effect */
.footer {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.contact-form {
    background: url("images/footer/form_image.jpg") center/cover no-repeat !important;
    color: #fff;
    padding: 2px 50px !important;
    text-align: center;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100% !important;
    padding: 0 50px 0 50px;
    background: #1e1c1c52;
}


.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    padding: 10px 20px;
    background: purple;
    border: none;
    color: #fff;
    cursor: pointer;
}

.contact-form form {
    display: contents;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-form input::placeholder {
    color: white !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;

    /* Adjust the max width as needed */
    padding: 10px 0;
    background: transparent;
    border: none;
    color:white !important;
    border-bottom: 1px solid #fff;
    /* Underline */
    /* color: #ffffffbd; */
    /* White text color */
    outline: none;
    /* Remove outline */
}

.contact-form button {
    padding: 2px 10px;
    background: purple;
    border: none;
    color: #fff;
    cursor: pointer;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #ddd;
    /* Lighter placeholder color */
}

.contact-form div {
    display: flex;
    align-items: center;
    gap: 50px;
}

.contact-form label {
    margin: 0;
    color: #ddd;
    /* Adjust label color */
}

.submit-button {
    background-color: #ff5100 !important;
    /* Example background color */
    color: #fff;
    /* Button text color */
    border: none;
    /* Remove default border */
    padding: 10px 20px !important;
    /* Padding for the button */
    cursor: pointer;
    /* Pointer cursor on hover */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Optional shadow effect */
}

.con {

    font-size: small;
    padding: 4px;
    text-align: justify;
    line-height: 1.8;
}

h3 {
    font-size: larger;
    font-weight: bold;
}

.form-container {
    display: flex;
    /* Align items in a row */
    align-items: center;
    /* Vertically center items */
    justify-content: space-between;
    /* Place space between items */
    width: 100%;
    /* Full width */
    padding: 10px;
    gap: 10px !important;
}

input[type="checkbox"] {
    margin-right: 5px !important;
    /* Space between checkbox and label */
}

label {
    flex-grow: 1;
    /* Take up remaining space to push the button to the right */
}

.footer-section.social-media {
    width: 20%;
    /* Adjust the width of the social media section */
}

.social-media-icons {
    display: flex;
    gap: 30px;
    position: absolute;
    left: 3%;
    top: 90%;
    color: black;
    font-size: 1rem !important;
    /* Space between icons */
    align-items: left;
    margin: 20px 40px;
    z-index: 9999 !important;
}

.social-media-icons h3 {
    font-size: 1.2rem !important;
    /* Space between icons */
    align-items: center;
    font-weight: bold;
}

.social-icon {
    display: inline-block;
    color: black;
    font-size: 1.5em;
    transition: color 0.3s ease;
    align-items: center;

}

.social-icon:hover {
    color: #f27121;
    /* Change color on hover */
}

/* Sticky Button CSS */
.sticky-button {
    position: fixed;
    bottom: 20px;
    right: -20px;
    /* background-color: #f27121; */
    color: white;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* Flip the text direction */
    text-align: center;
    font-size: 14px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.sticky-button button {
    background: linear-gradient(to right, #ff7a18, #ff0066);
    /* Gradient background */
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.u-logo-image-1 {
    margin-right: 1150px;
    margin-top: 15px;
    margin-left: -15px;
}


.modal {
    display: none;
    /* Ensure the modal is hidden initially */
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center the content vertically */
}

.modal-content {
    background-color: #fff;
    margin: 40px auto;
    /* Center horizontally */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 600px;
    /* Optional: Set a max-width */
    border-radius: 10px;
    text-align: center;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal_contact {
    background: black !important;
    color: black !important;
}

.mylivechat_collapsed {
    background-color: #f27121 !important;
}

#popupContactForm {
    display: none;
}

.footer_industries {
    margin-left: 2px;
}


/* .footer_page {
    margin-left: 30px;
} */


/* Change link color to white on hover in Services, Quick Links, and Industries sections */
.footer-section a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}


.txt_para {
    color: #000;
    margin-top: 0% !important;
    /* margin-bottom: 0% !important; */
    margin-bottom: 0px ;
    text-align: center !important;
    /* margin-left: 20px !important; */

}


/* Mobile responsive styles */
@media (max-width: 768px) {
    .contact-form{
    padding: 2px 20px !important;
}
    .Submit-btn-contact{
        margin-left:15%;
    }
    .u-form-send-success {
        display: none !important;
    }

    .footer-section:nth-child(5) {
        width: 100%;
    }
    .u-form-send-message {
        display: none !important;
    }

    h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .footer-container {
        flex-direction: column;
        padding: 0 10px;
        margin-left: 0;
        margin-top: 0;
        /* color:aqua */
    }

    .footer-section {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0;
        text-align: center;
    }

    .footer-section:nth-child(1),
    .footer-section:nth-child(2),
    .footer-section:nth-child(3),
    .footer-section:nth-child(4) {
        width: 100%;
        margin-left: 0;
        padding: 0px;
        height: fit-content;
    }

    .footer-bottom {
        text-align: center;
        padding: 10px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%;
    }

    .sticky-button {
        bottom: 10px;
        right: 10px;
        width: 100px;
        font-size: 12px;
    }

    .modal-content {
        width: 90%;
        max-width: none;
        padding: 10px;
    }

    .social-media-icons {
        /* flex-direction: column; */
        align-items: center;
    }

    .social-icon {
        font-size: 24px;
    }

    .social-media-icons {
        left: -6%;
        bottom: 4%;
        font-size: 1rem !important;
        text-align: center !important;

    }

    .u-logo-image-1 {
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-section h3 {
        text-align: left;

        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 600;
    }

    .footer-section ul li a {
        text-decoration: none;
        font-size: 18px;
        line-height: 1.6;
    }

    .footer-section p {
        text-align: justify;
        line-height: 1.6;
        color: black;
        font-size: 1rem;
    }

    .sticky-button button {
        /* display: block; */
        margin-top: 20px !important;
    }

    .contact-form div {
        display: flex;
        flex-direction: column;
    }

    .contact-form .input-label {
        text-align: center;
    }

    .contact-form div {
        gap: 0px !important;
    }

    .footer {
        padding: 10px;
    }

    .footer-section ul {
        text-align: justify;
        margin-left: 0%;
    }

    .txt_para {
        margin-top: 10% !important;
        margin-left: 0px !important;
    }

    .sticky-btn {
        margin-right: 58px ;
        margin-top: 18px !important;
    }
    .contact-form button {
        margin: 10px 40px 10px 0px;
        padding: 10px 10px;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
    .footer-container {
        padding: 0 10px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%;
        padding: 10px;
    }

    .sticky-button {
        bottom: 5px;
        right: 22px;
        width: 80px;
        font-size: 10px;
    }

    .modal-content {
        width: 95%;
    }

    .txt_para {
        margin-left: 0px !important;
    }

    /* .sticky-btn{
        margin-right: 15px !important;
        margin-top: 15px !important;
      } */
}


/* Custom gradient for SweetAlert "OK" button */
.swal2-confirm {
    background: linear-gradient(to right, #ff7a18, #ff0066);/* Example gradient (orange to pink) */
    border: none; /* Remove default border */
    color: white; /* Text color */
    font-weight: bold; /* Optional: Make the text bold */
    border-radius: 5px; /* Optional: Rounded corners */
    padding: 10px 20px; /* Optional: Adjust padding for button */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow */
    transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition for background and transform */
}

.swal2-confirm:hover {
    background: linear-gradient(to right, #ff7a18, #ff0066); /* Change the gradient on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}
.Submit-btn-contact{
    margin-left:90%;
}