@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

.ticker-text {
    font-size: 14px;
    padding-top: 4px;
}

.header-top {
    gap: 10px;
}

.header-top h5 {
    font-size: 14px;
}

.header-top span {
    /* display: inline-block;
    height: 8px;
    width: 1.3px;
    background-color: white; */
}

.logodk {
    width: 220px;
}

#navbarSupportedContent ul li {
    margin-right: 14px;
}

.form-inline .form-control {
    width: 400px;
}

@media screen and (max-width: 850px) and (min-width: 580px) {
    .form-inline .form-control {
        width: 120px;
    }
}

@media screen and (max-width: 579px) {
    .form-inline .form-control {
        width: 60px;

        margin-right: 10px;
    }

    .logodk {
        width: 140px;
    }

    .shop .bi {
        position: relative;
        display: inline-block;
        padding: 0.14rem 0.6rem;
        background-color: green;
        border-radius: 4px;
        font-size: 14px;
        color: white;
        border: 1px solid green;
        transition: all 0.2s linear;
    }
}

.shop .bi {
    position: relative;
    display: inline-block;
    padding: 0.19rem 0.7rem;
    background-color: green;
    border-radius: 4px;
    font-size: 20px;
    color: white;
    border: 1px solid green;
    transition: all 0.2s linear;
}

.shop .bi:first-child {
    margin-right: 10px;
}

.shop .bi:hover {
    background-color: transparent;
    color: green;
    cursor: pointer;
    border: 1px solid green;
}

.shop .bi span {
    position: absolute;
    display: inline-block;
    padding: 6px;
    background-color: rgb(0, 0, 0);
    right: -5px;
    top: -5px;
    line-height: 6px;

    font-size: 10px;

    color: rgb(255, 255, 255);

    border-radius: 50%;
}

/* carousel */

.carousel-caption h5 {
    font-size: 60px;

    font-weight: 700;

    color: black;
}

.carousel-inner img {
    /* height: 600px !important; */
}

.carousel-caption span {
    font-size: 60px;

    font-weight: 300;

    color: black;
}

.carousel-caption p {
    color: rgba(0, 0, 0, 0.616);

    width: 50%;
}

.carousel-caption p {
    color: rgba(0, 0, 0, 0.616);

    width: 56%;
}

@media screen and (max-width: 768px) {
    .carousel-caption p {
        width: 100%;
    }

    .carousel-caption h5 {
        font-size: 40px;
    }

    .carousel-caption span {
        font-size: 30px;
    }

    .carousel-inner img {
        /* height: 360px !important; */
    }

    .carousel-caption {
        bottom: 20px;
    }
}

/* care category */

.care-category h6 {
    font-size: 18px;

    margin-top: 20px;
}

/* product */

.product-item {
    position: relative;

    border: 1px solid rgba(0, 0, 0, 0.153);

    padding: 10px;

    margin-top: 20px;

    text-align: center;

    max-height: 580px;
}

.product-item img {
    height: 240px;

    width: 240px;

    object-fit: contain;
}

.product-item p {
    font-size: 14px;

    font-weight: 600;
}

.offer {
    position: absolute;

    content: "";

    top: 10px;

    left: 10px;

    height: 40px;

    width: 40px;

    border-radius: 50%;

    background-color: green;

    font-size: 12px;

    font-weight: 600;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;
}

.cart {
    position: absolute;

    content: "";

    top: 10px;

    right: -1%;

    height: auto;

    width: 40px;

    border-radius: 6px;

    background-color: green;

    font-size: 12px;

    font-weight: 600;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    overflow: hidden;

    transition: all 0.2s linear;

    visibility: hidden;
}

.cart .bi {
    font-size: 16px;

    padding: 10px 10px;

    transition: all 0.4s linear;
}

.cart .bi:hover {
    cursor: pointer;

    color: black;

    display: block;
}

.product-item:hover .cart {
    right: 10px;

    visibility: visible;
}

/* different */

.about-content h5 {
    font-size: 46px;

    font-weight: 700;

    color: black;
}

.about-content span {
    font-size: 36px;

    font-weight: 300;

    color: rgba(0, 0, 0, 0.716);
}

