﻿
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #003a66 !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: georgia, serif !important;*/
    font-weight: 400;
    transition: 0.5s;
    font-size:16px;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: #2489d6;
    border: 1px solid var(--bs-secondary);
    border-color: white !important;
}

.btn.btn-secondary {
    background: transparent;
    color: #003a66;
     font-family: 'Poppins', sans-serif !important;
    /*font-family: georgia, serif !important;*/
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}

    /*** Section Title Start ***/
    .section-title {
        max-width: 900px;
        text-align: center;
        margin: 0 auto;
    }


        .section-title .sub-style {
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            color: var(--bs-primary);
        }

            .section-title .sub-style::before {
                content: "";
                width: 100px;
                position: absolute;
                bottom: 50%;
                left: 0;
                transform: translateY(-50%);
                margin-bottom: -6px;
                margin-left: -100px;
                border: 1px solid var(--bs-secondary) !important;
            }

            .section-title .sub-style::after {
                content: "";
                width: 50px;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                margin-top: -8px;
                margin-left: -50px;
                border: 1px solid var(--bs-primary) !important;
            }

    .sub-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-primary);
    }


        .sub-title::before {
            content: "";
            width: 100px;
            position: absolute;
            bottom: 50%;
            right: 0;
            transform: translateY(-50%);
            margin-bottom: -8px;
            margin-right: -100px;
            border: 1px solid var(--bs-secondary) !important;
        }

        .sub-title::after {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            margin-top: -6px;
            margin-right: -50px;
            border: 1px solid var(--bs-primary) !important;
        }


    /*** Topbar Start ***/
    .fixed-top .container {
        transition: 0.5s;
    }

    .topbar {
        padding: 2px 10px 2px 20px;
        background: var(--bs-primary) !important;
    }

        .topbar a,
        .topbar a i {
            transition: 0.5s;
        }

            .topbar a:hover,
            .topbar a i:hover {
                color: var(--bs-secondary) !important;
            }


    @media (max-width: 768px) {
        .topbar {
            display: none;
        }
    }
    /*** Topbar End ***/


    /*** Navbar Start Tag ***/
    .bg-white {
        background-color: #f0f5fb !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-family: 'Poppins', sans-serif !important;
        /*  font-family: Georgia, serif!important;*/
        position: relative;
        margin-right: 25px;
        padding: 35px 0;
        color: var(--bs-primary) !important;
        font-size: 16px;
        font-weight: 650;
        outline: none;
        transition: .5s;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 20px 0;
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #2489d6 !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        transition: .5s;
    }

    .sticky-top .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        vertical-align: middle;
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 10px;
            transition: .5s;
            opacity: 0;
        }
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu-service {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 10px;
            transition: .5s;
            margin-left: -100% !important;
            opacity: 0;
        }
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu-project {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 10px;
            transition: .5s;
            opacity: 0;
          /*  margin-left: -188% !important;*/
            margin-left: -100% !important;
        }
    }

    .dropdown .dropdown-menu a:hover,
    .dropdown .dropdown-menu a:hover .menu-item-i {
        background: var(--bs-primary);
        color: var(--bs-secondary);
    }
        /* Ensure the icon within the link also gets the hover effect */
        .dropdown .dropdown-menu a:hover .menu-item-i {
            color: #003a66;
        }

    .dropdown .dropdown-menu-project a:hover {
        background: var(--bs-primary);
        color: var(--bs-secondary);
    }

    .dropdown .dropdown-menu-service a:hover {
        background: var(--bs-primary);
        color: var(--bs-secondary);
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item:hover .dropdown-menu-service {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item:hover .dropdown-menu-project {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }

    @media (max-width: 991.98px) {
        .sticky-top {
            position: relative;
            background: var(--bs-white);
        }

        .navbar.navbar-expand-lg .navbar-toggler {
            padding: 10px 20px;
            border: 1px solid var(--bs-primary) !important;
            color: var(--bs-primary);
        }

        .navbar-light .navbar-collapse {
            margin-top: 15px;
            border-top: 1px solid #DDDDDD;
        }

        .navbar-light .navbar-nav .nav-link,
        .sticky-top .navbar-light .navbar-nav .nav-link {
            padding: 10px 0;
            margin-left: 0;
            color: #003a66 !important;
        }

        .navbar-light .navbar-brand img {
            max-height: 45px;
        }
    }

    @media (min-width: 991.98px) {
        .sticky-top .navbar-light {
            background: var(--bs-light) !important;
            margin-left: -2%;
        }

        /*** Top and Bottom borders go out ***/
        .navbar-light .navbar-nav .nav-link:after,
        .navbar-light .navbar-nav .nav-link::before {
            position: absolute;
            content: "";
            top: 30px;
            bottom: 30px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: var(--bs-primary);
            opacity: 0;
            transition: all 0.5s;
        }

        .navbar-light .navbar-nav .nav-link:before {
            bottom: auto;
        }

        .navbar-light .navbar-nav .nav-link:after {
            top: auto;
        }

        /* .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }
*/
        .navbar-light .navbar-nav .nav-link:hover::after,
        .navbar-light .navbar-nav .nav-link.active::after {
            bottom: 20px;
            opacity: 1;
        }
    }

    #searchModal .modal-content {
        background: rgba(240, 245, 251, 0.5);
    }

    /*Menu Nav*/
    .two-columns {
        column-count: 2; /* Creates two columns */
        column-gap: 20px; /* Space between columns */
        padding: 0; /* Removes default padding */
        list-style-type: none; /* Removes default list styling */
        width: auto;
    }

        .two-columns li {
            break-inside: avoid; /* Prevents items from breaking across columns */
        }

    .nav-menu-colr {
        color: #000; /* Default text color */
        transition: color 0.3s; /* Smooth transition */
    }

    .dropdown-item:hover {
        color: #fff !important; /* Change text color to white on hover */
        background-color: #003a66 !important; /* Set background color on hover */
    }

    ol {
        list-style: none;
        counter-reset: list-counter; /* Initialize the counter */
    }

        ol li {
            counter-increment: list-counter; /* Increment the counter */
        }

            /*ol li::before {
                content: counter(list-counter) ". ";*/ /* Display the counter before each item */
                /*font-weight: bold;*/ /* Make the number bold */
                /*color: #2489d6;*/ /* Change 'yourColor' to your desired color */
            /*}*/

    /*Nav Bar*/
    @media (min-width: 1200px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            margin-right:0%;
            margin-left: 22%;
        }
    }

    @media (min-width: 1400px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            margin-right: 0%;
            margin-left: 47.5%;
        }
    }

    .dropdown-menu-project {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 14.1px;
        margin-left: -378% !important;
        margin-right: 0% !important;
        color: #7a8a9e;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 10px;
    }

    .dropdown-menu-service {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 14.1px;
        margin-left: -378% !important;
        margin-right: 0% !important;
        color: #7a8a9e;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 10px;
    }
    /*Start Tag for new css*/
    /*.nav-item.dropdown:hover .dropdown-menu-project {
        display: block;*/ /* Show the dropdown on hover */
    /*}

    .nav-item.dropdown:hover .dropdown-menu-service {
        display: block;*/ /* Show the dropdown on hover */
    /*}

    .nav-item.dropdown {
        position: relative;*/ /* Ensures the dropdown menu is positioned relative to this container */
    /*}

    .dropdown-menu-project {
        left: 0;*/ /* Adjust position as needed */
        /*margin-left: 0;*/ /* Reset the negative margin */
    /*}

    .dropdown-menu-service {
        left: 0;*/ /* Adjust position as needed */
        /*margin-left: 0;*/ /* Reset the negative margin */
    /*}*/
    /*End tag for ectra css*/

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 14.1px;
        margin-left: -20% !important;
        margin-right: 0% !important;
        color: #7a8a9e;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 10px;
    }

    .menu-item-li {
        display: flex;
        align-items: center; /* Center items vertically */
        padding: 5px 10px; /* Add some padding for better visibility */
        border-radius: 5px; /* Optional: add rounded corners */
        transition: background-color 0.3s; /* Smooth transition for background color */
    }

    .menu-item-i {
        margin-right: 5px;
        margin-left: 3px;
        font-size: 20px;
        transition: transform 0.3s, color 0.3s; /* Smooth transition for the hover effect */
    }

    .nav-menu-colr {
        color: #333; /* Default color */
        text-decoration: none; /* Remove underline from link */
        display: flex;
        align-items: center; /* Center items vertically */
        transition: color 0.3s, background-color 0.3s; /* Smooth transition for text and background color */
    }

    /* Apply hover effect to the entire list item */
    .menu-item-li:hover {
        background-color: #003a66; /* Background color on hover */
    }

        .menu-item-li:hover .menu-item-i,
        .menu-item-li:hover .nav-menu-colr {
            color: white; /* Icon and text color on hover */
        }

        .menu-item-li:hover .menu-item-i {
            transform: scale(1.2); /* Increase the size slightly on hover */
        }


    /*EXTRA CSS FOR  NAV BAR*/
    /* General styles for the dropdown menu */
    .dropdown-menu-service {
        max-height: 300px; /* Limit the height for smaller screens */
        overflow-y: auto; /* Enable vertical scrolling if content overflows */
        scrollbar-width: thin; /* Makes the scrollbar thinner (for modern browsers) */
    }

        /* Custom scrollbar styling for modern browsers */
        .dropdown-menu-service::-webkit-scrollbar {
            width: 6px; /* Width of the scrollbar */
        }

        .dropdown-menu-service::-webkit-scrollbar-thumb {
            background: #2489d6; /* Color of the scrollbar thumb */
            border-radius: 10px; /* Rounded scrollbar thumb */
        }

            .dropdown-menu-service::-webkit-scrollbar-thumb:hover {
                background: #003a66; /* Darker color on hover */
            }

    /* Ensure proper padding and spacing for smaller screens */
    @media (max-width: 768px) {
        .dropdown-menu-service {
            max-height: 200px; /* Further reduce height for mobile screens */
            /*overflow-y: scroll;*/ /* Ensure vertical scrolling */
            margin-left: -6% !important; /* Adjusts position for mobile view */
            margin-right: 20% !important; /* Adds right margin for mobile view */
            column-count: 1;
        }

        .nav-item.dropdown:hover .dropdown-menu-service {
            display: table-cell; /* Keep the dropdown functionality on hover */
        }

        .nav-item.dropdown:hover .dropdown-menu-project {
            display: table-cell; /* Keep the dropdown functionality on hover */
        }

        .nav-item.dropdown a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .two-columns {
            column-count: 1;
            column-gap: 10px;
        }
    }
    /* Media query for mobile view */
    @media (max-width: 768px) {
        .dropdown-menu-project {
            /*margin-left: -6% !important;*/ /* Adjusts position for mobile view */
            /*margin-right: 20% !important;*/ /* Adds right margin for mobile view */
            overflow-y: auto; /* Enables vertical scrolling if content overflows */
            max-height: 60vh; /* Restricts dropdown height to 60% of the viewport */
            column-count: 1;
        }

        /* Adjust the parent container for better mobile alignment */
        .nav-item.dropdown {
            width: 100%; /* Ensures the dropdown spans the full width if needed */
        }
    }


    /*** Navbar End ***/

    aboutusimage
    /*** Single Page Hero Header Start ***/
    /*.bg-breadcrumbsaboutus{
    background:linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/aboutusbackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}*/
    /*** Single Page Hero Header End ***/
    /*** Carousel Hero Header Start ***/
    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        width: 4rem;
        height: 4rem;
        margin-left: -60px;
        border-radius: 50%;
        background-size: 60% 60%;
        transition: 0.5s;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-left: 0;
        margin-right: -60px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding-bottom: 0;
        transition: 0.5s;
    }


        .carousel-header .carousel .carousel-indicators li,
        .carousel-header .carousel .carousel-indicators li,
        .carousel-header .carousel .carousel-indicators li {
            width: 8px;
            height: 8px;
            border: 8px solid var(--bs-primary);
            border-radius: 50%;
            margin-right: 30px;
            transition: 0.5s;
        }

            .carousel-header .carousel .carousel-indicators li.active {
                width: 8px;
                height: 8px;
                /* border: 8px solid var(--bs-secondary);*/
            }

    .carousel-header .carousel-inner .carousel-item {
        position: relative;
        min-height: 100vh
    }

        .carousel-header .carousel-inner .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-header .carousel-inner .carousel-item .carousel-caption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            /*background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));*/
            background-size: cover;
        }

    @media (max-width: 768px) {
        .carousel-header .carousel-inner .carousel-item {
    
            position: relative;
            min-height: 30vh
        }


        .carousel-header .carousel-control-prev .carousel-control-prev-icon {
            margin-left: 0px;
            height: 15%;
            width: 50%;
        }

        .carousel-header .carousel-control-next .carousel-control-next-icon {
            margin-right: 0px;
            height: 15%;
            width: 50%;
        }

        .carousel-header .carousel .carousel-indicators {
            margin-right: 0%;
            padding: 0;
        }

            .carousel-header .carousel .carousel-indicators li,
            .carousel-header .carousel .carousel-indicators li,
            .carousel-header .carousel .carousel-indicators li {
                width: 2px;
                height: 2px;
                border: 8px solid var(--bs-primary);
                border-radius: 50%;
                margin-right: 30px;
                transition: 0.5s;
            }

                .carousel-header .carousel .carousel-indicators li.active {
                    width: 2px;
                    height: 2px;
                    border: #003a66 !important 8px solid;
                }
    }

    /*** Counter Facts Start ***/
    .counter-facts {
        background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }

        .counter-facts .counter {
            position: relative;
            text-align: center;
            width: 200px;
            min-height: 215px;
            padding: 10px 15px;
            margin: 0 auto;
            border-radius: 100px;
            box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
            background: var(--bs-white);
        }

            .counter-facts .counter:before {
                content: "";
                position: absolute;
                height: 105px;
                width: 100%;
                left: 0;
                top: 0;
                border-radius: 10px 10px 0 0;
                background-color: var(--bs-primary);
            }

            .counter-facts .counter .counter-icon {
                position: relative;
                width: 100px;
                height: 100px;
                margin: 0 auto 10px;
                border-radius: 10px 10px 0 0;
                transform: translateY(-20px);
                font-size: 50px;
                line-height: 90px;
                color: #ffffff;
                background: rgba(1, 143, 252, 0.5);
                clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
            }

                .counter-facts .counter .counter-icon:before {
                    content: "";
                    position: absolute;
                    width: 120px;
                    height: 90px;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    border-radius: 10px 10px 0 0;
                    background: rgba(0, 58, 102, 0.5);
                    z-index: -1;
                    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
                }

            .counter-facts .counter:hover .counter-icon i {
                transform: rotate(360deg);
                transition: all 0.3s ease;
            }

            .counter-facts .counter h3 {
                color: var(--bs-primary);
                font-size: 17px;
                font-weight: 600;
                letter-spacing: 1px;
                text-transform: uppercase;
                margin: 0 0 5px 0;
            }

            .counter-facts .counter .counter-value {
                font-size: 30px;
                font-weight: 700;
                display: block;
                color: var(--bs-secondary);
            }

    @media screen and (max-width: 1200px) {
        .counter-facts .counter {
            margin-bottom: 40px;
        }
    }
    /*** Counter Facts End ***/


    /*** service Start ***/
    .service .service-item {
        position: relative;
        overflow: hidden;
        border-color: navy;
        border-style: double;
        border-radius: 20px;
        border-width: 5px;
    }


        .service .service-item .service-inner .service-title {
            position: relative;
            margin-top: -30px;
            text-align: center;
            transition: 0.5s;
            font-size: medium !important;
        }

            .service .service-item .service-inner .service-title .service-content {
                position: absolute;
                bottom: -100%;
                left: 0;
                margin-left: 30px;
                margin-right: 30px;
                text-align: center;
                border-radius: 10px;
                background: var(--bs-primary);
                opacity: 0;
                transition: 0.5s;
            }

        .service .service-item:hover .service-inner .service-title .service-content {
            bottom: 0;
            opacity: 1;
        }

        .service .service-item .service-inner .service-title .service-content a h4 {
            border-bottom: 1px solid rgba(256, 256, 256, .1);
        }

        .service .service-item .service-inner .service-title .service-title-name {
            transition: 0.5s;
        }

        .service .service-item:hover .service-inner .service-title .service-title-name {
            opacity: 0;
        }

        .service .service-item .service-inner .service-img {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
        }

            .service .service-item .service-inner .service-img::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                border-radius: 10px;
                background: rgba(255, 255, 255, .5);
                transition: 0.5s;
                opacity: 0;
            }

        .service .service-item:hover .service-inner .service-img::after {
            height: 100%;
            opacity: 1;
        }

        .service .service-item .service-inner .service-img img {
            transition: 0.5s;
        }

        .service .service-item:hover .service-inner .service-img img {
            transform: scale(1.3);
        }

    /*Media Code for the projects*/
    /* Base CSS code remains the same */

    /* Small devices (up to 576px, mobile phones) */
    @media (max-width: 576px) {
        .service .service-item {
            border-width: 3px;
            border-radius: 10px;
        }

            .service .service-item .service-inner .service-title {
                font-size: small !important;
                margin-top: -20px;
            }

                .service .service-item .service-inner .service-title .service-content {
                    margin-left: 15px;
                    margin-right: 15px;
                }

            .service .service-item .service-inner .service-img img {
                transform: scale(1.1); /* Less zoom for small devices */
            }
    }

    /* Medium devices (up to 768px, tablets) */
    @media (max-width: 768px) {
        .service .service-item {
            border-width: 4px;
            border-radius: 15px;
        }

            .service .service-item .service-inner .service-title {
                font-size: medium !important;
                margin-top: -25px;
            }

                .service .service-item .service-inner .service-title .service-content {
                    margin-left: 20px;
                    margin-right: 20px;
                }

            .service .service-item .service-inner .service-img img {
                transform: scale(1.2);
            }
    }

    /* Large devices (up to 992px, small desktops) */
    @media (max-width: 992px) {
        .service .service-item {
            border-width: 5px;
            border-radius: 20px;
        }

            .service .service-item .service-inner .service-title {
                font-size: large !important;
                margin-top: -30px;
            }

                .service .service-item .service-inner .service-title .service-content {
                    margin-left: 25px;
                    margin-right: 25px;
                }

            .service .service-item .service-inner .service-img img {
                transform: scale(1.3);
            }
    }

    /* Extra large devices (up to 1200px, large desktops) */
    @media (max-width: 1200px) {
        .service .service-item {
            border-width: 5px;
            border-radius: 20px;
        }

            .service .service-item .service-inner .service-title {
                font-size: large !important;
                margin-top: -30px;
            }

                .service .service-item .service-inner .service-title .service-content {
                    margin-left: 30px;
                    margin-right: 30px;
                }

            .service .service-item .service-inner .service-img img {
                transform: scale(1.3);
            }
    }

    /* Very large devices (1200px and above, large desktops and TVs) */
    @media (min-width: 1200px) {
        .service .service-item {
            border-width: 5px;
            border-radius: 20px;
        }

            .service .service-item .service-inner .service-title {
                font-size: large !important;
                margin-top: -30px;
            }

                .service .service-item .service-inner .service-title .service-content {
                    margin-left: 30px;
                    margin-right: 30px;
                }

            .service .service-item .service-inner .service-img img {
                transform: scale(1.3);
            }
    }
    /*End Tag for Media code*/
    /*** Service End ***/
    /*** Features Start ***/
    .features .feature-item {
        position: relative;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

        .features .feature-item::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 0;
            bottom: 0;
            left: 0;
            border-radius: 10px;
            background: rgba(0, 58, 102, 0.1);
            z-index: -1;
            transition: 0.5s;
        }

        .features .feature-item:hover::after {
            height: 100%;
        }

        .features .feature-item .feature-icon {
            width: 120px;
            height: 120px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: var(--bs-light);
            transition: 0.5s;
        }

        .features .feature-item:hover .feature-icon {
            border-radius: 50%;
            background: var(--bs-white) !important;
        }

        .features .feature-item .feature-icon i {
            transition: 0.5s;
        }

        .features .feature-item:hover .feature-icon i {
            color: var(--bs-secondary) !important;
            transform: rotate(360deg);
            transition: all 0.5s ease;
        }
    /*** Features End ***/


    /*** Country Start ***/
    .country .country-item {
        position: relative;
    }

        .country .country-item::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 0;
            bottom: 0;
            left: 0;
            /* background: rgba(0, 58, 102, 0.7);*/
            border-radius: 10px;
            transition: 0.5s;
            z-index: 1;
        }

        .country .country-item:hover::after {
            height: 100%;
        }

        .country .country-item .country-flag {
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: -45px;
            left: 50%;
            transform: translateX(-50%);
            transition: 0.5s;
            z-index: 2;
        }

            .country .country-item .country-flag img {
                border: 5px solid var(--bs-white);
                transition: 0.5s;
            }

        .country .country-item:hover .country-flag img {
            border: 5px solid var(--bs-white);
            transform: rotate(360deg);
            transition: all 0.5s ease;
        }

        .country .country-item .country-name {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: 0.5s;
            opacity: 0;
            z-index: 3;
        }

        .country .country-item:hover .country-name {
            opacity: 1;
        }

        .country .country-item img {
            transition: 0.5s;
        }

        .country .country-item:hover img {
            transform: scale(1.2);
        }

        .country .country-item .country-name a.fs-4 {
            transition: 0.5s;
        }

            .country .country-item .country-name a.fs-4:hover {
                color: var(--bs-secondary) !important;
            }
    /*** Country End ***/
    /*** testimonial Start ***/
    .testimonial .owl-carousel.testimonial-carousel {
        position: relative;
    }

        /* Centering the testimonial content */
        .testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
            position: relative;
            border-radius: 10px;
            background: var(--bs-light);
        }

            .testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
                position: absolute;
                content: "";
                width: 45px;
                height: 45px;
                bottom: -20px;
                left: 30px;
                transform: rotate(45deg);
                background: var(--bs-light);
                z-index: -1;
            }

        /* Centering navigation buttons */
        .testimonial .owl-carousel.testimonial-carousel .owl-nav {
            display: flex;
            justify-content: center; /* Center the buttons */
            margin-top: 20px; /* Adjust margin as needed */
            font-size: 40px;
            color: var(--bs-primary);
            margin-top:-2%;
        }

            .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
                margin-right: 40px;
            }

            .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
            .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
                transition: 0.5s;
            }

                .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
                .testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-nav .owl-next:hover {
                    color: var(--bs-primary);
                }
    /*** testimonial end ***/
    /*** training Start ***/
    .training .training-item .training-inner {
        position: relative;
    }

        .training .training-item .training-inner .training-title-name {
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            padding: 20px;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            flex-direction: column;
            justify-content: end;
            text-align: center;
            transition: 0.5s;
        }

    .training .training-item {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .training .training-item:hover .training-inner .training-title-name {
            background: rgba(0, 58, 102, 0.5);
        }

            .training .training-item:hover .training-inner .training-title-name a {
                opacity: 0;
            }

        .training .training-item .training-inner img {
            transition: 0.5s;
        }

        .training .training-item:hover .training-inner img {
            transform: scale(1.3);
        }

        .training .training-item .training-content {
            position: absolute;
            width: 100%;
            bottom: -100%;
            left: 0;
            transition: 0.5s;
        }

        .training .training-item:hover .training-content {
            bottom: 0;
        }

/* Default styles for all screen sizes */
.projects-page .training-item .training-inner img {
    width: 100%; /* Makes image span the width of the container */
    height: 250px; /* Fixed height for extra large screens */
    object-fit: cover; /* Ensures the image covers the fixed height and width without distortion */
}

.projects-page .training-item {
    padding: 10px;
}

/* Extra Large Screens (1200px and above) */
@media (min-width: 1200px) {
    .projects-page .col-xl-3 {
        width: 25%; /* 4 items per row */
    }
}

/* Large Screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .projects-page .training-item .training-inner img {
        height: 220px; /* Adjust the height for large screens */
    }

    .projects-page .col-lg-6 {
        width: 50%; /* 2 items per row */
    }
}

