@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');

* {
    font-family: "Poppins", sans-serif !important;
}

/* hero section style start  */
.hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/hero-section.jpg");
    z-index: 99;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

.hero-section h1 {
    line-height: 1.5;
}

/* hero section style end  */
.form-control::placeholder,
.form-control {
    color: #000;
}

.suggestions {
    position: relative;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-backdrop{
    z-index: -1;
}
.call-btn-mob{
    z-index: 9999;
}
.foot-comp{
    display: flex;
    align-items: center;
    gap: 25px;
}