.navbar-section{
border-top: none;
}
.navbar-logo-default{
    width: 150px;
    position: relative;
    margin-top: 6rem !important;
}

.bg-gradient-blue-white {
    background-image: linear-gradient(180deg, #ffffff 0%, #EFF4FA 100%);
}
.rd-navbar-fullwidth.rd-navbar--is-stuck {
    position: inherit !important;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
}
.custom-image-gal{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.image-p{
    width: 200px;
    height: 150px;
    object-fit: contain;
    background-color: #fff;
}
.rd-navbar-fixed .navbar-logo {
    position: fixed;
    left: 50%;
    transform: translateX(-42%);
    width: 40px !important;
    top: -5rem !important;
}
.check-title-info{
    font-weight: 600;
    font-size: 45px;
    margin-top: 2rem;
    color: #000;
}
.form-input-solar input{
    margin-top: 2rem;
    width: 97%;
    height: 70px;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #cbcbcb;
}
.form-input-solar button{
    background-color: #0071bc;
    color: #fff;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 19px;
    margin-left: -4rem;
}

/* Style for the autocomplete dropdown */
.pac-container {
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
}

/* Style for the autocomplete dropdown items */
.pac-item {
    cursor: pointer;
    padding: 10px 15px;
}

/* Style for the selected autocomplete dropdown item */
.pac-item-selected {
    background-color: #f0f0f0;
}