/* Medium Screens (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .projects-page .training-item .training-inner img {
        height: 200px; /* Adjust the height for medium-sized screens */
    }

    .projects-page .col-md-6 {
        width: 50%; /* 2 items per row */
    }
}

/* Small Screens (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .projects-page .training-item .training-inner img {
        height: 180px; /* Adjust the height for small screens */
    }

    .projects-page .col-sm-6 {
        width: 50%; /* 2 items per row */
    }
}

/* Very Small Screens (less than 576px) */
@media (max-width: 575px) {
    .projects-page .training-item .training-inner img {
        height: 150px; /* Adjust the height for very small screens */
    }

    .projects-page .col-12 {
        width: 100%; /* 1 item per row */
    }
}

    /*** training End ***/


    /*** Contact Start ***/
    .contact-background{
        background-color:white;
    }
    .contact .office .office-item {
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
        background: var(--bs-light);
        transition: 0.5s;
    }

        .contact .office .office-item:hover {
            box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
        }

        .contact .office .office-item .office-img {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .contact .office .office-item .office-img img {
                transition: 0.5s;
            }

        .contact .office .office-item:hover .office-img img {
            transform: scale(1.3);
        }

        .contact .office .office-item .office-content a.text-secondary,
        .contact .office .office-item .office-content a.text-muted {
            transition: 0.5s;
        }

            .contact .office .office-item .office-content a.text-muted:hover {
                color: var(--bs-secondary) !important;
            }

            .contact .office .office-item .office-content a.text-secondary:hover {
                color: var(--bs-primary) !important;
            }

    .contact-a {
        text-decoration: none; /* Remove underline */
        color: inherit; /* Keep the text color the same */
    }

        .contact-a:hover {
            color: #337ab7 !important; /* Prevent color change on hover */
            text-decoration: none; /* Optional: Remove underline on hover */
        }
    /*** Contact End ***/


    /*** Footer Start ***/
.footer {
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 40px 0;
    margin-top: -2%;
}

    @media only screen and (max-width: 767px) {
        .footer {
            padding: 20px; /* Adjust padding for phones */
        }
    }

    /*Extra CSS FOR THE LINE*/
    .footer-line {
        background-color: #121212;
        color: white;
        padding: 40px 0;
        position: relative;
    }

        .footer-line::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 15%;
            background: linear-gradient(135deg, #003157, #3a8edb);
            clip-path: polygon(0 0%, 100% 0%, 0% 100%);
        }


    /*Company Name Styling*/
    .footer .footer-company {
        position: absolute;
        top: 20px;
        left: 15px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        z-index: 2;
    }

    .footer-top {
        background-color: #121212;
        color: white;
        padding: 40px 0;
        position: relative;
    }

        .footer-top::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 15%;
            background: linear-gradient(135deg, #f0f5fb, #003157);
            clip-path: polygon(0 0%, 100% 0%, 0% 100%); /*Start from top-left and create a shape ending at bottom-left */
        }

        /* Company Name Styling */
        /*.footer-top .footer-company {
        position: absolute;
        top: 20px;
        left: 15px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        z-index: 2;
    }*/


        /* Media Queries for Responsiveness */

        /* Very small screens (e.g., mobile portrait) */
        /*@media only screen and (max-width: 320px) {
    .footer-top {
        padding: 20px 0;
    }

        .footer-top .footer-company {
            font-size: 14px;
            left: 10px;
        }
}*/

        /* Small screens (e.g., mobile landscape) */
        /*@media only screen and (max-width: 480px) {
    .footer-top {
        padding: 25px 0;
        height: 5% !important;
    }

        .footer-top .footer-company {
            font-size: 16px;
            left: 12px;
        }
}*/

        /* Medium screens (e.g., tablets) */
        /*@media only screen and (max-width: 768px) {
    .footer-top {
        padding: 30px 0;
        height: 10% !important; 
    }

        .footer-top .footer-company {
            font-size: 18px;
            left: 15px;
        }
}*/

        /* Large screens (e.g., small laptops or large tablets) */
        /*@media only screen and (max-width: 1024px) {
    .footer-top {
        padding: 35px 0;
    }

        .footer-top .footer-company {
            font-size: 20px;
            left: 18px;
        }
}*/

        /* Extra large screens (e.g., desktop) */
        /*@media only screen and (min-width: 1200px) {
    .footer-top {
        padding: 40px 0;
    }

        .footer-top .footer-company {
            font-size: 22px;
            left: 20px;
        }
}*/

        /* Very large screens (e.g., large desktops or TV screens) */
        /*@media only screen and (min-width: 1600px) {
    .footer-top {
        padding: 5px 0;
    }

        .footer-top .footer-company {
            font-size: 24px;
            left: 25px;
        }
}*/
        /* Company Name Styling */
        .footer-top .footer-company {
            position: absolute;
            top: 20px;
            left: 15px;
            font-size: 18px;
            font-weight: bold;
            color: white;
            z-index: 2;
        }

    /* Media Queries for Responsiveness */

    /* Very small screens (e.g., mobile portrait) */
    @media only screen and (max-width: 320px) {
        .footer-top {
            padding: 20px 0;
        }

            .footer-top .footer-company {
                font-size: 14px;
                left: 10px;
            }

            .footer-top::before {
                height: 8%; /* Adjusted height for small screens */
            }
    }

    /* Small screens (e.g., mobile landscape) */
    @media only screen and (max-width: 480px) {
        .footer-top {
            padding: 25px 0;
        }

            .footer-top .footer-company {
                font-size: 16px;
                left: 12px;
            }

            .footer-top::before {
                height: 9% !important; /* Adjusted height for small screens */
            }
    }

    /* Medium screens (e.g., tablets) */
    @media only screen and (max-width: 768px) {
        .footer-top {
            padding: 30px 0;
        }

            .footer-top .footer-company {
                font-size: 18px;
                left: 15px;
            }

            .footer-top::before {
                height: 12%; /* Adjusted height for medium screens */
            }
    }

    /* Large screens (e.g., small laptops or large tablets) */
    @media only screen and (max-width: 1024px) {
        .footer-top {
            padding: 35px 0;
        }

            .footer-top .footer-company {
                font-size: 20px;
                left: 18px;
            }

            .footer-top::before {
                height: 14%; /* Adjusted height for larger small screens */
            }
    }

    /* Extra large screens (e.g., desktop) */
    @media only screen and (min-width: 1200px) {
        .footer-top {
            padding: 40px 0;
        }

            .footer-top .footer-company {
                font-size: 17px;
                left: 1%;
                margin-top:-0.5%;
            }

            .footer-top::before {
                height: 15%; /* Default height for larger screens */
                margin-top: 0.1%
            }
    }

    /* Very large screens (e.g., large desktops or TV screens) */
    @media only screen and (min-width: 1600px) {
        .footer-top {
            padding: 5px 0;
           
        }

            .footer-top .footer-company {
                font-size:17px;
                left:0%;
                margin-top: -2.5%;
            }

            .footer-top::before {
                height: 15%; /* Default height for very large screens */
                margin-top: -1.6%;
            }
    }

    /*@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 20px 0;*/ /* Reduce padding for smaller screens */
    /*}*/

    /*eND TAG*/
    /* Address Section */
    .footer-about {
        margin-left: 10px;
    }

        .footer-about .logo img {
            max-height: 40px;
            margin-right: 10px;
        }

    .footer-contact p,
    .footer-contact a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        text-align: left;
        margin-top: -3%;
    }

        .footer-contact a:hover {
            color: #00b0b9; /* Teal color */
        }

    /* Quick Links Section */
    .footer .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-links ul {
            list-style: none; /* Remove bullets */
            padding: 0;
            margin: 0;
        }

            .footer .footer-links ul i {
                padding-right: 3%;
                font-size: 12px;
                line-height: 0;
                color: #337ab7;
            }

            .footer .footer-links ul li {
                padding: 1% 0;
                display: flex;
                align-items: center;
            }

            .footer .footer-links ul a {
                color: white; /* Default white */
                display: inline-block;
                line-height: 2;
                text-decoration: none;
            }

                .footer .footer-links ul a:hover {
                    color: #337ab7; /* Accent color */
                }

    .requestquote {
        border: solid 2px;
        margin-right: 50%;
        margin-bottom: 4%;
        margin-left: 0;
        font-weight: 700;
        padding: 4px;
        padding-left: 17px;
        padding-right: 17px;
    }

        .requestquote:hover {
            background-color: #337ab7;
            color: white;
        }

    .footer-sublink {
        color: #337ab7;
    }

    .footer-quote {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align items to the left for consistent layout */
        margin-left: 0; /* Remove any unnecessary margins */
        margin-bottom: 10px; /* Optional: add space at the bottom of the section */
    }
    /*------/* Request a Quote Section */
    .footer-quote {
        text-align: right; /* Default alignment for larger screens */
    }

        .footer-quote .requestquote {
            color: white;
            padding: 10px 15px;
            border: 1px solid white;
            text-decoration: none;
            border-radius: 5px;
            background-color: transparent;
            transition: background-color 0.3s ease, color 0.3s ease;
            font-weight: 700;
            margin-left: 0; /* Remove margin that pushes the button */
            margin-top: 10px; /* Space between the text and button */
        }

            .footer-quote .requestquote:hover {
                background-color: #003a66; /* Darker Teal */
                color: white;
            }

    /* Footer Line Separator */
    .footer-line {
        border-top: 1px solid #00b0b9;
        margin: -4% 0 30px 0; /* Adjust spacing */
    }

    /* Our Services Section */
    .footer-services h4 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin-bottom: 15px;
        text-align: center; /* Centered heading */
    }

    .footer-services ul {
        list-style: none; /* No bullets */
        padding: 0;
    }

        .footer-services ul li {
            font-size: 14px;
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

            .footer-services ul li i {
                color: #00b0b9; /* Icon color */
                padding-right: 8px;
            }

    .social-links a {
        font-size: 14px;
        display: inline-block;
        background: color-mix(in srgb, var(--default-color), transparent 90%);
        color: var(--contrast-color);
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        /* Hover effect on Social Media Icons */
        .social-links a:hover {
            background: var(--accent-color);
            text-decoration: none !important;
        }

        /* Social Media Icon Size Adjustments (Optional) */
        .social-links a i {
            font-size: 18px; /* Adjust icon size */
        }

    .footer.social-links a {
        font-size: 14px;
        display: inline-block;
        background: color-mix(in srgb, var(--default-color), transparent 90%);
        color: var(--contrast-color);
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        /* Hover effect on Social Media Icons */
        .footer.social-links a:hover {
            background: var(--accent-color);
            text-decoration: none !important;
        }

        /* Social Media Icon Size Adjustments (Optional) */
        .footer .social-links a i {
            font-size: 18px; /* Adjust icon size */
        }

    /* Media Queries */

    /* Extra Small Screens (max-width: 575px) */
    @media (max-width: 575px) {
        .footer-about,
        .footer-links,
        .footer-quote {
            text-align: center;
            margin-bottom: 20px;
        }

        .footer-services h4 {
            font-size: 18px;
        }

        .footer-services ul li {
            text-align: center;
            justify-content: center;
        }

        .footer-quote .requestquote {
            margin: 10px auto;
            display: inline-block;
        }
    }

    /* Small Screens (max-width: 767px) */
    @media (max-width: 767px) {
        .footer-about,
        .footer-links,
        .footer-quote {
            text-align: left;
            font-size: 14px !important;
            margin-top: 16%;
        }
    }

    .footer-services h4 {
        font-size: 18px;
    }

    .footer-quote .requestquote {
        margin: 10px auto;
        display: inline-block;
    }
}

/* Medium Screens (max-width: 991px) */
@media (max-width: 991px) {
    .footer-services h4 {
        font-size: 18px;
    }

    .footer-services ul li {
        justify-content: left;
    }

    .footer-quote .requestquote {
        text-align: center;
        margin-top: 10px;
        margin: 0px;
    }
}

/* Large Screens (min-width: 992px) */
@media (min-width: 992px) {
    .footer-about,
    .footer-links,
    .footer-quote {
        text-align: left;
    }

    .footer-services ul {
        display: flex;
        justify-content: space-between;
    }

    .footer-quote {
        text-align: right;
    }

        .footer-quote .requestquote {
            margin: 0;
        }

    /* Extra TAG for col-lg-3 */
    .footer-col-lg-3 {
        flex: 0 0 auto;
        width: 22%;
        margin-right: 2.8%;
    }

    /* Extra TAG for col-lg-2 */
    .footer-col-lg-2 {
        flex: 0 0 auto;
        width: 15.666667%;
    }
}

/* Extra Large Screens (min-width: 1200px) */
@media (min-width: 1200px) {
    .footer-about,
    .footer-links,
    .footer-quote {
        text-align: left;
        margin-top: 2%;
    }

    .footer-services ul {
        display: flex;
        justify-content: space-between;
    }

    .footer-quote .requestquote {
        margin: 0;
    }
}

/* Extra Extra Large Screens (min-width: 1400px) */
@media (min-width: 1400px) {
    .footer {
        padding: 50px 0;
    }

    .footer-services h4 {
        font-size: 22px;
    }

    .footer-quote {
        text-align: right;
    }

        .footer-quote .requestquote {
            font-size: 16px;
            padding: 12px 20px;
        }
}

footer .footer-links ul li {
    padding: 1% 0;
    color: white; /* Default text color */
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    footer .footer-links ul li {
        color: white; /* Ensure text color is white on mobile */
    }
    /* Default Styling (for smaller screens, like mobile) */
    .contact-copyright {
        display: flex;
        flex-direction: column;
        align-items: center; /* Align content to center by default */
        font-size: 13px; /* Adjust font size for small screens */
        text-align: center; /* Center text for small screens */
    }

        .contact-copyright div {
            padding: 10px 0; /* Add some padding for spacing */
        }

    /* Medium Screens (Tablets, 576px and above) */
    @media (min-width: 576px) {
        .contact-copyright {
            flex-direction: column; /* Keep content in a column for tablets */
        }

            .contact-copyright div {
                text-align: center; /* Keep text centered */
            }
    }

    /* Large Screens (Laptops and Desktops, 992px and above) */
    @media (min-width: 992px) {
        .contact-copyright {
            flex-direction: row; /* Switch to row layout for larger screens */
            justify-content: space-between; /* Spread items out */
            align-items: center; /* Align items vertically in the center */
        }

            .contact-copyright div {
                text-align: left; /* Align text to the left for large screens */
                font-size: 1rem; /* Slightly increase font size for larger screens */
            }
    }

    /* Extra Large Screens (Large Desktops, 1200px and above) */
    @media (min-width: 1200px) {
        .contact-copyright div {
            font-size: 1rem; /* Increase font size for extra large screens */
        }
    }
    /*End Tag*/
    /*Footer Phone Number*/
    .phone-number {
        white-space: nowrap; /* Prevents the phone number from wrapping */
    }

    @media screen and (max-width: 600px) {
        .phone-number {
            font-size: 14px; /* Adjust font size for smaller screens */
        }
    }
    /*End Tag for phone Number*/

    .Footer-left {
        margin-left: 0px;
    }
}
.footer-margin {
    margin-top: -4%
}

/* Apply the negative margins only for screens larger than 1200px */
@media (min-width: 1200px) {
    .quick-links {
        margin-left: -16%;
    }

    .our-services {
        margin-left: -3%;
    }
}

/* Reset margins for smaller screens (below 1200px) */
@media (max-width: 1199px) {
    .quick-links, .our-services {
        margin-left: 0; /* Reset margins for better alignment */
    }
}
 /*** Footer End ***/


    /*** copyright Start ***/
    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: #003157 !important;
    }
    /*** copyright end ***/

    .text-secondarys {
        color: #002e52 !important;
    }

   
/*Index Page*/
.index-para-color {
    color: black !important;
    font-family: 'Poppins', sans-serif !important;
    font-size:14px;
      /* font-family: Georgia, serif !important;*/
}
.index-service-para-color {
    color: whitesmoke;
    text-align: left;
    background-color: white;
}
.index-about-rounded-image {
    border-radius: 14px;
}
/*FooterPage*/
.footers-color-header {
    color:whitesmoke!important;
}
/*Contact css*/
.btn-secondary {
    color: #fff;
    background-color: #e02454;
    border-color: #003a66 !important;
}

    .mapclass {
    width: 600px; /* Added 'px' for pixel unit */
    height: 450px; /* Added 'px' for pixel unit */
    border: 0; /* This is the correct syntax for border */
}
/*Our vision mission*/
/* General Layout */
/* General Layout */
.vision-mission-body {
     display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    padding: 50px;
    gap: 40px;
   
}
/* Default margin for all screen sizes */
.element-margin {
    margin-top: -6%;
}

/* For laptop screens (generally between 1024px to 1440px) */
@media (min-width: 1024px) and (max-width: 1440px) {
    .element-margin {
        margin-top: -6%; /* Keeps it the same for laptops */
    }
}

/* For extra large screens (typically 1440px and up) */
@media (min-width: 1440px) {
    .element-margin {
        margin-top: -3%; /* Adjusted for extra large screens */
    }
}


/* Vision & Mission Container */
.vision-mission-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    gap: 20px;
    opacity: 0;
    animation: fadeInSlide 1.5s forwards;
}

