/*
Theme Name: Hello elementor child theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* .current-menu-item .current-menu-ancestor a{
	color:#cc2290;
	transform:5s;
} */
.home .header{
	background:#FFFFFF00!important;
}
@keyframes zoom-fade {
  0% {
    background-size: 100%;
    opacity: 1;
  }
  50% {
    background-size: 110%; /* zoom in */
    opacity: 0.6;          /* fade */
  }
  100% {
    background-size: 100%;
    opacity: 1;
	  
  }
}

.img-animation {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;

  -webkit-animation: zoom-fade 4s infinite linear !important;
  animation: zoom-fade 4s infinite linear !important;
}


.img-animation{
	  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;

  -webkit-animation: zoom-fade 4s infinite linear !important;
  animation: zoom-fade 4s infinite linear !important;
}


@font-face {
    font-family: 'Louis George Cafe';  
         url('Louis-George-Cafe.ttf') format('woff'),
         url('Louis-George-Cafe-Bold.ttf') format('woff2');         
    font-weight: normal;
}


#gallery .elementor-element .swiper .elementor-swiper-button-next {
    right: 24px;
}
rs-layer{
    font-family:'Louis George Cafe' !important;
}

a#slider-4-slide-4-layer-3{
	font-family:'Louis George Cafe' !important;
}
.img-wrap {
	position: relative;
	transition: .3s;
}
.img-wrap:hover:before {
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
	border-radius:4px 4px 0 0;
		transition: .3s;
}
 .hover-text {
	display: none;
}

/* .packages-wrap .elementor-element .elementor-widget-xpro-pricing{
    padding: 50px 20px !important;
}
.packages-wrap .xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
    display: block;
    margin: 0 0 0 10px;
} */

/*  Contact Form*/
.contact-form-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.form-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

input,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  padding:10px 15px !important;
  border: none !important;
  background-color: #f0f0f0;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 25px !important;
	border:block;
}
.booking-frm-wrap textarea {
	height: 100px;
}
.booking-frm-wrap legend {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.booking-frm-wrap p > label{
	font-weight: 700;
}
.booking-frm-wrap .rd-btn p > label{
	font-weight: 400;
}
.booking-frm-wrap p label{
	margin-block-end: 0;
    margin-bottom: 15px;	
	font-size: 17px;
}
.booking-frm-wrap p {
    margin-bottom: 0;
	font-size: 17px;
}
.booking-frm-wrap fieldset {
    margin: 15px 0;
}
.booking-frm-wrap .checkbox-wrap {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
}
.booking-frm-wrap .hidden-textbox {
	margin-top: 10px;
}
.booking-frm-wrap .wpcf7-list-item {
    margin: 0 1em 0 0;
}
.booking-frm-wrap input[type="radio"] {
    display: inline-block;
    width: auto;
}
.booking-frm-wrap .radio-wrap {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
}
.booking-frm-wrap input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.booking-frm-wrap .radio-wrap .rd-btn p, .booking-frm-wrap .radio-wrap .rd-btn p label{
	margin-bottom: 0;
}
textarea {
  resize: none;
  height: 200px;
  border-radius: 25px !important;
}

.btn-submit {
	padding:12px 35px !important;
  font-size:16px !important;
  background-color: #1B1E74C9 !important;
  color: white !important;
  border:1px solid #fff !important;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center !important;
}

.btn-submit:hover {
  background-color: #1B1E74 !important;
}

.center {
  justify-content: center !important;
}

.wpcf7-spinner {
  display: none;
}

.form-btn {
  text-align: center;
}

.btn-submit {
  text-align: center !important;
   border-radius: 100px !important;
}
#to_top_scrollup {
    border: 1px solid #fff !important;
}
/* Packages */

.xpro-pricing-currency {
    font-size: 0; 
}

.xpro-pricing-currency::after {
    content: "R";
    font-size: 16px; 
    font-weight: bold; 
}
.gallery-item .gallery-icon.portrait img{
	position: relative;
	transition: transform 0.5s ease;
	overflow: hidden;
}
#services .elementor-element .elementor-widget-image {
	position: relative;
	transition: 0.5s;
}
 #services .elementor-element.e-con-full:hover > .elementor-widget-image:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0, .5);
	width:100%;
	height: 100%;
    transition: .3s;
}
.gallery-item .gallery-icon.portrait:hover img {
	 transform: scale(0.97);
}
/* Mobile (max-width: 767px) → All inputs full width */
@media (max-width: 1024px) {
.shoot-details-wrap label {
    height: 34px;
}
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .half-width,
  .full-width {
    width: 100%;
  }
  textarea {
    height: 120px;
  }
  .btn-submit {
    width: 100%;
    padding: 14px;
  }
}
@media (max-width: 575px) {
.booking-frm-wrap .checkbox-wrap, .booking-frm-wrap .radio-wrap {  
    gap: 5px 20px;
	}
}