@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}



ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 40px;
}



a.nav-link.active {
    font-size: 18px;
    font-weight: 600;
    color: #f67823 !important;
}


a.nav-link {
    font-size: 18px;
    font-weight: 500;
}



.navbar {
    background-color: #ffffff;
}

.navbar .nav-link {
    color: #333;
}

.navbar .dropdown-menu {
    background-color: #f8f9fa;
    border: none;
}

.dropdown-item:hover {
    background-color: #e9ecef;
}


.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f8f9fa;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Optional: Smooth transition for the dropdown */
.navbar .dropdown-menu {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
}


.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}



img.header_logo {
    width: 140px;
}







.hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_bg2.jpg) center center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}


.hero-section .container.text-center.text-white {
    z-index: 1 !important;
}



.ajmer .hero-section {
    position: relative;
    height: 650px;
    background: url(../img/home_ajmer.webp) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: 0 !important;
}



.ac .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_ac.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}


.fridge .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_fridge.jpeg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}



.geyser .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_geyser.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}


.wash .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_wash.png) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}



.ro .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_ro.png) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}



.micro .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_micro.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}




.kitchen .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_kitchen.png) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}



.Cassette .hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home_cassette.jpeg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}



.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 73%);
}


.ac .main-heading {
    font-size: 48px;
    font-weight: 700;
    color: #f67823;
}


.since-text {
    font-size: 24px;
    font-weight: 300;
}

.highlight {
    color: #f67823;
    font-weight: bold;
}

.main-heading {
    font-size: 48px;
    font-weight: 700;
}

.subheading {
    font-size: 19px;
    margin-top: 15px;
}

.explore-btn {
    background-color: #f8981d;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 25px;
}



.hero-section .btn-primary {
    color: #fff;
    background-color: #00365c !important;
    border-color: #00365c !important;
    margin-top: 0px;
}

/* Animation */
@keyframes backgroundAnimation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.hero-section {
    animation: backgroundAnimation 30s ease-in-out infinite;
    background-size: 130% 170%;
}



.about .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.card-body h5 {
    color: #00365c;
}

p.card-title {
    color: #000;
}


.card-body a {
    color: #000;
}


.about h2 {
    font-size: 28px;
    font-weight: 600;
}

.about form {
    background: #00365c;
    padding: 60px 30px;
    border-radius: 20px;
}


.form-group {
    margin-top: 15px;
}

select#choose-services {
    border: none !important;
    box-shadow: none !important;
    color: #000000b5;
    border-radius: 5px;
}

.about form h4 {
    color: #fff;
    font-size: 20px;
}


.about input.form-control1 {
    padding: 5px 30px;
    border: none;
    border-radius: 4px;
    background: #f67823;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}


.stats-box p {
    margin: 0;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 10px;
}

.feature-icon {
    color: #f67823;
}

.about .form-control {
    box-shadow: none !important;
}

.offset-1.col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about h5.text-primary {
    font-size: 30px;
    font-weight: 700;
    color: #f67823 !important;
}


.about span {
    color: #f67823;
}

.ajmer .about span {
    color: #f67823;
    font-size: 30px;
}


.ajmer .about h2 {
    font-size: 18px;
    font-weight: 600;
}

.choose-us-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #f67823;
}

.choose-us-section p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.icon-box {
    background-color: white;
    color: #00aaff;
    border-radius: 10px;
    box-shadow: 0 12px 19px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-box:hover {
    transform: translateY(-10px);
}

.icon-box i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #00365c;
}

.icon-box h5 {
    font-size: 16px;
    margin-top: 10px;
    color: #0000009c;
    font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .choose-us-section h2 {
        font-size: 2rem;
    }

    .choose-us-section p {
        font-size: 0.9rem;
    }


    .ac .hero-section {
        animation: backgroundAnimation 30s ease-in-out infinite;
        background-size: 210% 100%;
        height: 100%;
    }
}







.stats-section {
    background-color: #f8f9fa;
}

.stat-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f67823;
    padding: 12px;
    margin-bottom: 20px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-icon img {
    width: 100%;
    height: 53px;
    object-fit: contain;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #00365c;
}

.stats-section p {
    font-size: 18px;
    color: #00365c;
}

.stats-section p strong {
    font-weight: bold;
    color: #f67823;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



img.card-img-top {
    width: 100%;
    /* height: 250px; */
}


h1.main-heading.care {
    color: #f67823;
}





.hero-section1 {
    background-image: url(../img/service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    color: white;
    z-index: -1;
}

.hero-section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 54 92 / 82%);
    z-index: 1;
}

.hero-section1 h1 {
    z-index: 2;
    position: relative;
    font-size: 4rem;
    font-weight: bold;
    color: #f67823 !important;
}

.breadcrumb {
    z-index: 2;
    position: relative;
    background-color: transparent;
    margin-top: 20px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #f8981d;
    /* Orange color for breadcrumb */
}

