/**
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.12.3
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.9
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. */

html, body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    color:#1b1b1b;
    background:#ffffff;
}
/* ===== SAFE INLINE STYLE CONVERSIONS (SCOPED) ===== */

/* Hero main heading only */
.hero-title {
    color: #ffffff;
}

/* About section main heading only */
.about-title {
    color: #1f6f3d;
}

/* About main description only */
.about-text {
    color: #555;
    line-height: 1.7;
    margin: 25px auto;
}

/* Amenities subtitle only */
.amenities-subtitle {
    color: #ffffff;
    font-size: 18px;
}

/* Other projects inner padding only */
.project-card-content {
    padding: 20px;
}

/* HERO */
.hero{
    height:100vh;
    background:
      linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),
      url("https://viratheritagefarmhouse.com/wp-content/uploads/2026/02/banner.webp") center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:0 10%;
    color:#fff;
}
.hero h1{font-size:44px;}
.hero p{font-size:22px; max-width:700px; margin:10px 0;}
.btn{
    padding:15px 35px;
    background:#8bc34a;
    color:#0b2e13;
    font-weight:600;
    border-radius:6px;
    border:none;
    display:inline-block;
    text-decoration:none;
}

/* COMMON */
section{padding:100px 10%;}
.center{text-align:center;}
h2{font-size:42px;margin-bottom:15px;color:#1f6f3d;}
.desc{font-size:18px;color:#555;max-width:800px;margin:auto;}
h3{font-size:28px;margin-bottom:15px;color:#1f6f3d;}
/* ABOUT */
.about{background:#f3faf6;}
.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    margin-top:60px;
    align-items:center;
}
.about img{width:100%; border-radius:12px;}

/* AMENITIES */
.amenities{
    background:linear-gradient(rgba(19,78,42,.85),rgba(19,78,42,.85)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e") center/cover;
    color:#fff;
}
.amenities h2{color:#fff;}
.amenities-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
    margin-top:60px;
}
.amenity{
    background:rgba(255,255,255,.15);
    padding:30px;
    border-radius:10px;
    text-align:center;
}

/* MASTER PLAN */
.layout{
    background:#eef7f1;
}
.layout{
    padding:100px 0; /* remove side padding */
}

.layout img{
    width:100%;
    height:auto;
    display:block;
    margin-top:50px;
    border-radius:0;
}

/* GALLERY */
.gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:60px;
}
.gallery img{
    height:280px;
    width:100%;
    object-fit:cover;
    border-radius:12px;
}

/* REVIEWS */
.reviews{
    background:#f3faf6;
}
.review-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:60px;
}
.review{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}
.review h4{color:#1f6f3d;margin-top:15px;}

/* OUR OTHER PROJECTS */
.other-projects .project-grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top:60px;
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
}
.other-projects .project-card{
    background:#f3faf6;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
    height:100%;
}
.other-projects .project-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition: transform .3s ease;
}
.other-projects .project-card img:hover{
    transform: scale(1.05);
}
.other-projects .project-card h3{
    color:#1f6f3d;
    margin-bottom:10px;
}
.other-projects .project-card p{
    color:#555;
    margin-bottom:15px;
}
.other-projects .project-card .btn{
    display:inline-block;
    padding:10px 20px;
    border-radius:6px;
    font-weight:600;
    text-decoration:none;
    text-align:center;
}

/* FAQ */
.faq{
    background:#ffffff;
}
.faq-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
    margin-top:50px;
}
.faq-grid img{
    width:100%;
    border-radius:12px;
}
.faq-item{
    border-bottom:1px solid #ddd;
    margin-bottom:15px;
}
.faq-item input{display:none;}
.faq-item label{
    display:block;
    font-weight:600;
    padding:15px 0;
    cursor:pointer;
    position:relative;
}
.faq-item label::after{
    content:"+";
    position:absolute;
    right:0;
    font-size:24px;
}
.faq-item input:checked + label::after{content:"–";}
.faq-content{
    max-height:0;
    overflow:hidden;
    transition:.4s ease;
    padding-left:0;
}
.faq-item input:checked ~ .faq-content{
    max-height:300px;
    padding-bottom:15px;
}

