/*
Theme Name: Bk painting
Theme URI: https://yourwebsite.com
Author: 
Author URI: https://yourwebsite.com
Description: A professional painting company WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bk painting
*/

/* ======================= Custom Cursor CSS Fix ======================= */
.circle-cursor--inner,
.circle-cursor--outer {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.circle-cursor--inner {
    width: 8px;
    height: 8px;
    background-color: #your-primary-color; /* Apna color daalein */
}

.circle-cursor--outer {
    width: 40px;
    height: 40px;
    border: 1px solid #your-primary-color; /* Apna color daalein */
    background: transparent;
    transition: all 0.15s ease-out;
}

/* Hover state */
.circle-cursor--inner.cursor-hover {
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #your-hover-color;
}

.circle-cursor--outer.cursor-hover {
    transform: translate(-50%, -50%) scale(1.5);
    border-color: #your-hover-color;
}

/* Hide default cursor */
/* body {
    cursor: none;
}

a, button, input, textarea, select {
    cursor: none;
} */

/* Mobile pe normal cursor */
@media (max-width: 991px) {
    .circle-cursor--inner,
    .circle-cursor--outer {
        display: none !important;
    }
    
    body,
    a, button, input, textarea, select {
        cursor: auto;
    }
}

/* ======================= Page Banner Styles ======================= */
.page_banner_section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../images/page-banner.jpg') center/cover no-repeat;
    padding: 120px 0 80px;
    margin-top: 80px;
}

.page_title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    opacity: 1;
    color: var(--primary-color);
}





/* ======================= Page Content Styles ======================= */
.page_content_section {
    padding: 80px 0;
}

.page_featured_image {
    border-radius: 10px;
    overflow: hidden;
}

.page_content {
    line-height: 1.8;
    color: #666;
}

.page_content h2,
.page_content h3,
.page_content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.page_content p {
    margin-bottom: 20px;
}

.page_content ul,
.page_content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.page_content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.no-content {
    text-align: center;
    padding: 60px 0;
}

/* ======================= Responsive ======================= */
@media (max-width: 768px) {
    .page_banner_section {
        padding: 100px 0 60px;
    }
    
    .page_title {
        font-size: 32px;
    }
    
    .page_content_section {
        padding: 50px 0;
    }
}
section.rollimage_section.expand-img-main.image {
    display: none;
}
.Name img{
	width:100%;
	border-radius:30px;
	margin-top:40px;

}
.xyz h3{
	padding-top:30px;
}
.sale img{
	width:100%;
	border-radius:30px;
}
.you h3{
	padding-top:30px;
}
.tech img{
	width:100%;
	border-radius:30px;
	margin-top:40px;
	
}
/* .service h3{
	padding-top:30px;
	
} */