.breadcrumb-item.active {
    color: white;
}

/* Button Styling */
.hero-section1 .btn-orange {
    background-color: #f8981d;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
    margin-top: 30px;
}

.hero-section1.btn-orange:hover {
    background-color: #e68919;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(246 120 35) !important;
    content: var(--bs-breadcrumb-divider, "/");
}



.services-section {
    background-color: #f8f9fa;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00365c;
}

.services-section .highlight {
    color: #e68919;
}

.service-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-card img {
    height: 200px;
    object-fit: cover;
}

.service-icon img {
    width: 50px;
    height: 50px;
}

.services-section .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #0e1b4d;
}

.services-section .card-text {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.services-section .btn-primary {
    background-color: #f67823;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}

.services-section .btn-primary:hover {
    background-color: #e68919;
}

.happy img {
    width: 100%;
}


h2.text-center.mb-4 {
    color: #f67823;
    margin-bottom: 50px !important;
}


#policy h1 {
    text-align: center;
    color: #00365c;
}

#policy p {
    color: gray;
}

#policy {
    border: 2px solid gray;
    padding: 20px;
}


.process-section {
    background-color: #f8f9fa;
}

.process-section h2 {
    color: #f67823;
    font-weight: bold;
}

.process-section p {
    color: #666;
}

.process-section .card {
    border: none;
    border-radius: 10px;
    padding: 20px;
    background: #00365c !important;
}

.process-section .card .icon img {
    width: 50px;
    height: 50px;
}

.process-section .card-text {
    font-size: 1.25rem;
    font-weight: bold;
}

.process-section .card-body p {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #f1f1f1;
    margin-bottom: 0px;
}


#policy h3 {
    color: #00365c;
}







.footer {
    background-color: #0c0c0c;
    color: #fff;
}

.footer h5 {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #d1d1d1;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer ul li i {
    margin-right: 10px;
}

.footer p {
    margin: 0;
}

.footer .list-inline {
    margin: 0;
    padding: 0;
}

.footer .list-inline-item {
    margin-right: 15px;
}

.footer .list-inline-item a {
    color: #fff;
    font-size: 1.2rem;
}

.footer .list-inline-item a:hover {
    color: #f67823;
}


.footer a {
    color: #ffffffbf;
}





.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #00365c;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #f67823;
}

.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content {
    margin-top: 200px;
}


img.card-img-top.ajmer-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 50% 1%;
}


@media (max-width: 767.98px) {

 

    .contact .col-md-4 {
        margin-bottom: 20px;
    }

    .ajmer .hero-section {
        height: 100%;
    }

    .content {
        margin-top: 100px;
    }

    button.navbar-toggler {
        border-radius: 0px !important;
        box-shadow: none !important;
    }

    section.search.py-5 {
        padding: 30px 0px !important;
    }

    .hero-section {
        height: 100%;
    }

    .main-heading {
        font-size: 20px;
    }

    .subheading {
        font-size: 16px;
        margin-top: 15px;
    }

    .hero-section {
        animation: backgroundAnimation 30s ease-in-out infinite;
        background-size: 210% 100%;
    }

    .offset-1 {
        margin-left: 0;
    }

    .about span {
        font-size: 19px;
    }

    .about h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .about form {
        padding: 28px 20px;
        margin-bottom: 30px;
    }


    .choose-us-section h2 {
        font-size: 30px;
    }

    .stat-number {
        font-size: 30px;
    }

    .process-section h2 {
        font-size: 20px;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0;
        line-height: 16px;
    }

    img.header_logo {
        width: 110px;
    }

    .hero-section1 {
        height: 100%;
    }

    .hero-section1 h1 {
        font-size: 30px;
    }

    .hero-section1 {
        height: 162px;
    }


    .services-section h2 {
        font-size: 24px;
    }


    section.services-section.py-5 {
        padding: 30px 0px !important;
    }

    .process-section {
        background-color: #f8f9fa;
        padding: 10px 0px !important;
    }

    .ajmer .about span {
        color: #f67823;
        font-size: 25px;
    }

    .about form h4 {
        color: #fff;
        font-size: 17px;
    }


    .ac .main-heading {
        font-size: 20px;
        font-weight: 700;
        color: #f67823;
    }

}


.contact .card-body {
    flex: 1 1 auto;
    padding: unset;
    color: var(--bs-card-color);
}


.contact .card {
    margin: 15px;
    height: 100%;
    padding: 10px 20px;
}

.contact .icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #f67823;
    margin-top: 20px;
}


.ajmer .about span.feature-icon {
    font-size: 16px;
}

.contact h2.text-center.mb-4 {
    color: #f67823;
    margin-bottom: 28px !important;
}



img.toll_free {
    width: 23px;
    filter: invert(1);
}




.testimonial {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.testimonial img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial p {
    color: #555;
}

.testimonial h5 {
    font-weight: bold;
    color: #333;
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
}