﻿body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #666;
    background-color: #fff;
}
.top-bar {
    display: none;
}

@media (min-width: 768px) {
    .top-bar {
        display: block;
    }
}

    p {
        color: #666;
        line-height: 1.8em;
    }

    a:hover {
        color: #000 !important;
    }

    /* Header Styles */
.top-bar {
    background-color: #FF4500;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

    .contact-info i {
        margin-right: 5px;
    }

    .social-icons a {
        color: #fff;
        font-size: 15px;
    }

    .main-header {
        padding: 15px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .logo img {
        max-width: 200px;
        height: auto;
    }

    .main-nav .nav-link {
        font-weight: 600;
        color: #1B435E;
        padding: 10px 15px !important;
    }

        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            color: #1B435E !important;
        }

    .search-icon {
        font-size: 16px;
        color: #1B435E;
        cursor: pointer;
    }

    #heroCarousel .carousel-item {
        height: 550px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    /* 📱 Mobile view (screen width 768px or less) */
    @media (max-width: 768px) {
        #heroCarousel .carousel-item {
            height: 184px;
        }
    }


    #heroCarousel .carousel-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    #heroCarousel .carousel-caption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #heroCarousel h1,
    #heroCarousel p {
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    }


    /* Hero Slider */
    .hero-slider {
        height: 600px;
        overflow: hidden;
    }

    .slide {
        height: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .slide-content {
        max-width: 45%;
    }

    .slide-subtitle {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        background: #12a85f;
        box-shadow: 0px 1px 15px 0px rgba(22, 213, 121, 0.3);
        padding: 6px 13px;
        border-radius: 3px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .slide-title {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.2;
        color: #333333;
        margin: 13px 0 23px 0;
    }

    .slide-description {
        font-size: 15px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 20px;
    }

    .slide-button {
        font-size: 15px;
        color: #ffffff;
        background: #12a85f;
        padding: 12px 33px;
        border-radius: 3px;
        display: inline-block;
        transition: background 0.3s;
        text-decoration: none;
    }

        .slide-button:hover {
            background: #333333;
            color: #ffffff;
        }

    /* Notice Section */
.notice-section {
    padding: 20px 0;
    background-color: #f9f9f9;
    border: 3px double #FF4500;
}

        .notice-section p {
            text-align: center;
            font-weight: 600;
            margin-bottom: 0;
        }

    /* Services Section */
    .services-section {
        padding: 90px 0 75px 0;
    }

    .service-item {
        text-align: center;
        margin-bottom: 30px;
    }

        .service-item img {
            max-width: 80px;
            height: auto;
            margin-bottom: 20px;
        }

        .service-item h3 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }

    /* Team Section */
    .team-section {
        padding: 60px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .section-title h3 {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

    .title-divider {
        width: 70px;
        height: 2px;
        background-color: #12a85f;
        margin: 0 auto;
    }

    .team-member {
        margin-bottom: 60px;
    }

    .member-image {
        text-align: center;
    }

        .member-image img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            max-width: 240px;
        }

    .member-info h4 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }

    .member-info p {
        color: #555;
        line-height: 1.7;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .member-info {
            padding: 15px 0;
            text-align: center;
        }

        .member-image img {
            height: 280px;
            margin-bottom: 20px;
        }
    }

    .team-card-inner {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s;
        height: 100%;
    }

        .team-card-inner:hover {
            transform: translateY(-10px);
        }

    .team-card-image {
        height: 250px;
        overflow: hidden;
    }

    .team-card-image {
        text-align: center;
    }

        .team-card-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: transform 0.5s;
        }

    .team-card-content {
        padding: 20px;
        text-align: center;
    }

        .team-card-content h3 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .team-card-content p {
            font-size: 14px;
            color: #666;
        }

    /* About Section */
    .about-section {
        padding: 90px 0;
        background-color: #f9f9f9;
    }

    .about-text {
        background-color: #12A85F;
        color: #fff;
        padding: 40px;
        border-radius: 10px 0 0 10px;
        height: 100%;
    }

        .about-text h2 {
            font-size: 65px;
            font-weight: 900;
            margin-bottom: 10px;
        }

        .about-text h3 {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 30px;
        }

    .divider {
        width: 45px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.2);
        margin: 30px 0;
    }

    .about-text ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

        .about-text ul li {
            margin-bottom: 10px;
        }

    .about-text p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
    }

    .about-video {
        height: 400px;
        background-image: url('https://via.placeholder.com/800x400');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 0 10px 10px 0;
    }

        .about-video:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0 10px 10px 0;
        }

    .play-button {
        width: 80px;
        height: 80px;
        background-color: #12a85f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        z-index: 1;
        cursor: pointer;
    }

    .section-title h3 {
        font-weight: 700;
        font-size: 2rem;
        color: #1e293b;
    }

    .title-divider {
        width: 60px;
        height: 4px;
        background: #007bff;
        margin: 10px auto;
        border-radius: 3px;
    }

    /* .services-dark-section {
    background: #0f172a;
    color: #fff;
} */

    .section-title h3 {
        font-weight: 700;
        font-size: 2rem;
        color: black;
    }

