/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*--------Footer CSS----------*/
.bookNow .elementor-button-icon {
    transform: rotate(312deg);
    transition: all .3s ease-in-out;
}
.bookNow:hover .elementor-button-icon {
    transform: rotate(360deg);
}
.footer-menu li a{
	transition: all .3s ease-in-out;
}
.footer-menu li:hover a {
    transform: translateX(10px);
}
/*--------End Footer CSS------*/
/*------Elementor Button------*/
.my-btn .elementor-button {
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease !important;
}
.my-btn .elementor-button::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 100%;
  background: #FFEDEC;
  transition: width 0.4s cubic-bezier(0.77,0,0.18,1);
  z-index: 1;
  color: #000;
}
.my-btn .elementor-button .elementor-button-content-wrapper {
  position: relative; z-index: 1;
}
.my-btn .elementor-button:hover::before { width: 100%; }
/*-----End elementor Button------*/
.noSpace, .noSpace p{
	margin-top: 0;
	margin-bottom: 0;
}
.hero-button a.elementor-button {
    backdrop-filter: blur(5px);
    background: rgba(0, 45, 114, 0.1);
}
.serv-innerbox::after{
	content: "";
    background: rgba(3, 25, 44, 0.25);
    height: 2px;
    width: 60px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}
.serv-innerbox::before {
    content: "";
    background: rgba(3, 25, 44, 0.25);
    height: 60px;
    width: 2px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}
.serv-innerbox figure.elementor-image-box-img {
    text-align: center;
    text-align: -webkit-center;
}
.feature-treatment-inner h4 a{
	font-weight: 500 !important;
}
.treatment-hidden-boxes .elementor-icon-box-icon .elementor-icon {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.treatment-hidden-boxes .elementor-icon-box-icon .elementor-icon:hover {
    padding: 35px;
}
.treatment-hidden-boxes {
    max-height: 0;
    overflow: hidden;
    transform: translateY(250px);
    opacity: 0;
    transition: max-height 0.6s ease, transform 0.6s ease, opacity 0.4s ease;
}
.feature-treatment-inner:hover .treatment-hidden-boxes {
    max-height: 400px;
    transform: translateY(0);
    opacity: 1;
}
.elementor-editor-active .treatment-hidden-boxes {
    max-height: none !important;
    overflow: visible !important;
}

/*----Team Member---*/
.team-container .e-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #002D72 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.team-container .e-child:hover::before {
    opacity: 1;
}
.team-container .e-child .elementor-widget-icon-box {
    width: 60%;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
}
.team-container .e-child:hover .elementor-widget-icon-box {
    width: 100%;
}
.team-container .elementor-widget-icon-box .elementor-icon-box-icon {
    width: 15%;
    position: absolute;
    right: 0;
}
/*------image section-------*/
.city-section {
    background-color: #020b12;
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease-in-out;
}
.city-section:before {
    transition: opacity 0.6s ease-in-out;
}
.city-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.city-section .elementor-widget-heading {
    transition: all .3s ease-in-out !important;
    border: 1px solid transparent;
}
.city-section .elementor-widget-heading {
    transition: all .3s ease-in-out;
}
.city-section .elementor-widget-heading:hover {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15) !important;
    padding: 30px 220px;
}
/*---------Home page posts--------*/
.hp-articles h3.hfe-post-title a {
    font-weight: 600 !important;
}
.hp-articles .hfe-post-card{
	transition: all 0.5s ease-in-out;
	overflow: hidden !important;
}
.hp-articles .hfe-post-card:hover {
    transform: translateY(-10px);
}
/*-------Image effect------*/
.mouse-image-section {
    overflow: hidden;
}
.mouse-image-section .animate-image {
    overflow: hidden;
}
.mouse-image-section .animate-image img {
    width: calc(100% + 40px)!important;
    /*height: calc(100% + 40px)!important;*/
    max-width: none;
    object-fit: cover;
    margin-left: 0;
    margin-top: 0;
    transition: transform 0.5s ease-out;
    will-change: transform;
}
.mouse-image-section .animate-image {
    background-size: calc(100% + 40px) calc(100% + 40px);
    background-position: center;
    transition: background-position 0.5s ease-out;
}
/*--------Treatment Page------*/
/*-------About Section-------*/
#aboutSection .elementor-image-box-img {
    display: flex;
    justify-content: center;
}
.overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
}
.price-container:hover .overlay-box {
  width: 100%;
  opacity: 1;
}
/*-------Image reveal effect-----*/
.image-reveal,
.post-thumbnail-inner {
    position: relative;
    overflow: hidden;
}
.image-reveal::after,
.post-thumbnail-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01193c;
    z-index: 4;
    transform: translateY(0);
}
.image-reveal.white-reveal::after {
    background: #fff;
}
.image-reveal.cream-reveal::after {
    background: #cda48b;
}
.image-reveal.blue-reveal::after {
    background: #002D72;
}
.image-reveal.reveal-active::after,
.post-thumbnail-inner.reveal-active::after {
    animation: revealOverlay 1.2s ease forwards;
}
.image-reveal::before,
.post-thumbnail-inner::before {
    z-index: 3;
}
.image-reveal > .e-con-inner {
    position: relative;
    z-index: 5;
}
.elementor-editor-active .image-reveal::after {
    display: none !important;
}
@keyframes revealOverlay {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}
/*----------Onload Zoom Hero Image---------*/
.page-load-zoom {
    overflow: hidden;
    background-position: center center;
    background-size: 100%;
    animation: bgZoom 6s ease-in-out forwards;
}

@keyframes bgZoom {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 120%;
    }

    100% {
        background-size: 100%;
    }
}
/*---------Responsive*---------*/
@media(min-width: 1921px){
.Know-how .e-con-inner {
	margin-left: 80px;
	margin-right: auto;
}
.Know-how-img, .we-spec-content{
	width: 50% !important;	
}
.we-spec-content .Know-how .e-con-inner {
	margin-right: 80px;
	margin-left: auto;
}
}
/* Tablet */
@media (max-width: 1024px) {
    .city-section .elementor-widget-heading:hover {
        padding: 25px 80px;
    }
}
/* Mobile */
@media(max-width: 767px) {
.nlbOuter {
    display: block;
}
.nlb-boxes,
.nlbOuter:hover .nlb-boxes,
.nlbOuter .nlb-boxes:hover {
    flex: unset;
}
.city-section {
    background-attachment: scroll;
    background-size: cover;
}
.city-section .elementor-widget-heading {
    width: 100%;
    transition: all .3s ease-in-out;
}
/* Remove hover effect on mobile */
.city-section .elementor-widget-heading:hover {
    padding: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
}
/*---Treatment Page---*/
.mob-pos-unset{
    position: static !important;
}
.page-load-zoom {
    animation: none !important;
    background-size: cover !important;
}
.page-load-zoom::before {
    animation: none !important;
    transform: none !important;
}
}