.elementor-75 .elementor-element.elementor-element-2234978{--display:flex;--min-height:91px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-75 .elementor-element.elementor-element-2234978:not(.elementor-motion-effects-element-type-background), .elementor-75 .elementor-element.elementor-element-2234978 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}.elementor-75 .elementor-element.elementor-element-2234978.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-75 .elementor-element.elementor-element-633c516 .elementor-repeater-item-37c59ba .swiper-slide-bg{background-color:#833ca3;background-image:url(https://nutridry.in/wp-content/uploads/2025/12/slider-2-scaled.jpg);background-size:cover;}.elementor-75 .elementor-element.elementor-element-633c516 .elementor-repeater-item-87f0b9f .swiper-slide-bg{background-color:#833ca3;background-image:url(https://nutridry.in/wp-content/uploads/2025/12/slider-4-scaled.jpg);background-size:cover;}.elementor-75 .elementor-element.elementor-element-633c516 .elementor-repeater-item-da06c92 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://nutridry.in/wp-content/uploads/2025/12/slider-scaled.jpg);background-size:cover;}.elementor-75 .elementor-element.elementor-element-633c516 .elementor-repeater-item-cf7fc4f .swiper-slide-bg{background-color:#833ca3;background-image:url(https://nutridry.in/wp-content/uploads/2025/12/slider-4-scaled.jpg);background-size:cover;}.elementor-75 .elementor-element.elementor-element-633c516 .swiper-slide{transition-duration:calc(5000ms*1.2);height:602px;}.elementor-75 .elementor-element.elementor-element-633c516 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-75 .elementor-element.elementor-element-633c516 .swiper-slide-contents{max-width:66%;}.elementor-75 .elementor-element.elementor-element-633c516 .swiper-slide-inner{text-align:center;}.elementor-75 .elementor-element.elementor-element-a0bddc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:33px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-75 .elementor-element.elementor-element-43306a9{text-align:center;}.elementor-75 .elementor-element.elementor-element-43306a9 .elementor-heading-title{font-family:"Noto Sans", Sans-serif;font-size:43px;font-weight:400;}.elementor-75 .elementor-element.elementor-element-bf57996 .wd-text-block{font-family:"Poppins", Sans-serif;}.elementor-75 .elementor-element.elementor-element-d44f641{--display:flex;}.elementor-75 .elementor-element.elementor-element-850a4c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-75 .elementor-element.elementor-element-9748f29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-75 .elementor-element.elementor-element-43306cb > .elementor-widget-container{margin:35px 0px 0px 0px;}.elementor-75 .elementor-element.elementor-element-94126da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-75 .elementor-element.elementor-element-bca794b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-75 .elementor-element.elementor-element-6257cf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:769px){.elementor-75 .elementor-element.elementor-element-2234978{--width:109.222%;}}/* Start custom CSS for html, class: .elementor-element-8e55bac *//* Container Design */
.nutri-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop: 4 Columns */
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

/* Card Design */
.nutri-card {
    position: relative;
    height: 400px;
    background-color: #f4f4f4; /* Light Grey Background (Safety ke liye) */
    background-size: cover;    /* Photo ko pura fit karega */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.nutri-card:hover {
    transform: translateY(-5px);
}

/* Black Shade Overlay */
.nutri-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient thoda adjust kiya hai taaki product saaf dikhe */
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

/* Tag Design */
.nutri-tag {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #d8cbb8;
    color: #1a1a1a;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}

/* Content Design */
.nutri-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    width: 100%;
}

.nutri-content h3 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.nutri-content a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.nutri-content a i {
    margin-left: 5px;
    color: #F38B00;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .nutri-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .nutri-card {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .nutri-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}/* End custom CSS */
/* Start custom CSS for wd_products_tabs, class: .elementor-element-545c347 *//* 1. Section ka Background Black (Agar pehle se nahi hai) */
.woodmart-products-tabs {
    background-color: rgb(13, 27, 42); /* Aapka Dark Background */
    padding: 20px 0;
}

/* 2. Tabs Design (Buttons) */
.products-tabs-title .tabs-name {
    margin-bottom: 30px;
}

/* Inactive Tabs (Dark Grey) */
.products-tabs-title li span {
    background-color: #1c2b3a !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    border: none !important;
    font-size: 14px;
}

/* Active Tab (Orange - Jaise 'All' button) */
.products-tabs-title li.active-tab-title span {
    background-color: #F38B00 !important; /* Aapka Orange */
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(243, 139, 0, 0.4);
}

/* 3. Product Card Styling */
.product-grid-item .product-wrapper {
    background-color: #16222d !important; /* Card ka Dark Grey Color */
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #2c3e50; /* Halki si border */
    transition: transform 0.3s;
}

/* Hover par card thoda uthega */
.product-grid-item:hover .product-wrapper {
    transform: translateY(-5px);
    border-color: #F38B00;
}

/* 4. Text Colors */
.product-title a {
    color: #ffffff !important; /* Product Name White */
    font-weight: 600;
}
.price {
    color: #ffffff !important;
}

/* 5. 'Bestseller' Badge (Left Top Corner) */
.product-label.onsale, .product-label.featured {
    background-color: #F38B00 !important;
    color: #fff;
    border-radius: 4px;
}

/* 6. Cart/Basket Icon Color */
.woodmart-add-btn > a {
    color: #F38B00 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43306cb *//* 1. Main Background with Diagonal Split (Cream & Dark Blue) */
.nutri-3d-hero {
    /* 105 degree par color kaata hai taaki diagonal look aaye */
    background: linear-gradient(105deg, #F0E5D4 40%, #0D1B2A 40.1%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Bahar nikali cheezen chupane ke liye */
    min-height: 550px; /* Section ki height */
}

/* Container to keep content centered */
.nutri-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

/* 2. Image Styling (Left Side) */
.nutri-hero-image {
    width: 50%;
    position: relative;
    z-index: 2; /* Text ke upar ya barabar */
    display: flex;
    justify-content: center;
}

.nutri-hero-image img {
    max-width: 110%; /* Thoda bada dikhane ke liye */
    height: auto;
    /* 3D Drop Shadow effect */
    filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.5));
    transform: rotate(-5deg); /* Thoda sa teda taaki natural lage */
    transition: transform 0.5s ease;
}

/* Hover effect on Image */
.nutri-hero-image img:hover {
    transform: rotate(0deg) scale(1.05);
}

/* 3. Text Styling (Right Side) */
.nutri-hero-text {
    width: 45%;
    padding-left: 40px;
    z-index: 3;
}

/* Small Top Heading */
.nutri-hero-text .sub-title {
    color: #F38B00; /* Orange Accent */
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* Main Heading (The NutriDry) */
.nutri-hero-text h1 {
    font-family: 'Poppins', sans-serif; /* Ya aapka theme font */
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px 0;
}

/* Sub Heading (Fruits & Veg) */
.nutri-hero-text h2 {
    color: #e0e0e0;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.features-list li {
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 8px;
    font-style: italic;
}

/* Button Styling */
.hero-btn {
    background-color: #ffffff;
    color: #0D1B2A;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
}

.hero-btn:hover {
    background-color: #F38B00; /* Orange Hover */
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(243, 139, 0, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nutri-3d-hero {
        background: linear-gradient(180deg, #F0E5D4 40%, #0D1B2A 40.1%); /* Mobile par upar-niche split */
        flex-direction: column;
        padding: 40px 15px;
    }
    
    .nutri-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .nutri-hero-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .nutri-hero-text {
        width: 100%;
        padding-left: 0;
    }

    .nutri-hero-text h1 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0534bc *//* 1. Main Container (Center me lane ke liye) */
.story-card-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background-color: transparent; /* Piche ka background */
}

/* 2. The Card Itself (Gol kone wala dabba) */
.story-card {
    display: flex;
    max-width: 1100px; /* Card ki chaudai */
    width: 100%;
    background-color: #0D1B2A; /* Dark Blue */
    border-radius: 20px; /* Gol Kone */
    overflow: hidden; /* Taaki content bahar na nikle */
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); /* Thoda shadow */
}

/* 3. Left Side (Text) */
.story-content {
    flex: 1; /* 50% Jagah lega */
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.story-para {
    color: #b0b8c1; /* Halka Grey Text */
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Button Design */
.story-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #F38B00; /* Orange Button */
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
    transition: 0.3s;
    margin-top: 10px;
}

.story-button:hover {
    background-color: #d67a00;
    transform: translateX(5px);
}

/* 4. Right Side (Image Area) */
.story-visual {
    flex: 1; /* 50% Jagah lega */
    background-color: #F2C94C; /* Yellow Background */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Image Styling */
.story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image ko pure box me fit karega */
    display: block;
    transition: transform 0.5s ease;
}

.story-visual:hover img {
    transform: scale(1.05); /* Mouse le jane par zoom */
}

/* 5. Mobile Layout (Choti Screen) */
@media (max-width: 900px) {
    .story-card {
        flex-direction: column-reverse; /* Image upar, Text niche */
    }

    .story-visual {
        height: 300px; /* Mobile par image ki height fix */
    }

    .story-content {
        padding: 40px 20px;
        text-align: center;
    }

    .story-button {
        margin: 0 auto; /* Button center */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5d4e45 *//* 1. Scoped Footer Container */
.my-custom-nutri-footer {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 50px 20px 20px 20px;
    font-family: sans-serif;
    width: 100%;
}

/* 2. Grid Layout */
.my-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.8fr 0.8fr 1fr;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}

/* 3. Typography & Colors */
.my-brand-title {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.my-brand-sub {
    color: #bbb !important;
    font-size: 13px;
    margin-bottom: 15px;
}

.my-brand-desc {
    color: #ccc !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.my-footer-heading {
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* 4. Links Styling */
.my-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-footer-list li {
    margin-bottom: 10px;
}

.my-footer-list a {
    color: #ccc !important;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.my-footer-list a:hover {
    color: #F38B00 !important;
    padding-left: 5px;
}

/* 5. Contact Info */
.my-contact-row {
    margin-bottom: 15px;
}

.my-contact-row span {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}

.my-contact-row a, 
.my-contact-row p {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
}

/* 6. Social Icons */
.my-social-links {
    display: flex;
    gap: 10px;
}

.my-social-links a {
    width: 35px;
    height: 35px;
    background: #222;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

.my-social-links a:hover {
    background: #F38B00;
}

/* 7. Logo */
.my-footer-logo {
    max-width: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

/* 8. Copyright */
.my-footer-copyright {
    text-align: center;
    padding-top: 20px;
    color: #666;
    font-size: 13px;
}

/* 9. Mobile Responsive */
@media (max-width: 768px) {
    .my-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .my-social-links {
        justify-content: center;
    }
}

/* Logo Size Fix */
.my-footer-logo {
    max-width: 150px !important; /* Yahan size control hota hai. 150px try karo */
    width: 100% !important;      /* Aspect ratio maintain karega */
    height: auto !important;     /* Image khichegi nahi */
    background: #fff;            /* White background */
    padding: 5px;                /* Thodi padding */
    border-radius: 4px;          /* Gol kone */
    display: block;              /* Layout fix */
}/* End custom CSS */
/* Start custom CSS *//* 1. Header aur Slider ke beech ka White Gap Hatao */
.page-title-default {
    display: none !important;
}

/* 2. Agar koi Padding bachi hai to usse zero karo */
.main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 3. Slider ko zabardasti upar chipkao */
.elementor-section-wrap > .elementor-section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 4. Agar Top Bar (sabse upar wali patti) bhi hatani hai */
.whb-top-bar {
    display: none !important;
}/* End custom CSS */