/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child Theme
Author: Webbazaar
Author URI: https://www.webbazaar.in/
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles here */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Header Custom Styles */
.site-header {
  flex-direction: column;
  padding-block-start: initial !important;
  padding-block-end: initial !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 10;
}
.site-header .header-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.site-header .header-top-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.site-header .top-block {
  padding: 5px 15px;
  border-left: 1px solid #fffa;
}
.site-header .top-block.social-icons {
  display: none;
}
.site-header .contact-number a,
.site-header .contact-email a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.site-header .contact-number a:hover,
.site-header .contact-email a:hover {
  color: #eee;
}
.site-header .header-inner {
	flex-wrap: nowrap !important;
}
.site-header .site-branding {
  margin-bottom: -80px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 99;
}
.site-navigation ul.menu li a {
  font-weight: bold;
}
.site-header .donate-btn,
.site-header .sticky-mobile {
  background-color: var( --e-global-color-accent );
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: var( --e-global-typography-text-font-size );
  line-height: var( --e-global-typography-text-line-height );
  font-weight: bold;
  border-radius: 20px;
  margin-left: 15px;
  padding: 5px 15px;
  color: #fff;
}
.site-header .donate-btn:hover,
.site-header .sticky-mobile:hover {
  background-color: #500100;
  color: #fff;
}
.site-header .donate-btn.sticky-btn {
  position: fixed;
  top: 20px;
  right: 0;
  box-shadow: 0 0 10px #0006;
  border-radius: 10px 0 0 10px;
  padding: 8px 24px;
  z-index: 10;
}
.site-header .sticky-mobile {
  position: fixed;
  bottom: 80px;
  right: 0;
  box-shadow: 0 0 10px #0006;
  border-radius: 10px 0 0 10px;
  padding: 8px 24px;
  z-index: 10;
}
.site-header .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: auto;
}
.site-header .popup-content {
  position: relative;
  margin: 50px auto;
  padding: 20px;
  width: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.site-header .popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.site-header .popup-row, .site-header .payment-row {
  display: flex;
  flex-direction: column;
}
.site-header .request-box,
.site-header .cart-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}
#unit-box-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}
input[type="text"].unit-box {
  height: 38px;
  text-align: center;
  font-size: 18px;
  margin: 0 !important;
  border-top: 1px solid #ddd !important;
}
#unit-box-container .btn {
  padding: 0 15px !important;
  border-radius: 0 !important;
  min-width: 38px;
}
.total-amount {
  font-size: 20px;
  font-weight: bold;
  color: green;
  margin-top: 10px;
}
.request-box .total-amount {
  text-align: center;
}
.custom-request {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-request input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #8B0100;
  border-radius: 50%;
}
.custom-request:hover input ~ .checkmark {
  background-color: #eee;
}
.custom-request input:checked ~ .checkmark {
  background-color: #8B0100;
}
input[type="text"].custom-amount {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  outline: none;
  border: 1px solid #8B0100 !important;
  background-color: white;
  font-size: 20px;
}
.qr-info {
  border: 1px solid #ddd;
  width: 300px;
}
.avst-swiper .swiper-slide figure {
  display: flex;
  flex-direction: column;
}
.avst-swiper .swiper-slide figure figcaption {
  padding: 3em;
}
.avst-swiper .swiper-slide figure figcaption h2 {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  font-style: normal;
  color: #fff;
}
.avst-swiper .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.home-testimonial img.swiper-slide-image {
  display: none;
}
.elementor-image-gallery .gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.elementor-image-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
[type="submit"].wpcf7-form-control {
  color: var( --e-global-color-primary );
  border: 1px solid var( --e-global-color-primary );
}
[type="submit"].wpcf7-form-control:hover {
  color: #fff;
  background-color: var( --e-global-color-primary );
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 1em;
}
select {
  background-color: #fff;
}
textarea {
  height: 5em;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  outline: none;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: right;
  margin-top: -12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

/* Footer Custom Styles */
.site-footer {
  padding-block-start: initial !important;
  padding-block-end: initial !important;
}
.site-footer .footer-inner {
  display: initial !important;
}
.site-footer .site-branding {
  align-items: center !important;
  margin: 1em 0;
}
.site-footer .site-brief {
  background: #8b0100;
}
.site-footer .footer-divider {
  min-height: 50px;
  background-image: url("./assets/images/divider-style.webp");
  background-size: cover;
  background-position: center center;
}
.site-footer .site-brief-inner {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  max-width: 1140px;
  margin: 0 auto;
  padding: 3em 0;
}
.site-footer .site-brief .column {
  min-width: 100%;
  padding: 1em;
}
.site-footer .site-brief a,
.site-footer .site-brief h3 {
  color: #fff;
}
.site-footer .site-brief a:hover {
  color: #eee;
}
.site-footer .site-navigation ul.menu {
  display: initial;
}
.site-footer .site-navigation a {
  color: #fff;
}
.site-footer .site-navigation a:hover {
  color: #eee;
}
.site-footer .footer-inner .copyright {
  justify-content: center !important;
  padding: 2em 0;
  background: #3a3a3a;
  color: #fff;
}
.site-footer .footer-inner .copyright a {
  color: #fff;
}
.site-footer .footer-inner .copyright a:hover {
  color: #eee;
}

/* gallery filter */
.filter-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.filter-menu button {
	margin: 0 10px;
	padding: 10px 20px;
	border: none;
	background-color: #007bff;
	color: white;
	cursor: pointer;
	border-radius: 4px;
}
.filter-menu button.active {
	background-color: #0056b3;
}
.filter-menu button:hover {
	background-color: #0056b3;
}
.gallery-item {
	display: none !important;
}
.gallery-item.visible {
	display: inline-block !important;
}

/* Font Awesome Icons */
.fa {
  font-size: 18px;
  text-decoration: none;
  margin-right: 18px;
  color: #fff;
}
.fa:hover {
  opacity: 0.7;
}
.animate-top {
  position:relative;
  animation:animatetop 0.4s
}
@keyframes animatetop {
  from {
	top:-200px;
	opacity:0
  } to {
	top:0;
	opacity:1
  }
}

@media (min-width: 576px) {
  .site-header .header-top-wrap {
	max-width: 500px;
  }
  .site-header .top-block.social-icons {
	display: block;
  }
}
@media (min-width: 768px) {
  .site-header .header-top-wrap {
	max-width: 600px;
  }
  .site-footer .site-brief-inner {
	flex-wrap: nowrap;
  }
  .site-footer .site-brief .column {
	min-width: 30%;
	padding: 1em;
  }
  .site-header .popup-content {
	width: 640px;
  }
  .site-header .popup-row, .site-header .payment-row {
	display: flex;
	flex-direction: row;
  }
  .site-header .request-box,
  .site-header .cart-box {
	width: 280px;
	margin-right: 20px;
  }
  .site-header .sticky-mobile {
	display: none;
  }
  .avst-swiper .swiper-slide figure {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .site-header .header-top-wrap {
	max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-top-wrap {
	max-width: 1140px;
  }
}