/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



.faq-image-wrap {
    position: relative;
    display: inline-block;
}

.faq-image-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #111;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}


/* ROW LAYOUT */
.cf7-row {
  display: flex;
  gap: 20px;
}

/* COLUMNS */
.cf7-col {
  width: 50%;
}



/* LABELS */
.wpcf7-form label {
       font-family: "Mulish", Sans-serif;
  color: #000;
  font-weight: 500;
    font-size: 16px;
    display: block;
    padding-left: 10px;
/*   margin-bottom: 6px; */
}

/* INPUT FIELDS */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
	margin-top: 6px;
  background: transparent;
  border: 1px solid #ccc;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 27px;
  outline: none;
}

/* TEXTAREA */
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* FOCUS STATE */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: oklch(65% .08 150);
}

/* SUBMIT BUTTON */
.wpcf7-form input[type="submit"],.comment-form .submit {
	font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
	margin-left: 15px;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 12px 30px;
}
/*     background-color: var(--e-global-color-primary) !important;
    font-family: "Mulish", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    padding: 12px 30px 12px 30px !important; */

.page-id-1909 .entry-content p {
    margin-bottom: 0.6em;
}


/* BUTTON HOVER */
.wpcf7-form input[type="submit"]:hover {
  opacity: 0.9;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0em !important;
}

/* ==================================================
   Daily Walk Section – Home Page
   ================================================== */

.daily-walk-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}



.daily-walk-item h3 {
    margin: 10px 0;
	font-family: "Cormorant Garamond", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 48px;
    color: #000000;
	 transition: color 0.5s ease;
}
.daily-walk-item p{
font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #767165;
}
.daily-walk-item:nth-child(2) {
    margin-top: 30px; /* adjust value as needed */
}

