/*!
Theme Name: wellnessPro_theme
Theme URI: http://underscores.me/
Author: wellnessPro.com
Author URI: https://wellnessPro.com/
Description: Custom Tailwind-based WordPress theme
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wellnesspro_theme
Tags: custom-logo, custom-menu, featured-images
*/

/* Style */

/* @import url(https://db.onlinewebfonts.com/c/fe02bfc5f3b1c47a45f3167457958cbe?family=Nuckle); */
/* @import url(https://db.onlinewebfonts.com/c/fd2cec73d62bf933ca616e43f1ca53fa?family=Gavency+Free); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nuckle';
    src: url('./nuckle-font/Nuckle-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

:root {
	/* --gavency-font: Gavency Free; */
	/* --gavency-font: 'Gavency', sans-serif; */
	--shadow-sm: 0 2px 8px #2d5f4e14;
	--shadow-md: 0 4px 16px #2d5f4e1f;
	--shadow-lg: 0 8px 32px #2d5f4e29;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Nuckle', sans-serif;
/* 	font-family: "Montserrat", sans-serif; */
	background: #fff;
	color: #404040;
	line-height: 1.5;
}

.font-gavency {
	font-weight: 600;
}

/* Media */
img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Links */
a {
	text-decoration: none;
	color: inherit;
}

/* WORDPRESS CORE SUPPORT */

.custom-logo-link {
	display: inline-block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	background: #f1f1f1;
	padding: 12px 16px;
	z-index: 100000;
}

/* Hide default page title on home */
.page .entry-title {
	display: none;
}

/* HEADER / NAV */