/* Blue Gradient for Vision and Mission sections */
.vision-section .vision-text, .mission-section .mission-text {
    flex: 1;
    background: #003a66;
    color: white;
    padding: 30px;
    border-radius: 5px;
}

/* Image Section */
.vision-section .vision-image, .mission-section .mission-image {
    flex: 1;
}

.vision-section img, .mission-section img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Opposite Animation for Vision and Mission */
.vision-section {
    transform: translateX(-100%);
margin-top:-4%;
}

.mission-section {
    transform: translateX(100%);
}

@keyframes fadeInSlide {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Media Query for Mobile View */
@media (max-width: 768px) {
    .vision-mission-container {
        flex-direction: column;
        text-align: center;
    }

    .vision-section, .mission-section {
        transform: translateX(0); /* Disable side animations for mobile */
        margin-left: -25%;
    }

        .vision-section .vision-image, .mission-section .mission-image,
        .vision-section .vision-text, .mission-section .mission-text {
            width: 100%;
        }

            .vision-section .vision-image img, .mission-section .mission-image img {
                margin-bottom: 20px;
            }
}
/*new part*/
.vision-section, .mission-section {
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease; /* Smooth transition */
}

.vision-section:hover, .mission-section:hover {
    transform: scale(1.02); /* Slight scale effect on hover */
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fff; /* White color for better contrast */
}

.section-description {
    font-size: 1.2rem;
    line-height: 1.5; /* Increased line height for readability */
}

.section-image {
    border-radius: 10px; /* Match image corners with section */
    transition: transform 0.3s ease; /* Image hover effect */
}

.section-image:hover {
    transform: scale(1.05); /* Slight zoom effect on image hover */
}
/*Strength for css*/
/* Our Strength Section Styles */
.our-strength-section {
    text-align: center; /* Center align headings */
    padding: 25px;
    color: white; /* Text color for contrast */
    margin-top:-2%;

}
    .our-strength-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .our-strength-section h2 {
        font-size: 2.5rem; /* Large heading */
        margin-bottom: 30px; /* Space below heading */
    }

/* Strength Cards Container */
.strength-cards {
    display: flex;
    justify-content: space-around; /* Evenly space cards */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    max-width: 1200px; /* Set a maximum width */
    margin: 0 auto; /* Center the container */
    color: black !important;
}

/* Individual Strength Card */
.strength-card {
    background: white; /* Card background */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Subtle shadow */
    padding: 30px;
    margin: 15px;
    flex: 1 1 300px; /* Responsive basis */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation for hover */
    position: relative; /* For animation effects */
    border: 4px solid transparent; /* Transparent border for hover effect */
    overflow: hidden; /* Ensures pseudo-element doesn’t overflow */
    color: #003a66;
    max-height:max-content;
}

    .strength-card:hover {
        transform: translateY(-5px); /* Lift effect */
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); /* Deeper shadow on hover */
        border-color: #000066; /* Change border color on hover */
        color: #003a66 !important; /* Change text color on hover */
        font-weight: bold; /* Bold text */
        font-family: "Poppins", sans-serif !important; /* Apply custom font */
    }

    /* Pseudo-element for gradient border on hover */
    .strength-card::before {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 10px; /* Match card border-radius */
        z-index: -1;
        transition: opacity 0.3s ease;
        opacity: 0; /* Initially hidden */
    }

    .strength-card:hover::before {
        opacity: 1; /* Show gradient border on hover */
    }