/* Card base */
.daily-walk-item {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
    padding: 20px 0px;
	transition: background-color 0.6s ease;
}
.daily-walk-item:hover{
	background:#fff;
}
/* Image wrapper */
.daily-walk-thumb {
	position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* Image zoom */
.daily-walk-thumb img {
	    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.daily-walk-item:hover .daily-walk-thumb img {
    transform: scale(1.1);
}
.daily-walk-date {
   font-family: Mulish, sans-serif;
    position: absolute;
    top: 16px;
    left: 12px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 15px;
    line-height: 1;
}
.daily-walk-item:hover h3{
	 color: #6b9d75 !important;
}
.text-area{
	padding:10px;
}
.cafe-rating{
	color: #f5a623;
}
.cafe-heading{
	margin-top:0px !important;
}
/* Hide button by default */
.read-journal-btn {
    opacity: 0;
    visibility: hidden;
   transform: translateY(14px);
    transition: 
        opacity 0.5s ease,
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Show button when card is hovered */
.daily-walk-item:hover .read-journal-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Button styling */
.read-journal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #6b9d75 !important;
    text-decoration: none;
}

.read-journal-btn .arrow {
    transition: transform 0.3s ease;
}

.read-journal-btn:hover .arrow {
    transform: translateX(4px);
}
a.view-all-btn {
    background-color: #61CE7000;
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0.4px;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6B9D7538;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 24px 8px 24px;
}
a.view-all-btn:hover{
background-color: #6B9D7538;
    color: #6B9D75;
}
.view-all-walks {
    margin-top: 50px;
    text-align: center;
}
.not-found{
  font-family: "Mulish", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;	
color:#000;
}


/* ==================================================
   End Daily Walk Section – Home Page
   ================================================== */


/* ==================================================
   Lake side Cards – Home Page
   ================================================== */

.lakeside-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lakeside-card {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
}

.lakeside-card:hover {
    background: #dce9de;
}

.lakeside-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.lakeside-card:hover .lakeside-icon {
    transform: scale(1.1);
}

.lakeside-text {
    margin-left: 16px;
}

.lakeside-text h3 {
    font-family: "Cormorant Garamond", serif;
     font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 4px;
    transition: color 0.3s ease;
}

.lakeside-card:hover .lakeside-text h3 {
    color: #6b9d75;
}

.lakeside-text p {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    color: #767165;
    margin: 0;
}

/* Arrow only visible on hover */
.lakeside-arrow {
    margin-left: auto;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.lakeside-card:hover .lakeside-arrow {
    opacity: 1;
    transform: translateX(0);
}

/*  */
.icon-box-style svg{
	    background: #ffff;
    padding: 8px;
    border-radius: 50px;
}
.life-around-sec .elementor-widget-container {
    overflow: hidden; /* prevent image from overflowing */
    border-radius: 12px; /* optional: nice rounded edges */
}

.life-around-sec img {
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.life-around-sec img:hover {
    transform: scale(1.05); /* smaller scale to prevent too much overflow */
}
/* ==================================================
   Lake side Cards – Home Page
   ================================================== */

/* ==================================================
    Issues & Safety
   ================================================== */

.issues-safety-faqs {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.faq-question:hover,.faq-question:active,.faq-question:focus{
	background:#dce9de;
	color:#6b9d75;
}

.faq-arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
}
.faq-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}
.faq-item.active .faq-question{
	margin-bottom:20px;
}

.faq-answer {
	padding:0px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-answer p{
   color:#000;	
}

.faq-item.active .faq-answer {
    padding-bottom: 20px;
}

/* ==================================================
     Issues & Safety
   ================================================== */
/* ==================================================
  Sinlge  page
   ================================================== */
/* Full-width container */
.ast-container {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

/* Hero image */
/* Hero image container */
.single-hero {
    position: relative; /* needed for overlay */
    margin-bottom: 30px;
    overflow: hidden; /* keep overlay within image */
}

/* The overlay */
.single-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCFCFC;
    opacity: 0.5; /* initial transparency */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    pointer-events: none; /* so clicks pass through */
    border-radius: 0; /* optional, can animate */
}

.single-hero img {
   width: 100%;
    height: 600px;
    object-fit: cover;
	
}

/* Content area */
.single-content {
    margin: 6%;
}

/* Date badge */
.single-date {
    font-family: Mulish, sans-serif;
    background: #6b9d75;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 15px;
    line-height: 1;
    margin-bottom: 20px;
}

/* Title */
.single-title {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 48px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Description/content */
.single-description {
    font-family: "Mulish", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    color: #767165;
}

.comment p,.comment-form p{
	color:#000;
}
.comments-count-wrapper{
	display:none;
}
/* ==================================================
  end Sinlge page
   ================================================== */


/* ==================================================
     Pagination
   ================================================== */
.custom-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.custom-pagination ul.page-numbers li a,
.custom-pagination ul.page-numbers li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.custom-pagination ul.page-numbers li .current {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* ==================================================
   End of  Pagination
   ================================================== */


/* ==================================================
   Daily walks page css
   ================================================== */
.daily-walk-month-filter,.daily-walk-year-filter {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.daily-walk-month-filter a,.daily-walk-year-filter a {
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    background: #6b9d75;
    color: #fff;
    font-weight: 500;
}

.daily-walk-month-filter a.active-month,.daily-walk-year-filter a.active-year  {
    background: #000;
    color: #fff;
}

.post-found-text{
	color:#000;
}

/* ==================================================
   Daily walks page css
   ================================================== */


/* contact us page */
.wpcf7-response-output {
    color: black;
    border-color: #6b9d75 !important;
}
/* RESPONSIVE */
@media (max-width: 991px) {

    .daily-walk-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .daily-walk-thumb img {
        height: 360px;
    }

    /* Remove staggered layout */
    .daily-walk-item:nth-child(2) {
        margin-top: 0;
    }

    .daily-walk-item h3 {
        font-size: 22px;
        line-height: 36px;
    }
}


@media (max-width: 768px) {
	 .single-content {
        margin: 4% 4%;
    }
    .single-title {
        font-size: 36px;
        margin-bottom: 0px;
    }
    .single-description {
        font-size: 18px;
    }
  .cf7-row {
    flex-direction: column;
  }
  .cf7-col {
    width: 100%;
  }
	.daily-walk-posts {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .daily-walk-thumb img {
        height: 280px;
    }

    .daily-walk-item {
        padding: 0;
    }

    .daily-walk-item h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .daily-walk-item p {
        font-size: 15px;
        line-height: 22px;
    }

    /* Always show button on mobile */
    .read-journal-btn {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}
