/*!
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
-------------------------------------------------------------- */


/* ===============================
   Defalut css 
================================= */ 

body .entry-content-wrap { 
    padding: 0;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 
a{
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}
.admin-bar header.site-header#masthead {
    top: 32px;
} 
.af-btn-outline a.wp-element-button,.af-btn-outline a.wp-element-button:hover  {
    background: #fff;
    color: #0E0E10 !important; 
	box-shadow:none !important; 
    border: 1.5px solid #E2E2E7; 
}
.af-btn-outline a.wp-element-button:hover {
    border-color: #0E0E10;
    background: #F1F1F4; 
}
.af-btn-hover a:hover { 
    transform: translateY(-1px);
	box-shadow:0 6px 16px rgba(14,14,16,.08);
} 
.af-relative {
    position: relative;
}
.af-zindex {
    position: relative;
    z-index: 4;
}
.af-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #FCE5E9; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.wp-block-buttons .wp-block-button__link {
    text-transform: unset;
} 

/* ===============================
   Header Footer
================================= */
#main-header .header-button, .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button{
    padding: 10px 20px;
    font-size: .88rem; 
    line-height: 1.6;
}
#main-header .header-button:hover {  
    box-shadow: 0 6px 16px rgba(14,14,16,.08);
    transform: translateY(-1px);
}
.site-header-row.site-header-row-center-column {
    justify-content: space-between;
    display: flex;
}
header.site-header#masthead { 
    position: sticky;
	position: -webkit-sticky;
    top: 0;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, .85);
}
header .main-navigation .primary-menu-container > ul li.menu-item > a {
    padding: 6px 0;
    position: relative;
    margin: 0 16px;
}
.site-info-inner p { 
	font-weight: 400;
}
.site-bottom-footer-wrap p a {
    color: var(--global-palette1);
}
.site-info-inner p a:hover {
    border: none;
    text-decoration: none;
}
.site-footer-row {
    align-items: center;
}
.site-info-inner .footer-html { 
    margin: 0;
}
.site-bottom-footer-inner-wrap {
    border-top: 1px solid #2A2A30;
}
.af-footer-content {
    margin: 24px 0;
    max-width: 340px;
    width: 100%;
}
footer.site-footer .site-middle-footer-inner-wrap a, 
footer.site-footer .site-middle-footer-inner-wrap p 
footer.site-footer .site-middle-footer-inner-wrap .site-middle-footer-inner-wrap a,
.site-footer-middle-section-4 .footer-widget-area-inner > .widget:not(:first-child) p {  
    display: block;
    font-size: .9rem;
    color: #9A9AA5;
    margin-bottom: 10px;
}
footer.site-footer a:hover, footer .site-middle-footer-inner-wrap a:hover {
    color: #fff;
}
footer .site-footer-wrap .site-footer-row.site-middle-footer-inner-wrap {
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
    align-items: start;
}
footer.site-footer .af-footer-content {
    margin-bottom: 18px;
    max-width: 300px;
}
footer.site-footer .af-footer-content * {
    font-size: .95rem;
    color: #C9C9D2;
    line-height: 1.6;
}  
.af-footer-address {
    max-width: 135px;
    width: 100%;
} 
footer .site-middle-footer-inner-wrap .widget figure {
    margin: 10px 0 0;
} 
.site-footer-middle-section-4 .footer-widget-area-inner > .widget:not(:first-child) p {
    margin-bottom: 17px !important;
    line-height: 1;
} 
.site-bottom-footer-wrap .footer-html-inner span {
    font-size: .82rem;
    color: #7A7A85;
    font-weight: 500;
}  

/* ===============================
   Homepage 
================================= */

