@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@400;700&display=swap');

.container {
    max-width: 1216px !important;
    display: flex;
    margin: auto;
}

.container-fluid {
    background-color: #fff;
}

.navbar {
    display: flex;
    align-items: center;
    align-content: space-between;
    width: 100%;
    padding: 0px 15px;
    background-color: #fff !important;

}

.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif !important;
    text-decoration: none !important;
    color: black !important;
    background-color: #fff !important;
}

.navbar-nav,
.navbar-collapse {
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.btn {
    border-radius: 0% !important;
    width: 103px;
    height: 42px;
    font-size: 16px !important;
    font-weight: 600 !important;

}

.collapse {
    justify-content: end;
    margin-right: 30px;
}

.main-image img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.grid {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 42px !important;
    margin-bottom: 28px !important;
}

h1 {
    margin-top: 42px !important;
    margin-bottom: 28px !important;
    font-size: 44px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold !important;
}

.pg {
    margin-top: 42px !important;
    margin-bottom: 28px !important;
    margin-left: 64px !important;
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
}


.hero {
    text-align: center;
    padding: 56px 20px;
    font-size: 20px !important;
    font-weight: normal;
    font-family: "Poppins", sans-serif !important;
}

h2 {
    font-size: 44px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold !important;
}

.hero img {
  
    height: auto;
    max-width: 1440px;
    margin-top: 20px;
}

.service-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.service-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    font-size: 18px !important;
    font-family: "Poppins", sans-serif !important;
}

h3 {
    font-size: 30px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    margin-top: 14px !important;
}

.color-box {
    background-color: #367685;
    width: 291px;
    height: 165px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: white;
}

.additional-section-container {
    font-family: 'Mukta Vaani', sans-serif;
  }
  
.additional-section {
    background-color: #EEEEEE;
    margin: auto;
    padding-top: 55px;
    padding-bottom: 78px;
  }

  .additional-section p {
    width: 1182.81px;
    margin: auto;
    padding-bottom: 20px;
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
  }

  .additional-section h2 {
    margin: auto;
    width: 1182.81px;
    font-size: 44px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    padding-bottom: 49px;
  }

.button-grid {
    width: 1182.81px !important;
    margin: auto;
}

.button-grid button {
    font-size: 26px;
    font-weight: bold;
    margin: 0 17px 10px 0;
    color: #367685;
}

.button-grid button {
    background-color: #fff;
    border: 1px solid #367685;
    padding: 17px 45px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    letter-spacing: -1.5px;
}

.button-grid button:hover {
    background-color: #e0e0e0;
}

.hero {
    position: relative;
    overflow: hidden;
    text-align: center;
    /* padding: 40px 20px; */
    background-color: white;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);

    p {
        font-size: 20px;
        font-family: "Poppins", sans-serif !important;
        font-weight: normal;

    }

    h3 {
        font-size: 44px;
        font-weight: bold;
        color: #fff;
        font-family: "Poppins", sans-serif !important;
        letter-spacing: -1px;
        margin-bottom: 47px;

    }
}

.search-bar {
    display: flex;
    align-items: center;
    margin-left: 30px;
    justify-content: center;
}

.search-input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 459px;
    height: 49px;
    font-family: "Poppins", sans-serif !important;
}

.search-button {
    background-color: #DD0005;
    color: white;
    border: none;
    border-radius: 0px;
    padding: 12px 12px;
    cursor: pointer;
    height: 49px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif !important;
}

footer {
    background-color: #444444;
    color: #fff;
    padding: -5px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 0px;
}

.footer-logo {
    flex: 1.5;
    text-align: left;

    p {
        margin: 4px;
        font-size: 18px;
        font-weight: normal;
        line-height: -1.5;
        font-family: "Poppins", sans-serif !important;
        margin-top: 29px !important;
    }
}

.footer-logo img {
    height: 102.57px;
    width: 78px;
}

.footer-nav {
    text-align: left;
    font-family: "Poppins", sans-serif !important;
}

.footer-nav {
    flex: 2;
    display: flex;
    justify-content: space-around;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul {
    p {
        margin: 0;
        font-size: 26px;
        margin-bottom: 11px;
        font-family: "Poppins", sans-serif !important;
    }
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-contact {
    flex: 1;
    text-align: left;
    font-family: "Poppins", sans-serif !important;
    font-size: 26px !important;
}

.address-content {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: normal;
}

.footer-contact ul {
    padding: 0;
}

.footer-contact ul {
    li {
        display: flex;
        gap: 11px;
        margin-bottom: 15px;
        font-family: "Poppins", sans-serif !important;
    }
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
}

.phone-content {

    p {
        font-family: "Poppins", sans-serif !important;
        font-size: 18px !important;
        margin-top: 6px;
    }
}

.fa-phone:before {
    content: "\f095";
    font-size: 20px;
}

.footer-copyright {
    background-color: #2F2F2F;
    color: white;
    font-size: -2px;
    padding: 2px 8px;
    margin: 46px 0 0;
    width: 103.49%;
    text-align: center;
    position: relative;
    left: -66px;
    right: 153px;

    p {
        font-size: 16px;
        font-family: "Poppins", sans-serif !important;
        font-weight: normal !important;
        margin-top: 23px;
        margin-bottom: 21px;
        
    }
}