/**
Theme Name: Astra Child Theme
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-theme
Template: astra
*/

body a {text-decoration:none!important;}
body { color:#000!important }

.home-slider .swiper-slide img {
	opacity: 0.7;
	color: #ffffff;
}

/* Target Elementor Image Carousel Arrows */
.home-slider .elementor-swiper-button-prev,
.home-slider .elementor-swiper-button-next {
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
  background: rgba(197, 195, 195, 0.4); /* Black square background */
  color: white; /* White arrow color */
  width: 40px; /* Size of button */
  height: 40px;
  border-radius: 4px; /* Slight rounding */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8; /* Slight transparency */
  transition: all 0.3s ease;
  z-index: 10; /* Keep arrows above images */
}

.home-slider .elementor-swiper-button-prev:hover,
.home-slider .elementor-swiper-button-next:hover {
  background: rgba(197, 195, 195, 0.8); /* Black square background */
}

/* Left arrow (20% from left) */
.home-slider .elementor-swiper-button-prev {
  left: 20%;
  right: absolute;
}

/* Right arrow (20% from right / 80% from left) */
.home-slider .elementor-swiper-button-next {
  right: 20%;
  left: absolute;
}

.vertical-divieder {
	transform: rotate(90deg);
}


.fade-to-black {
	position: relative;
	overflow: hidden;
}

.fade-to-black::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15%; /* adjust for how much fade */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(44, 42, 43, 1) 100%);
	z-index: 2;
	pointer-events: none;
}

.fade-to-black > .elementor-container {
	position: relative;
	z-index: 1;
}

/* Make WPVR full width + full height inside any .panorama container */
.panorama #master-container.wpvr-cardboard {
    max-width: 100% !important;
    width: 100% !important;
    height: 50vh !important; 
}

/* Ensure child panorama elements stretch */
.panorama .pano-wrap {
    width: 100% !important;
}

/* Optional: remove padding from container around it */
.panorama {
    padding: 0 !important;
}

/* Make WPVR full width + full height inside any .panorama container */
.panorama-big #master-container.wpvr-cardboard {
    max-width: 100% !important;
    width: 100% !important;
    height: 80vh !important; 
}

/* Ensure child panorama elements stretch */
.panorama-big .pano-wrap {
    width: 100% !important;
}

/* Optional: remove padding from container around it */
.panorama-big {
    padding: 0 !important;
}

/* Mobile override */
@media (max-width: 768px) {
    .panorama #master-container.wpvr-cardboard {
        height: 40vh !important;
    }
}

/* Accordion widget */
/* Center the icon in Elementor Free Accordion */
.e-n-accordion .e-n-accordion-item-title-header {
    padding-right: 40px; /* more space for centered icon */
    text-align: center;  /* center the title text if needed */
}

.e-n-accordion .e-n-accordion-item-title-icon {
    position: absolute !important;
    right: 50%;
    transform: translateX(50%);
}
