@charset "UTF-8";

/*
Theme Name: Anjaneey
Theme URI: 
Author: the developer
Author URI: 
Description: anjaneey is a custom theme
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anjaneey
*/

#videoPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

/* Center popup perfectly */
#videoPopup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

#videoPopup .popup-content video {
    width: 100%;
}

#videoPopup .close-popup-vid {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 30px;
    /* z-index: 1100; */
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    /* opacity: 0; */
    /* transform: scale(0.8); */
    /* transition: all 0.4s ease; */
    /* transition-delay: 0.5s; */
}

form#product-search-form ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.process__icon img {
    width: 55px;
}

.wpcf7-not-valid-tip:not(:first-of-type) {
    display: none;
}

.contact-layout1 .contact-panel__info:after {
    background-color: #f58220 !important;
}

.cart button.btn-lg.btn__secondary.btn__rounded {
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    height: 50px;
    justify-content: center;
}

/* .btn__secondary:focus{
    background: #f58220 !important;
} */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #4caf50;
    color: #4caf50;
}

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
    color: #048299 !important;
}

.features-layout2 {
    padding-top: 200px;
}

.recently-products a.btn.btn__secondary.btn__rounded {
    margin-top: 20px;
}

.work-process .slick-slide {
    height: 360px;
}

.form-group-date .form-group-icon {
    top: 17px;
}

.wpcf7-spinner {
    position: absolute;
    top: 32px;
    right: 30px;
    z-index: 999;
}

.woocommerce form.submitting .wpcf7-spinner {
    top: 18px;
}

.nav-pills {
    justify-content: center;
}

.header-topbar{
    display: flex !important;
    height: 73px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 1000;
    transition: transform .2s;
}

.whatsapp-float i.fab.fa-whatsapp {
    margin-top: 15px !important;
}

.footer .phone__number {
    margin: 10px 0;
}

.phone__number {
    font-size: 18px;
}

.footer-widget__title.color-heading {
    margin-bottom: 10px !important;
}

li.color-time {
    margin-top: 10px;
}

.woocommerce-cart table.cart img {
    width: 150px;
}

.woocommerce table.shop_table td p {
    margin: 0;
}

.post-item:hover .post__img img {
    transform: scale(1.08) !important;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 5px !important;
}

/* .about__Text p {
    color: #848e9f !important;
} */

.min-height-500 {
    min-height: 500px;
}

.about__text.bg-white {
    height: 100%;
}

.feature-item .feature__content {
    padding: 0;
}

.feature-item .feature__content .feature__img {
    margin-bottom: 0;
}

.feature-item .feature__img img {
    border-radius: 0;
}

.feature-item .feature__title {
    font-size: 18px;
    margin: 10px 0;
    min-height: unset;
}

.feature-item {
    padding: 10px;
    position: unset;
    border-radius: unset;
    margin-bottom: 35px;
}

.feature-item .btn__link {
    bottom: 20px;
}

.swiper-wrapper>.post-item {
    margin: 10px 10px;
}

.swiper-wrapper>.post-item .post__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* .swiper-wrapper.no-slider{
    flex-direction: column;
    align-items: center;
} */

.post-item .post__img {
    padding: 20px;
}

.modal-dialog {
    max-width: 900px;
    width: 850px;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
    width: 215px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* spacing between columns */
}

.flex-item {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 20px;
    flex: 1 1 100%;
    /* default 1 column on mobile */
}

.footer .footer-widget-contact:before {
    content: '';
}

.nested-products .feature-item .btn__link {
    bottom: -15px;
}

.nested-products .feature-item {
    margin-bottom: 0;
}

.list-unstyled ul {
    list-style: none;
    padding: 0;
}

.single-product.woocommerce div.product form.cart {
    margin-top: 20px;
}

.single-product .hide-related {
    display: none;
}

#product-search-results {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    border: 1px solid #ccc;
    display: none;
}

#product-search-results li {
    padding: 8px 12px;
    cursor: pointer;
}

#product-search-results li.highlight {
    background: #f0f0f0;
}

#product-search-results li:hover {
    background: #f0f0f0;
}

