/**
Theme Name: Volunteer
Author: Ink & Form
Author URI: https://ink-form.com
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: volunteer
Template: astra
*/

@media screen and (max-width:767px){header{z-index:1000 !important;}
body svg#Layer_1,body #vpr_logo{max-width: 175px;height: 43px;}}
@media screen and (max-width:767px){.ast-container, .ast-container-fluid{padding-left:0;padding-right:0;}}
@media screen and (max-width:767px){.btn a{font-size:.85em !important;padding:10px !important;}}

:root {
  /* Day mode defaults */
  --hero-text-primary: #111; /* Dark text */
  --hero-text-secondary: #111; /* Muted text */
  --hero-divider-fill: #fff; /* SVG or divider color */
  --hero-bg-image: url('/wp-content/uploads/2025/10/sky_day.svg');
  --hero-bg-position: center center;
  --hero-bg-repeat: no-repeat;
  --hero-bg-size: cover;
  /*--hero-gradient: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 88%);*/
  --hero-gradient: url('/wp-content/uploads/2025/12/vr_day-bg2_lg.jpg') center bottom no-repeat;
  --hero-mode: normal;
  --hero-display: block;
}

.night-mode {
  /* Night mode overrides */
  --hero-text-primary: #fff; /* Light text */
  --hero-text-secondary: #fff; /* Muted light text */
  --hero-divider-fill: #1a1a2e; /* Dark SVG fill to blend */
  --hero-bg-image: url('/wp-content/uploads/2025/10/sky_night.svg');
  --hero-bg-position: center center;
  --hero-bg-repeat: no-repeat;
  --hero-bg-size: cover;
  /*--hero-gradient: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 27%, rgba(0, 212, 255, 0.1) 88%);*/
  --hero-gradient: url('/wp-content/uploads/2025/12/vr_night-bg_lg.jpg') center bottom no-repeat;
  --hero-mode: normal;
  --hero-display: none;
}

/* Logo */
.night-mode .cls-1,.night-mode .cls-2{fill: var(--hero-text-primary) !important;}

/* Menu */
.night-mode nav div > ul > li > a{color: var(--hero-text-primary);}
nav div > ul > li > a{position:relative;}
nav div > ul > li > a:after{position:absolute;left:50%;bottom:0;height:2px;width:0;content:'';background-color: var(--hero-text-primary);transition:all 1s;}
nav div > ul > li > a:hover:after{position:absolute;left:0;bottom:0;height:2px;width:100%;content:'';background-color: var(--hero-text-primary);transition:all 1s;}

/* Home Hero Buttons */
.hero-buttons .btn-secondary a{background-color:rgba(255,255,255,.25);color:#1B1464;}
.hero-buttons .btn-secondary a:hover{background-color:rgba(255,255,255,1);color:#1B1464;}
.night-mode .hero-buttons .btn-primary a{background-color:#CC0000;}
.night-mode .hero-buttons .btn-secondary a{background-color:rgba(255,255,255,.25);color:#fff;}
.night-mode .hero-buttons .btn-primary a:hover{background-color:#fff;color:#1B1464;}
.night-mode .hero-buttons .btn-secondary a:hover{background-color:rgba(255,255,255,1);color:#1B1464;}

#hero-home {
  position: relative;
  /*min-height: 90vh;
  color: var(--hero-text-primary);
  background-image: var(--hero-bg-image);
  background-position: var(--hero-bg-position);
  background-repeat: var(--hero-bg-repeat);
  background-size: var(--hero-bg-size);*/
}

#hero-home:before{position:absolute;
left:0;top:0;width:100%;height:100%;content:'';
/*background: var(--hero-gradient);
mix-blend-mode: var(--hero-mode);
background-size: var(--hero-bg-size);
display: var(--hero-display);*/}

#hero-home .hero-heading,#hero-home .hero-heading h1 { /* Assuming you have a <h1 class="hero-title"> or similar */
  /*color: var(--hero-text-primary) !important;*/
}

#hero-home .hero-text { /* e.g., <p class="hero-subtitle"> */
  /*color: var(--hero-text-secondary) !important;*/
}

/* Your existing divider */
#hero-home:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  content: '';
  background: url('/wp-content/uploads/2025/10/tent-divider3.svg') center top;
  background-size: 100% 100%;
}

.night-mode #hero-home:after path.cls-1 { /* Targets SVG path if external styling works; skip if not needed */
  fill: var(--hero-divider-fill);
}

/* Optional: Smooth transition for all changes */
#hero-home,
#hero-home .hero-title,
#hero-home .hero-subtitle,
#hero-home:after {
  transition: all 0.3s ease; /* Fades between modes */
}