@media screen and (max-width: 768px) {
    .carousel-caption p {
        width: 100%;
    }

    .carousel-caption h5 {
        font-size: 40px;
    }

    .carousel-caption span {
        font-size: 30px;
    }

    .carousel-inner img {
        /* height: 360px !important; */
    }

    .carousel-caption {
        bottom: 20px;
    }
}

/* testimnonial */

.testimonial h2 {
    font-size: 40px;

    font-weight: 700;

    text-align: center;
}

/* footer */

.footer-menu-one h6 {
    font-size: 24px;

    font-weight: 600;

    color: rgb(9, 152, 7);
}

.footer-menu-one ul li {
    list-style: none;
}

.footer-menu-one ul li a {
    color: rgb(0, 0, 0);

    font-size: 14px;

    font-size: 400;

    text-decoration: none;
}

.footer-menu-one ul li a:hover {
    cursor: pointer;
}

.single-icon i {
    display: inline-block;

    width: 60px;

    height: 60px;

    font-size: 40px;

    background-color: #f6a124;

    text-align: center;

    border-radius: 6px;

    color: white;

    margin-bottom: 20px;
}

.single-icon h4 {
    font-size: 30px;

    margin-left: 20px;
}

.contact-form-wrapper input {
    width: 100%;

    padding: 10px 14px;

    margin-bottom: 10px;
}

.contact-form-wrapper textarea {
    width: 100%;

    padding: 10px 14px;

    margin-bottom: 10px;
}

/* off canvas */

.modal-custom {
    position: fixed;

    top: 0;

    bottom: 0;

    margin: 0;

    transition: transform 0s linear;
}

.modal-left {
    left: 0;
}

.modal-right {
    right: 0;
}

.modal.fade .modal-left {
    -moz-transform: translate(-100%, 0);

    -webkit-transform: translate(-100%, 0);

    -o-transform: translate(-100%, 0);

    transform: translate(-100%, 0);
}

.modal.fade .modal-right {
    -moz-transform: translate(100%, 0);

    -webkit-transform: translate(100%, 0);

    -o-transform: translate(100%, 0);

    transform: translate(100%, 0);
}

.modal.show .modal-custom {
    transform: none;
}

.modal-custom .modal-body {
    overflow-y: auto;

    overflow-x: hidden;
}

@media (min-width: 1064px) {
    .modal-custom {
        width: 22%;
    }
}

@media (min-width: 864px) and (max-width: 1063px) {
    .modal-custom {
        width: 26%;
    }
}

@media (min-width: 764px) and (max-width: 863px) {
    .modal-custom {
        width: 36%;
    }
}

@media (max-width: 763px) {
    .modal-custom {
        width: 50%;
    }
}

.product-thumbnail {
    width: 80px;

    max-width: 80px;
}

.off-canvas-footer-btn a:hover {
    text-decoration: none;
}

.prd-img img {
    width: 100%;

    max-width: 100%;

    height: auto;

    object-fit: cover;
}

/* From allproduct.blade */

.cart-main:hover {
    box-shadow: 0 4px 8px rgba(245, 241, 241, 0.877);

    transform: scale(1.1);

    /* Slightly scale the card */

    transition: all 0s ease;
}

/* Change button color on hover */

button:hover {
    background-color: #f39c12;

    /* Lighter color for hover */

    border-color: #f39c12;

    transition: background-color 0.3s ease;
}

/* Optional: Add hover effect for the "Buy Now" button */

button:focus,
button:hover {
    outline: none;

    /* Remove default outline when focused */
}

.filter-btn {
    padding: 6px 4px;

    border: none;

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: black;

    background-color: transparent;

    outline: none;
}

.filter-btn:hover {
    background-color: transparent;

    color: black;
}

hr {
    background-color: #fb641b;

    height: 1px;

    margin-top: 16px;

    margin-bottom: 16px;
}

.main-filter {
    border: none;
}

.main-filter ul li {
    list-style: none;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 5px;
}

.progress-container {
    width: 80%;

    margin: 50px auto;

    padding: 20px;
}

#yearProgress {
    width: 100%;

    height: 30px;

    cursor: pointer;
}

.value-display {
    font-size: 20px;

    margin-top: 20px;
}

.link-underline {
    text-decoration: underline !important;
}

