@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'El Messiri', sans-serif;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    text-align: justify;
}

:root {
    --bs-dark-color: #1a1d20;
    --bs-dark-primary: #1c1c1c;
    --bs-main-color: #fff;
    --bs-primary-color: #EA4335;
    --bs-secondry-color: #1C702E;
}

/* Base font size for general text */

body {
    color: #000000 !important;
    font-size: 16px;
    /* Default font size */
    line-height: 1.5;
    /* Default line height */
}


/* Responsive font sizes using media queries */
@media screen and (max-width: 768px) {
    /* Adjust font size for smaller screens */
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    /* Further adjust font size for extra small screens */
    body {
        font-size: 12px;
    }
    .lh-1 {
        padding: 10px;
    }
    p{
        margin-bottom:0px;
    }

    .tp{
        justify-content:center;
    }
}

/* Example: Responsive headings */
/*.bg-body-tertiary {
    background-image: url(../assets/top_banner.gif) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}*/

h1 {
    font-size: 2em;
    /* Large heading size */
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8em;
        /* Adjust heading size for smaller screens */
    }

}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.5em;
        /* Adjust heading size for extra small screens */
    }
}

/* Example: Responsive paragraph text */

@media screen and (max-width: 768px) {
    p {
        font-size: 1em;
        /* Adjust paragraph text size for smaller screens */
    }
}

@media screen and (max-width: 576px) {
    p {
        font-size: 0.9em;
        /* Adjust paragraph text size for extra small screens */
    }
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.nav-link {
    font-weight: bold;
}

.btn {
    color: var(--bs-main-color);
    background-color: #EA4335;
    font-weight: 600;
    border-radius: 3px;
    padding: 9px 9px;
}

    .btn:hover {
        color: black;
        background-color: transparent;
        font-weight: 600;
        border-radius: 3px;
        padding: 8px 8px;
        border: 1px solid #EA4335;
        transition: 0.4S
    }
.btn1 {
    color: black;
    background-color: transparent;
    font-weight: 600;
    border-radius: 3px;
    padding: 11px 8px;
    border: 1px solid #EA4335;
}


    .btn1:hover {
        color: var(--bs-main-color);
        background-color: #EA4335;
        font-weight: 600;
        border-radius: 3px;
        padding: 11px 8px;
        transition: 0.4S
    }

.exp {
    justify-content: center;
    padding: 5px;
    transition: 0.6s;
}

.footer-loc {
    display: flex;
    gap: 15px;
}

    .footer-loc span, i {
        color: white;
    }

.exp:hover {
    background: #34A853;
    border-radius: 3px;
}
.exp a,i {
    color: #34A853;
}
    .exp:hover a,i {
        color: white;
    }


.list-unstyled li {
    display: flex;
    gap: 6px;
    padding-bottom: 12px;
    padding-top: 7px;
}

    .list-unstyled li a, i {
        color: white;
    }

    .list-unstyled li:hover i {
        transition: 0.5s;
        padding-right: 8px;
        color: #FBBC05;
    }
.serv_banner {
    position: relative;
    text-align: center;
}
    .serv_banner h1 {
        font-family: "Playpen Sans";
        position: absolute;
        top: 20%;
        left: 60%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 3.5em;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 21%);
    }
.card-title {
    text-align: center;
    font-weight: 600;
    padding-bottom:10px;
}
.text-muted {
    font-weight: 600;
    font-size: 15px;
}
/* navbar started*/
.navbar .container .navbar-nav .nav-item {
    margin-right: 2rem;
}

.na .navbar .container .navbar-nav .nav-item:hover a {
    color: var(--bs-primary-color);
}

.navbar .container .navbar-brand img {
    width: 40px;
}