.af-home-hero {
    background: linear-gradient(rgb(253, 242, 244) 0%, rgb(255, 255, 255) 70%);
} 
.af-home-hero:before {
    content: "";
    position: absolute;
    right: -160px;
    top: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(252, 229, 233) 0%, rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
}
.af-eyebrow {
    background: #FCE5E9;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 100px;
}
.af-home-hero .is-layout-flex.af-counter, .af-home-hero .is-layout-flex.af-counter > div { 
    display: inline-block;
}
.af-home-hero .is-layout-flex.af-counter > div:nth-child(even) {
    padding-inline: 22px;
}
.af-hero-right {
    aspect-ratio: 4 / 5;
    background: linear-gradient(135deg, rgb(200, 16, 46) 0%, rgb(154, 12, 35) 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    box-shadow: 0 16px 40px rgba(14, 14, 16, .10);
}
.af-hero-right:before { 
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .2) 0%, transparent 50%);
} 
.af-hero-inner.af-home-hero:before { 
	display:none;
}
.af-services-boxs > .wp-block-column {
    border-color: #E2E2E7;
    overflow: hidden;
	transition: all .25s ease;
}
.af-services-boxs .service-box {
    height: 230px;
    background: linear-gradient(135deg, rgb(252, 229, 233), rgb(255, 255, 255));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -32px -32px 25px -32px;
}
.af-services-boxs p.af-eyebrow { 
    padding: 4px 10px; 
} 
.af-services-boxs > .wp-block-column:hover {
    box-shadow: 0 6px 16px rgba(14,14,16,.08);
    transform: translateY(-3px);
}
.af-services-boxs {
    gap: 24px;
}
.af-testimonial-name .af-avatar {
    width: 44px;
    height: 44px;
    line-height: 42px;
    border-radius: 50%;
    background: #FCE5E9;
} 
.af-testimonial-name .kt-inside-inner-col > span, .af-testimonial-name .kt-inside-inner-col > p {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}
.af-testimonial-name .kt-inside-inner-col > span {
    width: calc(100% - 50px);
    text-align: left;
    padding-left: 8px;
    font-size: 14.75px;
    font-weight: 300;
    color: #7C7C87;
    font-size: .82rem;  
}
.af-testimonial-name .kt-inside-inner-col > span b {
    display: block;
    font-weight: 600;
    font-size: .92rem;
    color: #0E0E10;
} 
.af-testimonial-name {
    border-top: 1px solid #F1F1F4;
    padding-top: 20px;
    margin-top: 20px;
}
.af-cta-box .kt-inside-inner-col {
    background: linear-gradient(135deg, rgb(253, 242, 244) 0%, rgb(252, 229, 233) 100%);
    border-radius: 22px;
    padding: 64px 48px;
    text-align: center;
    border: 1px solid #FCE5E9; 
} 
.af-featured-serv .af-hero-right {
    aspect-ratio: 7 / 5;
}
.af-featured-serv .af-featured-list, .af-packages .af-featured-list { 
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
}
.af-featured-list li {
    padding: 15px 0 14px 32px;
    position: relative;
    border-bottom: 1px solid #F1F1F4;
    font-size: .96rem;
    color: #3D3D45;
    line-height: 1.3;
}
.af-featured-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 22px;
    background: #FCE5E9;
    color:#9A0C23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
} 
.af-packages-boxs > .wp-block-column {
    border-color: #E2E2E7;
} 
.af-packages-boxs > .wp-block-column.af-featured-pkg  {
    border-color: #C8102E;
	box-shadow:0 6px 16px rgba(14,14,16,.08);
} 
.af-packages .af-featured-list li:before {
    background: transparent;
    font-size: .9rem;
    top: 9px;
    width: 10px;
    color: #C8102E;
}
.af-packages .af-featured-list li {
    padding: 11px 0 11px 25px;
    font-size: .9rem;
}
.af-packages-boxs .af-badge {
    position: absolute;
    top: 0;
} 
.af-packages-boxs .af-badge {
    position: absolute;
    top: -15px;
    right: 50%;
    display: inline-block;
    transform: translateX(50%);
}  
.af-faq .kt-accordion-pane {
    background: #fff;
    border: 1px solid #E2E2E7;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
} 
.af-faq .kt-accordion-pane:has(.kt-accordion-panel-active) {
    border-color: #FCE5E9;
    box-shadow: 0 2px 6px rgba(14, 14, 16, .06);
}
.af-faq .kt-accordion-panel-inner { 
    padding: 5px 30px 20px;
} 
.af-faq .kt-blocks-accordion-header:after {
    content: "+";
    width: 28px;
    height: 28px;
    background: #FCE5E9;
    color: #9A0C23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    transition: transform .2s;
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
    padding: 0 0 0 2px;
    line-height: 1;
}
.af-faq .kt-blocks-accordion-header.kt-accordion-panel-active:after {
    transform: rotate(45deg);
    padding: 0px 2px 2px 2px;
}