/* Strength Card Icon Styles */
.strength-icon {
    margin-bottom: 20px; /* Space below icon */
}

    .strength-icon img {
        width: 80px; /* Icon size */
        transition: transform 0.3s ease; /* Zoom effect on hover */
    }

.strength-card:hover .strength-icon img {
    transform: scale(1.1); /* Zoom in on hover */
}

/* Heading and Paragraph Styles */
.strength-card h3 {
    font-size: 25px; /* Heading size */
    margin: 15px 0; /* Space around heading */
    color: #333; /* Dark color for contrast */
}

.strength-card p {
    font-size: 1rem; /* Paragraph size */
    color: #003a66; /* Lighter color */
    line-height: 1.5; /* Line height for readability */
    font-family: "Poppins", sans-serif !important;
    text-align: left;
}

/* Media Queries for Responsiveness */

/* Medium screens (tablets) */
@media (max-width: 1200px) {
    .strength-card {
        width: 48%; /* Two cards per row */
    }
}

/* Small screens (mobile phones) */
@media (max-width: 768px) {
    .strength-cards {
        flex-direction: column; /* Stack cards vertically */
        align-items: center; /* Center the cards */
    }

    .strength-card {
        width: 100%; /* Full width on mobile */
        margin: 10px 0; /* Reduce margin */
    }

        /* Ensure hover effects apply in mobile view */
        .strength-card:hover {
            border-color: #000066; /* Change border color on hover */
            color: darkblue; /* Change text color on hover */
        }
}
/*ABOUT-WHAT -CAN WE DO*/