.navbar .container .navbar-brand span {
    font-size: 1.5rem;
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* Custom CSS to style the mobile dropdown menu */

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        /* Optional: Set background color */
        padding: 15px;
        /* Optional: Adjust padding */
        z-index: 1000;
        /* Optional: Ensure it appears above other content */
        overflow-y: auto;
        /* Enable vertical scrolling if needed */
    }

        .navbar-collapse .navbar-nav .dropdown-menu {
            width: 100%;
            /* Make the navbar nav full width */
            text-align: center;
            /* Align nav items in the center */
        }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: space-between;
    }

    .navbar-nav {
        width: 100%;
        /* Make the navbar nav full width */
        text-align: center;
        padding-left: -1px;
        /* Align nav items in the center */
    }

        .navbar-nav .hidable {
            display: none;
        }

    .MOB {
        justify-content: space-around;
        align-items: center !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 35px;
    }

    ol, ul {
        padding-left: 0rem;
    }

    .footer {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-loc, h5 {
        text-align: center;
    }

}

.MOB {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 35px;
}

/* navbar end*/

/* hero-section start */

.hero-section .image {
    width: 900px;
    top: 50%;
    left: -12%;
}

.hero-section .hover1:hover {
    transform: scale(1.07);
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.two {
    min-width: 100%;
    background-color: var(--bs-main-color);
    color: var(--bs-dark-color);
}

.three {
    min-width: 100%;
    background-color: var(--bs-main-color);
}

    .three .container h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }

    .three .container .card:hover {
        transform: scale(1.05);
        transition: all ease-in-out 0.5s;
    }

        .three .container .card:hover h5 {
            transform: scale(1.05);
            transition: all ease-in-out 0.5s;
            color: #34A853;
        }

.four {
    min-width: 100%;
    background-color: var(--bs-main-color);
    color: var(--bs-dark-color);
}

    .four .container h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }


.btn {
    border: none;
}

.four .container li {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 500;
}

    .four .container li:hover {
        width: 90%;
        padding-left: 5px;
        border-radius: 5px;
        background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
        transform: scale(1.2);
        transition: all ease-in-out 0.3s;
    }

.five {
    min-height: 100vh;
}

    .five .container .card:hover {
        transform: scale(1.05);
        transition: all ease-in-out 0.5s;
    }

    .five .container h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }

    .five .container .card:hover h5 {
        transform: scale(1.05);
        transition: all ease-in-out 0.5s;
        color: #34A853;
    }

.six .container h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.six .row a {
    color: black;
}
/* footer-start */
footer {
    position: relative;
    background-color: var(--bs-dark-primary);
    color: var(--bs-main-color);
    padding: 10px;
}

.footer-icon ul i {
    background: white;
    padding: 6px;
    font-size: 18px;
    color: black;
    border-radius: 50%;
    transition: 0.6s
}

.fa-facebook:hover {
    color: white;
    background: #316FF6;
}

.fa-x-twitter:hover {
    color: white;
    background: #0000;
}

.fa-instagram:hover {
    color: white;
    background: #d62976;
}

.fa-linkedin-in:hover {
    color: white;
    background: #0077B5
}
/*.bg-dark 
{
    background-image: url(../assets/footer-background.gif) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}*/

.footer {
    background: white;
    padding: 1px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.footer-link {
    color: var(--bs-main-color);
    text-decoration: none;
}

    .footer-link:hover {
        text-decoration: underline;
    }

.social-icons a {
    color: var(--bs-main-color);
    text-decoration: none;
    margin-right: 15px;
}

    .social-icons a:hover {
        color: #000;
    }

.footer img {
    width: 60px;
}

.footer .navbar-brand .one span {
    font-weight: 700;
    letter-spacing: -1px;
    margin-left: 5px;
}

footer span div {
    background-color: transparent;
    margin-left: 10px;
    padding: 2px;
    border-radius: 5px;
}

    footer span div a {
        text-decoration: none;
    }

/* footer-end */

.mb-3 {
    margin-bottom: 20px;
    /* Adjust as needed */
}

/* Custom CSS for map container to maintain aspect ratio */

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 aspect ratio (change as per iframe content) */
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* media query start */

@media (min-width: 993px) and (max-width: 1200px) {
    /* Add your styles here */
    .navbar .container .hidable {
        display: none;
    }
}
