
*  {
    margin: 0%;
    padding: 0%;
    font-family: 'poppins',sans-serif;
}

  .navbar-light .navbar-toggler {
    border-color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}
    
.breadcrumb {
    background-color: #fff;
    padding: .8rem 0rem;
    margin: 0;
}

.top-heading {
    font-size: clamp(1rem, calc(1.2rem + .9vw), 2rem);/* h1 32px */
    font-weight: 700;
    margin: 0px;
    color: #18171D;
}

ul {
    list-style: none;
    padding: 0px;
}

a {
    text-decoration: none;
}

p {
    margin: 0%;
}

.container {
    padding: 0px;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.nav-active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    width: fit-content;
}

.bg-light {
    background-color: #ffffff !important;
}

.navbar {
    padding: 0%;
}

.navbar-expand-lg .navbar-nav {
    gap: 42px;
}

.nav-active{
    background-color: #0d6efd;
    border-radius: 5px;
}

.nav-link:hover {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
} 

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #FFF;
   
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #ececec;
}

/* nevigation bar section End */

/* Hero section start  */

    .bg {
        background-size: cover; 
        background-position: center; 
        height: 70vh;
        border-radius: 16px;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 32px 0px;
    }

    .display-4  {
        padding: 40px;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

/* Hero section End  */

/* Search box section start  */

    .search-box {
        margin-top: -4rem;
        justify-content: center;
        align-items: center;
    }

    #search {
    margin-bottom: 5rem;
    }

    .search {
    padding: 0%;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    height: fit-content;
    width: 80%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .search input {
    border: none;
    outline: none;
    color: #18171D;
    width: 90%;
    font-size: clamp(1rem, calc(0.7rem + 0.67vw), 1.2rem); /* 20px */
    letter-spacing: -0.25px;
    }

    .search img {
        padding: 0px 18px;
        color: #016CC8;
        padding: 0px 7px 0px 16px;
        width: 50px;
    }

    button {
    padding: 0;
    background: #fff;
    border: none;
    outline: none;
    }

    button:focus {
    outline: none;  
    box-shadow: none; /* Removes Bootstrap's blue shadow */
    }

    .search-btn {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 12px 12px 0px;
    background: linear-gradient(to right, #016CC8, #00AEEF);
    border: none;
    filter: drop-shadow(0px 5px 10px rgba(68, 12, 6, 0.14));
    }

    .search-btn p {
    color: #FFF;
    text-align: center;
    margin: 0;
    font-size: clamp(1.1rem, calc(0.87rem + 0.67vw), 1.2rem); /* 20px */
    }

    .search-btn i {
    font-size: 28px;
    color: #fff;
    }

/* Search box section End  */

/* Top City section start  */

    .heading img{
        width: 34px;
        height: 34px;
    }

    .heading {
        align-items: center;
        margin: 1rem 0rem;
    }

    h2 {
        color: #18171D;
        font-weight: 700;
        margin: 0;
        font-size: clamp(1rem, calc(1rem + 1vw), 1.8rem) !important; 
    }

    .city-box img {
        width: 100%;
        height: fit-content;
        border-radius: 16px;
    }

    .card-image {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        border-radius: 16px;
    }

    .card-image:hover img {
        transform: scale(1.1);
        transition: all 0.3s ease-in;
    }

    .city-box p {
        text-decoration: none;
        color: #18171D;
        font-size: clamp(1rem, calc(0.87rem + 0.67vw), 1.34rem);  /* 20px */;
        font-weight: 500;
        padding: 8px 0px;
    }

/* Top City section End  */

/* About us section start  */

#about-us {
    margin: 36px 0px;
}

p.s-heading {
    color: #27262B !important;
    font-weight: 500 !important;
    font-size: clamp(1rem, calc(1rem + 1vw), 1.6rem) !important;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content p {
    color: #71717B;
    font-size: clamp(1rem, calc(0.87rem + 0.67vw), 1.2rem); /* 18px */
    font-weight: 400;
}

.about-btn {
    display: flex;
    width: 176px;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #016CC8;
    color: #FFF;
    font-size: 18px;
}

.about-btn:hover {
    background: #0536AE;
    transition: all 0.3s ease-in;
}

.about-img img {
    border-radius: 16px;
    height: -webkit-fill-available;
}

.about-header {
    width: 90%;
    margin: auto;
}

/* About us section End */

/* <!-- Footer section start --> */

#footer {
    background-color: #d0cde9;
    margin-top: 56px;
}

#footer p {
    padding: 16px 0px;
    margin: auto;
}