/*New css End tag*/
.about-whatcanwe-do {
    background-color: #f9f9f9; /* Light grey background */
    padding: 50px 0;
}

.what-we-do {
    padding: 50px 0;
}

.section-title h1 {
    font-size: 25px;
    color: #003a66; /* Dark blue color for headings */
    font-weight: bold; /* Bold heading for emphasis */
}

.section-title .section-description {
    font-size: 1.2rem;
    color: #666; /* Lighter color for subheadings */
    margin-bottom: 20px;
}

.services-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.service {
    flex: 1 1 20%; /* Adjust card width for desktop */
    text-align: center;
   /* margin: 15px;
    padding: 20px;*/
    background: #ffffff; /* White background for services */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Enhanced shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation for hover */
}

    .service:hover {
        transform: translateY(-5px); /* Lift effect on hover */
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Deeper shadow on hover */
    }

    .service h3 {
        font-size: 1.5rem;
        margin: 10px 0;
        color: #003a66; /* Dark color for contrast */
    }

    .service p {
        font-size: 0.9rem; /* Paragraph size */
        color: #003a66; /* Lighter color for better readability */
        line-height: 1.5; /* Line height for readability */
    }
    .services-aboutus {
        font-size: 0.9rem; /* Paragraph size */
        color: white!important; /* Lighter color for better readability */
        line-height: 1.5; /* Line height for readability */
    }
.service-icon img {
    width: 80px; /* Set icon size */
    margin-bottom: 15px; /* Space below icon */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .services-container {
        flex-direction: column; /* Stack services vertically on small screens */
        align-items: center;
    }

    .service {
        flex: 1 1 90%; /* Full width on mobile */
        margin: 10px 0; /* Reduce margins for smaller screens */
    }

    .section-title h1 {
        font-size: 2rem; /* Smaller heading for mobile */
    }

    .service h3 {
        font-size: 1.3rem; /* Smaller heading size */
    }

    .service p {
        font-size: 0.9rem; /* Smaller paragraph size */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .service {
        flex: 1 1 45%; /* Two services per row on tablets */
    }
}

@media (min-width: 1025px) {
    .service {
        flex: 1 1 20%; /* Smaller card width for desktop */
    }
}
/*tRY*/
.service-icon {
    margin-bottom: 15px; /* Space between icon and title */
    color: #003a66; /* Icon color */
}

    .service-icon i {
        transition: color 0.3s ease; /* Transition for hover effect */
    }

    .service-icon:hover i {
        color: #007bff; /* Change color on hover */
    }

/*End Tag*/
/*Aboutus-Organization Chart*/
/* Reset styles for the organizational chart only */
.org-tree * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f4f4f4;
}

/* Organization Tree Container */
.org-tree {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .org-tree ul {
        padding-top: 20px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

        .org-tree ul ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 1px solid #ccc;
            width: 0;
            height: 20px;
        }

    /* Organization Tree Nodes */
    .org-tree li {
        float: left;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 5px 0 5px;
        transition: all 0.5s ease-in-out;
    }

        .org-tree li::before,
        .org-tree li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 20px;
        }

        .org-tree li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }

        .org-tree li:only-child::after,
        .org-tree li:only-child::before {
            display: none;
        }

        .org-tree li:only-child {
            padding-top: 0;
        }

        .org-tree li:first-child::before,
        .org-tree li:last-child::after {
            border: 0 none;
        }

        .org-tree li:last-child::before {
            border-right: 1px solid #ccc;
        }

        .org-tree li:first-child::after {
            border-left: 1px solid #ccc;
        }

/* Person Block with Animation */
.org-person {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(50px);
    animation: orgFadeInUp 0.5s ease forwards;
    animation-delay: calc(0.1s * var(--delay));
}

    .org-person:hover {
        background: #e8e8e8;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transform: translateY(-10px);
    }

.org-profile-pic {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

@keyframes orgFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .org-tree ul {
        padding-top: 10px;
    }

    .org-person {
        font-size: 12px;
    }

    .org-profile-pic {
        width: 40px;
        height: 40px;
    }

    .org-tree li {
        padding: 10px 2px;
    }
}

@media screen and (max-width: 480px) {
    .org-person {
        padding: 10px;
        font-size: 10px;
    }

    .org-profile-pic {
        width: 30px;
        height: 30px;
    }

    .org-tree ul ul::before {
        height: 10px;
    }

    .org-tree li::before,
    .org-tree li::after {
        height: 10px;
    }
}

