.topbg{
    padding: 10px 0px;
    background-color: #3bafc0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8f7f7;
    color: #327fc7;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
}

.icon:hover {
    background-color: #327fc7;
    color: #fff;
}

.goog-logo-link {
    display:none !important;
    font-size:0px !important;
}

.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}
.goog-te-combo{
    padding: .375rem .75rem;
    border-radius: 5px;
}

.menubg{
    background-color: #e8f7f7;
}

.nav-item>.nav-link{
    color: #0180b2;
    font-size: 1.2em;
    font-weight: 500;
}

.inquiry-section {
    background-color: #eef8ff;
    padding: 60px 0;
}

.inquiry-section .card>.card-body>.rounded-circle{
        background-color: #3baec0;
        font-size: 2rem;
    font-weight: bold;
}

.catagory-section{
    background-color: #e8f7f7;
}

.catagory-section .col-md-4 .btn:hover{
    background-color: #3bafbf;
    border-color: #3bafbf;
}

.banner-section  {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(../Images/p3.webp);
    background-size: cover;
    background-position: center;
}

.banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.banner-section .overlay p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.banner-section .overlay>.btn {
    background-color: transparent;
    border: 2px solid #00abbb;
    padding: 10px 20px;
    margin: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5em;
    transition: 0.3s;
    color: #00abbb;
}

.banner-section .overlay>.btn:hover {
    background-color: #00abbb;
    color: #fff;
}

.about-section{
    background-color: #eef8ff;
}

.about-section .btn{
    background-color: #00abbb;
    border-color: #00abbb;
}

.about-section .btn:hover{
    background-color: #004f95;
    border-color: #004f95;
}

.blog-section{
    background-color: #e8f7f7;
}

.blog-section .card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}