/* Healthy Snacks Section Styles */

.healthy-snacks-section {
    position: relative;
    padding-top: 52px;
}

.healthy-snacks-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    position: relative;
}

.healthy-snacks-section .section-title {
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}
.carasual-butn-botom{
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #FF5200 !important;
}
.carasual-butn-botom:hover{
    background-color: #FF5200 !important;
    color: #ffffff !important;
}
.healthy-snacks-section .more-snacks-btn {
    background: #FF5200;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.healthy-snacks-section .more-snacks-btn:hover {
    background: #e64a00;
}

.healthy-snacks-section .more-snacks-btn .arrow-icon {
    margin-left: 8px;
}

.healthy-snacks-section .slider-wrapper {
    position: relative;
}

/* Carousel Navigation Arrows */
.healthy-snacks-section .healthy-snacks-prev,
.healthy-snacks-section .healthy-snacks-next {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.healthy-snacks-section .healthy-snacks-prev {
    left: -36px;
}

.healthy-snacks-section .healthy-snacks-next {
    right: -36px;
}

.healthy-snacks-section .nav-arrow-icon {
    color: #cacaca;
    font-weight: 300;
    font-size: 31px;
}

.healthy-snacks-section .healthy-snacks-prev:hover .nav-arrow-icon,
.healthy-snacks-section .healthy-snacks-next:hover .nav-arrow-icon {
    color: #999;
}

/* Snack Cards */
.healthy-snacks-section .snack-card {
    border: 0;
    height: 100%;
}

.healthy-snacks-section .snack-card-img {
    width: 100%;
}

.healthy-snacks-section .snack-card-body {
    text-align: center;
    padding: 1rem;
}

.healthy-snacks-section .snack-date {
    color: #198754;
    margin-bottom: 0.25rem;
    font-size: 13px;
    letter-spacing: 1px;
}

.healthy-snacks-section .snack-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 767px) {
    .healthy-snacks-section .section-title{
        padding-bottom: 20px;
    }
}

/* Pinterest Follow Section */
.pinterest-follow-section {
    padding-top: 50px;
}

.pinterest-follow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #c8232c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 22px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 3px solid #a01d24;
    box-shadow: 0 4px 15px rgba(200, 35, 44, 0.3);
}

.pinterest-follow-btn:hover {
    background-color: #a01d24;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 35, 44, 0.4);
}

.pinterest-follow-btn i {
    font-size: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pinterest-follow-btn span {
    font-family: inherit;
}

@media (max-width: 767px) {
    .pinterest-follow-btn {
        font-size: 14px;
        padding: 16px 20px;
        gap: 10px;
    }
    
    .pinterest-follow-btn i {
        font-size: 22px;
        width: 36px;
        height: 36px;
    }
    .subscribe-form{
        display: flex;
    }
    .subscribe-box{
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Subscribe Section */
.carasul-mid-cta {
    background-color: #4a4a4a;
    padding: 40px 0;
    margin-top: 60px;
}

.subscribe-box {
    text-align: center;
    margin: 0 auto;
}

.subscribe-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.subscribe-header .fork-icon {
    color: #fff;
    font-size: 18px;
}

.subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

.subscribe-text {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 25px;
}

.subscribe-form {
    width: 100%;
}

.subscribe-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 6px;
    max-width: 750px;
    margin: 0 auto;
}

.subscribe-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    background: transparent;
}

.subscribe-input::placeholder {
    color: #999;
}

.subscribe-btn {
    background: #3ec28f;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.subscribe-btn:hover {
    background: #35a87a;
}

.subscribe-btn i {
    font-size: 14px;
}

/* Subscribe Thank You Message */
.subscribe-thank-you {
    text-align: center;
    padding: 15px 20px;
    margin-top: 15px;
    animation: fadeInUp 0.5s ease;
}

.subscribe-thank-you i {
    font-size: 28px;
    color: #42b983;
    margin-bottom: 8px;
    display: block;
    animation: scaleIn 0.5s ease 0.2s both;
}

.subscribe-thank-you h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.subscribe-thank-you p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 576px) {
    .subscribe-title {
        font-size: 20px;
    }
    
    .subscribe-text {
        font-size: 14px;
    }
    
    .subscribe-input-wrapper {
        flex-direction: column;
        border-radius: 12px;
        padding: 10px;
    }
    
    .subscribe-input {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    
    .subscribe-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

/* Looking For More Section */
.looking-for-more-section {
    padding: 60px 0;
    background-color: #fff;
}

.looking-for-more-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.looking-for-more-title {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.recipe-index-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #FF5200;
    border: 2px solid #FF5200;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.recipe-index-btn:hover {
    background: #FF5200;
    color: #fff;
}

.recipe-index-btn i {
    font-size: 11px;
}

.recipe-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.recipe-category-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.recipe-category-item:hover {
    transform: scale(1.02);
}

.recipe-category-item img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.category-label {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    color: #555;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .recipe-categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .recipe-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .looking-for-more-title {
        font-size: 22px;
    }
    
    .recipe-category-item img {
        height: 150px;
    }
    
    .category-label {
        font-size: 10px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .recipe-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .recipe-category-item img {
        height: 120px;
    }
}

/* Cookbook Promo Section */
.cookbook-promo-section {
    padding: 40px 0;
}

.cookbook-promo-box {
    background: #FF5200;

}

.cookbook-image {
    flex-shrink: 0;
    padding: 20px 30px;
}

.cookbook-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cookbook-content {
    flex: 1;
    text-align: left;
    padding: 25px 30px;
}

.cookbook-available {
    color: #f5d742;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.cookbook-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.cookbook-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.cookbook-btn:hover {
    background: #ffffff;
    color: #000000;
}

.cookbook-btn i {
    font-size: 11px;
}

@media (max-width: 767px) {
    .cookbook-promo-box {
        flex-direction: column;
        text-align: center;
    }
    
    .cookbook-image {
        padding: 20px 20px 0;
    }
    
    .cookbook-image img {
        width: 100px;
    }
    
    .cookbook-title {
        font-size: 16px;
    }
    
    .cookbook-content {
        padding: 20px;
    }
}
.coook-prommo-seting{
    max-width: 900px;
    margin: 0 auto;
}
.carasul-mid-cta-last{
    margin-top: 0px !important;
}
        /* Page Preloader */
        .page-preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: #ffffff;
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            visibility: visible;
            overflow: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        .page-preloader.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        .page-preloader-content {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }
        body.loading {
            overflow: hidden;
        }