/* --- RIGHT SIDE: FAQ ACCORDION --- */
    .faq-wrapper {
        padding-top: 10px;
    }

    .faq-wrapper h2 {
        color: var(--leg-navy);
        font-size: 2rem;
        margin-bottom: 30px;
        position: relative;
    }

    .faq-wrapper h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: var(--leg-orange);
        margin-top: 10px;
        border-radius: 2px;
    }

    .accordion-item {
        background: var(--leg-gray);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .accordion-header {
        width: 100%;
        background: transparent;
        border: none;
        padding: 20px;
        text-align: left;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--leg-navy);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        outline: none;
    }

    .accordion-header:hover {
        background-color: #e9ecef;
    }

    /* Icon (+/-) styling */
    .icon {
        font-size: 1.5rem;
        color: #ff2424;
        transition: transform 0.3s ease;
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background: var(--leg-white);
    }

    .accordion-content p {
        padding: 0 20px 20px 20px;
        color: #555;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0;
    }

    /* Active State Classes (JavaScript adds these) */
    .accordion-item.active {
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .accordion-item.active .icon {
        transform: rotate(45deg); /* Turns + into x */
    }

.many{
	text-align:center;
	display:flex;
	flex-direction:column;
	gap:20px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#1a252f;
	align-items:center;
	
}
.many p{
	padding-left:30px;
	padding-right:30px;
	color:white;
}
.many h2{
	color:white;
}
.btn-1{
	width:20%;
	text-align:center;
	padding:12px 24px 12px 24px;
	border-radius:10px;
}
.btn-1:hover{
	background-color:red;
	color:white;
}

/*  .features-section {
            padding: 80px 0;
        } */

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* --- THE GRID LAYOUT (5 Boxes) --- */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            justify-content: center;
			margin-top: 20px;
        }

        /* --- BOX STYLING --- */
        .feature-box {
            background: var(--box-white);
            padding: 40px 30px;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, border-color 0.3s ease;
/*             border-top: 5px solid transparent; */
            position: relative;
            overflow: hidden;
        }

        /* Orange Top Border on Hover */
        .feature-box:hover {
            transform: translateY(-5px);
/*             border-top: 5px solid var(--box-orange); */
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        /* Icon Styling */
        .box-icon {
            font-size: 2.5rem;
            color: var(--box-navy);
            margin-bottom: 20px;
            display: inline-block;
        }

        .feature-box:hover .box-icon {
            color: var(--box-orange);
        }

        /* Headings */
        .feature-box h3 {
            font-size: 1.4rem;
            color: var(--box-navy);
            margin-bottom: 15px;
            font-weight: 700;
        }

        /* Paragraphs */
        .feature-box p {
            font-size: 0.95rem;
            margin-bottom: 15px;
        }

        /* List Styling (For Box 2) */
        .box-list {
            list-style: none;
            margin-bottom: 15px;
            padding-left: 5px;
        }

        .box-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
            font-size: 0.95rem;
            color: var(--box-text);
        }

        .box-list li::before {
            content: '•';
            color: var(--box-orange);
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 1.2rem;
            line-height: 1.4;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: 1fr;
            }
        }


 /* --- COMPACT CARD DESIGN --- */
        .standout-card {
            max-width: 600px; /* Chota size rakha hai */
            margin: 0 auto;
/*             background: #ffffff; */
            padding-top: 35px;
            border-radius: 10px;
/*             box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
/*             border-top: 5px solid var(--so-orange); /* Accent Color */ */
            text-align: center;
        }

        .standout-card h3 {
            color: var(--so-navy);
            font-size: 1.5rem;
            margin-bottom: 25px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Clean List Styling */
        .standout-list {
            list-style: none;
            padding: 0;
            margin: 0 auto 25px auto;
            text-align: left;
            display: inline-block; /* Centers the list block */
        }

        .standout-list li {
            margin-bottom: 12px;
            color: #000;
            font-size: 1rem;
            display: flex;
            align-items: flex-start;
        }

        .standout-list i {
            color: #ff2424;
            margin-right: 12px;
            margin-top: 4px; /* Align icon with text */
            flex-shrink: 0;
        }

        /* Closing Text Styling */
        .closing-text {
            font-size: 0.95rem;
            color: #fff;
            line-height: 1.6;
            background: #1a252f;
            padding: 15px;
            border-radius: 6px;
            border-left: 3px solid var(--so-navy);
            text-align: left;
        }

/* --- SECTION STYLING --- */
        .split-section {
            display: flex;
            flex-wrap: wrap; /* Makes it responsive */
            min-height: 350px !important; /* Ensures a good height */
            background-color: var(--section-bg);
        }

        /* LEFT SIDE - IMAGE */
        .image-col {
            flex: 1;
            min-width: 300px;
            position: relative;
            /* Placeholder Image URL - Painting related */
/*             background-image: url('https://images.unsplash.com/photo-1589939705384-5185137a7f0f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80'); */
            background-size: cover;
            background-position: center;
        }

        /* Optional: Decorative Overlay on Image */
/*         .image-col::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0,0,0,0.1); /* Slight dark tint */ 
/*         } */

        /* RIGHT SIDE - CONTENT */
        .content-col {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
/*             justify-content: center; /* Centers text vertically */ 
            padding: 10px 50px;
        }

        .content-col h2 {
            font-size: 2.2rem;
            color: var(--text-heading);
            margin-bottom: 25px;
            font-weight: 700;
            position: relative;
        }

        /* Decorative line under title */
        .content-col h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: var(--accent);
            margin-top: 10px;
            border-radius: 2px;
        }

        .content-col p {
            color: var(--text-main);
            font-size: 1.05rem;
            margin-bottom: 20px;
        }

        .content-col p:last-child {
            margin-bottom: 0;
            font-weight: 600; /* Highlighting the last sentence */
            color: var(--text-heading);
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 768px) {
            .split-section {
                flex-direction: column;
            }
            .image-col {
                min-height: 300px; /* Height for image on mobile */
            }
            .content-col {
                padding: 40px 20px;
            }
        }