/*Aboutus-Style*/
.contactbg-breadcrumb {
    background: /*linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), */ url(../img/contact.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*End*/
/*Start Tag*/
.aboutusbg-breadcrumbs {
    background: /*linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)),*/ url(../img/aboutusbackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 30% 0 0% 0;
}
/*End*/


/*Start Tag*/
.servicesbg-breadcrumbs {
    background: /*linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)),*/ url(../img/services.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 30% 0 0% 0;
}
/*End*/

/*Start Tag*/

.projectsbg-breadcrumbs {
    background: /*linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)),*/ url(../img/projects.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 30% 0 0% 0;
}
/*End Tag*/

/*End Tag*/
/*Contact Page css*/
/*.contactbg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/contact.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}*/
/*End*/
/*Start Tag*/
/*.aboutusbg-breadcrumbs {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/aboutusbackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}*/

.licolor {
    color: white !important;
}
/*Aboutus-ImGAE ORG CHART CSS CODE*/
.image-container {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically (if container has a height) */
    margin-top: 20px;
    margin-bottom:10px;/* Adds some space above the image */
}

    .image-container img {
        max-width: 100%; /* Ensures the image scales responsively */
        height: auto; /* Keeps the aspect ratio */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for enhancement */
        border-radius: 10px; /* Rounds the corners */
    }
/* Media Queries */
@media (max-width: 1200px) {
    .image-container img {
        max-width: 80%; /* Scale down for larger tablets */
    }
}

@media (max-width: 992px) {
    .image-container img {
        max-width: 70%; /* Further scale down for smaller tablets */
    }
}

@media (max-width: 768px) {
    .image-container img {
        max-width: 100%; /* Full width for mobile devices */
        margin-top: 10px; /* Adjust margin for mobile */
    }
}

@media (max-width: 576px) {
    .image-container img {
        max-width: 90%; /* Slightly smaller for very small devices */
    }
}

/**/

/*eND tAG FOR THAT*/

/*Start Tag For Civil and Strutural Services*/
/* styles.css */

.civil-services {
    margin-bottom: -72px; /* Reduced margin */
    background-color:white;
}

    .civil-services .testimonial-item {
        display: flex; /* Flexbox for alignment */
        align-items: center; /* Center items vertically */
    }

        .civil-services .testimonial-item .testimonial-content {
            /* Add any specific styles for testimonial content here */
            flex: 1; /* Allow content to take available space */
        }

        .civil-services .testimonial-item .img-container {
            margin-right: 1rem; /* Space between image and content */
        }

        .civil-services .testimonial-item img {
            max-width: 100%; /* Ensure images are responsive */
            height: auto; /* Maintain aspect ratio */
            object-fit: cover; /* Maintain aspect ratio */
        }

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .civil-services .testimonial-item {
        flex-direction: column; /* Stack items on small screens */
        align-items: flex-start; /* Align items to the start */
    }

        .civil-services .testimonial-item .img-container {
            margin-bottom: 1rem; /* Space between image and content in column layout */
        }
}
.padding-code {
    padding-top:0.5rem !important;
    padding-bottom:1.5rem !important;
}
/*End Tag*/
/*Service-BREADCRUMBS IMAGES CHANGE*/
.service-counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8));
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
/*End Tag*/
/*Project-page-Section-Tag*/

.project-details-section {
    display: flex;
    justify-content: center; /* Center the card */
    padding: 20px;
   }

.project-card {
    /*background-color: #fff;*/ /* White background for the card */
    /*padding: 30px;
    max-width: 1200px;*/ /* Increased card width */
    /*margin: 20px;*/ /* Space around the card */
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/ /* Subtle shadow for depth */
    /*border-radius: 8px;*/ /* Rounded corners */
    /*box-sizing: border-box;*/
    flex: 1; /* Allows the card to grow and fill available space */
    background: #003a66; /* Dark blue background */
    color: white!important; /* White text color */
    padding: 30px; /* Padding around the content */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 2px; /* Space around the card */
    box-sizing: border-box; /* Ensures padding is included in the width */
}


.project-title {
    font-size: 2em;
    margin-bottom: 15px;
    text-align: center;
    color: white !important; /* Darker text for better readability */
   
}

.project-description {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: white!important; /* Slightly lighter text color */
}

.project-image img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Rounded corners for the image */
    margin: 20px 0; /* Space around the image */
}

.features-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center; /* Center title */
    color: white; /* Consistent text color */
}

.project-features {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    font-weight:bolder;
}

    .project-features li {
        font-size: 1em;
        margin-bottom: 15px;
        padding-left: 30px; /* Space for bullet point */
        position: relative;
        color: white; /* Slightly lighter text */
    }

        .project-features li::before {
            content: "✔"; /* Check mark icon */
            position: absolute;
            left: 0;
            color: #2489d6; /* Green for check mark */
            font-size: 1.2em; /* Size of check mark */
        }

@media (max-width: 768px) {
    .project-card {
        padding: 20px; /* Adjust padding */
        margin: 10px; /* More space around the card */
        border-radius: 4px; /* Slightly reduced border radius */
    }
}

/* Media query for mobile screens */
@media (max-width: 480px) {
    .project-card {
        padding: 15px; /* Further adjust padding */
        margin: 8px; /* Adjust margin for mobile */
        font-size: 14px; /* Reduce font size */
    }

    @media (max-width: 768px) {
        .project-title {
            font-size: 1.8em; /* Smaller title on mobile */
            color: white !important;
        }

        .project-description {
            font-size: 0.9em; /* Smaller description on mobile */
            color: white !important;
        }

        .features-title {
            font-size: 1.3em; /* Smaller title for features */
            color: white !important;
        }
    }

    @media (max-width: 480px) {
        .project-title {
            font-size: 1.5em; /* Even smaller title on extra small screens */
            color: white !important;
        }

        .project-description {
            font-size: 0.8em;
            color: white !important /* Smaller description on extra small screens */
        }
    }
}
/*End Tag*/
/* Modal Styles */
/*End Tag*/

/*Start Tag */
/* Default styling for the swiper in the Home Page */
.swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* Styling for the swiper slides */
.swiper-slide img {
    max-width: 100%;
    padding-bottom: 10px;
    height: auto;
    display: block;
    border-radius: 10px;
    /*    transform:translate3d(-512px, -10px, 0px);*/
}

/* Custom styles for pagination */
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

/* Media query for screen sizes less than 768px */
@media (max-width: 768px) {
    .swiper-slide img {
        max-width: 80%; /* Decrease size for smaller screens */
        margin: 0 auto; /* Center the logo */
    }
}

/* Media query for screen sizes less than 480px */
@media (max-width: 480px) {
    .swiper-slide img {
        max-width: 60%; /* Further decrease size for very small screens */
        margin: 0 auto;
    }
}
/*End Tag*/

/*Start Tag For Services-Civil*/
.container-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Responsive columns */
    gap: 10px;
    padding: 20px;
    background-color:white;
}

