/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.forminator-label {
    padding-bottom: 6px;
}
/* header css*/
.header-menu li.menu-item a.elementor-item {
    position: relative;
}

.header-menu li.menu-item a.elementor-item:before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    height: 1px;
    z-index: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
    margin: auto;
    transform: translate(0px, 28px);
}

.header-menu li.menu-item a.elementor-item:hover::before {
    width: 80%;
}

.header-menu li.menu-item a.elementor-sub-item {
    justify-content: space-between;
}

.header-menu li.menu-item a.elementor-sub-item span.sub-arrow {
    padding-right: 13px;
}

.header-menu .menu-item-has-children>ul.sub-menu {
    margin-top: 33px !important;
    width: 250px !important;
    padding: 8px 0;
}

.header-menu li.menu-item .sub-menu a.elementor-sub-item {
    position: relative;
    transition: all 400ms ease-in-out 0s;
}

.header-menu li.menu-item .sub-menu a.elementor-sub-item:before {
    content: '';
    position: absolute;
    left: 2px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 5px;
    opacity: 0;
    z-index: 1;
    background: #fff;
}

.header-menu li.menu-item .sub-menu li.menu-item:hover {
    padding-left: 5px;
}

.header-menu li.menu-item .sub-menu a.elementor-sub-item:hover:before {
    opacity: 1;
}

.header-menu .menu-item-has-children ul.sub-menu ul.sub-menu {
    margin-top: -49px !important;
    margin-left: 248.4px !important;
}

li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: none;
}

/*responsive css*/
@media (max-width:1024px) {
.header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 30px !important;
	}

.header-menu .menu-item-has-children>ul.sub-menu {
    margin-top: 0px !important;
    width: 100% !important;
    padding: 8px 14px;
    border: none !important;
}

.header-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu {
    padding: 0 0 14px 0px;
}

.header-menu li.menu-item a.elementor-item {
    justify-content: space-between;
}

.header-menu .menu-item-has-children ul.sub-menu ul.sub-menu {
    margin-top: 0 !important;
    margin-left: 0 !important;
}
li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: block;
    background-color: #fff;
    margin: 10px 0 12px 13px;
    width: 20%;
}

li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom a.elementor-item {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    justify-content: center;
    padding: 10px 12px;
}
}

/* @media (max-width: 768px) {
.header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 30px !important;
	}
}
 */
@media (max-width: 480px) {
li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    width: 40%;
}
}

@media (max-width: 376px) {
li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    width: 45%;
}

li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom a.elementor-item {
    font-size: 14px;
    padding: 10px;
}
}

/* Effective button css*/
.btn-hover a.elementor-price-table__button:after {
    z-index: -1;
}
.btn-hover a.elementor-button,
.btn-hover .elementor-field-group.e-form__buttons .elementor-button, .btn-hover .bookly-btn {
    position: relative;
	z-index: 9;
}

.btn-hover a.elementor-button span.elementor-button-text,
.btn-hover .elementor-field-group.e-form__buttons .elementor-button span.elementor-button-text {
    z-index: 9;
}

.btn-hover a.elementor-button:after,
.btn-hover .elementor-field-group.e-form__buttons .elementor-button:after, .btn-hover .bookly-btn:after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: auto;
    right: 0;
    background-color: #757b66;
}

.btn-hover .elementor-field-group.e-form__buttons .elementor-button:after, .btn-hover .bookly-btn:after, .btn-hover.about-btn-hover a.elementor-button:after, .contact-form-btn btn-hover:after {
    background-color: #fff;
}

.btn-hover a.elementor-button:hover {
    border-color: #757b66 !important;
}

