/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


body {
	font-family: 'Be Vietnam Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6,h7,.button {
    font-family: 'Alumni Sans', sans-serif;
}
.single-post .blog-single h1,
.single-post .blog-single h2,
.single-post .blog-single h3,
.single-post .blog-single h4,
.single-post .blog-single h5,
.single-post .blog-single h6,
.single-post .blog-single h7 {
	font-family: 'Be Vietnam Pro', sans-serif !important;
}
.no-bottom {
	padding-bottom: 0 !important;
}
.main-btn {
	padding: 8px 30px !important;
    margin-bottom: 0 !important;
    font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    min-height: unset !important;
}
.main-btn:hover {
	background: var(--fs-color-secondary);
}

.text-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    font-weight: 800;
}

.text-link svg, .button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex: 0 0 auto;
}

.main-tt h2, .main-tt-h1, .page-template-default h1.entry-title,.main-tt h1 {
	font-size: clamp(1.6rem, 4vw, 2.7rem) !important;
	text-transform: capitalize !important;
	margin-bottom: 8px !important;
}

.main-tt .label {
	color: var(--fs-color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(1.1rem, 5vw, 1.4rem) !important;;
	margin-bottom: 0;
	font-family: 'Alumni Sans', sans-serif;
}

.header-nav-main > .menu-item > a{
	font-family: 'Alumni Sans', sans-serif;
	font-size: 1.5rem;
}
#logo img {
	height: 60px !important;
}
#logo a {
	width: fit-content;
}

.banner-tt h2 {
	font-size: clamp(2.2rem, 4.5vw, 4.5rem) !important;
	font-weight: 700 !important;
}
.banner-tt h2 span {
	color: var(--fs-color-secondary);
}
.banner-tt h3 {
    font-size: clamp(1.5rem, 3.5vw, 3rem) !important;
	font-weight: 700 !important;
}
.banner-tt p {
	font-size: clamp(.9rem, 4vw, 1.2rem) !important;
}
.h-slider .overlay {
    background: linear-gradient(41deg, rgba(0, 0, 0, 0.9) 0%, transparent 100%) !important;
}
.banner-btn > .col-inner {
	display: flex;
	gap: 15px;
}
.banner-btn .button {
    font-family: 'Alumni Sans', sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
    min-height: unset;
	font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
	margin: 0;
	text-wrap: nowrap;
}
.h-sec1 {
	background: url(/wp-content/uploads/2026/04/home-row1-bg.png) bottom right no-repeat;
    background-size: 35% auto;
}
.h-sec1 .img {
	border-radius: 12px;
	overflow: hidden;
}
.h-grid-box .row .col > .col-inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.h-grid-box .icon-box img {
	padding: 0;
}
.h-grid-box .icon-box .icon-box-img {
	margin-bottom: 10px !important;
}
.h-grid-box .icon-box h3 {
	font-size: clamp(1.4rem,4vw,2.5rem);
	line-height: 1;
	margin-bottom: 0;
}
.h-grid-box .icon-box p {
	font-weight: 500;
	margin: 0;
	font-size: 1rem;
}
.h-sec2 .grid-it > .col > .col-inner {
	border-radius: 12px;
	padding: 24px;
	background: #fff url(/wp-content/uploads/2026/04/item-bg-1.png) right bottom no-repeat;
	background-size: 70px 70px;
    box-shadow: 0 0 40px 0 rgba(19, 74, 155, 0.10);
}

.h-sec2 .grid-it .icon-box img {
	padding: 0;
}
.h-sec2 .grid-it .icon-box .icon-box-img {
	padding: 15px;
	background: #e2ffff;
	border-radius: 8px;
}

.h-sec3 .box {
	border-radius: 12px;
    box-shadow: 0 0 30px 0 rgba(19, 74, 155, 0.15);
	overflow: hidden;
}
.h-sec3 .box h3 {
	font-size: clamp(1.1rem,4vw,1.5rem);
}
.h-sec4 .slider {
	padding: 0 !important;
}

.h-sec4 .banner {
	border-radius: 12px;
	overflow: hidden;
}