/* --- 3. BENEFITS GRID (Small Cards) --- */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin-top: 10px;
        }
        .ben-card {
            background: var(--cm-white);
            padding: 15px;
            border: 1px solid #ff2424;
            border-radius: 6px;
        }
/*         .ben-card h4 { font-size: 0.95rem; color: var(--cm-teal); margin-bottom: 5px; } */
/*         .ben-card p { font-size: 0.85rem; margin-bottom: 0; } */


 /* --- 4. SERVICES (Checkerboard Layout) --- */
        .service-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin-top: 20px;
        }
        
        .service-item {
            background: #fff;
            padding: 30px;
            border-left: 5px solid #ff2424;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
			border-radius: 25px;
        }
        .service-item h3 { color: var(--brand-orange); margin-bottom: 10px; }
.ch_ser{
	margin: 30px 0px;
	padding: 80px 0px;
	background-color: #1a252f;
}

   /* --- 5. WHY US & PROCESS --- */
        .dark-strip {
            background: #1a252f;
            color: white;
            padding: 80px 0;
            margin-top: 80px;
        }
        .dark-strip h2 { color: white; }
        .dark-strip p { color: #cbd5e1; }
        .dark-strip ul { list-style: none; padding: 0; }
        .dark-strip li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            font-size: 1.1rem;
        }
        .dark-strip li i { color: var(--brand-orange); margin-right: 15px; }

        /* Process Steps */
        .process-container {
            display: flex;
/*             flex-wrap: wrap; */
            gap: 20px;
            margin-top: 40px;
/*             justify-content: center; */
        }
        .step-card {
            background: rgba(255,255,255,0.1);
            padding: 25px;
            border-radius: 10px;
            width: 380px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.1);
        }
        .step-num {
            font-size: 2rem; font-weight: bold; color: var(--brand-orange); display: block; margin-bottom: 10px;
        }