.btn-hover a.elementor-button:hover:after,
.btn-hover .elementor-field-group.e-form__buttons .elementor-button:hover:after, .btn-hover .bookly-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-hover .bookly-btn:hover span.ladda-label {
    color: #000 !important;
}
li.btn-hover.mobile-btn.menu-item.menu-item-type-custom.menu-item-object-custom a.elementor-item:hover {
    color: #fff;
}
/* slider-button */
.btn-hover a.elementor-button.elementor-slide-button {
    z-index: 99;
	order: 3;
    padding: 10px 22px;
/*     font-size: 18px !important; */
}	
.btn-hover a.elementor-button.elementor-slide-button:after {
    z-index: -9;
}
@media (max-width: 1024px){
.banner-slider .elementor-swiper-button {
    padding: 15px !important;
}
}
@media (max-width: 768px){
.banner-slider .elementor-swiper-button {
    margin: 0 10px !important;
    padding: 14px !important;
}
}
@media (max-width: 480px) {
    .banner-slider .elementor-swiper-button {
        display: none !important;
    }
	.photobooth-slider-button {
    flex-direction: column;
}
}
/* footer */
.footer-email-field .elementor-form-fields-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-email-field .elementor-form-fields-wrapper .e-form__buttons {
    position: absolute;
    right: 16%;
}

.footer-email-field .elementor-form .elementor-button.elementor-size-sm {
    min-height: 38px;
}

.footer-email-field .elementor-field-group .elementor-field-textual:focus {
    border-color: #fff;
}

/* Footer responsive css*/
@media (max-width:1024px) {
.footer-email-field .elementor-form-fields-wrapper .e-form__buttons {
    right: 40px;
}
}

@media (max-width: 768px) {
.footer-email-field .elementor-form-fields-wrapper .e-form__buttons {
    right: 3px;
    width: auto;
}
}

@media (max-width: 480px) {
.footer-container .elementor-element {
    width: 100%;
    padding: 0;
}

.elementor-element.footer-container {
    row-gap: 30px;
    padding-bottom: 30px;
}

.elementor-element.copyright-container {
    justify-content: center;
    row-gap: 10px;
}
}

/* Homepage Css */
/* banner slider section css */
.photobooth-slider-button {
    order: 2;
display: flex;
    gap: 15px;
}
.banner-slider .elementor-swiper-button {
    margin: 0 16px;
    padding: 20px;
    background-color: #00000059;
}
.banner-slider .swiper-slide-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-slider h1.elementor-slide-heading {
    order: 2;
}
.banner-slider p.elementor-slide-description {
    order: 1;
}
	/* Bokking Form section css */