.service-card {
    position: relative;
    width: 100%;
    height: 180px;
    background: #e5e5e5;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    background-size: cover;
    background-position: center;
    border-radius:9px
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

@media (min-width: 992px) {
    .container-card {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-card {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .container-card {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card:hover {
    transform: scale(1.06);
    color: white;
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
}

    .modal-content img {
        width: 100%;
        height: auto;
        
    }

/* Button styling */
.modal button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

    .modal button.prev {
        left: 0;
    }

    .modal button.next {
        right: 0;
    }

    .modal button.close {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00233d;
        color: white;
        font-size: 24px;
        font-weight: bold;
        padding: 10px;
        border: none;
        cursor: pointer;
        border-radius: 50%;
    }
/*End Tag*/
/*start tag form gallery page*/
.gallery-img {
    height: 300px; /* Set the desired fixed height */
    object-fit: cover; /* Ensures that the images fill the container while maintaining aspect ratio */
}

.gallery-margin {
    margin-top: -7%;
}

/* Small devices (portrait phones, 600px and below) */
@media (max-width: 600px) {
    .gallery-img {
        height: 200px; /* Adjust height for smaller screens */
    }

    .gallery-margin {
        margin-top: -5%; /* Adjust margin for smaller screens */
    }
}

/* Medium devices (tablets, 601px to 768px) */
@media (max-width: 768px) {
    .gallery-img {
        height: 250px; /* Adjust height for medium-sized screens */
    }

    .gallery-margin {
        margin-top: -6%; /* Adjust margin for medium screens */
    }
}

/* Large devices (desktops, 769px to 1024px) */
@media (max-width: 1024px) {
    .gallery-img {
        height: 280px; /* Adjust height for larger screens */
    }

    .gallery-margin {
        margin-top: -7%; /* Retain default margin */
    }
}

/* Extra large devices (large screens, 1025px and up) */
@media (min-width: 1025px) {
    .gallery-img {
        height: 300px; /* Retain original height for large screens */
    }

    .gallery-margin {
        margin-top: -7%; /* Keep the margin for large screens */
    }
}
/*End Tag*/
/*Start tag for carousel -headig*/
/* Base styles for .index-h1 */
.index-h1 {
    font-size: 3rem; /* Default font size for large screens */
    line-height: 1.2;
    margin-bottom: 3rem;
    text-transform: capitalize;
    color: white;
    opacity: 0;
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Small screens (phones) */
@media (max-width: 576px) {
    .index-h1 {
        font-size: 1.5rem; /* Smaller font size on small screens */
        margin-bottom: 2rem; /* Adjust bottom margin */
    }
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .index-h1 {
        font-size: 1.5rem; /* Slightly smaller font size for tablets */
        margin-bottom: 2.5rem;
    }
}

/* Large screens (desktops) */
@media (min-width: 1200px) {
    .index-h1 {
        font-size: 4rem; /* Larger font size for desktops */
    }
}
/*End Tag*/
/*Start tag code for Index-About*/
/* Base styles for .index-about-image */
.index-about-image {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
    margin-left: -7% !important; /* Default left margin */
    border-radius: 15px; /* Example of rounded corners */
}

/* Small screens (phones) */
@media (max-width: 576px) {
    .index-about-image {
        margin-left: 5% !important; /* Left margin for mobile screens */
        margin-bottom: 1rem; /* Adjust bottom margin for small screens */
        border-radius: 10px; /* Slightly smaller rounded corners for mobile */
    }
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .index-about-image {
        margin-left: 0% !important; /* Adjust left margin for tablet-sized screens */
        margin-bottom: 1.5rem; /* Slightly larger margin for tablets */
        border-radius: 12px; /* Slightly rounded corners for tablets */
        margin-top:1%;
    }
}

/* Large screens (desktops) */
@media (min-width: 1200px) {
    .index-about-image {
        margin-left: -1% !important; /* Default margin for large screens */
        margin-bottom: -7px; /* Default bottom margin */
        border-radius: 15px; /* Larger rounded corners for desktop */
    }
}
/*End TAG*/
/*Start Tag for the vision and mission 
for left allignment mobile view*/
/* Small screens (phones) */
@media (max-width: 576px) {
    .section-description {
        font-size: 1rem; /* Slightly smaller font size on mobile */
        line-height: 1.4; /* Adjust line height for better readability */
        text-align: left; /* Left align text on mobile */
    }
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .section-description {
        font-size: 1.1rem; /* Slightly larger font size for tablets */
        line-height: 1.45; /* Adjust line height for tablets */
        text-align: left; /* Keep left alignment for tablets */
    }
}

/* Large screens (desktops) */
@media (min-width: 1200px) {
    .section-description {
        font-size: 1.2rem; /* Default font size for large screens */
        line-height: 1.5; /* Default line height for desktops */
        text-align: left; /* Center align for larger screens */
    }
}
/*End TAG*/
/** Base styles for .align-items-center-contact */*/
.align-items-center-contact {
    align-items: center; /* Default alignment (centered) */
}

@media (max-width: 576px) {
    .align-items-center-contact {
        align-items: flex-start; /* Align items to the top for mobile screens */
    }
}
/*Start Tag for the mobile view code for the project carousel-testimonial*/
.project-img-container {
    width: 100%; /* Full width of the parent container */
    height: 400px; /* Default height for larger screens */
    overflow: hidden; /* Ensures the images don't overflow */
    display: flex;
    justify-content: center;
    align-items: center;

}

    .project-img-container img {
        width: 100%;
        height: 100%;
        /*object-fit: contain;*/ /* Ensures the image covers the container while maintaining its aspect ratio */
    }

/* Media Queries for Responsiveness */

/* For tablets (landscape and portrait) */
@media (max-width: 1024px) {
    .project-img-container {
        height: 400px; /* Reduced height for tablets */
    }
}

/* For mobile devices (portrait) */
@media (max-width: 768px) {
    .project-img-container {
        height: 300px; /* Further reduced height for smaller screens */
    }
}

/* For very small mobile devices (portrait) */
@media (max-width: 480px) {
    .project-img-container {
        height: 250px; /* Adjust the height for smaller screens */
    }
}
/*End Tag*/
/*Service-image-container*/
.service-img-container {
    width: 100%; /* Full width of the parent container */
    height: 300px; /* Default height for larger screens */
    overflow: hidden; /* Ensures the images don't overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .service-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ensures the full image is displayed within the container */
    }

/* Media Queries for Responsiveness */

/* For tablets (landscape and portrait) */
@media (max-width: 1024px) {
    .service-img-container {
        height: 300px; /* Reduced height for tablets */
    }
}

/* For mobile devices (portrait) */
@media (max-width: 768px) {
    .service-img-container {
        height: 250px; /* Further reduced height for smaller screens */
    }
}

/* For very small mobile devices (portrait) */
@media (max-width: 480px) {
    .service-img-container {
        height: 200px; /* Adjust the height for smaller screens */
    }
}
/*End Tag for the service container*/

/*index projects page*/
.index-project-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: none; /* Remove hover transition */
}

.index-project-card-body {
    padding: 20px;
}

.index-project-card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.index-project-card-text {
    font-size: 1rem;
    color: #555;
}

.index-project-card-img-top {
    height: 250px; /* Fixed height for images */
    object-fit: cover !important; /* Ensure the images cover the container area */
    border-radius: 10px 10px 0 0;
    width: 100%; /* Ensure the image takes the full width of the container */
}

.index-project-card-title {
    color: #003a66; /* Primary color */
}

.index-project-card-link {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit color from parent */
}

    .index-project-card-link:hover .index-project-card {
        transform: scale(1.05); /* Slightly enlarge on hover */
        transition: transform 0.3s ease; /* Smooth transition */
    }

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-4, .col-md-6, .col-sm-12 {
    padding: 15px;
}

/* Medium to Extra Large Screens: Large screen layout */
@media (max-width: 1200px) {
    .col-lg-4 {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .index-col-md-6 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Very small screens */
    .index-project-card-title {
        font-size: 1rem; /* Slightly reduce title size for small screens */
    }

    .index-project-card-body {
        padding: 15px; /* Reduce padding for small screens */
    }
}
/*End Tag*/
.index-h2 {
    background-color: rgba(0, 0, 0, 0.14);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    margin: 0 auto;
}

/* Small screens (Mobile) */
@media (max-width: 600px) {
    .index-h2 {
        margin-bottom: 4% !important;
    }
}

/* Medium screens (Tablets) */
@media (min-width: 601px) and (max-width: 768px) {
    .index-h2 {
        margin-bottom: 18% !important;
    }
}

/* Large screens (Desktops) */
@media (min-width: 769px) and (max-width: 1024px) {
    .index-h2 {
        margin-bottom: 10% !important;
    }
}

/* Extra large screens */
@media (min-width: 1025px) {
    .index-h2 {
        margin-bottom: 5%!important; 
        font-size:35px;
    }
}
/*Start Tag for the Arrow up styles*/
/* Mobile view (up to 767px) */
@media (max-width: 767px) {
    .btn.btn-primary {
        margin-right: 10%; /* Slightly smaller margin for mobile */
      
    }
}

/* Small mobile screens (up to 576px) */
@media (max-width: 576px) {
    .btn.btn-primary {
       
        margin-right: 10%; /* Adjust margin for small screens */
    }
}

/* Extra small devices (up to 480px) */
@media (max-width: 480px) {
    .btn.btn-primary {
        margin-right: 15%; /* Minimize right margin */
        
        text-align: center; /* Ensures text stays centered */
    }
}

/* Ultra small devices (up to 360px) */
@media (max-width: 360px) {
    .btn.btn-primary {
      
        margin-right: 8%; /* Minimal margin for tiny screens */
    }
}
/*End Tag for arrow up*/

@media (min-width: 992px) {
    .about-col-lg-10 {
        flex: 0 0 auto;
        /* width: 83.3333333333%; */
    }
}
/*vision mission Media query new */
/* Default styles (for larger screens) are already handled in the base code */

/* Extra Small Devices (Phones, less than 576px) */
@media (max-width: 575.98px) {
    /*.container-fluid {
        padding: 20px;
    }
*/
    .sub-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-description {
        font-size: 0.9rem;
    }

    .card {
        flex-direction: column;
    }

    .col-md-6 {
        width: 100%;
    }

    .rounded-start, .rounded-end {
        border-radius: 0 !important;
    }

    .img-fluid {
        height: auto !important;
    }

    .p-4 {
        padding: 1.5rem !important;
    }
}

/* Small Devices (Tablets, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .sub-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .p-4 {
        padding: 2rem !important;
    }

    .col-md-6 {
        width: 100%;
    }

    .rounded-start, .rounded-end {
        border-radius: 0 !important;
    }

    .img-fluid {
        height: auto !important;
    }
}

/* Medium Devices (Tablets & Small Laptops, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .sub-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1.1rem;
    }

    .p-4 {
        padding: 2rem !important;
    }

    .col-md-6 {
        width: 100%;
    }

    .rounded-start, .rounded-end {
        border-radius: 0 !important;
    }

    .img-fluid {
        height: auto !important;
    }
}

/* Large Devices (Desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sub-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1.2rem;
    }

    .p-4 {
        padding: 2.5rem !important;
    }

    .img-fluid {
        height: 100% !important;
    }
}

/* Extra Large Devices (1200px and above) */
@media (min-width: 1200px) {
    .sub-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 25px;
    }

    .section-description {
        font-size: 18px;
    }

    .p-4 {
        padding: 3rem !important;
    }

    .img-fluid {
        height: 80% !important;
       
    }
}
/*End Tag*/

/*Organization Chart Media query*/
/* Default styles for large screens are already handled in base code */

/* Extra Small Devices (Phones, less than 576px) */
@media (max-width: 575.98px) {
    .sub-title {
        font-size: 1.8rem !important; 
    }

    .org-container-fluid {
        padding: 15px;
    }

    org-img {
        width: 100%;
        height: auto;
    }
}

/* Small Devices (Tablets, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .sub-title {
        font-size: 2rem;
    }

    .org-container-fluid {
        padding: 20px;
    }

    org-img {
        width: 100%;
        height: auto;
    }
}

/* Medium Devices (Tablets & Small Laptops, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .sub-title {
        font-size: 2rem;
    }

    .org-container-fluid {
        padding: 30px;
    }

    org-img {
        width: 90%;
        height: auto;
    }
}

/* Large Devices (Desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sub-title {
        font-size: 2rem;
    }

    .org-container-fluid {
        padding: 40px;
    }

    org-img {
        width: 85%;
        height: auto;
    }
}

/* Extra Large Devices (1200px and above) */
@media (min-width: 1200px) {
    .sub-title {
        font-size: 25px;
    }

    .org-container-fluid {
        padding: 50px;
        margin-top:-3.5%;
    }

    org-img {
        width: 80%;
        height: auto;
    }
}
/*End Tag*/

/*Gallery Style*/

.gallery-container-fluid {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}
.country-item {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

    .country-item:hover {
        transform: scale(1.05);
    }

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

    .modal-content img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.close, .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    opacity: 0.7;
}

.close {
    top: 10px;
    right: 10px;
    transform: none;
    font-size: 24px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

    .close:hover, .prev:hover, .next:hover {
        opacity: 1;
    }

/* Responsive Design */

/*End Tag*/
/* Extra Large Screens (1200px and up) */
@media (min-width: 1400px) {
    .index-carousel {
        margin-top: -13%;
    }
}
@media (min-width: 1200px) {
    .index-carousel {
        margin-top: -13%; /* Adjust margin-top for extra large screens */
    }
}

/* Large Screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .index-carousel {
        margin-top: -12%; /* Similar to default, can adjust if needed */
    }
}

/* Medium Screens (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .index-carousel {
        margin-top: -10%; /* Adjust for tablets */
    }
}

/* Small Screens (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .index-carousel {
        margin-top: -8%; /* Adjust for smaller screens */
    }
}

/* Very Small Screens (Less than 576px) */
@media (max-width: 575px) {
    .index-carousel {
        margin-top: -18%;
    }
}
/*Suma*/
/*.fa, 
    line-height: 3;
  
}
*//*eND TAG*/

/*Start tAG FOR INDEX -TOP bUTTON*/
.index-top-button {
    margin-right: 15%;
    text-align: center;
}

@media (max-width: 576px) { /* Small screens (phones in portrait mode) */
    .index-top-button {
        display:none;
        margin-right: 10%;
    }
}

@media (max-width: 767px) { /* Medium screens (phones in landscape mode or smaller tablets) */
    .index-top-button {
        display: none;
        margin-right: 10%;
    }
}

@media (max-width: 991px) { /* Large screens (tablets or small laptops) */
    .index-top-button {
        display: none;
        margin-right: 12%;
    }
}

@media (max-width: 1199px) { /* Extra large screens (laptops) */
    .index-top-button {
       
        margin-right: 14%;
    }
}

@media (min-width: 1200px) { /* Very large screens (desktops and large laptops) */
    .index-top-button {
      
        margin-right: 15%;
    }
}