/* --- 50/50 GRID SYSTEM --- */
        .fifty-fifty-grid {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Exactly 50% each */
            gap: 0; /* Seamless look (or use gap: 40px for spacing) */
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border-radius: 12px;
			background-color: #1a252f;
            overflow: hidden; /* To keep rounded corners */
			padding: 60px;
        }

        /* --- LEFT SIDE: FAQ --- */
        .left-col {
/*             background-color: #f5f6f7; */
            padding: 50px;
			color: #000;
        }

        .left-col h2 {
            font-size: 2rem;
            color: #fff ;
            margin-bottom: 30px;
            border-left: 5px solid var(--split-orange);
            padding-left: 15px;
        }

        /* FAQ Accordion Styling */
        details {
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
            padding-bottom: 5px;
			background-color: #ffffff00;
        }

        summary {
            font-weight: 700;
            cursor: pointer;
            list-style: none;
            position: relative;
            color: #fff !important;
            padding: 15px 0;
            font-size: 1.05rem;
            transition: color 0.3s;
        }

        summary:hover {
            color: #ff2424 !important;
        }

        summary::after {
            content: '+';
            position: absolute;
            right: 0;
            font-weight: 400;
            font-size: 1.5rem;
            color: #ff2424;
        }

        details[open] summary::after {
            content: '-';
        }

        .ans-text {
            color: #fff !important;
            font-size: 0.95rem;
            margin-top: 5px;
            padding-right: 20px;
        }

        /* --- RIGHT SIDE: CONTACT CTA --- */
        .right-col {
            background-color: var(--split-navy);
            color: #fff;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .right-col h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: var(--split-white);
        }

        .right-col p {
            color: #fff; /* Light gray text */
            margin-bottom: 20px;
            font-size: 1rem;
        }

        /* Contact Box inside Right Col */
        .contact-info-box {
            background: rgba(255,255,255,0.05);
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid var(--split-orange);
            margin-top: 20px;
        }

        .contact-info-box h3 {
            color: var(--split-orange);
            margin-bottom: 10px;
            font-size: 1.2rem;
        }

        .big-phone {
            font-size: 1.8rem;
            font-weight: bold;
            color: var(--split-white);
            text-decoration: none;
            display: block;
            margin: 10px 0;
        }

        .big-phone:hover {
            color: var(--split-orange);
        }

        .location {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            color: #aaa;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 900px) {
            .fifty-fifty-grid {
                grid-template-columns: 1fr; /* Stack on mobile */
            }
            .left-col, .right-col {
                padding: 40px 25px;
            }
        }


 /* --- 4. SERVICES BENTO --- */
        .bento-wr {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .bento-card {
            background: #fff;
            padding: 25px;
            border-radius: 25px;
            border-left: 4px solid #ff2424;
        }
        .bento-wide { grid-column: span 2; background: #8d8d8d38; color: white; }
        .bento-wide h3, .bento-wide p { color: white; }


 /* --- 50/50 GRID SETUP --- */
        .grid-50-50 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            margin-bottom: 80px;
        }

        /* Lists Styling */
        .check-list { list-style: none; padding: 0; }
        .check-list li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }
        .check-list li::before {
            content: '\f00c'; /* FontAwesome Check */
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #fff;
            position: absolute;
            left: 0; top: 3px;
			background-color: #ff2424;
			border-radius: 50%;
    padding: 2px;
			
        }

        /* --- BACKGROUND STYLES --- */
        .bg-gray { background-color: #1a252f !important;  }
        .box-style {
            background: #ff2424;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            border-top: 4px solid var(--split-orange);
        }

/* --- CTA BOX --- */
        .cta-box {
            background: #1a252f;
            color: white;
            padding: 50px;
            border-radius: 10px;
            text-align: left !important;
        }
        .cta-box h2, .cta-box h3 { color: white; }
        .cta-box p { color: #d1d5db; }
        
        .btn-orange {
            display: inline-block;
            background: var(--split-orange);
            color: white;
            padding: 15px 35px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            margin-top: 20px;
            transition: 0.3s;
        }
        .btn-orange:hover { background: #ff2424 !important; color:#000; transform: translateY(-2px); }

   /* --- FAQ STYLING --- */
        .faq-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: start;
        }
        
        details {
            background: #ffffff00 !important;
            margin-bottom: 15px;
            padding: 20px;
            border-radius: 6px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            cursor: pointer;
            transition: 0.3s;
        }
        summary { font-weight: bold; color: #000; outline: none; }
        .faq-ans { margin-top: 10px; font-size: 0.95rem; color: #fff !important; }

        /* Responsive */
        @media (max-width: 900px) {
            .grid-50-50, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
        }


   .content-wrapper {
            max-width: 900px; /* Content width limit for readability */
            margin: 0 auto;   /* Center the content */
            background: #fff; /* White paper look */
            padding: 20px ;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

 /* Highlight Box Style */
        .highlight-box {
/*             background-color: #f0f9ff;
            border-left: 5px solid #0f172a;
            padding: 20px; */
            margin: 30px 0;
        }

        /* Responsive padding for mobile */
        @media (max-width: 600px) {
/*             body { padding: 20px; } */
            .content-wrapper { padding: 25px; }
            h1 { font-size: 2rem; }
        }


/* ch-responsive */
/* ===============================
   HERO SLIDER – MOBILE RESPONSIVE
================================ */

@media only screen and (max-width: 767px) {

  .second_hero_section {
    padding: 0px 0 40px !important;
  }

  .second_hero_section .slider_content {
    text-align: center !important;
  }

  .second_hero_section .hero_pttx {
    font-size: 13px !important;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .second_hero_section .hero_main_txt {
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px;
	  margin-right: 30px;
  }

  /* 🔥 IMPORTANT FIX */
  .second_hero_section .border_txt {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .second_hero_section .border_hero {
    width: 50px;
    height: 3px;
    margin: 0 0 10px 0;
  }

  .second_hero_section .hero_pttx1 {
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 0 12px;
    text-align: center !important;
  }

  .second_hero_section .bubbles.buttons1 {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px;
  }

  .second_hero_section .bubbles.buttons1 a {
    padding: 12px 18px;
  }

  .second_hero_section .bubbles .text {
    font-size: 17px !important;
  }

  .second_hero_section .button_img {
    width: 35px !important;
    margin-left: 8px;
  }
}
/* header */
@media (max-width: 767px) {
  .header_containt {
    padding: 0px 20px !important;
  }
}
/* second */
@media only screen and (max-width: 767px) {

  body .offer_row {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 25px !important;
    margin-top: 40px !important;
  }

/*   body .offer_row .offer_box {
    width: 100% !important;
    padding: 25px 18px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  } */

/*   body .offer_row .offer_box img {
    display: block !important;
    margin: 0 auto 12px !important;
  } */

/*   body .offer_row .offer_h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  } */

/*   body .offer_row .offer_ptxt {
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  } */

/*   body .offer_row .read_more {
    display: flex !important;
    justify-content: center !important;
    margin-top: 15px !important;
  } */

}

@media (max-width: 767px) {

  section[style*="display:flex"] {
    flex-direction: column !important;
    padding: 0 20px 40px !important;
  }

  section[style*="display:flex"] .offer_box {
    width: 100% !important;
    text-align: center;
  }

}
@media (max-width: 767px) {
	.feature-title{
		text-align: center !important;
	}
	.service-header{
		text-align: center !important;
	}
	.ch-class{
		padding: 20px !important;
	}
	.legend-faq-section {
		padding: 0px !important;
	}
	.legend-box{
		padding: 10px  !important;
		margin-top: 15px !important;
		margin-left:10px!important;
		margin-right:10px !important;
	}
	.lf-container{
		padding:0px !important;
	}
}

@media (max-width: 767px) {

  /* Bento grids stack on mobile */
  .bento-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  /* Override inline centered row */
  .bento-grid[style] {
    padding-top: 0 !important;
    justify-content: flex-start !important;
  }

  /* Full width items */
  .bento-item,
  .bento-item.bento-large {
    width: 100% !important;
  }

}
@media (max-width: 767px) {

  /* Override inline flex on section */
  section[style*="display: flex"] {
    flex-direction: column !important;
  }

  /* Containers full width stack */
  section[style*="display: flex"] .container {
    width: 100%;
  }

  /* Content center & readable */
  .benefits-content {
    text-align: left;
  }
	.benefits-row{
		padding: 10px !important;
	}
}

@media (max-width: 767px) {

  .ch_ser .service-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ch_ser .service-item {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 767px) {

  .dark-strip .process-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .dark-strip .step-card {
    width: 100%;
    text-align: center;
  }

}
@media (max-width: 767px) {

  .ch_ser .bento-wr {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ch_ser .bento-card,
  .ch_ser .bento-card.bento-wide {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 767px) {

  .fifty-fifty-grid .left-col,

  .fifty-fifty-grid .left-col summary,
  .fifty-fifty-grid .left-col .ans-text {
    color: #fff !important;
  }

}

@media (max-width: 767px){
	.fifty-fifty-grid .left-col h2{
		color:#fff !important;
	} 
}

@media (max-width: 767px) {

  /* Section padding fix */
  section[style*="padding: 100px"] {
    padding: 40px 16px !important;
  }

  /* Benefits grid mobile stack */
  .benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Card spacing */
  .ben-card {
    padding: 16px;
  }

}

@media (max-width: 767px) {

  /* Process container stack */
  .process-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Override inline width (25%) */
  .process-container .step-card {
    width: 100% !important;
  }

  /* Step card spacing */
  .step-card {
    padding: 16px;
    text-align: center;
  }

  /* Step number spacing */
  .step-num {
    display: inline-block;
    margin-bottom: 8px;
  }

}

.ch-class {
    width: 100%;
    height: 600px;

    /* Background image + black overlay */
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("https://bkpainting.net/wp-content/uploads/2025/12/IMG_4259-scaled.jpeg");

    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
	background-attachment: fixed;

    color: #fff; /* text white */
  
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {

  /* parent flex ko column banao */
  .step-card {
    width: 100% !important;
  }

  /* jis div me inline flex hai usko target */
  div[style*="display: flex"] {
    flex-direction: column;
    gap: 16px;
  }

}
@media (max-width: 767px) {

  /* FIX: remove fixed height from ch-class */
  .ch-class {
    height: auto !important;
    min-height: unset !important;
    padding-bottom: 30px;
  }

  /* split section stacking */
/*   .split-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .split-section .split-col {
    width: 100%;
  }

  .split-section .split-col > div {
    max-width: 100%;
  } */

}

@media (max-width: 767px) {

 

  .split-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .split-section .split-col {
    width: 100%;
    max-width: 100%;
  }

  .split-section .split-col > div {
    max-width: 100% !important;
    box-sizing: border-box;
  }

}

@media (max-width: 767px) {
  h2,h3,h4 {
    text-align: center !important;
  }
}

.hero-section {
            position: relative;
/*             height: 100vh;
            width: 100%; */
            /* बैकग्राउंड इमेज - यहाँ आप अपनी पेंटर वाली इमेज का URL डालें */
           
            display: flex;
            align-items: center;
	        padding-top:100px;
            padding-bottom: 100px;
        }

        /* यह डार्क ओवरले है ताकि टेक्स्ट साफ़ दिखे */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); /* 60% काला अंधेरा */
            z-index: 1;
        }

        .cont {
            position: relative;
            z-index: 2;
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            color: #ffffff;
            padding: 20px;
        }

        /* "Brushing Dreams to Life" वाला छोटा हेडिंग */
        .sub-heading {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        /* लाल बिंदु (Red Dot) */
/*         .sub-heading::after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #ff3333;
            border-radius: 50%;
            bottom: -5px;
            right: 40%;
        } */

        /* मुख्य हेडलाइन */
        h1 {
            font-family: 'Merriweather', serif; /* सेरिफ़ फ़ॉन्ट इमेज जैसा */
            font-size: 3.5rem;
            line-height: 1.2;
            font-weight: 900;
            margin-bottom: 30px;
            max-width: 800px;
        }

        /* लाल बॉर्डर वाला पैराग्राफ सेक्शन */
        .description-box {
            border-left: 5px solid #ff3333; /* बायीं तरफ लाल लाइन */
            padding-left: 25px;
            margin-bottom: 40px;
            max-width: 700px;
        }

        .description-box p {
            font-size: 1rem;
            line-height: 1.6;
            color: #f0f0f0;
        }
/* .btn-pri{
	color: white;
}
.btn-pri i{
	color: white;
}
.btn-pri i:hover{
	color: red;
	
}
.btn-pri:hover{
	color: red;
} */
        /* लाल बटन */
/*          .btn-primary {
            display: inline-flex;
            align-items: center;
            background-color: #ff3333;
            color: white;
            padding: 15px 35px;
            border-radius: 50px; /* पिल शेप */ */
/*             text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: background 0.3s ease;
        } */

/*         .btn-primary:hover {
            background-color: #d62929;
        } */

/*         .btn-primary i {
            margin-left: 10px;
            font-size: 14px;
        } */

        /* मोबाइल के लिए रेस्पॉन्सिव डिज़ाइन */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }
            .description-box {
                border-left: 4px solid #ff3333;
            }
        }



/* new css */


.services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

 .service-item {
/*     background: var(--white); */
/*     padding: 25px;
    border-radius: 8px; */
    border: 1px solid #bdbdbd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

 .service-header {
    font-weight: bold;
/*     color: var(--primary-navy); */
    font-size: 1.1rem;
    margin-bottom: 5px;
	}   


/* =========================================
    SPLIT SECTION (Residential vs Commercial)
   ========================================= */
	.ch-class{
		margin-top: 30px;
		padding: 80px;
		text-align:center;
	}
.split-section {
    display: flex;
    flex-wrap: wrap;
}

.split-col {
    flex: 1;
    min-width: 320px;
    padding: 30px 30px;
}

.res-col {
    background-color: var(--light-gray);
    color: var(--text-dark);
}

.com-col {
/*     background-color: #FFE6D4; */
    color: var(--white);
}

.com-col h3 {
    color: var(--white);
}

.com-col strong {
    color: var(--accent-orange);
}

ul.clean-list {
    list-style: none;
}

ul.clean-list li {
    margin-bottom: 20px;
    padding-left: 15px;
/*     border-left: 3px solid #ff2424; */
}
/* desktop bilkul change nahi */
.split-section{
  display:flex;
}

/* mobile fix – andar ke dono box */
@media (max-width:767px){
  .split-section{
    display:block;
  }

  .split-col{
    width:100%;
  }

  .split-col > div{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
}


	/* =========================================
   7. TRENDS 2026 SECTION
   ========================================= */

.trend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.trend-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.color-swatch {
    height: 120px;
    width: 100%;
}

.trend-info {
    padding: 20px;
}

.trend-info strong {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-navy);
}

.trend-info p {
    font-size: 0.9rem;
    margin: 0;
/*     color: #666; */
}


    /* --- COMPACT PROCESS CSS --- */
/*     :root {
        --p-navy: #1a252f;
        --p-orange: #e67e22;
        --p-bg: #ffffff;
        --p-card-bg: #f8f9fa;
    } */

    .compact-process-section {
        padding: 60px 0;
        background-color: var(--p-bg);
        font-family: 'Segoe UI', sans-serif;
    }

    .cp-cont {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header */
    .cp-heador {
        text-align: center;
        margin-bottom: 50px;
    }

    .cp-heador h2 {
        color: var(--p-navy);
        font-size: 2rem;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
		padding-top: 60px;
    }
    
    .cp-heador h2::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: #ff2424;
        margin: 8px auto 0;
    }

    .cp-heador p {
        color: #666;
        max-width: 700px;
        margin: 0 auto;
        font-size: 0.95rem;
		
    }

    /* Grid Layout - Compact & efficient */
    .process-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 items per row */
        gap: 25px;
    }

    /* Card Style */
    .process-card {
        background: var(--p-card-bg);
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #eee;
        transition: transform 0.3s, box-shadow 0.3s;
        position: relative;
        overflow: hidden;
    }

    /* Hover Effect */
    .process-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        border-bottom: 3px solid #ff2424;
    }

    /* Step Number (Stylish & Compact) */
    .p-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: rgba(230, 126, 34, 0.15); /* Faded Orange */
        position: absolute;
        top: 10px;
        right: 15px;
        line-height: 1;
    }

    .process-card h3 {
        color: var(--p-navy);
        font-size: 1.25rem;
        margin-bottom: 10px;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }

    .process-card p {
        color: #555;
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 0;
        position: relative;
        z-index: 2;
    }

    /* Responsive: 2 columns on tablet, 1 on mobile */
    @media (max-width: 992px) {
        .process-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .process-grid { grid-template-columns: 1fr; }
    }

<!-- START OF LEGEND & FAQ SECTION -->
<style>
    /* --- SECTION CSS --- */
/*     :root {
        --leg-navy: #1a252f;
        --leg-orange: #e67e22;
        --leg-white: #ffffff;
        --leg-gray: #f4f6f8;
    } */

    .legend-faq-section {
        padding-top: 80px;
        background-color: white;
        font-family: 'Segoe UI', sans-serif;
    }

    .lf-container {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 150px ;
        
        /* Split Layout Grid */
        display: grid;
        grid-template-columns: 1fr 1fr; /* 50% - 50% split */
        gap: 50px;
        align-items: start;
    }

    /* --- LEFT SIDE: LEGEND CONTENT --- */
    .legend-box {
        background: #1a252f;
        color: var(--leg-white);
        padding: 40px;
        border-radius: 12px;
        position: relative;
        box-shadow: 0 10px 30px rgba(26, 37, 47, 0.15);
/*         border-left: 6px solid var(--leg-orange); */
    }

    .legend-box h2 {
        color: white;
        font-size: 2rem;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .legend-box p {
        margin-bottom: 20px;
        color: #d0d0d0; /* Off-white text */
        line-height: 1.7;
        font-size: 1rem;
    }

    .experience-badge {
        display: inline-block;
        background: var(--leg-orange);
        color: var(--leg-white);
        font-weight: bold;
        padding: 8px 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    /* --- RIGHT SIDE: FAQ ACCORDION --- */
    .faq-wrapper {
        padding-top: 10px;
    }

    .faq-wrapper h2 {
        color: var(--leg-navy);
        font-size: 2rem;
        margin-bottom: 30px;
        position: relative;
    }

    .faq-wrapper h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: #ff2424;
        margin-top: 10px;
        border-radius: 2px;
    }

    .accordion-item {
        background: var(--leg-gray);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .accordion-header {
        width: 100%;
        background: transparent;
        border: none;
        padding: 20px;
        text-align: left;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--leg-navy);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        outline: none;
    }

    .accordion-header:hover {
        background-color: #e9ecef;
    }

    /* Icon (+/-) styling */
    .icon {
        font-size: 1.5rem;
        color: #ff2424;
        transition: transform 0.3s ease;
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background: var(--leg-white);
    }

    .accordion-content p {
        padding: 0 20px 20px 20px;
        color: #555;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0;
    }

    /* Active State Classes (JavaScript adds these) */
    .accordion-item.active {
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .accordion-item.active .icon {
        transform: rotate(45deg); /* Turns + into x */
    }

    /* --- RESPONSIVE --- */
    @media (max-width: 900px) {
        .lf-container {
            grid-template-columns: 1fr; /* Stack vertically */
        }
        .legend-box {
            margin-bottom: 40px;
        }
    }




/* form code */
/* Wrapper */
.contact_form .wpforms-form {
    width: 100%;
}

/* Input fields */
.contact_form .wpforms-field input,
.contact_form .wpforms-field textarea {
    border: 0 !important;
    width: 100%;
    padding: 14px 15px;
    margin-bottom: 15px;
    background: #fff;
}

/* Same spacing */
.contact_form .wpforms-field {
    margin-bottom: 0;
}

/* Textarea */
.contact_form textarea {
    resize: none;
}

/* Submit button wrapper */
.contact_form .wpforms-submit-container {
    padding: 0;
}

/* Hide default button */
.contact_form button.wpforms-submit {
    display: none;
}

/* Custom button design */
.contact_form .custom-submit {
    cursor: pointer;
}

.contact_form .custom-submit p {
    margin: 0;
}


  .foyer-section {
        display: flex;
       flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
        background-color: #f9f9f9; /* Light Grey Background */
      margin-bottom: 50px;
    }


    /* Mobile Responsive adjustments */
    @media (max-width: 768px) {
        .foyer-section {
            padding: 40px 15px;
        }
       
    }


   @media (max-width: 768px) {
      .hero-h1 {
            font-size: 30px;
        }
       
    }









