.body {
    font-family: "Inter", sans-serif !important;
}

.s-title {
    color: var(--black);
    font-size: xx-large;
}

@media (min-width: 1200px) {
    .container {

        max-width: 95% !important;
    }
}

.sect-title.type-4 {
    margin-bottom: 0px;
}

.header-inner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 50px;
    padding-right: 50px;
}

.sub-menu {
    transform: scale(1);
}

.menu-item:hover .sub-menu {

    padding: 30px;
}

.mega-menu-item .sub-menu_list {
    gap: 5px;
    display: grid;
    font-size: 14px;
    color: #fff;
}

.item-link {

    font-weight: unset;
    font-size: 13px;

}

.item-link:hover {

    font-weight: unset;
    color: #fef102;

}

.menu-heading {
    font-size: 15px;
}

.tf-header.style-5 {
    background-color: #FEF102;
}

.tf-header.style-5 .header-top {
    padding: 10px 0px !important;
}

.nav-icon-item-2 .icon {
    font-size: 20px;
}

.nav-icon-item-2 .nav-icon-item_sub {
    display: contents;
}

.nav-icon-item-2 {

    gap: 25px;

}

.tf-header.style-5 .nav-icon-list {
    gap: 25px;
}

.form_search-product {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 430px;
    width: 100%;
    padding: 2px 5px;
    border: 1px solid var(--line);
    border-radius: 5px;
}

.header-inner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;


}

.menu-item:hover .item-link {
    color: rgb(255 255 255);
}

.logo-site img {
    aspect-ratio: unset;
    width: 90%;
}




.single-row-content {
    display: flex;
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
    gap: 70px;
    justify-content: center;

}

.single-row-content>div[class*="col-"] {
    flex-shrink: 1;
    min-width: 0;
}

.language-icon {
    font-size: 19px;
    padding-right: 10px
}

.language-text {
    font-size: 17px;
    font-weight: 600;
}

.menu-item .item-link .icon {
    color: #ffffffff !important;

}

.menu-item:hover .item-link .icon {
    color: #FEF102 !important;
    transform: rotate(180deg);
}

.item-link {
    color: #ffffff;
}

.menu-item:hover .item-link {
    color: #FEF102;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0px 0px;
}
@media screen and (min-width: 1024px) {
 padding: 0px 0px!important;
}
.br-line.type-vertical {
    width: 1px;
    height: 30px;
}