/* ===============================
   media css
================================= */
  
@media (min-width:769px) {	
	.af-testimonial .tm-content {
		min-height: 145px;
	}
	.af-font-45 {
		font-size: 45px;
	}
	.af-featured-right {
		padding-left: 30px;
	}  
}
@media (min-width:1300px) {	
	.site-header-inner-wrap .site-container {
		padding-inline: 0;
	} 
}  
@media (max-width:1024px) { 	
	.af-remove-br br{
		display:none;
	}	
	.af-why-boxs {
		gap: 20px; 
	}
	#main-header .header-button, .mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {
		padding: 5px 13px;
		font-size: 14px;
	}
	.af-packages-boxs > .wp-block-column {
		margin-bottom: 15px;
	}
	.af-packages-boxs h2.wp-block-heading {
		font-size: 28px !important;
	}  
}
@media (max-width:767px) { 
	.mbm5 {
		margin-bottom: 5px !important; 
	}
	.mbm10 {
		margin-bottom: 10px !important; 
	}
	.mbm20 {
		margin-bottom: 20px !important;
	}
	.mbm30 {
		margin-bottom: 30px !important;
	}
	.site-header-row-container-inner > .site-container,
	.site-footer-row-container-inner > .site-container {
		padding-inline: 24px;
	}
	footer .site-footer-wrap .site-footer-row.site-middle-footer-inner-wrap {
		/* grid-template-columns: minmax(0, 1fr) !important; */
		/* gap: 35px; */
		padding-top: 55px;
		padding-bottom: 40px;
		display: block;
	}
	footer.site-footer .site-middle-footer-inner-wrap a, footer.site-footer .site-middle-footer-inner-wrap p footer.site-footer .site-middle-footer-inner-wrap .site-middle-footer-inner-wrap a, .site-footer-middle-section-4 .footer-widget-area-inner > .widget:not(:first-child) p {
		margin-bottom: 5px;
	}
	footer .site-footer-middle-section-2, footer .site-footer-middle-section-3 {
		display: inline-block;
		width: 49%;
		margin: 35px 0;
	}
	.site-bottom-footer-wrap .site-info-inner p { 
		text-align: center;
		margin: 5px 0;
	}
	footer .wp-block-social-links {
		margin-bottom: 0;
	} 
	.af-home-hero .is-layout-flex.af-counter > div:nth-child(even) {
		padding-inline: 10px;
	}
	.af-cta-box .kt-inside-inner-col{
		padding: 40px 10px;
	}
	.af-hero-inner h1.wp-block-heading {
		font-size: 40px !important;
	}
	.af-home-hero .af-big-btn .wp-element-button {
		padding: 12px 16px;
		font-size: 14px;
	}
	.af-home-hero .af-big-btn {
		gap: 5px;
	}
	.af-center-mobile { 
		text-align: center;
	}
	.af-center-mobile figure.wp-block-image {
		margin-inline: auto !important;
	} 
	footer.site-footer .af-footer-content {
		margin-bottom: 0;
	}
	.af-faq .kt-accordion-panel-inner {
		padding: 0 17px 25px;
	} 
	.af-faq .kt-blocks-accordion-header:after { 
		right: 10px;
	}
}	

