/*
Theme Name: Fliper WP Child
Theme URI: https://example.com/
Description: Child theme for Fliper WP. Use this theme for safe customizations without modifying the parent theme.
Author: Patiyal Infotech
Author URI: https://example.com/
Template: fliper-wp
Version: 1.1.0
License: GPL-2.0-or-later
Text Domain: fliper-wp-child
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    text-transform: none !important;
}

.main_header .hb_logo img.custom-logo {
    width: 100px !important;
    height: 80px !important;
    object-fit: contain !important;
}
.header_part.header_first {
    padding-left: 20px !important;
    padding-top: 0 !important;
}
.main_header nav ul.menu > li > a, ul.mobile_menu > li > a {
    color: #bfbbbb;
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.header_part.header_third {
    text-align: right;
    padding-right: 20px !important;
    padding-top: 0 !important;
}
.main_header .menu > li:hover > ul.sub-menu {
    top: 62px !important;
}
select, input[type="text"], input[type="email"], input[type="password"], textarea {
    background: #ffffff;
    color: #000000;
}
.owl-wrapper .item {

    border: 2px solid;
    padding: 10px;
}

.owl-wrapper {
    max-width: 1170px !important; 
    margin: 0 auto !important;
  }


.owl-carousel .owl-item {
    padding: 0 10px !important; 
    box-sizing: border-box !important;
}
.owl-item {
    margin: 0px;
}

.owl-carousel .owl-item .carousel-item-wrapper,
.owl-carousel .owl-item article {
    border: 2px solid #ffffff !important;
    padding: 10px !important;
    background-color: #000000 !important;
}
@media (max-width: 767px) {
    footer.main_footer.fixed_bottom_footer {
        position: static !important;
    }
    .main_header .hb_logo img.custom-logo {
        width: 70px !important;
        height: 56px !important;
    }
	.mobile_header_part {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 10px 20px 10px;
}
	
	.no_fit.fs_gallery_container li {

    background-size: cover!important;

}
}

/* Blog Archive Page Styles */

.blog-archive-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 220px 20px 80px 20px;
}

.blog-post-card {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
    justify-content: flex-start;
}

.blog-post-thumb-wrapper {
    flex: 0 0 380px;
    max-width: 100%;
}

.blog-post-thumb-img {
    width: 86%;
    height: 238px;
    display: block;
    object-fit: cover;
}

.blog-post-content {
    flex: 1;
    max-width: 650px;
    width: 100%;
}

.blog-post-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.blog-post-title a {
    color: #ffffff;
    text-decoration: none;
}

.blog-post-date {
    color: #cb6864;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-post-excerpt {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-post-readmore {
    display: inline-block;
    background-color: #cb6864;
    color: #ffffff;
    padding: 8px 22px;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2px;
}

.blog-pagination-wrap {
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
}

.blog-no-content {
    color: #ffffff;
}

/* Mobile & Tablet Adjustments */
@media (max-width: 768px) {
    .blog-post-card {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .blog-post-thumb-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
    .blog-post-thumb-img {
        width: 100%;
        height: auto;
        max-height: 280px;
    }
	.blog-archive-wrap {
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
}
}
/* Single Post Layout Styles */

.single-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px 80px 20px;
    color: #cccccc;
    font-family: inherit;
}

.single-post-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
}

/* Featured image */
.single-post-featured-img {
    margin-bottom: 30px;
}

.single-post-featured-img img {
    width: 800px;
    max-width: 100%;
    height: 500px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    
    object-position: top;
}

/* Content spans the full container width */
.single-post-content {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
    color: #cccccc;
}

.single-post-content p {
    margin-bottom: 22px;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.single-post-content strong {
    color: #ffffff;
}


/* =========================================
   Mobile Responsive Adjustments
   ========================================= */

@media (max-width: 768px) {

    .single-post-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 80px 15px 40px 15px;
        box-sizing: border-box;
    }

    .single-post-wrapper {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .single-post-content {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
        box-sizing: border-box;
    }

    .single-post-featured-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
	 .single-post-featured-img img {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 500px;
        display: block;
        margin-left: 0;
        margin-right: 0;
        object-fit: cover;
        object-position: center;
        box-sizing: border-box;
    }
   
}

.blog-post-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}
.floating-whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #55ED69;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.floating-whatsapp-btn svg {
    width: 61px;
    height: 44px;
}
@media (max-width: 600px) {
    .floating-whatsapp-btn {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        bottom: 15px;
        right: 15px;
    }
    .floating-whatsapp-btn svg {
        width: 26px;
        height: 26px;
    }
.main_footer_wrapper.container {
    padding: 30px 10px 10px 10px;
}
.no_fit.fs_gallery_container li {
    background-size: contain !important;
    margin-top: -104px;
}
	.fs_title_wrapper.fadeOnLoad {
    margin-bottom: 72px;
}

}
body.home footer.main_footer {
    display: none !important;
}