.site-header {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.site-branding {
	width: 50%;
}

.main-navigation {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.nav-menu {
	display: flex;
	gap: 20px;
}

.main-navigation a {
	color: #000;
}

.site-title a {
	color: #000;
}

/* Remove sidebar & editor links */
#secondary,
.widget-area,
.edit-link {
	display: none;
}

/* CUSTOM ANIMATIONS */

@keyframes float {

	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}

	50% {
		transform: translate(-30px, 30px) scale(1.1);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

header.shadow-soft{
	box-shadow: 2px 0px 6px #00000063;
}

/* BookDemo Section */

.bookDemo-section {}

.bookform-leftArea {
	height: 490px;
}

.bookform-rightsection {
	position: absolute;
	right: 0px;
	bottom: 0;
	background-color: #fbfbfb9e;
	border-top-left-radius: 30px;
	padding: 50px 0px 0px 40px;
}

.bookform-rightsection::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 50px;
	background-image: url(../../uploads/2026/02/form-top.png);
	background-size: 54px;
	width: 80px;
	height: 20px;
	background-repeat: no-repeat;
}

.bookform-area {
	border-top-left-radius: 20px;
	padding-right: 120px !important
}

.bookform-formArea {
	width: 450px;
}

/* Contact Form Style */
.cf7-row {
	margin-bottom: 15px;
}

.cf7-row.two-col {
	display: flex;
	gap: 15px;
}

.cf7-field {
	width: 100%;
}

.cf7-field input,
.cf7-field select {
	width: 100%;
	padding: 14px 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
}

.cf7-field input:focus,
.cf7-field select:focus {
	outline: none;
	border-color: #4d6666;
}

.wpcf7-submit {
	width: 100%;
	padding: 15px;
	font-weight: 600;
	background-color: #3A5659;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}

.wpcf7-submit:hover {
	background-color: #23523B;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-spinner {
	display: none;
}

/* Footer Section */

.footer-widget h3 {
	margin-bottom: 24px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.footerIndustry-area ul {
	display: flex;
	flex-wrap: wrap;
}

.footerIndustry-area ul li {
	width: 50%;
}

.footerIndustry-area ul li a {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding-bottom: 15px;
	font-weight: 400;
	transition: 0.6s;
}

.footerIndustry-area ul li a:hover {
	padding-left: 5px;
}

.footerPageLink-area {
	padding-left: 55%;
}

.footerPageLink-area ul li {
	display: block;
}

.footerPageLink-area ul li a {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	transition: 0.6s;
	padding-bottom: 15px;
}

.footerPageLink-area ul li a:hover {
	padding-left: 5px;
}

.footerContactInfo-area .wp-block-list {
	margin-top: 30px;
}

.footerContactInfo-area .wp-block-list li {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.footerContactInfo-area .wp-block-list li a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.footerContactInfo-area .wp-block-list li a:hover {
	text-decoration: underline;
}

.footerContactInfo-area .footer-socialArea{
	display: flex;
	margin-top: 20px;
}

.footerContactInfo-area .footer-socialArea li {
	display: inline-block;
	padding-right: 10px;
}

.footerContactInfo-area .footer-socialArea li:last-child {
	padding-right: 0px;
}

.footerContactInfo-area .footer-socialArea li a {
	background-color: #657b7d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: 0.6s;
}

.footerContactInfo-area .footer-socialArea li a:hover {
	box-shadow: 0px 3px 5px #00000082;
}

/* Tab Section */

.tab-btn {
	width: 160px;
	/* min-height: 115px; */
	overflow: hidden;
	transition: 0.6s;
	opacity: 0.4;
}

.tab-btn.active-tab {
	opacity: 1;
	transition: 0.6s;
}

.tab-btn span {
	background-color: #f3e8e8 !important;
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.tab-btn.active-tab span{
	width: 70px;
	height: 70px;
	margin-top: 0;
}

.tab-btn span img {
	width: 22px;
	height: 22px;
}
.tab-btn.active-tab span img {
	width: 30px;
	height: 30px;
}

.tab-btn p {
	padding-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: 0.6s;
    font-weight: 500;
    line-height: 22px;
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.faq-questionarea{
	width: calc(100% - 32px);
}

/* New Style */

span>span.font-bold{
	font-weight: 600!important;
	color: #3A5659;
}

.desktopNav-area{
	gap: 80px;
}

.desktopNav-menu-gap{
	gap: 30px;
}

.desktopNav-text{
	font-size: 17px;
}

.bannerTitle{
	font-size: 58px;
	line-height: 75px;
	margin-bottom: 10px;
}

.bannerSubTitle{
	font-size: 18px;
}

.bannerBadge{
	height: 48px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 13px;
	padding: 15px 30px;
}

.titleBadge{
	height: 38px;
    margin-bottom: 30px;
    font-size: 13px;
    padding: 10px 30px;
}

.sectionTitle{
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 15px;
}

.sectionSubtitleTitle{
	font-size: 18px;
	line-height: 30px;
}

.subtitleArea{
	width: 55%;
}

.ProblemBroken-title{
	font-size: 22px;
	line-height: 28px;
}

.ProblemBroken-number{
	font-size: 90px;
	 background: linear-gradient(0deg, #9FE9AE, #E1EFF0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
	line-height: 1;
	top: -22px;
	right: 0px;
}

.ProblemBroken-Subtitle{
	font-size: 16px;
	line-height: 24px;
}

.bcs-num{
	font-size: 48px;
	line-height: 50px;
	width: 30px;
	text-align: center;
	margin-right: 5px;
	line-height: 40px;
}

.bcs-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.bcs-acc-body-text{
	padding-left: 52px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
	padding-top: 5px;
}

.bookingStep-number{
	font-size: 50px;
    background: linear-gradient(0deg, #9FE9AE, #E1EFF0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
    top: 38px;
    right: 33px;
    font-weight: 600;
}

.bookingStep-contentArea{
	width: 95%;
}

.result-bgArea{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.result-bgArea img{
	width: 650px;
}


/* FORM STYLE */

.modal-socialArea{
	display: flex;
}
.modal-socialArea li{
	display: inline-block;
    padding-right: 10px;
}

.modal-socialArea li a {
    background-color: #657b7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: 0.6s;
}

.modal-socialArea li a:hover{
	box-shadow: 0px 3px 5px #00000082;
}

.modalBg-area{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
}

/* .cf7-wrapper input,
.cf7-wrapper select,
.cf7-wrapper textarea {
	width: 100%;
	height: 52px;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	padding: 0 16px;
	font-size: 15px;
	background: #fff;
	outline: none;
	transition: .3s;
}

.cf7-wrapper textarea {
	height: 120px;
	padding-top: 14px;
}

.cf7-wrapper input:focus,
.cf7-wrapper select:focus,
.cf7-wrapper textarea:focus {
	border-color: #3F5B5B;
	box-shadow: 0 0 0 3px rgba(63, 91, 91, 0.1);
}

.cf7-wrapper label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 500;
	color: #4B4B4B;
}

.cf7-wrapper p {
	margin-bottom: 18px;
}

.cf7-wrapper input[type="submit"] {
	width: 100%;
	height: 56px;
	border: none;
	border-radius: 999px;
	background: #3F5B5B;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
}

.cf7-wrapper input[type="submit"]:hover {
	background: #2E4747;
} */

/* Custom Fild Form Style */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: translateY(0);}
}
.animate-fadeIn {
    animation: fadeIn 0.3s ease;
}

/*  */


.custom-contact-form {
    max-width: 100%;
}

.custom-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

.custom-contact-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.custom-contact-form .form-group label {
	display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.custom-contact-form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #d7dde5;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    background: #F8FAFC;
    box-sizing: border-box;  
	margin-bottom: 0px;  
}

.custom-contact-form textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 15px;
}

.custom-contact-form input[type="file"].form-control {
    padding: 12px;
    background: #f7f8fa;
}

.custom-contact-form .checkbox-group label {
    margin-bottom: 0;
    font-size: 15px;
	display: flex;
	gap: 10px;
	cursor: pointer;
}

.custom-contact-form .checkbox-group .wpcf7-list-item{
	margin-left: 0px;
}

.custom-contact-form .checkbox-group input{
	width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid #B8B8B8;
}

.custom-contact-form .form-note {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

.custom-contact-form .submit-btn {
    width: 100%;
    background: #365457;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
	margin: 0px 0px;
}

.custom-contact-form .submit-btn:hover {
    background: #2c4648;
}

.custom-contact-form .form-note a{
	font-weight: 500;
	color: #365457;
}

/*  */

.custom-industry-dropdown {
    position: relative;
    width: 100%;
}

.industry-selected {
    height: 42px;
    border: 1px solid #d7dde5;
    border-radius: 12px;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    cursor: pointer;
    font-size: 16px;
    color: #222;
}

.industry-selected img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.industry-options {
    position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #d7dde5;
	border-radius: 14px;
	margin-top: 3px;
	padding: 8px 0;
	list-style: none;
	display: none;
	z-index: 99;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	overflow-y: auto;
	max-height: 150px;
}

.industry-options li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #222;
    transition: 0.3s ease;
}

.industry-options li:hover {
    background: #edf6f7;
}

.industry-options li p{
	display: flex;
    align-items: center;
    gap: 10px;
}

.industry-options li p br{
	display: none;
}

.industry-options li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* Form Loader style */

/* Hide Default Spinner */
.custom-contact-form .wpcf7-spinner{
    display:none !important;
}

/* Submit Area */
.submitArea{
    position:relative;
}

/* Loading State */
.submitArea.loading{
    pointer-events:none;
    opacity:0.8;
}

/* Hide Button Text */
.submitArea.loading .submit-btn{
    color:transparent !important;
}

/* Loader */
.submitArea.loading::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:22px;
    height:22px;
    margin-top:-11px;
    margin-left:-11px;
    border:3px solid #ffffff;
    border-top:3px solid transparent;
    border-radius:50%;
    animation:spinLoader 0.7s linear infinite;
    z-index:9;
}

/* Animation */
@keyframes spinLoader{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

/* Form Loader style End */

.focusGrowth-rightImage{
	position: absolute;
	right: 0px;
	bottom: 0px;	
}

.focusGrowth-rightImage img{
	max-width: 70%;
    margin-left: auto;
}

.stepArea:nth-child(1) .imageRound-area{
	display: none;
}

.desktopNav-area ul li.current-menu-item a span{
	color: #202124!important;
}

/* FAQ Style */

.faqArea .faq-btn .icon{
	font-size: 13px;
    background: #3A5659;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: #fff;
    border-radius: 50%;
}

.faqArea .faq-btn.openButton .icon{
	font-size: 15px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: #3A5659;
    border-radius: 50%;
}

.faqTitle{
	width: calc(100% - 40px);
}

/* 09-07-2026 */

.blogDetails-area{
	margin-top: 100px;
}

/* 24-07-2026 */

.logo-Area .custom-logo{
	height: 48px;
}

.footerLogo-area{
	margin-bottom: 20px;
}


/* Responsive */

@media screen and (max-width: 1366px){
	
	.desktopNav-area{
		gap: 60px;
	}
	
	.desktopNav-menu-gap{
		gap: 25px;
	}
	
	.desktopNav-text{
		font-size: 16px;
	}
	
	.bannerTitle{
		font-size: 50px;
		line-height: 70px;
		margin-bottom: 12px;
	}
	
	.bannerSubTitle{
		font-size: 17px;
	}
	
	.sectionTitle {
		font-size: 38px;
		line-height: 45px;
	}
	
	.sectionSubtitleTitle {
		font-size: 17px;
		line-height: 28px;
	}
	
	.bcs-title {
		font-size: 22px;
		line-height: 28px;
	}
	
	.bcs-acc-body-text{
		font-size: 15px;
		line-height: 20px;
	}
	
	.bcs-num{
		font-size: 45px;
		line-height: 38px;
	}
	
}

@media screen and (max-width:1300px) {
	.bookform-area {
		padding-right: 70px !important;
	}
	
	.desktopNav-area{
		gap: 50px;
	}
	
	.desktopNav-text{
		font-size: 15px;
	}
	
	.subtitleArea {
		width: 50%;
	}
	
}

@media screen and (max-width:1199px) {
	.bookform-area {
		padding-right: 50px !important;
	}
	
	.blogDetails-area{
		margin-top: 91px;
	}
	
}

@media screen and (max-width:1080px) {
	.bookform-area {
		padding-right: 40px !important;
	}

	.logo-Area{
		width: 220px;
	}
	
	.desktopNav-area{
		gap: 30px;
	}
	
	.desktopNav-text {
        font-size: 14px;
    }
	
	.bannerTitle {
        font-size: 45px;
        line-height: 65px;
        margin-bottom: 12px;
    }
	
	.sectionTitle {
		font-size: 35px;
		line-height: 40px;
	}
	
	.sectionSubtitleTitle {
		font-size: 16px;
		line-height: 24px;
	}
	
	.subtitleArea {
		width: 60%;
	}
	
	.blogDetails-area{
		margin-top: 86px;
	}

}

@media screen and (max-width: 1024px) {
	.footerPageLink-area {
		padding-left: 0;
	}

	.footerIndustry-area .wp-block-list{
		width: 50%;
	}
	.tab-btn p{
		font-size: 18px;
	}
	.tab-btn{
		width: 125px;
	}
}

@media screen and (max-width: 992px) {
	.bookform-leftArea {
		height: auto;
	}
	.tab-btn span{
		width: 40px;
		height: 40px;
	}
	.tab-btn.active-tab span {
		width: 60px;
		height: 60px;
		margin-top: 0;
	}

	.bookform-rightsection {
		position: relative;
		border-top-right-radius: 30px;
		width: 80%;
		padding-right: 40px;
		margin: 49px auto 0px;
	}

	.bookform-formArea {
		width: auto;
	}

	.bookform-area {
		border-top-right-radius: 20px;
	}
	
	.subtitleArea {
        width: 70%;
    }
	
	.sectionTitle {
        font-size: 32px;
        line-height: 38px;
    }

}

@media screen and (max-width: 820px) {
	
	.bannerTitle {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 12px;
    }
	
	.subtitleArea {
        width: 80%;
    }
	
	.sectionTitle {
        font-size: 30px;
        line-height: 36px;
    }
	
}

@media screen and (max-width: 768px) {

	.bookform-rightsection {
		width: 100%;
	}
	.tab-btn p{
		font-size: 16px;
	}
	.tab-btn{
		width: 108px;
	}
	.br_hidden br{
		display: none;
	}
	.bannerTitle {
        font-size: 36px;
        line-height: 50px;
    }
	
	.sectionTitle {
        font-size: 28px;
        line-height: 35px;
    }
	
	.subtitleArea {
        width: 90%;
    }

}

@media screen and (max-width:767px) {

	.form-row {
        flex-direction: column;
        gap: 0;
    }

	.custom-contact-form .form-row{
		gap: 0px;
	}
	
	.faqArea .faq-btn .icon{
		font-size: 11px;
		width: 25px;
		height: 25px;
	}

	.faqArea 	.faq-btn.openButton .icon{
		font-size: 13px;
		width: 22px;
		height: 22px;
	}
	
	.blogDetails-area{
		margin-top: 80px;
	}
	

}

@media screen and (max-width:575px) {
	.footerIndustry-area .wp-block-list {
        width: 80%;
    }

	.bookform-area{
		padding: 30px 20px;
	}

	.bookform-rightsection{
		padding: 40px 20px 0px;
	}

	.bookform-rightsection::before {
		top: 15px;
		left: 30px;
		background-size: 45px;
		width: 60px;
		height: 15px;
	}
	.contact-form-wrapper .cf7-row.two-col{
		flex-wrap: wrap;
	}
	
	.bannerBadge{
		margin-top: 30px;
	}
	
	.bannerTitle br{
		display: none;
	}
	
	.bannerTitle {
        font-size: 30px;
        line-height: 40px;
    }
	
	.bannerSubTitle {
        font-size: 16px;
    }
	
	.subtitleArea {
        width: 100%;
    }
	
	.bcs-title {
		font-size: 18px;
		line-height: 24px;
    }
	
	.bcs-num {
        font-size: 40px;
        line-height: 30px;
    }
	
	.tab-btn p{
		font-size: 15px;
		line-height: 20px;
	}
	
	.bcs-acc-body-text{
		padding-left: 50px;
	}

	.ProblemBroken-title {
		font-size: 20px;
		line-height: 26px;
	}

	.ProblemBroken-number{
		font-size: 65px;
		top: -10px;
	}

	.ProblemBroken-Subtitle {
		font-size: 15px;
		line-height: 22px;
	}
 
}

@media screen and (max-width:480px) {
	.footerIndustry-area .wp-block-list {
        width: 100%;
    }

	.sectionTitle {
        font-size: 26px;
        line-height: 34px;
    }
	
}

@media screen and (max-width: 390px) {
	.bannerTitle {
        font-size: 28px;
        line-height: 35px;
    }
}