/**
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.6
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.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. */

/* accordion */
summary.e-n-accordion-item-title {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    padding: 12px 16px;
}
 #block-19 > div,#block-12 > div,#block-13 > div,#block-14 > div {display: flex;gap: 10px;p{margin:0px;}}
ul.sub-menu {
border-top-width: 0px !important;
    border-radius: 10px;
    background-color: #fff !important;
    width: 70vw !important;
	a{
		color:#0d8bd7 !important;
		padding:10px !important;
	}
	.menu-item-type-custom{
		background-color:#0d8bd7;
		border-radius:10px;
		a{color:#fff !important;}
	}
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1879 {
    visibility: hidden;
}


/* Initially hide the images */
.wp-image-1988, .wp-image-1990 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}

/* Sticky header */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Optional: To ensure header background is visible */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a slight shadow for better visibility */
}

/* Show images when scrolled down */
.show-images .wp-image-1988, .show-images .wp-image-1990 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}




/* disable carosel images */
.elementor-image-carousel img {
  pointer-events: none;  /* Prevent drag */
  user-select: none;     /* Prevent selection */
}

.elementor-image-carousel img {
  -webkit-touch-callout: none; /* Disable long press save on iOS */
}

/* Protect images inside Elementor Lightbox */
.elementor-lightbox img {
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}



.elementor-lightbox .elementor-lightbox-item{
padding: 0px !important}





.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-info div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-info strong {
  min-width: 100px;
  display: inline-block;
}

img.wp-image-714:hover{
	transform:scale(1.1);
}

@media (max-width: 768px) {
  .contact-info { font-size: 15px; }
  .contact-info strong { min-width: 90px; }
}

@media (max-width: 480px) {
  .contact-info { font-size: 14px; }
  .contact-info strong { min-width: 80px; }
}



/* === Overlay Styles === */
.custom-zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.custom-zoom-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* === Fullscreen Image Container === */
.custom-zoom-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: zoom-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The zoomable image */
.custom-zoom-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform-origin: 50% 50%;
  transition: transform 0.2s ease;
  cursor: zoom-in;
  will-change: transform;
  user-select: none;
}






/* ===== Contact Form Styling ===== */
.contact-form-container {
  background-color: #0d8bd7; /* Updated blue */
  padding: 30px;
  border-radius: 12px; /* Rounded corners */
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  color: #fff;
  font-family: 'Arial', sans-serif;
}

/* Heading */
.contact-form-container::before {
  content: "Leave Your Message";
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Changed from yellow to white */
  margin-bottom: 20px;
}

/* Label text */
.contact-form-container label {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

/* Input fields */
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 6px; /* Soft rounded input corners */
  background-color: #fff;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Textarea */
.contact-form-container textarea {
  height: 120px;
  resize: none;
}
/* Mobile Number Field */
.contact-form-container input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Submit Button */
.contact-form-container input[type="submit"] {
  background-color: #fff; /* White button */
  color: #0d8bd7;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hover effect */
.contact-form-container input[type="submit"]:hover {
  background-color: #e5e5e5; /* Subtle gray hover */
}

/* Form rows */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-field.half-width {
  flex: 1 1 48%;
}

.form-field.full-width {
  flex: 1 1 100%;
}


/* ===== FLOATING WHATSAPP BUTTON ===== */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
@media (max-width: 767px) {
  .whatsapp-float {
    display: none;
  }
}