.h-sec4 .is-selected.banner .banner-inner{
    border-radius: 12px;
	overflow: hidden;
}
.h-sec4 .video-button-wrapper {
	display: flex;
    justify-content: center;
}
.h-sec4 .open-video {
	margin: 0 !important;
	border-radius: 25% !important;
    width: 100px !important;
    height: 75px !important;
	    display: flex;
    justify-content: center; 
	align-items:center;
	background: var(--fs-color-secondary);
	border-color: var(--fs-color-secondary);
}
.h-sec5 .tabbed-content {
	justify-content:center;
}
.h-sec5 .tabbed-content .nav {
	width: fit-content !important;
	border-radius: 8px;
    background: #E1EDFF;
}
.h-sec5 .tabbed-content .nav a {
	padding: 8px 24px;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
}
.h-sec5 .tabbed-content .nav .active a{
	background: var(--primary-color); 
	color: #fff;
	border-radius: 12px;
}

.h-sec5 .tab-panels {
	padding-top: 30px;
}
.h-sec6 .row-slide .flickity-slider > .col {
	padding-bottom: 0;
}
.h-sec6 .row-slide .flickity-slider > .col > .col-inner {
	text-align: center;
    vertical-align: middle;
    padding: 25px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(19, 74, 155, 0.08);
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}
.h-sec6 .row-slide .flickity-slider > .col > .col-inner:hover {
	border: 1px solid var(--fs-color-secondary);
}
.h-sec6 .row-slide .flickity-slider .img .img-inner {
	overflow: visible;
}
.h-sec6 .row-slide .flickity-slider img {
	transition: .3s all;
}
.h-sec6 .row-slide .flickity-slider > .col > .col-inner:hover img {
    transform: scale(1.1);
}
.h-sec6 .row-slide .flickity-page-dots {
	bottom: -30px !important;
}
.h-sec6 .row-slide .flickity-page-dots .dot {
	width: 25px;
	height: 4px;
	border-radius: 0;
	border-color: #666;
}
.h-sec6 .row-slide .flickity-page-dots .dot.is-selected {
	border-color: var(--primary-color);
}
.h-sec7 .accordion-title {
	background: #FFF;
    box-shadow: 0 0 20px 0 rgba(19, 74, 155, 0.10);
    border: 1px solid transparent; 
	border-radius: 8px;
	padding-left: 12px !important;
}
.h-sec7 .accordion {
	display: flex; 
	flex-direction: column;
	gap: 15px;
}
.h-sec7 .accordion .toggle {
	right: 0;
	left: unset;
	margin:0;
}
.h-sec7 .accordion .accordion-title.active {
	box-shadow: none;
	border: none !important;
	background: none;
}
.h-sec7 .accordion .accordion-inner {
	padding: 15px 15px 0;
}
.h-sec7 .accordion .accordion-item {
	background: #FFF;
    box-shadow: 0 0 20px 0 rgba(19, 74, 155, 0.10);
	border-radius: 8px;
}


/* contact form */
.dc-form input[type=text],.dc-form input[type=tel],.dc-form select,.dc-form textarea{
	border-radius: 8px;
}
.dc-form .wpcf7-submit {
	background: var(--fs-color-secondary);
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-radius: 8px;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-response-output {
	margin: 10px 0 0 !important;
}
.wpcf7-form {
	margin: 0;
}

/* blog */
.box-blog-post {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(19, 74, 155, 0.15);
	background: #fff;
}
.box-blog-post .post-title {
	margin: 8px 0;
	font-size: clamp(1.1rem, 4vw, 1.5rem);
}
.box-blog-post .box-text {
	text-align:left;
	padding: 16px !important;
}
.box-blog-post .post-title a, .box-blog-post .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.box-blog-post .post-meta {
	font-size: 13px;
	color:var(--primary-color);
}
.box-blog-post .text-link {
    margin: 5px 0 0 !important;
	font-size: 1.1rem;
}
.box-blog-post .post-category-badge {
	position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
    background: var(--primary-color);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 13px;
}




@media only screen and (max-width: 849px) {
	.h-grid-box .icon-box {
		    flex-direction: column;
    align-items: center;
    text-align: center !important;
	}
	.h-grid-box .icon-box .icon-box-text {
		padding: 0 !important;
	}
	#logo {
		width: auto !important;
	}
}

@media only screen and (max-width: 549px) {
	.h-sec4 .open-video {
		width: 75px !important;
		height: 50px !important;
	}
	.h-sec5 .tabbed-content .nav {
		text-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content:left;
		    width: 100% !important;
    overflow-x: scroll;
	}
}
