/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.15
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


/* Reset & Global Styles */
  /* --- RESET & VARIABLES --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --bg-dark: #3e4453; /* Exact dark grey-blue from image */
            --accent-yellow: #fecb00; /* Bright Yellow */
            --text-white: #ffffff;
            --text-grey: #000;
            --nav-bg: rgba(255, 255, 255, 0.1);
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-white);
            overflow-x: hidden;
        }

section{
	padding: 40px 0px;
}
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }

        .icon-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: var(--nav-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-white);
            cursor: pointer;
            transition: 0.3s;
        }
        .icon-btn:hover { background: rgba(255,255,255,0.2); }

        .btn-quote {
            background-color: var(--accent-yellow);
            color: #fff; /* Image has white text on yellow button? No, usually dark on yellow, but let's check */
            color: #333; /* Fix: Yellow button usually has dark text */
            font-weight: 700;
            padding: 12px 30px;
            border-radius: 50px;
            text-transform: uppercase;
            font-size: 14px;
        }

        /* --- HERO SECTION --- */
        .hero {
			background: linear-gradient(
        rgba(0, 0, 0, 0.7),   /* top color */
        rgba(0, 0, 0, 0.7)    /* bottom color */
    ),
    url('https://pillar-home-inspection.com/wp-content/uploads/2025/11/illustration-living-room-interior_252025-66634.jpg'); /* image path */
           background-size: cover;                  /* image full cover */
          background-position: center;             /* center position */
            background-repeat: no-repeat;            /* repeat na ho */
            height: 700px; 
/*             height: 85vh; */
            display: flex;
            align-items: center;
            padding: 0 50px;
            position: relative;
        }

        /* Background Watermark Text Effect (Like the "1920x940" in screenshot) */
        .watermark-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20vw; /* Huge text */
            font-weight: 900;
            color: rgba(0, 0, 0, 0.15); /* Very faint dark */
            z-index: 0;
            white-space: nowrap;
            pointer-events: none;
            font-family: sans-serif;
        }

        .hero-content {
            max-width: 750px;
            z-index: 5;
            position: relative;
        }

        /* Subtitle with Line & Circle */
        .hero-subtitle {
            color: var(--accent-yellow);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }
        
        /* The line and circle decoration */
        .decor-line {
            height: 1px;
            width: 50px;
            background-color: var(--accent-yellow);
            position: relative;
        }
        .decor-circle {
            width: 15px;
            height: 15px;
            border: 1px solid var(--accent-yellow);
            border-radius: 50%;
            position: absolute;
            right: -25px;
            top: -7px;
        }

        /* Main Heading */
        .hero h1 {
            font-size: 64px;
            line-height: 1.1;
            font-weight: 700;
            margin-bottom: 25px;
        }
        .hero h1 span {
            color: var(--accent-yellow);
        }

        .hero p {
            color:#fff;
            font-size: 16px;
            max-width: 600px;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        /* CTA Button */
        .btn-hero {
            background-color: var(--accent-yellow);
            color: #222;
            padding: 18px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(254, 203, 0, 0.3);
        }
        .btn-hero:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(254, 203, 0, 0.4);
        }

        /* --- SOCIAL SIDEBAR --- */
        .social-sidebar {
            position: absolute;
            right: 50px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-white);
            font-size: 14px;
            transition: 0.3s;
        }
        .social-icon:hover {
            border-color: var(--accent-yellow);
            color: var(--accent-yellow);
        }

       /* --- RESPONSIVE --- */