.online-booking-title .elementor-widget-container:before, .online-booking-title .elementor-widget-container:after {
    content: "";
    border-left: 1px solid #757b66;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
.online-booking-title .elementor-widget-container:after {
    left: 5px;
}
.online-booking-title h2.elementor-heading-title {
    padding-left: 25px;
}
.bookly-css-root {
    font-family: 'Mulish';
}
.bookly-form input[type="text"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form textarea, .bookly-form select {
    border-radius: 0 !important;
    background: transparent;
    padding: 14px !important;
    color: #999999;
    border-color: #403f3e !important;
}
.bookly-form input[type="text"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form select, .bookly-form textarea {
    font-size: 13px !important;
}
button.bookly-btn span.ladda-label {
    font-size: 14px !important;
}
.bookly-service-step .bookly-time-range select {
    width: 150px !important;
    max-width: 100% !important;
}
.bookly-box .bookly-form-group label, .bookly-form .bookly-table .active {
    color: #fff !important;
}
.bookly-box.bookly-bold {
    font-size: 18px;
    color: #999;
}
.bookly-progress-tracker > div {
    color: #999999;
}
.bookly-form-group select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'14'%20height%3D'14'%20viewBox%3D'0%200%2050%2050'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20fill%3D'white'%20d%3D'M25%2032.4l-		9.7-9.7%201.4-1.4%208.3%208.3%208.3-8.3%201.4%201.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}
.bookly-nav-steps {
    border-top: 1px solid #403f3e !important;
}
.bookly-box {
    font-size: 20px;
    color: #999999;
}
	/* testimonial section css */
.custome-testimonial cite.elementor-testimonial__cite {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.custome-testimonial .elementor-testimonial__cite span.elementor-testimonial__title:before {
    content: "-";
    margin-right: 6px;
}
.testimonial-icon .elementor-icon{
    border: 1px solid #757B66;
}
.homepage-service-section .service-term-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #757B66;
	padding-bottom: 10px;
}
.homepage-service-section .elementor-post__thumbnail:hover {
    transform: translateX(3px);
    transition: transform 0.8s ease;
}
@media (max-width:480px){
.custome-testimonial .elementor-testimonial__footer {
    margin-top: 18px;
}
.homepage-service-section .service-term-name {
    font-size: 14px;
}
}
	/* pricing table section css */
.package-pricing-plan .elementor-price-table__header {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.package-pricing-plan .elementor-price-table {
    display: flex;
    flex-direction: column;
}
.package-pricing-plan ul.elementor-price-table__features-list {
    order: 4;
}
.package-pricing-plan ul.elementor-price-table__features-list li {
    position: relative;
}
.package-pricing-plan ul.elementor-price-table__features-list li span:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: auto;
    top: -4px;
    bottom: 0;
    font-size: 12px;
    line-height: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
/*     color: #999; */
}
.package-pricing-plan ul.elementor-price-table__features-list li span:after {
    content: "\f00c";
    position: absolute;
    left: 5px;
    right: auto;
    top: -4px;
    bottom: 0;
    font-size: 12px;
    line-height: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
/*     color: #999; */
}
.package-pricing-plan .elementor-price-table__feature-inner span {
    margin-left: 12px;
}
.package-pricing-plan .elementor-price-table__feature-inner {
    display: flex;
}

.package-pricing-plan .btn-hover a.elementor-button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    background: #fff;
}
.package-pricing-plan .elementor-price-table, .package-pricing-plan .elementor-price-table__price {
    text-align: left;
    justify-content: left;
}
.pricing-box-hover:hover .elementor-price-table span.elementor-price-table__subheading, .pricing-box-hover:hover .elementor-price-table .elementor-price-table__currency, .pricing-box-hover:hover .elementor-price-table .elementor-price-table__integer-part, .pricing-box-hover:hover .elementor-price-table .elementor-price-table__period, .pricing-box-hover:hover .elementor-price-table .elementor-price-table__feature-inner {
    color: #fff;
}
.pricing-box-hover:hover .elementor-price-table__ribbon .elementor-price-table__ribbon-inner {
    background: #fff;
	color: #757B66;
}
.pricing-main-plan-tab .e-n-tabs-heading {
    border: 1px solid #757b66;
    width: max-content;
	padding: 2px 5px;
}
.pricing-main-plan-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    background-color: #757B66 !important;
    color: #fff !important;
    padding: 7px 20px;
}
.pricing-main-plan-tab  span.e-n-tab-title-text {
    padding: 10px 20px;
}
.pricing-main-plan-tab span.elementor-price-table__subheading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
	/* out team section css */
.our-team-box:hover .social-icon-overlap {
    opacity: 1;
}
.social-icon-overlap{
	opacity: 0;
}
.social-icon-overlap svg.e-font-icon-svg:hover {
    transform: rotateY(180deg);
    display: inline-block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.social-icon-overlap span.elementor-grid-item a {
    padding: 10px 10px;
	display: flex;
}
.social-icon-overlap span.elementor-grid-item a:hover{
	background: #757b66;
}
/* our gallary section */
/* .photo-gallary-section .elementor-gallery-item__description {
    opacity: 0;
}
.photo-gallary-section .elementor-gallery-item__content:hover .elementor-gallery-item__description {
    opacity: 1;
} */
/* Our Services Page Css */
.our-services-carousel .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.85);
    opacity: 0.6;
}
.our-services-carousel .swiper-slide-next {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
}
/* Blog page css */
.blog-grid-section .elementor-post__thumbnail:hover {
    transform: translateX(15px);
    transition-duration: 3s;
}
/* single blog post css */
.single-blog-post-sidebar .elementor-post__card .elementor-post__text {
    margin-top: 10px;
}
/* Search result page css */
.searchpage-result-section .elementor-post{
    border: 1px solid #403f3e;
    padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
.searchpage-result-section .elementor-post{
    display: flex;
    flex-direction: column;
    gap: 15px;
}}

