@charset "UTF-8";
/* CSS Document */

 body { font-family: Arial, sans-serif; line-height: 1.6; }
        .slider-container { position: relative; overflow: hidden; border-radius: 10px; }
        .slide img { width: 100%; /*height: 400px; object-fit: cover; */}
.bg-light{background-color:#fff !importantl;    --bs-bg-opacity: 0 !important;}
.navbar{    --bs-navbar-nav-link-padding-x: 2.5rem !important;}
        .arrow { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 10px; border: none; cursor: pointer; border-radius: 50%; }
        .arrow-left { left: 10px; }
        .arrow-right { right: 10px; }
        .about h2, .values h2 { color: #00BFFF; font-size: 2rem; margin-bottom: 10px; }
        .footer { background-color: #333; color: #fff; padding: 20px; text-align: center; }
        .footer a { color: #00BFFF; text-decoration: none; }
.footer p {font-weight:normal !important; font-size:14px !important;} .footer h3{font-size: 1.3rem; padding: 10px 0px;}
.about h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.about h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
.portfolio h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.portfolio h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
.values h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.values h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
.services-section h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.services-section h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
.clients h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.clients h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
.contact h2 {
    font-size: 2rem;
    color: #555;
    position: relative;
    display:table;
    margin: 20px auto;
}

.contact h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9ccc9c, #6ec1e4);
    margin-top: 5px;
}
/* Clients Section */
        .clients-section { padding: 40px 0; text-align: center; }
        .clients-section h2 { color: #00BFFF; font-size: 2rem; margin-bottom: 20px; }
        .clients-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .client-logo { width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; border: 2px solid #ccc; border-radius: 10px; padding: 10px; background-color: #fff; }
        .client-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.text-left {
    text-align: left;
}
 .portfolio img { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; }
        .portfolio .col-md-3 { margin-bottom: 20px; }


 /* Lightbox Customization */
        .lb-dataContainer { width: 50% !important; height: 50% !important; margin: auto; }
        .lb-outerContainer { width: 50% !important; height: 50% !important; margin: auto; }
        .lightbox .lb-close { top: 10px; right: 10px; background-color: #fff; border-radius: 50%; padding: 5px 10px; }
 .services-section h3 {
        margin-top: 15px;
        font-weight: bold;
    }

    .services-section .line {
        width: 50px;
        height: 4px;
        margin: 10px auto 15px;
        background: linear-gradient(to right, #5ecf6e, #5bb2d4);
    }

    .services-section i {
        color: #555;
    }

    .services-section ul li {
        margin-bottom: 8px;
        color: #555;
        font-size: 16px;
    }

    .services-section .service-item {
        padding: 20px;
        transition: transform 0.3s, box-shadow 0.3s;
        border-radius: 10px;
    }

    .services-section .service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
.success-message { display: none; color: green; margin-top: 15px; text-align: center; font-weight: bold; }
.text-left{ text-align:left !important;}