.btn a{border-radius:0;}

/* Clouds Render */
#hero-home {
  position: relative;
  overflow: hidden;
}

/*#hero-home-inner{position:relative;z-index:100;}*/

/* Cloud container */
.night-mode #hero-home .clouds-1,
.night-mode #hero-home .clouds-2,
.night-mode #hero-home .clouds-3{display:none;}

#hero-home .clouds-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url('/wp-content/uploads/2025/10/clouds_3.png') repeat-x;
  background-size: 300%;
  animation: clouds-move-1 120s linear infinite;
  animation-delay: -60s;  /* Starts mid-cycle for immediate visibility */
  opacity: 0.4;
  pointer-events: none;
}

/* Layer 2 — midground */
#hero-home .clouds-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url('/wp-content/uploads/2025/10/clouds_3.png') repeat-x;
  background-size: contain;
  animation: clouds-move-2 90s linear infinite;
  animation-delay: -45s;  /* Starts mid-cycle */
  opacity: 0.6;
  pointer-events: none;
}

/* Layer 3 — closest (fastest) */
#hero-home .clouds-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url('/wp-content/uploads/2025/10/clouds_3.png') repeat-x;
  background-size: contain;
  animation: clouds-move-3 60s linear infinite;
  animation-delay: -30s;  /* Starts mid-cycle */
  opacity: 0.8;
  pointer-events: none;
}

/* Keyframes for each layer (unchanged) */
@keyframes clouds-move-1 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes clouds-move-2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-70%); }
}

@keyframes clouds-move-3 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Single Rentals */
.single-rental .entry-content[data-ast-blocks-layout] > *{max-width:100%;}
.single-rental .entry-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px;flex-direction:row;}
.single-rental .entry-content > .rental-starting-price,
.single-rental .entry-content > .rental-booking-button{flex:0 0 calc(50% - 50px);}
.rental-booking-button{text-align:right;}
.single-rental .entry-content > .rental-description-wrapper{flex:0 0 calc(67% - 50px);margin:0;}
.single-rental .entry-content > .tent-accommodation-wrap{flex:0 0 calc(33% - 50px);margin:0;}
.tent-accommodation-wrap > h3{margin-top:0;}
.rental-starting-price{font-size:1.25em;font-weight:700;color:#1b1464;margin-bottom:0;}
@media (min-width: 1201px){.related-rentals-section{padding:2.5em;}}
div.related-rentals{list-style-type:none;margin:0;padding:25px;background-color:#fff;border:1px solid gray;display:flex;justify-content:flex-start;gap:25px;border-radius:15px;}
div.related-rentals > .related-card{flex:0 0 calc(25% - 25px);display:flex;flex-direction:column;}
a.rental_book_now_button{display:inline-block;text-decoration:none !important;padding:10px 15px;border-radius:50em;text-align:center;background-color:#cc0000;transition:all 1s;font-size:1.15em;color:#fff;font-weight:600;}
a.rental_book_now_button:hover{background-color:#1b1464;}

@media screen and (max-width:767px){
  .single-rental .entry-content > .rental-starting-price,
  .single-rental .entry-content > .rental-booking-button{flex:100%;}
  a.rental_book_now_button{width:100%;}
  .single-rental .entry-content{gap:25px;}
  .single-rental .entry-content > .rental-description-wrapper,.single-rental .entry-content > .tent-accommodation-wrap{flex:100%;}
}

/* Form Items */
.form-rentals{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px;padding:15px;}
.form-rentals span{flex:0 0 calc(25% - 10px);margin-left:0;}
.form-rentals span label{display:flex;flex-direction:row;align-items:stretch;align-items:center;}
.form-rentals span input{margin-right:5px;}

@media screen and (max-width:1024px){
  .form-rentals span{flex:0 0 calc(33% - 10px);}
}

@media screen and (max-width:767px){
  .form-rentals span{flex:0 0 calc(50% - 10px);}
}