/* LOCATION */
.location{background:#eef7f1;}
.location-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    margin-top:60px;
}
.map-wrapper iframe{
    width:100%;
    height:350px;
    border:0;
    pointer-events:none;
}
.map-wrapper.active iframe{pointer-events:auto;}

/* CONTACT */
.contact{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e") center/cover;
    color:#fff;
}
.contact h2{color:#fff;}
.form{max-width:600px;margin:60px auto 0;}
.form input,.form textarea{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:none;
    border-radius:6px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .hero h1{font-size:42px;}
    .about-grid,.location-grid,.faq-grid{grid-template-columns:1fr;}
    .gallery{grid-template-columns:1fr;}
    .faq-grid img{margin-bottom:30px;}
    .other-projects .project-grid{
        grid-template-columns:1fr;
    }
}

section {
    padding: 30px 10%;
}
/* NAVBAR */
.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 10%;
    z-index:1000;
}

.nav-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.nav-left img{
    height:65px;
}

.nav-left span{
    color:#fff;
    font-size:20px;
    font-weight:600;
}

.nav-center{
    display:flex;
    gap:30px;
}

.nav-center a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    transition:color .3s;
}

.nav-center a:hover{
    color:#8bc34a;
}

.nav-right{
    color:#fff;
    font-size:14px;
    text-align:right;
}

.nav-right a{
    color:#8bc34a;
    text-decoration:none;
    font-weight:700;
    font-size:30px;
}

/* HERO OFFSET (important because navbar is fixed) */
.hero{
    padding-top:120px;
}
.hero{
position:relative;
height:100vh;
display:flex;
align-items:center;
padding:0 10%;
color:#fff;
overflow:hidden;
}

.hero-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-1;
}

/* RESPONSIVE */
@media(max-width:900px){
    .navbar{
        flex-direction:column;
        gap:12px;
        padding:15px 5%;
    }
    .nav-center{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }
    .nav-right{
        text-align:center;
        font-size:13px;
    }
}
/* ================= BOOK YOUR SITE ================= */
.cta-section {
    width: 100%;
    padding: 60px 10%;
    background: #e0f2f1; /* Light green background */
    color: #333; /* Darker text for better readability */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.cta-section h3 {
    font-size: 36px;
    color: #1f6f3d; /* Dark green for the heading */
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-section p {
    font-size: 18px;
    color: #333; /* Dark text for better contrast */
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .highlight {
    font-weight: 700;
    color: #8bc34a; /* Theme green */
}

.cta-section .cta-contact {
    font-size: 20px;
    margin-bottom: 30px;
    color: #333; /* Darker text */
}

.cta-section .cta-contact strong {
    font-weight: 600;
}

.cta-section .cta-contact a {
    color: #8bc34a;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-section .cta-contact a:hover {
    color: #1f6f3d; /* Dark green on hover */
}

.cta-section a {
    padding: 20px 40px;
    background: #8bc34a; /* Green button */
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.cta-section a:hover {
    background-color: #7c9c35;
}

.cta-section .cta-contact i {
    font-size: 24px;
    margin-right: 10px;
}

@media(max-width: 900px) {
    .cta-section {
        padding: 40px 5%;
    }
}

/* ================= FOOTER ================= */

.footer {
    background: #0f3d23;
    color: #fff;
    padding: 80px 10% 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col h3 {
    color: #8bc34a;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color .3s ease;
}

.footer-col ul li a:hover {
    color: #8bc34a;
}

.footer-col a {
    color: #8bc34a;
    text-decoration: none;
}

.footer-col a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

/* RESPONSIVE */
@media(max-width:900px){
    .footer {
        padding: 60px 5% 20px;
    }
}