.index-top-button {
    background: #003a66 !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif !important;
    /* font-family: georgia, serif !important; */
    font-weight: 400;
    transition: 0.5s;
    font-size: 16px;
}

.index-top-button {
    font-weight: 600;
    transition: .5s;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.text-white {
    color: #fff !important;
}
/*eND tAG*/

/*Start Tag for service space reducer*/
/* Base styles for the service-owl class */
.service-owl {
    margin-top: -3%;
}

/* Media Query for Extra Small screens (Mobile portrait, 0-480px) */
@media (max-width: 480px) {
    .service-owl {
        margin-top: -2%; /* Adjust margin for smaller screens */
    }
}

/* Media Query for Small screens (Tablets, 481px - 768px) */
@media (max-width: 768px) {
    .service-owl {
        margin-top: -2.5%; /* Adjust margin for tablets */
    }
}

/* Media Query for Medium screens (Small Laptops, 769px - 1024px) */
@media (max-width: 1024px) {
    .service-owl {
        margin-top: -3%; /* Default margin for medium screens */
    }
}

/* Media Query for Large screens (Large Laptops, 1025px - 1440px) */
@media (max-width: 1440px) {
    .service-owl {
        margin-top: -3%; /* Keep the same margin for larger screens */
    }
}

/* Media Query for Extra Large screens (Large desktops, 1441px and up) */
@media (min-width: 1441px) {
    .service-owl {
        margin-top: -3%; /* Keep the same margin for extra-large screens */
    }
}
/*End Tag*/
.Project-owl {
    margin-top: -7%; /* Default margin for larger screens */
}

/* Media Query for Extra Small screens (Mobile portrait, 0-480px) */
@media (max-width: 480px) {
    .Project-owl {
        margin-top: -2%; /* Adjust margin for smaller screens */
    }
}

/* Media Query for Small screens (Tablets, 481px - 768px) */
@media (max-width: 768px) {
    .Project-owl {
        margin-top: -2.5%; /* Adjust margin for tablets */
    }
}

/* Media Query for Medium screens (Small Laptops, 769px - 1024px) */
@media (max-width: 1024px) {
    .Project-owl {
        margin-top: -3%; /* Default margin for medium screens */
    }
}

/* Media Query for Large screens (Large Laptops, 1025px - 1440px) */
@media (max-width: 1440px) {
    .Project-owl {
        margin-top: -7%; /* Keep the same margin for larger screens */
    }
}

/* Media Query for Extra Large screens (Large desktops, 1441px and up) */
@media (min-width: 1441px) {
    .Project-owl {
        margin-top: -4%; /* Keep the same margin for extra-large screens */
    }
}
/*Start Tag*/
/*.drop .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px !important;*/ /* Equal padding on all sides */
    /*clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}*/
/*End Tag*/

/* General style for index-service-top */
.index-projects-top {
    margin-top: -3%;
}

/* Media query for Laptop Screens (Typically around 1024px to 1366px width) */
@media (max-width: 1366px) and (min-width: 1024px) {
    .index-projects-top {
        margin-top: -3%; /* Adjust this value if needed for laptop screens */
    }
}

/* Media query for very large monitor screens (Typically 1920px and above) */
@media (min-width: 1920px) {
    .index-projects-top {
        margin-top: -2%; /* Adjust this value if needed for larger screens */
    }
}
/*End Tag*/
.index-service-top {
    margin-top: -3%;
}

/* Media query for Laptop Screens (Typically around 1024px to 1366px width) */
@media (max-width: 1366px) and (min-width: 1024px) {
    .index-service-top {
        margin-top: -3%; /* Adjust this value if needed for laptop screens */
    }
}

/* Media query for very large monitor screens (Typically 1920px and above) */
@media (min-width: 1920px) {
    .index-service-top {
        margin-top: -3%; /* Adjust this value if needed for larger screens */
    }
}
/*End Tag*/
.index-contact-top {
    margin-top: -3%;
}

/* Media query for Laptop Screens (Typically around 1024px to 1366px width) */
@media (max-width: 1366px) and (min-width: 1024px) {
    .index-contact-top {
        margin-top: -5%; /* Adjust this value if needed for laptop screens */
    }
}

/* Media query for very large monitor screens (Typically 1920px and above) */
@media (min-width: 1920px) {
    .index-contact-top {
        margin-top: -3%; /* Adjust this value if needed for larger screens */
    }
}
/*End Tag*/
/* General style for .arwards */

/* Media query for Laptop Screens (Typically around 1024px to 1366px width) */
@media (max-width: 1366px) and (min-width: 1024px) {
    .arwards {
        margin-top: -4%; /* Adjust this value if needed for laptop screens */
    }
}

/* Media query for very large monitor screens (Typically 1920px and above) */
@media (min-width: 1920px) {
    .arwards {
        margin-top: -3%; /* Adjust this value if needed for larger screens */
    }
}
/* Default styles (apply to all screens) */
.alltypes, .ceiling, .demol, .structural, .civil {
    margin-left: 0; /* Reset by default */
}

/* Very Small Mobile (0px - 320px) */
@media (max-width: 320px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -1%;
    }

    .demol {
        margin-left: -2%;
    }

    .structural {
        margin-left: -1%;
    }

    .civil {
        margin-left: -2%;
    }
    .metal {
        margin-left: -2%;
    }

    .mat {
        margin-left: -2%;
    }

    .furniture {
        margin-left: -2%;
    }

    .Road {
        margin-left: -2%;
    }
    .metal {
        margin-left: -2%;
    }

    .footpath {
        margin-left: -2%;
    }
}

/* Small Mobile (321px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -2%;
    }

    .demol {
        margin-left: -3%;
    }

    .structural {
        margin-left: -2%;
    }

    .civil {
        margin-left: -3%;
    }
    .metal{
        margin-left:-2%;
    }
    .mat{
        margin-left:-2%;
    }
    .furniture{
        margin-left:-2%;
    }
    .Road{
        margin-left:-2%;
    }
    .metal {
        margin-left: -2%;
    }

    .footpath {
        margin-left: -2%;
    }
}

/* Medium Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .alltypes {
        margin-left:-3%;
    }

    .ceiling {
        margin-left: -3%;
    }

    .demol {
        margin-left: -4%;
    }

    .structural {
        margin-left: -3%;
    }

    .civil {
        margin-left: -4%;
    }
    .metal {
        margin-left: -4%;
    }

    .mat {
        margin-left: -4%;
    }

    .furniture {
        margin-left: -4%;
    }

    .Road {
        margin-left: -4%;
    }
    .metal {
        margin-left: -4%;
    }

    .footpath {
        margin-left: -4%;
    }
}

/* Large Mobile (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -1%;
    }

    .demol {
        margin-left: -1.5%;
    }

    .structural {
        margin-left: -1%;
    }

    .civil {
        margin-left: -1.5%;
    }
    .metal {
        margin-left: -1.5%;
    }

    .mat {
        margin-left: -1.5%;
    }

    .furniture {
        margin-left: -1.5%;
    }

    .Road {
        margin-left: -1.5%;
    }
    .metal {
        margin-left: -1.5%;
    }

    .footpath {
        margin-left: -1.5%;
    }
}

/* Tablets and Small Laptops (992px - 1023px) */
@media (min-width: 992px) and (max-width: 1023px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -1%;
    }

    .demol {
        margin-left: -1.5%;
    }

    .structural {
        margin-left: -1%;
    }

    .civil {
        margin-left: -1.5%;
    }

 .mat {
    margin-left: -1.5%;
}

.furniture {
    margin-left: -1.5%;
}

.Road {
    margin-left: -1.5%;
}
    .metal {
        margin-left: -1.5%;
    }

    .footpath {
        margin-left: -1.5%;
    }
}

/* Laptop screens (1024px - 1366px) */
@media (min-width: 1024px) and (max-width: 1366px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -1%;
    }

    .demol {
        margin-left: -3%;
    }

    .structural {
        margin-left: -2%;
    }

    .civil {
        margin-left: -3%;
    }

    .mat {
        margin-left: -3%;
    }

    .furniture {
        margin-left: -2%;
    }

    .Road {
        margin-left: -2%;
    }
    .metal {
        margin-left: -2%;
    }

    .footpath {
        margin-left: -2%;
    }
}

/* Extra-large screens (1367px - 1920px) */
@media (min-width: 1367px) and (max-width: 1920px) {
    .alltypes {
        margin-left: -1.5%;
    }

    .ceiling {
        margin-left: -1.5%;
    }

    .demol {
        margin-left: -3%;
    }

    .structural {
        margin-left: -2%;
    }

    .civil {
        margin-left: -3%;
    }
    .mat {
        margin-left: -3%;
    }

    .furniture {
        margin-left: -3%;
    }

    .Road {
        margin-left: -3%;
    }
    .metal {
        margin-left: -3%;
    }

    .footpath {
        margin-left: -3%;
    }
    
}

/* Monitor screens (1921px and above) */
@media (min-width: 1921px) {
    .alltypes {
        margin-left: -1%;
    }

    .ceiling {
        margin-left: -1%;
    }

    .demol {
        margin-left: -1.5%;
    }

    .structural {
        margin-left: -1%;
    }

    .civil {
        margin-left: -1.5%;
    }
    .mat {
        margin-left: -1.5%;
    }

    .furniture {
        margin-left: -1.5%;
    }

    .Road {
        margin-left: -1.5%;
    }
    .metal{
        margin-left:-1.5%;
    }
   .footpath{
        margin-left:-1.5%;
    }
}
/*End Tag*/

/* Global reset for consistent box model */
.aboutus-top {
    margin-top: -3%;
}

/* Media query for Laptop Screens (Typically around 1024px to 1366px width) */
@media (max-width: 1366px) and (min-width: 1024px) {
    .aboutus-top {
        margin-top: -5%; /* Adjust this value if needed for laptop screens */
    }
}

/* Media query for very large monitor screens (Typically 1920px and above) */
@media (min-width: 1920px) {
    .aboutus-top {
        margin-top: -3%; /* Adjust this value if needed for larger screens */
    }
}
/*End Tag*/
.services-list {
    /* list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    color: black;*/
    list-style-type: disc; /* Adds default bullet points */
    padding-left: 20px; /* Adds indentation to the list items */
    margin: 0;
    font-family: Arial, sans-serif;
    color: black;
}

    .services-list li {
        font-weight: 400;
        margin-bottom: 10px; /* Adjust space between items */
    }

    .services-list strong {
        color: #003a66;
        font-weight: 700;
    }
