/*
Theme Name: Kadence Child
Theme URI: https://www.liquidweb.com/software/kadence/
Template: kadence
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.2.1788772032
Updated: 2026-09-07 09:07:12
*/
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
    src: local('General Sans Regular'), local('GeneralSans-Regular'),
         url('/wp-content/themes/kadence-child/fonts/GeneralSans-Regular.woff2') format('woff2'),
         url('/wp-content/themes/kadence-child/fonts/GeneralSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Degila';
	font-style: normal;
    font-weight: normal;    
    font-display: swap;	
    src: local('Degila'),
         url('/wp-content/themes/kadence-child/fonts/Degila.woff2') format('woff2'),
         url('/wp-content/themes/kadence-child/fonts/Degila.woff') format('woff');
}	
:root {
	--global-body-font-family: General Sans;
	--global-heading-font-family: Degila;
}
body,
p  { 
	font-size: clamp(15px, 1.4vw, 18px); 
	line-height: 1.33;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.33;
}
h1, .h1 { 
	font-size: clamp(32px, 5.3vw, 72px); 
	margin: 0 !important;
	line-height: 1
}
h2, .h2 {font-size: clamp(28px, 4.2vw, 56px);}
h3 {font-size: clamp(24px, 3.4vw, 44px);}
h4 {font-size: clamp(20px, 2.7vw, 36px);}
h5 {font-size: clamp(18px, 2.2vw, 28px);}
h6 {font-size: clamp(16px, 1.8vw, 22px);}
.small-text {font-size: clamp(14px, 1.2vw, 16px);}
.xsmall-text {font-size: clamp(13px, 1vw, 14px);}
.justify {text-align: justify}

.divider,
.divider-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}
.divider-bhk {
	display: flex;
	align-items: center;
	gap: 12px;
}
.divider::before,
.divider::after,
.divider-bhk::after,
.divider-white::before,
.divider-white::after {
    content: "";
    width: 45px;
    height: 2px;
    background: var(--global-palette1);
    flex: 0 0 45px;
}
.divider-white::before,
.divider-white::after {
	background: #fff!important
}
/*Form*/
.forminator-ui#forminator-module-43.forminator-design--default .forminator-description, .forminator-ui#forminator-module-43.forminator-design--default .forminator-description p {
	display: none;
}
.forminator-button {
	font-size: 16px!important;
    border-radius: 4px!important;
    padding: 10px 32px 10px 32px!important;
    width: 100%!important;
	margin-top: 10px!important;    
}
.floating_buttons {
	display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 2%;
    z-index: 9999;
    width: 95%;
    margin: 0 2.5%;
}
.kt-adv-heading5_d93b3a-75 {
	text-wrap: nowrap;
}
.wp-block-kadence-countup.kb-count-up-5_429d0f-f6.kb-count-up,
.wp-block-kadence-countup.kb-count-up-5_9bd82c-97.kb-count-up,
.wp-block-kadence-countup.kb-count-up-5_8f3cae-d4.kb-count-up {
    display: ruby;
}
.wp-block-video video {
	 aspect-ratio: 2.35 / 1!important;
}
/*Unlock Price*/
/* BLURRED IMAGE */
.price-lock-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.price-lock-image img {
    filter: blur(8px);
    transform: scale(1.03);
    transition: filter 0.5s ease, transform 0.5s ease;
}
/* UNLOCK BUTTON */
.price-lock-image::after {
    content: "🔒  Unlock Price";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    background: #16a34a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    pointer-events: none;
}
/*UNLOCKED IMAGE*/
.price-lock-image.price-unlocked img {
    filter: blur(0);
    transform: scale(1);
}
.price-lock-image.price-unlocked::after {
    display: none;
}
@media (max-width: 767px) {
	.floating_buttons {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));    
		gap: 10px;		
		width: 100%;
		bottom: 0;
		background: var(--global-palette3);
   		padding: 8px;
		margin: 0;
	}
	.floating_buttons a {
		padding: 10px 28px;
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
}