.sub-menu_link {
    font-size: 13.5px;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    display: inline-block;
    margin-right: 5px !important;
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.tf-sw-pagination {
    margin-top: 20px;
}

.sw-dot-default .swiper-pagination-bullet::before {
    display: none;
}

.avatar img {
    border-radius: 50%;
    width: 224px;
}

.mysmall {
    color: #007F80;
}

.myp {
    font-size: smaller;
}

.myh {
    font-weight: 700;
    font-size: 20px;
}

.myteam {
    display: flex;
    flex-wrap: nowrap;
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 15px 25px 10px 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: var(--black);
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form textarea {
    height: 150px;
    border-radius: 7px;
    resize: none;
}

::placeholder {
    font-size: 13px !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-size: 13px !important;
}

.mybg {
    background: #007F80;
    background-color: #007F80;
}

.blog-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog-card-read-more {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.blog-main-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.blog-view-all-link {
    text-decoration: none;
    color: #ffffffff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 10px;
}

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.blog-card-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-card-item:hover {
    transform: translateY(-5px);
}

.blog-card-image-wrapper {
    aspect-ratio: 1.6 / 1;
}

.blog-card-image-placeholder {
    height: 100%;
    width: 100%;
    background-color: #dbe4f1;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 15px; */
}

.blog-card-content {
    background-color: #008080;
    padding: 20px 15px;
    min-height: 120px;
}

.blog-card-title {
    font-size: 15px;
    color: #fff;
}

.blog-card-excerpt {
    font-size: 13px;
    font-weight: 200;
    color: white;
}

@media (max-width: 1024px) {
    .blog-section-container {
        padding: 0 15px;
    }

    .blog-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .blog-main-title {
        font-size: 2em;

    }
}


@media (max-width: 768px) {
    .blog-cards-grid {

        gap: 10px;
    }
}


@media (max-width: 580px) {
    .blog-header-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .blog-main-title {
        font-size: 1.8em;
        margin-bottom: 10px;
    }

    .blog-view-all-link {
        font-size: 0.9em;
        padding: 0;
        /* Remove padding */
    }

    .blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/*products*/
.sect-title.type-3 {
    padding-bottom: 20px;
    border-bottom: 0px !important;
}

.card-product {
    display: flex;
    margin: 2px;
    flex-direction: column;
    /* border: 1px solid #ccc; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 380px !important;
    border-radius: 8px;
    /* overflow: hidden; */
    gap: 2px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-product-tv {
    display: flex;
    margin: 2px;
    flex-direction: column;
    /* border: 1px solid #ccc; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 397px !important;
    border-radius: 8px;
    /* overflow: hidden; */
    gap: 2px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-product2 {
    height: 335px !important;
}

.card-product2 .name-product a {
    font-size: 14px;
}

.card-product2 .price-new,
card-product2 .percent-off {
    font-size: 20px;
}

.card-product2 .price-old {
    font-size: 12.5px;
}

.card-product_wrapper {
    position: relative;
    /* padding: 15px 15px 0 15px; */
}

.card-product_wrapper .product-img {
    display: block;
    margin-top: -5px;
    /*padding-bottom: 20px;*/
    overflow: hidden;
}

.img-product {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.product-badge_list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.product-badge_item.sale {
    background-color: #12a64b;
    color: white;
    padding: 0px 5px;
    font-size: 10px;
    border-radius: 2px;
}

.wishlist-icon {
    color: red;
    font-size: 24px;
    cursor: pointer;
}

.card-product_info {
    display: grid;
    padding: 10px;
    flex-grow: 1;
}

.tag-product {
    color: #777;
    font-size: 11px;
    /* margin-bottom: 2px; */
}

.name-product a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.rate_wrap {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #ffc107;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
}

.price-wrap {
    /* margin-top: 5px; */
}

.price-new {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.price-old {
    color: #777;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 11px;
}

.percent-off {
    color: #12a64b;
    font-weight: 600;
    text-decoration: none !important;
    margin-left: 5px;
}


.bank-offers-text {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #12a64b;
    font-weight: bold;
}

.emi-text {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    color: #777;
}

.emi-price {
    color: #12a64b;
    font-weight: bold;
}

.card-footer-actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background: #ffffffff;
    /*border-top: 1px solid #ccc;*/
    color: #000000ff;
    cursor: pointer;
    transition: background 0.3s;
}

.card-footer-actions .action {
    color: #000000ff;
    text-decoration: none;
    padding: 0 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}




.card-product:hover {
    /*border: 3px solid #00000016;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-product:hover .bank-offers-text {
    display: none;
}

.card-product:hover .emi-text {
    display: block;
}

.card-product:hover .card-footer-actions {
    background: #007f80;
    border-top: none;
}

.card-product:hover .card-footer-actions .action {
    color: #ffffff;
}

.card-product:hover .img-product {
    transform: scale(1.1);
}

.action i {
    font-size: 17px;
}

/*upcominglaunches*/
.launches-section {
    background: #007c84;

    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
}


.launches-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/*.launches-header h2 {*/
/*    margin: 0;*/
/*    font-size: 28px;*/
/*    font-weight: 700;*/
/*}*/

.launches-header a {
    color: #000000ff;
    font-weight: 600;
    text-decoration: none;
}


.launches-cards {
    display: flex;
    gap: 20px;
    /*flex-wrap: wrap;*/
}


.launch-card {
    flex: 1;
    min-width: 300px;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.launch-card h3 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
}

.launch-card p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.launch-card button {
    background: white;
    color: black;
    border: none;
    padding: 7px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.icon-minus:before {
    content: "\e94d" !important;
}

.my-account-content {
    border: solid 1px #dddddd;
    padding: 20px;
    border-radius: 5px;
}

.my-account-nav li {
    border-bottom: solid 1px #dddddd;
}

.my-account-nav_item:hover,
.my-account-nav_item.active {
    background-color: unset;
    color: #007f80;
    font-weight: 600;
}

.my-account-nav_item {
    font-size: small;
    padding: 20px;
}


/*brands*/
.category-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.collection_image1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e0f2f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.collection_image img {
    /*max-width: 60%;*/
    /*max-height: 60%;*/
    object-fit: contain;
    padding: 0;
}

.collection_imagee {
    border-radius: 50%;
    background: unset !important;
    width: 80px !important;
    height: 80px !important;
    border: unset !important;
    outline: unset !important;
    outline-offset: 0px !important;
}

.widget-collection {
    gap: 0px;
}

.widget-collection.style-circle .collection_image1 {
    border-radius: 50%;
    background: #bcbcbc57;
    /* border: 2px solid #027E7F57;
            outline: 2px solid #027E7F57; */
    /* outline-offset: 4px; */
}

.widget-collection {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.collection_name {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000000ff !important;
    margin-top: 5px;
}

.collection_image.catsd {
    padding: 10px;
}

.catsd img {
    width: 49px;
    height: 49px;
}

.pagination-item {
    width: 40px;
    height: 40px;
}

.pagination-item .icon {
    font-size: 15px;
}

a.pagination-item.h6 {
    font-size: 15px;
}

.tf-dropdown-sort .select-item {
    position: relative;
    font-size: 12px;
}

.delivery-timee {
    background-color: #fef102;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.4;
}

.branchAddress {
    max-height: 6rem;
    overflow: hidden;
}




/* --- Footer Section Styling (Footer Top) --- */
/* .tf-footer .footer-body .container .row {
        margin-bottom: 70px;
        margin-right: -120px;
        margin-left: -100px;
     } */

/*.link:hover {*/
/*    color: #fef102 !important;*/
/*}*/

.footer-menu-list {
    display: grid;
    gap: 5px;
}

.footer-top {
    background: #007F80;

}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;

    border-right: 2px solid white;
    padding-right: 15px;
}

.newsletter-text {
    font-size: 16px;
    font-weight: 400;
}

.newsletter-form {
    display: flex;
    position: relative;
    max-width: 500px;
}

.newsletter-input {
    flex-grow: 1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    height: 55px;

}

.newsletter-subscribe-btn {
    background-color: #FFEE00;
    /* Bright Yellow */
    color: #333;
    font-weight: 700;
    padding: 0 30px;
    border: none;
    text-transform: uppercase;
    height: 55px;
    min-width: 150px;
    /* Curved right side */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
    /* Overlap to create the seamless curve look */
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Main Footer Body Styling --- */
.footer-body {


    padding: 50px 0 20px 0;
}

.footer-logo img {
    /* Optional: filter to make sure the logo stands out */
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
}

/* Headings */
.footer-heading,
.footer-heading-follow {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffffff;
}

/* Menu Links */
.footer-menu-list {
    margin: 0;
}

.footer-menu-list li {
    /*margin-bottom: 8px;*/
}

.footer-menu-list .link {
    color: #ffffffff;
    font-size: 12px;
    text-decoration: none;
    opacity: 1;
    font-weight: 200;
}

.footer-menu-list .link:hover {
    opacity: 1;
    color: #f7d20b;

}

/* Social Icons */
.footer-social-icons li {
    margin-right: 10px;
}

.footer-social-icons .social-icon {
    width: 30px;
    height: 30px;
}

/* Contact Information */
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* Assuming Font Awesome is used for contact icons (fa-phone, fa-envelope, fa-map-marker-alt) */
.footer-contact-list .contact-icon {
    color: #f7d20b;

    font-size: 16px;
    margin-top: 2px;
    min-width: 18px;
}

.footer-contact-list .link {
    color: #ffffffff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}

.footer-contact-list .address .link {
    display: block;
    line-height: 1.5;
}

/* City List Row */
.footer-cities {
    border-top: 1px solid #222222;
    /* Separator line */
    padding-top: 15px;
}

.footer-city-list-text {
    font-size: 14px;
    line-height: 1.8;
}

.footer-city-list-text a {
    color: #ffffffff;
    text-decoration: none;
    opacity: 0.8;
    margin: 0 5px;
    white-space: nowrap;
}

.footer-city-list-text a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Responsive adjustments for mobile (Policies and Work with us column) */
@media (max-width: 767px) {
    .footer-col-block.d-flex {
        /* On small screens, stack the policy and work links vertically */
        flex-direction: column;
    }

    .policy-links {
        margin-bottom: 20px;
    }
}


.input-wrapper {
    display: flex;
    flex-grow: 1;
    background-color: #ffffffff;
    border-radius: 50px;
    overflow: hidden;
    /* Important for clean edges */
    height: 50px;
}

/* If using the Option 2 structure, adjust the CSS to: */
.newsletter-form-container {
    background-color: #ffffff;
    padding: 5px;
    /* border: 3px solid #00BFFF; */
    border-radius: 40px;
    width: 50%;
}

.input-wrapper {
    display: flex;
    background-color: #ffffffff;
    border-radius: 50px;
    overflow: hidden;
    max-width: 600px;
    /* Example width constraint */
    margin: 0 auto;
    /* Center the form */
}

.email-input {
    flex-grow: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    background: none;
    /* Let the wrapper define the background */
    height: 50px;
}

.subscribe-button {
    padding: 0 25px;

    background-color: #FFD700;
    color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    line-height: 50px;

    height: 50px;
    min-width: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;

    margin: 0;
}

.tf-footer.style-color-white .footer-menu-list a {
    color: #ffffffff;
}

.tf-footer.style-color-white .footer-contact .icon,
.tf-footer.style-color-white .footer-contact a {

    font-size: 14px;
    font-weight: 200;
}

.tf-footer.style-color-white .footer-contact .icon,
.tf-footer.style-color-white .footer-contact a {
    color: #ffffff;
}

.tf-footer.style-color-white .footer-contact .icon {
    font-size: large;
}

.tf-social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--line);
    position: relative;
}

/* search results */
.search-wrapper {
    width: 100%;
    /* match your search width */
}

/* Dropdown box */
.search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    display: none;
}

/* Result item */
.search-dropdown div {
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

/* Hover effect */
.search-dropdown div:hover {
    background-color: #f3f4f6;
}

/* No results */
.search-dropdown .no-results {
    color: #6b7280;
    cursor: default;
}

/* skeleton */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
        /* Increased min opacity for better visibility */
    }
}

.pulse {
    background-color: #bbb;
    /* Slightly darker gray */
    border-radius: 6px;
    animation: pulse 1.5s ease-in-out infinite;
    display: inline-block;
}

/* Add spacing to skeleton items */
.skeleton-logo {
    width: 200px;
    height: 32px;
    margin-bottom: 12px;
}

.skeleton-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

.skeleton-search {
    height: 38px;
    border-radius: 8px;
    flex-grow: 1;
    /* Let search expand horizontally */
    margin-left: 10px;
    margin-right: 10px;
}

.skeleton-nav-item {
    width: 80px;
    height: 20px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.skeleton-banner {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.skeleton-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.skeleton-label {
    width: 50px;
    height: 12px;
    border-radius: 6px;
    margin: 0 auto 12px auto;
}

/* Flex containers tweaks */
header.d-flex,
nav.d-flex {
    gap: 12px;
    /* spacing between flex items */
    align-items: center;
}

nav.d-flex {
    flex-wrap: wrap;
    /* wrap nav items if too long */
}


.skeleton-product-card {
    border-radius: 12px;
    padding: 12px;
    background: #f8f8f8;
}

.skeleton-product-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.skeleton-product-title {
    width: 90%;
    height: 14px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.skeleton-product-subtitle {
    width: 70%;
    height: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.skeleton-rating {
    width: 60%;
    height: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.skeleton-price {
    width: 50%;
    height: 16px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.skeleton-btn {
    width: 100%;
    height: 36px;
    border-radius: 8px;
}