.title-divider {
    width: 60px;
    height: 4px;
    background: #FF4500;
    margin: 10px auto;
    border-radius: 3px;
}



    /* Counter Section */
.counter-section {
    padding: 131px 0 147px 0;
    background: url('../images/bg_counter_1.jpg') center / cover fixed no-repeat;
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    overflow: hidden; /* important for blur overlay */
}

        /* Dark + Blur overlay */
        .counter-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55); /* tint color */
            backdrop-filter: blur(6px); /* blur intensity */
            -webkit-backdrop-filter: blur(6px); /* for Safari */
            z-index: 0;
        }

        /* Ensuring content stays above overlay */
        .counter-section .container {
            position: relative;
            z-index: 1;
        }

    /* Counter items */
    .counter-item {
        text-align: center;
        color: #fff;
    }

    .counter-number {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .counter-title {
        font-size: 18px;
        color: #fff;
    }


    /* Testimonials Section */
    .testimonials-section {
        padding: 77px 0;
        background: white;
    }

    .testimonial-item {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
        height: 100%;
    }

    .testimonial-content {
        margin-bottom: 20px;
    }

        .testimonial-content p {
            margin-bottom: 0;
        }

    .testimonial-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }

    .author-info h4 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
    }

    .author-info p {
        font-size: 14px;
        color: #666;
        margin-bottom: 0;
    }

    /* Partners Section */
    .partners-section {
        padding: 60px 0;
    }

    .partner-logo {
        max-width: 150px;
        /* filter: grayscale(100%); */
        transition: filter 0.3s;
        cursor: pointer;
    }

        .partner-logo:hover {
            filter: grayscale(0%);
        }

    /* Footer */
    .footer {
        /*background-image: url('../images/back-ground-footer.jpg');*/
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        color: white;
        padding: 57px 0 0 0;
    }

        .footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5;
        }

        .footer .container {
            position: relative;
            z-index: 1;
        }

    .footer-widgets {
        border-bottom: 1px solid rgba(242, 242, 242, 0.2);
        padding-bottom: 55px;
    }

    .footer-widget h4 {
        font-size: 25px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 31px;
    }

    .footer-logo img {
        max-width: 192px;
        margin-bottom: 14px;
    }

    .footer-intro {
        margin-bottom: 20px;
    }

        .footer-intro p {
            color: white;
        }

    .footer-social a {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
    }

        .footer-social a:hover {
            color: #12a85f;
        }

    .footer-links ul {
        list-style: none;
        padding-left: 0;
    }

        .footer-links ul li {
            margin-bottom: 10px;
        }

            .footer-links ul li strong {
                font-weight: 600;
            }

    .footer-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .gallery-item img {
        width: 100%;
        border-radius: 5px;
    }

    .footer-bottom {
        text-align: center;
        padding: 20px 0;
    }

        .footer-bottom p {
            color: white;
            font-size: 14px;
            margin-bottom: 0;
        }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .slide-content {
            max-width: 90%;
        }

        .slide-title {
            font-size: 28px;
        }

        .hero-slider {
            height: 400px;
        }

        .about-text {
            border-radius: 10px 10px 0 0;
        }

        .about-video {
            border-radius: 0 0 10px 10px;
        }

        .team-member .row {
            flex-direction: column-reverse;
        }

            .team-member .row > div:first-child {
                order: 2;
            }

            .team-member .row > div:last-child {
                order: 1;
            }
    }

    /* About Us CSS */
    .about-section-modern {
        background: #f8f9fa;
        padding: 80px 0;
        position: relative;
    }

    .section-header h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
    }

    .section-divider {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #007bff, #00c6ff);
        margin: 0 auto 50px;
        border-radius: 2px;
    }

    .about-card-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .about-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        width: 320px;
        transition: all 0.3s ease;
        overflow: hidden;
    }

        .about-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 6px 25px rgba(0, 123, 255, 0.15);
        }

    .about-card-body {
        padding: 25px;
    }

    .about-card-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #007bff;
        margin-bottom: 15px;
    }

    .about-card-text {
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .about-card p:last-child {
        margin-bottom: 0;
    }

    .Choose-section {
        background-image: url('../images/bg_choose_us_1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        padding: 80px 0;
        position: relative;
        color: #fff;
        overflow: hidden;
    }

        /* Overlay for opacity effect */
        .Choose-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            /* Adjust opacity (0.6 = 60%) */
            z-index: 0;
        }

    /* Section header styling */
    .section-header {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

        .section-header h3 {
            font-size: 2rem;
            font-weight: 700;
            color: black;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .section-divider {
        width: 80px;
        height: 4px;
        background: #ffb703;
        margin: 15px auto;
        border-radius: 2px;
    }

    /* Choose items (cards) */
    .choose-item {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        text-align: center;
        padding: 40px 25px;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease-in-out;
        backdrop-filter: blur(5px);
    }

        .choose-item img {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }

    .Choose-section .section-header h3 {
        color: #fff;
    }

    .choose-item h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff;
    }

    .choose-item p {
        color: #fff;
    }

    /* Hover effects */
    .choose-item:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-10px);
    }

        .choose-item:hover img {
            transform: scale(1.1);
        }

    .recnet-work {
        background: #f8f9fa;
        /* Light background */
        padding: 80px 0;
    }

        .recnet-work .section-header {
            margin-bottom: 50px;
        }

            .recnet-work .section-header h3 {
                font-size: 2rem;
                font-weight: 700;
                color: #222;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

    .section-divider {
        width: 80px;
        height: 4px;
        background: #ffb703;
        margin: 15px auto;
        border-radius: 2px;
    }

    /* Image container */
    .recent-work-img {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        /* Image styling */
        .recent-work-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, filter 0.5s ease;
            border-radius: 15px;
        }

        /* Hover effect */
        .recent-work-img:hover img {
            transform: scale(1.1);
            filter: brightness(70%);
        }

        /* Overlay text (optional if you want titles later) */
        .recent-work-img::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 1rem;
            font-weight: 600;
            opacity: 0;
            transition: opacity 0.4s ease;
            background: rgba(0, 0, 0, 0.5);
            padding: 8px 16px;
            border-radius: 5px;
        }

        .recent-work-img:hover::after {
            opacity: 1;
        }

    /* Responsive adjustments */
    @media (max-width: 767px) {
        .recnet-work {
            padding: 60px 20px;
        }

            .recnet-work .section-header h3 {
                font-size: 1.6rem;
            }

        .recent-work-img {
            margin-bottom: 20px;
        }
    }


    /* Responsive adjustments */
    @media (max-width: 767px) {
        .Choose-section {
            padding: 60px 20px;
        }

        .choose-item {
            padding: 30px 20px;
        }

            .choose-item img {
                width: 70px;
                height: 70px;
            }

        .section-header h3 {
            font-size: 1.6rem;
        }
    }


    @media (max-width: 768px) {
        .about-card-row {
            flex-direction: column;
            align-items: center;
        }

        .about-card {
            width: 90%;
        }
    }

    /* Services-Section */
    /* Main Section Styling */
    .service-section {
        background: #f8f9fa;
        padding: 80px 0;
    }

    /* Section Header */
    .section-header h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #222;
        text-transform: uppercase;
    }

    .section-divider {
        width: 80px;
        height: 4px;
        background: #ffb703;
        margin: 15px auto;
        border-radius: 2px;
    }

    /* Service Item Cards */
    .services-item {
        background: #fff;
        border-radius: 15px;
        padding: 40px 25px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
        height: 100%;
        border: 1px solid #eee;
    }

        .services-item i {
            font-size: 3rem;
            color: #ffb703;
            margin-bottom: 20px;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        .services-item h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #333;
        }

        .services-item p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Hover Effects */
        .services-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border-color: #ffb703;
        }

            .services-item:hover i {
                color: #ff8c00;
                transform: scale(1.1);
            }

    /* Responsive */
    @media (max-width: 767px) {
        .service-section {
            padding: 60px 20px;
        }

        .services-item {
            padding: 30px 20px;
        }

            .services-item i {
                font-size: 2.5rem;
            }

        .section-header h3 {
            font-size: 1.6rem;
        }
    }

    /* Contact Section */
    .contact-section {
        display: flex;
        justify-content: center;
        align-items: start;
        text-align: center;
        gap: 120px;
        padding: 60px 20px;
        background: #fff;
        flex-wrap: wrap;
    }

    .contact-box {
        flex: 1;
        min-width: 280px;
    }

        .contact-box .icon {
            font-size: 70px;
            margin-bottom: 20px;
        }

        .contact-box h3 {
            font-size: 28px;
            font-weight: 700;
            color: #222;
            margin-bottom: 10px;
        }

        .contact-box p {
            font-size: 18px;
            color: #555;
            line-height: 1.6;
        }

    /* Responsive */
    @media (max-width: 992px) {
        .contact-section {
            gap: 60px;
        }
    }

    @media (max-width: 768px) {
        .contact-section {
            flex-direction: column;
            align-items: center;
            gap: 50px;
        }
    }
.services-dark-section {
    padding: 90px 0;
    background-color: #121212;
}

.service-dark-item:hover {
    background-color: #12a85f;
    border-color: #12a85f !important;
    cursor: pointer;
    transform: translateY(-5px);
}

.service-dark-item img:hover {
    transition: 0.8s;
    transform: rotateY(360deg);
}


.services-dark-section .section-title h3 {
    color: #f58026;
}

.service-dark-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 31px 30px 49px 0;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

    .service-dark-item img {
        max-width: 60px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .service-dark-item h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-dark-item p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
    }
<style >
.team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.team-card {
    flex: 1 1 calc(20% - 20px); /* 5 cards per row */
    max-width: calc(20% - 20px);
    text-align: center;
}

.team-card-inner {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .team-card-inner:hover {
        transform: translateY(-5px);
    }

.team-card-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.team-card-content {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .team-card {
        flex: 1 1 calc(33.33% - 20px); /* 3 per row on tablet */
    }
}

@media (max-width: 768px) {
    .team-card {
        flex: 1 1 calc(50% - 20px); /* 2 per row on mobile */
    }
}

@media (max-width: 480px) {
    .team-card {
        flex: 1 1 100%; /* 1 per row on small mobile */
    }
}

</style >