/* Cutsom CSS for Card Styling */
.single-contact-info-3 .single-icon i::before {
    margin-top: 8px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.product-img a.home-img-holder {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.product-img a.home-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.single-product-wrap-cat .product-img a.home-cat-holder {
    height: 50%;
}

/* Image inside the box */
.single-product-wrap-cat .product-img a.home-cat-holder img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.no-caret::after {
    display: none !important;
}

.pro-add-to-cart .out-of-stock {
    background-color: #ec1052 !important;
    color: white;
}

@media (min-width: 767px) and (max-width: 991px) {
    .single-service-wrap-2 {
        display: flex !important;
        flex-direction: column;
        text-align: center;
    }

    .service-icon-2 {
        margin-right: 0 !important;
    }

    .service-border-1:before {
        top: 12px !important;
    }
}

i.icon_star.grey-star {
    color: #aaaaaa !important;
}

.slick-track, 
.slick-list,
.pd-center-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
 
.zoom:hover {
    width: 100% !important;
    height: 100% !important;
}

.sidebar-widget .shop-catigory ul li a.active {
    color: #4FC10F !important;
}

.sidebar-widget .sidebar-widget-list ul li a.active {
    color: #4FC10F !important;
}

.categories {
    margin: 40px !important;
}

.home-title {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 12px;
}

.catgories-holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
    margin-top: 24px;
}

.category-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-item:hover .category-title {
    transition: all 0.3s ease;
    color: #4FC10F !important;
}

.category-item:hover .category-img {
    box-shadow: inset 0 0 0 5px #4FC10F;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    margin: 0 auto;
}

.category-img {
    overflow: hidden;
    height: 100px;
    border-radius: 50%;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-title {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.service-area {
    margin-top: 120px !important;
}

@media (max-width: 425px) {
    .catgories-holder {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
    }

    .category-img { 
        height: 80px !important;
    }

    .categories {
        margin: 20px !important;
    }

    .service-area {
        margin-top: 40px !important;
    }
}

.section-title-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .section-title-holder .ex-title {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .section-title-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
} */

.dk-payment-methods {
    margin-top: 28px;
}

.dk-payment-methods-title {
    margin: 0 0 16px;
    color: #102a43;
    font-size: 22px;
    font-weight: 700;
}

.dk-payment-option {
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

.dk-payment-option:last-child {
    margin-bottom: 0;
}

.dk-payment-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dk-payment-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #d7dee7;
    border-radius: 18px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dk-payment-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.dk-payment-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dk-payment-title {
    color: #102a43;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.dk-payment-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f7ee;
    color: #157347;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.dk-payment-description {
    display: block;
    color: #5b6b7d;
    font-size: 14px;
    line-height: 1.6;
}

.dk-payment-check {
    position: relative;
    margin-top: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid #cbd2d9;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.dk-payment-check::after {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: transparent;
    content: "";
    transition: all 0.2s ease;
}

.dk-payment-option:hover .dk-payment-card {
    border-color: #98a6b5;
}

.dk-payment-radio:checked + .dk-payment-card {
    border-color: #16a34a;
    background: #f8fff9;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.08);
}

.dk-payment-radio:checked + .dk-payment-card .dk-payment-check {
    border-color: #16a34a;
    background: #16a34a;
}

.dk-payment-radio:checked + .dk-payment-card .dk-payment-check::after {
    background: #ffffff;
    transform: scale(1);
}

.dk-payment-radio:focus-visible + .dk-payment-card {
    outline: 3px solid rgba(22, 163, 74, 0.14);
    outline-offset: 3px;
}

.dk-payment-action-wrap {
    margin-top: 22px;
}

.dk-payment-action-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    padding: 15px 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.dk-payment-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(15, 118, 110, 0.28);
}

.dk-payment-action-note {
    margin: 12px 0 0;
    color: #61788a;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .dk-payment-methods-title {
        font-size: 20px;
    }

    .dk-payment-card {
        padding: 18px;
    }

    .dk-payment-title-row {
        gap: 8px;
    }

    .dk-payment-title {
        font-size: 16px;
    }

    .dk-payment-action-btn {
        width: 100%;
        min-width: 0;
    }
}
