/*
Theme Name: Vaidy child
Template:   vaidy
Theme URI: https://vaidy.themeht.com/
Author: Themeht
Author URI: http://www.themeht.com
Description: Vaidy - Child Theme
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vaidy
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/

html body {
	line-height: 1.6;
}
/*In Pain section slider css*/
.team-member{
    height:100%;
}

.header #header-wrap .container{
    max-width:1520px;
}

.header .address p{font-size:14px;color:#EB1E25;padding:0 0 0 10px;margin: auto;max-width:200px;line-height:140%;
    font-weight: 500;}
.header .navbar-brand.logo {
    margin-right: 0;
    max-width: 200px;
    height: 100px;
    width: 100%;
}
.header .img-fluid {
    max-width: 200px;
    width: 100%;
    height: 100%;
}
.header .logo img {
    max-height: unset;
    border-right: 1px solid #f1dede;
}
.inpain-item.style-2 {
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
    background-color: var(--themeht-white-color);
}
.inpain-item.style-2 .inpain-image {
    position: relative;
    overflow: hidden;
    height: 190px;
}
.inpain-item.style-2 .inpain-image:before {
    content: "";
    position: absolute;
    left: auto;
    clip-path: ellipse(100% 30% at 50% 50%);
    background: #fff;
    height: 250px;
    width: 100%;
    bottom: -190px;
}
.inpain-item.style-2 .inpain-desc {
    padding: 25px 20px 30px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
.inpain-item.style-2 .inpain-desc .inpain-title h4 {
    font-size: 20px;
}
.inpain-item.style-2 .inpain-desc p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.inpain-item.style-2 .arrow-btn {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 25px;
  color: var(--themeht-primary-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.inpain-item.style-2 .arrow-btn:hover {
    color: var(--themeht-secondary-color);
}

/* Our Service */
.service-item.style-1 .service-image {
    height: 190px;
}
.service-swiper-slider .swiper-slide{
    height: auto !important;
}
.service-item.style-1{
     height: 100%;   
}

/*banner slider css 16-04-2025 S*/
.home-banner-main-section{
    height: 650px;
}
.home-banner-main-section .elementor-container, 
.home-banner-main-section .elementor-container .home-banner-slider-sec, 
.home-banner-main-section .elementor-container .home-banner-slider-sec .elementor-widget-container,
.home-banner-main-section .elementor-container .home-banner-slider-sec .elementor-widget-container .swiper,
.home-banner-slider-sec .banner-content .container,
.home-banner-slider-sec .banner-content .container .row{
    height: 100%;
}
.home-banner-slider-sec .banner-content .container .row [class*="col-"]{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home-banner-slider-sec .banner-content{
    position: relative;
    padding: 20px 60px !important;
    height: 100%;
}
.home-banner-slider-sec .banner-content:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.home-banner-slider-sec .banner-content .sub-title{
    color: var(--themeht-primary-color);
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 20px;
    transform: translateY(80px);
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 500ms;
}
.home-banner-slider-sec .banner-content .b-title{
    font-size: 50px;
    max-width: 620px;
    color: #fff;
    line-height: 140%;
    display: block;
    text-transform: capitalize;
    transform: translateY(80px);
    opacity: 0;
    transition: all 1000ms ease;
    transition-delay: 1200ms;
}
.home-banner-slider-sec .banner-content p{
    max-width: 450px;
    color: #fff !important;
    font-family: Nunito;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.banner-slider .swiper-slide-active .sub-title,
.banner-slider .swiper-slide-active .b-title{
    transform: translateY(0px);
    opacity: 1;
}
/*banner slider css 16-04-2025 E*/


@media(max-width:1600px){
.header .main-nav > ul > li{margin:0 8px;}
  .header .right-nav a.dark-btn{
      margin-left:15px;
  }  

}
@media(max-width:1399px){
    .header .navbar-brand.logo {
  
    max-width: 160px;
    height: 80px;
}
.header .address p{font-size:13px;}
.header .right-nav a.dark-btn{margin-left: 0px;}
.header .main-nav > ul > li > a{font-size:  13px;}
}

@media(max-width:1250px){
    .header .address p{max-width:150px;}

}
@media(max-width: 991px){
    .home-banner-slider-sec .banner-content .b-title{font-size: 40px;max-width: 100%;}
    .home-banner-main-section{height: 530px;}
}
@media(max-width:767px){
    .header .address p{display:none;}
    .header .logo img{border:none;}
    .home-banner-slider-sec .banner-content{padding: 20px 0px !important;}
    .home-banner-main-section{height: 510px; margin-top: 0px !important;}
    .home-banner-slider-sec .banner-content p, .home-banner-slider-sec .banner-content .b-title, .home-banner-slider-sec .banner-content .sub-title{text-align: center;}
    .home-banner-slider-sec .banner-content p{margin-left: auto;margin-right: auto;}
    .home-banner-main-section .banner-slider .swiper-button-prev{
        left: unset;
        right: 51%;
        bottom: 50px;
    } 
    .home-banner-main-section .banner-slider .swiper-button-next{
        left: 51%;
        right: unset;
        bottom: 50px;
    }
}
@media(max-width: 576px){
    .home-banner-slider-sec .banner-content .b-title{font-size: 30px;}
}

/* Additional CSS (Customize css) */
::selection {
  background: #bf2e63;
}
/* Header css */
.main-wrapper{
	overflow:hidden;
}
body #page{
	overflow:hidden;
}
.custom-btn a, .custom-btn{
	width:100%
}
.book-btn{
	min-width:210px !important;
}
@media (max-width:1399px){
	.book-btn{
		min-width:198px !important;
	}
}
@media (max-width:1260px){
	.book-btn{
		min-width:180px !important;
	}
}
@media (max-width:1199px){
	.book-btn{
		min-width:140px !important;
	}
}

.header-logo img{
	background: #fff;
    padding: 3px;
}

@media (min-width:1401px) {
	.custom-header .sub-menu{
		width:500px !important;
		display:flex;
		flex-wrap:wrap;
	}
	.custom-header .sub-menu li .sub-menu{
		width:390px !important;
	}
}
@media (min-width:1201px) {
	/*     .custom-header .sub-menu{
	column-count: 2;
	width: auto !important;
	min-width: 1px;
}
	.custom-header .sub-menu li .sub-menu{
	width: auto !important;
	column-count: 1 !important;
} */
	.custom-header nav{
		width:100% !important;
	}
.custom-header .sub-menu{
		display:flex;
		flex-wrap:wrap;
	}
	.custom-header .sub-menu li{
		width: 50%;
		border: none !important;
	}
	.custom-header .sub-menu li > a{
		padding-top: 13px !important;
    padding-bottom: 13px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top:12px;
		padding-bottom:12px;
		white-space: nowrap;
	}
	.custom-header .sub-menu li a.hfe-sub-menu-item{
		padding-left: 15px !important;
		padding-right: 15px;
		white-space: initial;
		overflow-wrap: anywhere;
		height:100%;
	}
			.custom-header .sub-menu{
		width:400px !important;
	}
	.custom-header .sub-menu li .sub-menu{
		width:350px !important;
	}
}

@media (max-width:1280px){
	
.menu-item a.hfe-menu-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}

@media (max-width:1200px){
	.custom-header .header-logo{
		max-width:140px !important;
	}
}
@media (max-width:1024px){
	.custom-header .header-logo{
		max-width:120px !important;
	}
}
@media (max-width:767.98px){
	.custom-header .header-logo{
		max-width:55px !important;
	}
}

/* Testimonial css */
.custom-testimonial .testimonial-img{
	display:none;
}
.custom-testimonial .swiper-slide p{
	font-size:18px;
}
@media (max-width:767.98px){
	.custom-testimonial .swiper-slide p{
	font-size:14px;
}
	.custom-testimonial .swiper-slide .testimonial{
	padding:0 30px;
}
}
@media (max-width:991.98px){
	.custom-testimonial .swiper-slide p{
	font-size:15px;
}
	.custom-testimonial .swiper-slide .testimonial{
	padding:0 30px;
}
}
/* Testimonial css */
/* Inner page title css */
.page-title{
    background-size: cover;
    height: 640px;
}
.page-title::before{
	  display:none;
}
.page-title .container{
	position: absolute;
    left: 0px;
    max-width: 100%;
    bottom: -97px;
    background-color: #2c5a80;
		padding:15px 0px;
}
.page-title .page-breadcrumb{
	background:transparent;
		padding:0px;
}
.page-title h1{
	color:#fff;
	margin-bottom:0;
	margin-top: 0;
	line-height: 125% !important;
	text-transform: uppercase;
}
.page-title .breadcrumb-item a {
    color: #ffffff;
}

.page-title .breadcrumb-item.active, .breadcrumb-item a:hover{
color:rgb(255, 255, 255, 44%);
}
.page-title .breadcrumb-item + .breadcrumb-item:before{
	color:rgb(255, 255, 255, 44%);
}
.page-content{
	padding-top:110px;
	margin-top:-13px !important;
}
.entry-content{
		margin: 15px 0px 0px !important;
	}

@media (max-width: 1400px) {
    .page-title {
  		height:490px;  
	}
	.page-title h1{
		font-size: 34px !important;
	}
}
@media (max-width: 1200px) {
    .page-title {
			height:340px;  
    }
	.page-title h1{
		font-size: 30px !important;
	}
	.page-content {
		padding-top: 97px;
		margin-top: 0px !important;
	}
	.entry-content {
		margin: 0px !important;
	}
	.page-title .container {
		bottom: -90px;
	}
}

@media (max-width: 767px) {
	.page-title .page-breadcrumb {
		display: none;
	}
	.page-title .container{
		padding:10px;
		bottom:-40px;
	}
	.page-title h1 {
        font-size: 20px !important;
    }
	.page-title .breadcrumb-item{
		font-size:10px;
	}
	.page-content {
        padding-top: 75px;
        margin-top: 0px !important;
	}
}

@media (max-width: 576px) {
    .page-content {
        padding-top: 78px;
        margin-top: -3px !important;
    }
	
}
/* Inner page title css */
.page {
    margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 6px;
	padding: 12px 15px;
	height: 52px;
}
ul, ol {
    margin-left: 0;
}
.error {
	color: #dc3232;
	font-size: 14px;
    line-height: normal;
}
#g-recaptcha-response-error {
	position: absolute;
    bottom: -20px;
}
.error404 .page-title {
	display: none;
}
.search-form {
	display: none;
}
.current_page_item .hfe-sub-menu-item-active,
.sub-menu-active .hfe-sub-menu-item {
	color: #BF2E63 !important;
}
/* Site Map S */
.sitemap-menu {
    margin-top: 100px;
	margin-bottom: 14px;
}
.sitemap-menu>li::marker {
	font-size: 26px;
}
.sitemap-menu li a {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.sitemap-menu li + li {
    margin-top: 15px;
}
.sitemap-menu li .sub-menu {
    margin-left: 0;
    padding-left: 20px;
    margin-top: 10px;
}
.sitemap-menu li .sub-menu li a {
    font-size: 18px;
    font-weight: 400;
}
.sitemap-menu li .sub-menu li + li {
    margin-top: 10px;
}
.sitemap-menu li .sub-menu li .sub-menu {
    margin-left: 30px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    row-gap: 10px;
    column-gap: 40px;
}
.sitemap-menu li .sub-menu li .sub-menu li + li {
    margin-top: 0px;
}
.sitemap-menu li .sub-menu li .sub-menu li {
    margin-left: 0px;
}
.sitemap-menu-extra {
	margin-top: 0;
}
@media (max-width: 1199px) {
	.sitemap-menu {
    	margin-top: 60px;
	}
	.sitemap-menu li a {
    	font-size: 24px
	}
}
@media (max-width: 767px) {
	.sitemap-menu {
    	margin-top: 30px;
	}
	.sitemap-menu li a {
    	font-size: 18px
	}
	.sitemap-menu li .sub-menu li a {
    	font-size: 16px;
	}
}
/* Site Map E */
@media only screen and (max-width: 1200px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal.menu-is-active {
		overflow: auto;
		margin-top: 20px;
		max-height: calc(100dvh - 110px);
/*         max-height: calc(100vh - 110px); */
		box-shadow: -5px 15px 10px 2px rgba(0, 0, 0, 0.2);
	}
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        display: none;
		position: relative !important;
    }
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu.sub-menu-open {
        display: block;
    }
	body:has(.hfe-active-menu-full-width) {
		overflow: hidden;
	}
}
@media (max-width: 1200px) and (min-width: 768px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal.menu-is-active {
		max-width: 400px;
		left: auto !important;
		right: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal.menu-is-active {
		margin-top: 12px
	}
}

/* Thank You page and cookies */
.cookie-notice-container .cn-close-icon {
	display: none;
}
#cookie-notice, #cookie-notice .cn-button:not(.cn-button-custom) {
	font-size: 15px;
}
.thank-you-container {
	text-align: center;
}
.thank-you-container .checkmark {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 0px;
}
.thank-you-container h1 {
	font-size: 130px;
	color: #5886bf;
	margin: 0;
    text-transform: uppercase;
    line-height: 1 !important;
}
.thank-you-container p {
	font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
	.thank-you-container .checkmark {
		font-size: 40px;
	}
	.thank-you-container p {
		font-size: 18px;
	}
}
body a, body a:visited {
	color: #000;
}
body a:hover, body a:focus, body a:active {
	color: #BF2E63;
}