/* homepage image-video-gallery-section css */
.photobooth-gallary-section video.elementor-video, .photobooth-gallary-section .elementor-element.elementor-widget-image img{
    height: 500px;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
.photobooth-gallary-section video.elementor-video, .photobooth-gallary-section .elementor-element.elementor-widget-image img{
    height: 400px;
}}
/* @media only screen and (max-width: 1024px) {
.photobooth-gallary-section video.elementor-video, .photobooth-gallary-section .elementor-element.elementor-widget-image img{
   	height:220px;
}} */
@media only screen and (max-width: 768px) {
.photobooth-gallary-section video.elementor-video, .photobooth-gallary-section .elementor-element.elementor-widget-image img {
    height: 300px;
}
}
@media only screen and (max-width: 480px) {
.photobooth-gallary-section video.elementor-video {
    height: 450px;
}
.photobooth-gallary-section .elementor-element.elementor-widget-image img {
    height: 450px;
}}

/* gallery page css */
/* video-section */
.gallery-video video.elementor-video {
    height: 290px;
    object-fit:contain !important;
}
.gallery-video.elementor-widget-video .elementor-wrapper video, .image-video.elementor-widget-video .elementor-wrapper video {
    background-color: #111111;
}

/* image,video and gif section */
.image-video video.elementor-video {
    object-fit:contain !important;
	height:250px;
}
/* About us page css */
.photographer-faq details:first-of-type summary.e-n-accordion-item-title {
    border-top: 0 !important;
}
.photographer-faq details.e-n-accordion-item:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/06/faq-shape.png);
    background-size: cover;
    position: absolute;
    left: -32px;
    top: 24px;
}
.photographer-faq span.e-n-accordion-item-title-icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 4px 8px;
}
.photographer-faq span.e-n-accordion-item-title-icon .e-closed {
    padding: 1px 0px 0px 0px;
}

@media (max-width:1024px){
    .photographer-faq details.e-n-accordion-item:after {
    width: 18px;
    height: 18px;
    left: -35px;
}
.photographer-faq span.e-n-accordion-item-title-icon {
    padding: 2px 6px;
}
}
@media (max-width: 768px) {
    .photographer-faq details.e-n-accordion-item:after {
        width: 16px;
        height: 16px;
        left: -26px;
    }
    .photographer-faq span.e-n-accordion-item-title-icon {
        padding: 3px 6px;
    }
    .photographer-faq span.e-n-accordion-item-title-icon .e-closed {
    padding: 0.5px 0px 0px 0px;
}
}
.elementor-element.image-bg-gradiant::after {
    content: '';
    position: absolute;
    left: auto;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 26%;
    margin: auto;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0, #111210 25%);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.image-swiper-dot .swiper-pagination {
    margin-bottom: 2px;
}
.image-swiper-dot span.swiper-pagination-bullet {
    position: relative;
    background: none !important;
    width: 34px !important;
    height: 34px !important;
    opacity: 0.5;
}
.image-swiper-dot span.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    background: #B4B5B4;
    opacity: 1;
}
.image-swiper-dot .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
.image-swiper-dot .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    background: #fff
}
@media (min-width:767px) and (max-width:1024px){
  .elementor-element.image-bg-gradiant::after {
    width: 10%;
}  
}
@media (max-width:767px){
	.elementor-element.image-bg-gradiant::after {
	 width: 0%;
} 
}
/* Contact us page css*/
.contact-form-section .elementor-icon-box-content {
    line-break: anywhere;
}
.contat-us-form .forminator-custom-form .forminator-row .forminator-field input {
    border-radius: 0 !important;
}
.forminator-ui .contact-radio-field span.forminator-radio-bullet, .forminator-ui .contact-checkbox-field span.forminator-checkbox-box {
    height: 15px !important;
    flex: 0 0 15px !important;
}

.bottom-banner.btn-hover a.elementor-button:hover, .bottom-banner.btn-hover a.elementor-button:after{
    background-color: #fff;
    color: #000;
}