/*         @media (max-width: 1024px) {
            .nav-menu { display: none; } /* Hide menu on small screens */
            .header-actions { display: none; }
            .hero h1 { font-size: 48px; }
            .watermark-text { display: none; }
        } */
 

        /* --- MAIN SECTION --- */
        .why-section {
            padding: 80px 0px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* --- HEADER CONTENT --- */
        .header-content {
            text-align: center;
            margin-bottom: 60px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .subtitle {
            color: var(--accent-yellow);
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 15px;
        }

        .main-title {
            font-size: 42px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
            color: var(--primary-dark);
            margin-bottom: 25px;
        }

        .description {
            color: var(--text-grey);
            font-size: 16px;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
        }

        /* The Circle Highlight Effect on text */
        .circle-highlight {
            position: relative;
            display: inline-block;
            z-index: 1;
        }
        .circle-highlight::after {
            content: '';
            position: absolute;
            width: 35px;
            height: 35px;
            border: 1px solid var(--accent-yellow);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        /* --- CARDS GRID --- */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background: var(--card-bg);
            padding: 40px 35px;
            border-radius: 15px;
            /* Soft shadow like the image */
            box-shadow: 0 10px 40px rgba(0,0,0,0.04); 
            border: 1px solid rgba(0,0,0,0.01);
            transition: transform 0.3s ease;
        }

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

        /* Icon Styling */
        .icon-box {
            width: 70px;
            height: 70px;
            background: #fff;
            border: 2px solid #f9f9f9;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        .icon-box i {
            font-size: 32px;
            color: var(--accent-yellow);
            /* Outline effect for icons to match line-art style */
            -webkit-text-stroke: 1px var(--accent-yellow);
            color: transparent; 
        }
        /* Fallback if stroke not supported, makes icon solid yellow */
        @supports not (-webkit-text-stroke: 1px red) {
            .icon-box i { color: var(--accent-yellow); }
        }

        .feature-card h3 {
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: var(--primary-dark);
        }

        .feature-card p {
            color: var(--text-grey);
            font-size: 15px;
            margin-bottom: 30px;
            line-height: 1.7;
        }

        /* Read More Link */
        .read-more {
            text-decoration: none;
            color: var(--primary-dark);
            font-weight: 700;
            font-size: 15px;
            border-bottom: 2px solid var(--accent-yellow);
            padding-bottom: 2px;
            transition: 0.3s;
        }

        .read-more:hover {
            color: var(--accent-yellow);
        }
        
        .read-more i {
            font-size: 12px;
            margin-left: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .main-title { font-size: 28px; }
            .features-grid { grid-template-columns: 1fr; }
            .why-section { padding: 50px 20px; }
        }


        .container {
/*             max-width: 1200px; */
            margin: 0 auto;
            padding: 50px 20px;
display: flex;
			gap: 60px;
        }

        /* --- LAYOUT GRID --- */
        .story-section {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        /* --- LEFT SIDE: IMAGES --- */
        .image-column {
            flex: 1;
            position: relative;
            padding-right: 30px; /* Space for overlapping image */
            padding-bottom: 30px;
        }

        /* Main Image */
        .main-img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            overflow: hidden;
            /* Using placeholder electrical panel image */
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .main-img img { width: 100%; display: block; object-fit: cover; height: 500px; }

        /* Overlapping Small Image */
        .small-img {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45%;
            border: 8px solid #fff; /* White border to separate */
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            background: #fff;
        }
        .small-img img { width: 100%; display: block; border-radius: 8px; height: 250px; object-fit: cover; }

        /* --- RIGHT SIDE: CONTENT --- */
        .content-column {
            flex: 1;
        }

        .subtitle {
            color: var(--accent-yellow);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
            display: block;
        }

        .content-column h2 {
            font-size: 42px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: var(--primary-dark);
        }

        .content-column p {
            color: var(--text-grey);
            margin-bottom: 30px;
            font-size: 15px;
        }

        /* Feature Boxes (Solution for small & Big...) */
        .feature-grid {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }

        .feature-box {
            display: flex;
            align-items: center;
            gap: 15px;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 20px;
            flex: 1;
            background: #fff;
        }

        .feature-box i {
            color: var(--accent-yellow);
            font-size: 20px;
        }

        .feature-box span {
            font-weight: 700;
            font-size: 14px;
            line-height: 1.3;
            color: #333;
        }

        /* Bullet List */
        .check-list {
            list-style: none;
            margin-bottom: 35px;
        }

        .check-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            color: var(--text-grey);
            font-size: 14px;
        }

        .check-list li i {
            color: var(--accent-yellow);
        }

        /* Buttons Area */
        .action-area {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .btn-yellow {
            background-color: var(--accent-yellow);
            color: #000;
            padding: 15px 35px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: 0.3s;
        }
        .btn-yellow:hover { background-color: #e5b800; }

        .video-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: var(--primary-dark);
            font-weight: 600;
            font-size: 15px;
            position: relative;
        }

        .play-icon {
            width: 45px;
            height: 45px;
            background-color: var(--primary-dark);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            transition: 0.3s;
        }
        
        .video-btn:hover .play-icon {
            background-color: var(--accent-yellow);
            color: #000;
        }

        /* Tiny decorative yellow dot */
        .decor-dot {
            width: 8px;
            height: 8px;
            background-color: var(--accent-yellow);
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            top: -5px;
            right: -10px;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 900px) {
            .story-section { flex-direction: column; }
            .image-column { width: 100%; padding-right: 0; }
            .small-img { width: 40%; right: 10px; }
            .feature-grid { flex-direction: column; }
        }


       /* --- FAQ CSS LOGIC (NO JS) --- */
        .faq-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .faq-wrapper {
            position: relative;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            background: #fff;
            overflow: hidden;
            transition: 0.3s;
        }

        /* Hide the actual radio buttons */
        .faq-trigger {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

        /* Label styling (The Question Part) */
        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            cursor: pointer;
            font-weight: 500;
            color: var(--primary-dark);
            transition: 0.3s;
            user-select: none;
        }

        /* Icon Styling */
        .icon-box {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #eee;
            color: var(--accent-yellow);
            font-size: 12px;
            transition: 0.3s;
        }

        /* Default Icons */
        .icon-plus {
            display: block;
        }

        .icon-close {
            display: none;
        }

        /* Answer Content (Hidden by default) */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.3s ease;
            background: #fff;
            padding: 0 25px;
            /* No top/bottom padding initially */
            color: var(--text-grey);
            font-size: 14px;
            line-height: 1.7;
        }

        /* --- MAGIC: WHAT HAPPENS WHEN CHECKED --- */

        /* 1. Change Wrapper Style */
        .faq-trigger:checked+.faq-wrapper {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border-color: transparent;
            background-color: #fff;
        }

        /* 2. Change Question Style (Add bold & spacing) */
        .faq-trigger:checked+.faq-wrapper .faq-question {
            font-weight: 700;
            padding-bottom: 10px;
        }

        /* 3. Add Yellow Dot before Question */
        .faq-trigger:checked+.faq-wrapper .faq-question span::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: var(--accent-yellow);
            border-radius: 50%;
            margin-right: 10px;
        }

        /* 4. Switch Icons (Hide Plus, Show Close) */
        .faq-trigger:checked+.faq-wrapper .icon-plus {
            display: none;
        }

        .faq-trigger:checked+.faq-wrapper .icon-close {
            display: block;
            color: var(--accent-yellow);
            font-size: 16px;
        }

        .faq-trigger:checked+.faq-wrapper .icon-box {
            border: none;
        }

        /* 5. Reveal Answer */
        .faq-trigger:checked+.faq-wrapper .faq-answer {
            max-height: 200px;
            /* Adjust based on text length */
            padding-bottom: 25px;
            border-top: 1px solid transparent;
        }

        /* Hover effect on closed items */
        .faq-wrapper:hover .icon-box {
            border-color: var(--accent-yellow);
        }


        /* --- RIGHT SIDE (Same as before) --- */
        .content-column {
            flex: 1;
        }

        .subtitle {
            color: var(--accent-yellow);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
        }

        h2 {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 15px;
            color: var(--primary-dark);
        }

        p.desc {
            color: var(--text-grey);
            font-size: 14px;
            margin-bottom: 30px;
        }

        .image-placeholder {
/* 			background: linear-gradient( */ */
/*          rgba(0, 0, 0, 0.7),   /* top color */  */
/*          rgba(0, 0, 0, 0.7)    /* bottom color */  */
/*      ),
    url('https://pillar-home-inspection.com/wp-content/uploads/2025/11/real-estate-appraiser-conducting-property-valuation-with-focus-key-features_1237743-77325.avif');  */
            background-size: cover;                  /* image full cover */ 
           background-position: center;             /* center position */ 
            background-repeat: no-repeat;   
/*             background-color: #eef0f2;  */
			height:300px;
            width: 400px;
           height:331px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            font-weight: 500;
            color: #000;
            margin-bottom: 25px;
        }

        .live-chat {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 700;
            font-size: 18px;
            color: var(--primary-dark);
            cursor: pointer;
        }

        .chat-icon {
            color: #ef4444;
            font-size: 24px;
        }

        /* Mobile */
        @media (max-width: 900px) {
            .container {
                flex-direction: column-reverse;
                gap: 40px;
            }
        }

        /* --- LEFT COLUMN: IMAGE & FLOATERS --- */
        .image-column {
            flex: 1;
            position: relative;
            padding: 20px; /* Padding to prevent cards from cutting off */
        }

        .placeholder-box {
            background-color: var(--bg-grey);
            width: 100%;
            height: 500px; /* Fixed height to match aspect ratio */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 45px;
            font-weight: 500;
            color: #000;
            position: relative;
        }

        /* Floating Card 1: Call Us Now */
        .float-card-top {
            position: absolute;
            top: 50px;
            right: -20px; /* Hanging off the right */
            background: #fff;
            padding: 15px 25px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            gap: 15px;
            z-index: 2;
        }

        .phone-icon-circle {
            width: 45px;
            height: 45px;
            border: 1px solid var(--accent-yellow);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-yellow);
            font-size: 18px;
        }

        .call-text span {
            display: block;
            font-size: 12px;
            color: var(--text-grey);
            margin-bottom: 2px;
        }
        .call-text strong {
            font-size: 16px;
            color: var(--primary-dark);
            font-weight: 700;
        }

        /* Floating Card 2: Best Deal */
        .float-card-bottom {
            position: absolute;
            bottom: -20px; /* Hanging off the bottom */
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            padding: 20px 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            width: 280px;
            text-align: left;
            z-index: 2;
        }

        .home-icon-floating {
            position: absolute;
            top: -25px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: var(--accent-yellow);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            border: 4px solid #fff; /* White ring effect */
        }

        .float-card-bottom h4 {
            font-size: 16px;
            color: var(--primary-dark);
            margin-bottom: 5px;
        }
        .float-card-bottom p {
            font-size: 12px;
            color: var(--text-grey);
        }

        /* --- RIGHT COLUMN: FORM --- */
        .form-column {
            flex: 1;
        }

        .subtitle {
            color: var(--accent-yellow);
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
            letter-spacing: 1px;
        }

        h2 {
            font-size: 36px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 35px;
            color: var(--primary-dark);
            text-transform: uppercase;
        }

        /* Input Styling */
        .input-group {
            position: relative;
            margin-bottom: 20px;
        }

        .input-group i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
            font-size: 14px;
        }

        .form-control {
            width: 100%;
            padding: 18px 20px 18px 50px; /* Padding left for icon */
            border: 1px solid #47556930;;
            border-radius: 5px;
            font-size: 14px;
            color: var(--primary-dark);
            outline: none;
            font-family: 'Poppins', sans-serif;
            transition: 0.3s;
        }

        .form-control::placeholder {
            color: #9ca3af;
        }

        .form-control:focus {
            border-color: var(--accent-yellow);
        }

        textarea.form-control {
            padding: 20px; /* Reset padding for textarea */
            height: 120px;
            resize: none;
        }

        /* Submit Button */
        .btn-submit {
            background-color: var(--accent-yellow);
            color: #fff;
            font-weight: 700;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            font-size: 15px;
            margin-top: 10px;
            transition: 0.3s;
        }

        .btn-submit:hover {
            background-color: #eab308;
            transform: translateY(-2px);
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 968px) {
            .container {
                flex-direction: column;
                gap: 60px;
            }
            .float-card-top {
                right: 0; /* Adjust for mobile so it doesn't go off screen */
            }
            .image-column, .form-column {
                width: 100%;
            }
        }


       /* --- HEADER MAIN --- */
        header {
            background-color: #fff;
            height: 90px;
            display: flex;
            align-items: center;
            padding: 0 50px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        /* --- THE 3 CONTAINERS --- */
        
        /* 1. LEFT CONTAINER: LOGO */
        .header-left {
            flex: 1; /* Takes up available space */
            display: flex;
            justify-content: flex-start;
        }

        .logo {
            font-size: 26px;
            font-weight: 700;
            color: var(--text-white);
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .logo i {
            color: var(--accent-yellow);
            font-size: 22px;
        }

        .logo span {
            color: var(--accent-yellow);
        }

        /* 2. MIDDLE CONTAINER: CUSTOM PAGES (NAV) */
        .header-middle {
            flex: 2; /* Middle part gets more space */
            display: flex;
            justify-content: center;
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 35px;
			margin: 0px;
        }

        .nav-links a {
            text-decoration: none;
            color: #000;
            font-size: 15px;
            font-weight: 500;
            transition: 0.3s;
            position: relative;
        }

        /* Hover Effect (Yellow Underline) */
        .nav-links a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background-color: var(--accent-yellow);
            bottom: -5px;
            left: 0;
            transition: 0.3s;
        }

        .nav-links a:hover {
            color: var(--accent-yellow);
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        /* Active Page Style */
        .nav-links a.active {
            color: var(--accent-yellow);
        }

        /* 3. RIGHT CONTAINER: ACTION BUTTONS */
        .header-right {
            flex: 1;
            display: flex;
            justify-content: flex-end; /* Pushes content to the right edge */
            align-items: center;
            gap: 20px;
        }

        .search-icon {
            color: var(--text-white);
            cursor: pointer;
            font-size: 18px;
            transition: 0.3s;
        }
        .search-icon:hover { color: var(--accent-yellow); }

        .btn-quote {
            background-color: var(--accent-yellow);
            color: var(--bg-dark);
            padding: 12px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .btn-quote:hover {
            background-color: #eab308; /* Slightly darker yellow */
            transform: translateY(-2px);
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 900px) {
            header { padding: 0 20px; }
            .header-middle { display: none; } /* Hide menu on mobile */
            .header-right { display: none; } /* Hide button on mobile */
            /* You would typically add a Hamburger menu icon here for mobile */
        }

/* Mobile Horizontal Scroll Fix */
html, body {
    overflow-x: hidden !important;
}