/* <!-- Footer section End --> */

/* slider css start */

.card {
    border: none;
    cursor: pointer;
}

.owl-nav {
    width: 104%;
    display: flex;
    justify-content: space-between;
    transform: translate(-24px, -224px);
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot     {
    display: flex;
    color: #016CC8;
    width: 44px;
    height: 44px;
    font-size: 42px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #F4F1FF;
    transition: all 0.3s ease-in-out;
}   

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #F4F1FF;
    transition: all 0.3s ease-in-out;
}   

.owl-carousel .owl-item img {
    height: 250px;
}


/* slider css start */


/* Media Query Section Start */

@media (max-width: 992px) { 

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        width: fit-content;
    }

    .search {
        width: 90%;
    }

    .container {
        padding: 0px 20px;
        max-width: 820px;
    }

    .about-bg {
        height: 32vh !important;
    }

    .owl-nav {
        transform: translate(-15px, -224px);
    }

    #about-us {
        margin:0px;
    }

    .display-5 {
        font-size: clamp(1.55rem, calc(1.62rem + 0.36vw), 3rem) !important;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 12px;
    }
 }

@media (max-width: 767.98px) { 

    .container {
        padding: 0px 12px;
        max-width: 640px;
    }

    .search-btn {
        height: 60px;
    }

    .bg {
        display: none;
    }

    .search-box {
        margin-top: 2rem;
    }

    .search {
        width: 95%;
        border: 1px solid #ececec;
        box-shadow: none;
    }

    #search {
        margin-bottom: 3rem;
    }

    #state-search {
        margin: 2rem 0rem 2rem 0rem !important;
    }

    .right-arrow {
        display: none;
    }

    .state-active-btn, .state-btn {
        padding: 8px 22px !important;
    }

    .list-items {
        padding: 0px 12px 0px 0 !important;
    }

    .city-btn {
        padding: 8px 14px !important;
    }

    .heading img {
        width: 24px;
        height: 24px;
    }
    .scroll-box {
        gap: 16px !important;
    }

    .information p {
        font-size: medium !important;
    }

    .address {
        flex-direction: column;
    }
 
    .owl-nav {
        transform: translate(0px, -208px);
        width: 100%;
    }

    .view-btn {
        padding: 8px 22px !important;
        font-size: 16px !important;
    }

    .about-header {
        width: 95%;
    }

    .services-box {
        padding: 22px 12px !important;
    }

    .journey-img {
        display: flex;
        justify-content: center;
        height: 400px;
    }

    .ps-5 {
        padding-left: 0rem !important;
    }

    #services h2 {
        margin: 22px 0px !important;
    }
}

@media (max-width: 576px) {
    .container{
        max-width: 640px;
    }

    .search-btn p {
        display: none;
    }

    .about-btn {
        width: 100%;
    }

    .about-bg {
        height: 20vh !important;
    }

    .search img {
        width: 32px;
        padding: 0px 4px 0px 8px;
    }

    .facility-box {
        gap: 3px !important;
        padding: 8px 8px !important;
    }

    .facility-img {
        width: 24px !important;
        height: auto;
    }

    .product-img img {
        height: 250px !important;
        border-radius: 8px 8px 0px 0px !important;
        width: -webkit-fill-available !important;
    }

    .body-heading img {
        width: 20px !important;
        height: 20px !important;
    }

    .scroll-box {
        gap: 8px !important;
    }

    .location,.city-name ,.icon-text, p {
        align-items: flex-start !important;
    }

    .verify {
        flex-direction: column;
        gap: 12px;
    }

    .v-btn {
        width: 100%;
    }

    .view-btn {
        width: 100%;
    }

    .p-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .about-bg {
        border-radius: 8px !important;
        margin: 12px 0px 0px 0px !important;
    }

    .about-btn {
        font-size: 16px !important;
    }

    .services-box {
        gap: 12px !important;
    }

    .display-5 {
        font-size: clamp(1rem, calc(1.3rem + 0.36vw), 3rem) !important;
    }
}

@media (max-width: 425px) {
    
    .product-img img {
        height: 212px !important;
    }

    .head {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

 }

@media (max-width: 375px) {
        .search-btn {
            display: none;
        }

        .search {
            padding: 1rem 0rem;
        }
}

/* Media Query Section End */