#product-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-topbar .header-topbar__search .form-control{
    width: auto !important;
}

.apis{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.apis .api-item{
    background: #004892;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
}
.apis .api-item a{
    color: #fff;
}

@media (max-width: 1199px) {
    .features-layout2 {
        padding-top: 100px;
    }
}

@media (max-width: 1024px) {
    .flex-item {
        flex: 1 1 calc(25% - 20px);
    }

    section.contact-layout1.pt-0.mt--100.mb-100 {
        margin-top: 50px;
    }

    section.product-cate-sec .products-cat-btn {
        padding: 0px 30px;
    }

    .features-layout2 {
        padding-top: 100px;
    }

    .about-layout2 {
        padding-bottom: 80px;
    }

    span.wpcf7-not-valid-tip {
        position: unset;
    }

    .nested-products .feature-item .btn__link {
        bottom: -25px;
    }
    #videoPopup .popup-content {
        width: 90%;
    }

}

@media (max-width: 991px) {
    .navbar .close-mobile-menu {
        top: 0;
        /* right: 27%; */
        left: 240px;
    }

    .about-layout2 {
        padding-bottom: 50px;
    }

    .navbar .nav__item .nav__item-link {
        padding-left: 0;
        line-height: 25px;
    }

    .navbar .nav__item {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px;
        border-bottom: 1px solid #000;

    }

    .modal-dialog {
        width: 600px;
    }

    .book_appointment .heading-light .heading__title {
        margin-top: 50px;
    }

    .products-category-heading {
        margin-bottom: 35px;
    }

    .products-cat-btn a {
        margin: 10px 10px;
    }

    .feature-item .btn__link {
        bottom: 27px;
    }

    .feature-item .feature__content {
        padding: 20px 20px 50px 20px !important;
    }

    .contact-panel {
        padding: 50px 20px 20px 20px;
    }

    .features-layout2 {
        padding-top: 70px;
    }

}

@media (max-width: 767px) {
    .contact__list.align-items-center.list-unstyled{
        display: none;
    }
    .header-topbar {
        height: auto !important; 
    }
    .header-topbar .header-topbar__search #product-search-input{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    /* .nice-select {
        width: 40%;
        float: unset;
        display: inline-block;
    } */
    .flex-item {
        flex: 1 1 calc(33.33% - 20px);
    }

    .products-cat-btn {
        flex-direction: column;
        align-items: flex-start;
        /* Optional: aligns items to the left */
        gap: 10px;
        /* Optional: adds space between links */
    }

    .modal-dialog {
        width: 96%;
    }

    .products-cat-btn .categoryItem {
        width: 80%;
        /* Optional: full width on mobile */
    }

    .recently-products .slick-list.draggable {
        height: 366px !important;
        margin-bottom: 30px;
    }

    .footer-widget-nav {
        padding: 50px 0px;
    }

    .footer .footer-about {
        text-align: center;
    }

    .footer .footer-primary .footer-logo {
        margin: 0 auto;
    }

    ul#menu-footer-links {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .footer-secondary .row.align-items-center {
        display: flex;
        flex-direction: column-reverse;
    }

    .impurity-tab-container button {
        height: 45px;
        width: 45px;
    }

    .impurity-tab-container .container,
    .impurity-tab-container .col-sm-12.col-md-12.col-lg-12 {
        padding: 0px !important;
    }

    .navbar .nav__item .nav__item-link:hover {
        color: #004892;
    }

    .video__btn .video__btn-title {
        margin-left: 0px;
        margin-top: 8px;
    }

    .features-layout2 {
        padding-top: 50px;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 23px;
        right: 30px;
        z-index: 999;
    }

    .navbar-brand img {
        width: 180px;
    }

    .products-category-heading {
        margin-bottom: 0;
    }

    section.product-cate-sec .products-cat-btn {
        padding: 0;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        width: 150px;
    }

    .recently-products .slick-list.draggable {
        height: 366px !important;
    }

    .features-layout2 {
        padding-top: 30px;
    }

    .modal-dialog {
        width: 96%;
    }
}