/*!
Theme Name: BioCimex
Theme URI: http://underscores.me/
Author: Anissa Slimane 
Author URI: https://biocimex.fr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biocimex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*
============================================================
Global Style Start
============================================================
*/

:root {
    --color-primary: #606060;
    --color-secondary: #275E63;
	--color-secondary-light: rgba(39, 94, 99, 0.04); 
    --color-accent: #FF9D3D;
    --color-header: #000000;
    --color-white: #ffffff;
    --font-general-sans: 'GeneralSans-Regular', Arial, sans-serif;
    --font-general-sans-medium: 'GeneralSans-Medium', Arial, sans-serif;
    --font-general-sans-semibold: 'GeneralSans-Semibold', Arial, sans-serif;
    --font-general-sans-bold: 'GeneralSans-Bold', Arial, sans-serif;
    --font-general-sans-extralight: 'GeneralSans-Extralight', Arial, sans-serif;
    --font-general-sans-light: 'GeneralSans-Light', Arial, sans-serif;
}
.color-primary {
    color: var(--color-primary);
}
.color-secondary {
    color: var(--color-secondary);
}
.color-accent {
    color: var(--color-accent);
}
.color-header {
    color: var(--color-header);
}
.color-white{
	color:var(--color-white);
}
.bg-secondary {
    background-color: var(--color-secondary);
}
.bg-secondary-light {
    background-color: var(--color-secondary-light);
}
.bg-accent {
    background-color: var(--color-accent);
}
.bg-white{
	background-color:var(--color-white);
}
* {
	box-sizing: border-box;
}
html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 16px;
}
@media only screen and (min-width: 1921px) {
	html {
		font-size: 0.833vw;
	}
}
body {
	color: var(--color-primary);
	font-family: var(--font-general-sans);
	font-size: 1.125rem;
	line-height: 1.625rem;
	height: 100%;
	margin: 0;
}
img, svg {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe, video {
	max-width: 100%;
}
.admin-bar .site-header,
.admin-bar .hamburger-wrapper {
	top: 2rem;
}
@media only screen and (max-width: 991px) {
	.admin-bar .site-header,
	.admin-bar .hamburger-wrapper {
		top: 2.875rem;
	}
	#wpadminbar {
		position: fixed;
		top: 0;
	}
}
#page {
	overflow: hidden;
}
a, button, input, textarea, select {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}
a[href^=tel] {
	text-decoration: inherit;
}
b:not(.hero-description b), strong:not(.hero-description strong)
{
	font-family: var(--font-general-sans-medium);
	color:var(--color-header);
}
.slick-slider {
	overflow: hidden;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	margin: 0 15px;
}

/* Slick Slider Custom Settings */

.itemMargin .slick-slide {
	margin-right: .625rem;
	margin-left: 625rem;
}
.itemMargin .slick-list {
	margin: 0 -625rem;
}
.stagePaddingRight .slick-slide {
	margin-left: 1.25rem;
}
.stagePaddingRight .slick-list {
	margin: 0;
	padding: 0 20% 0 0 !important;
}

/* Slick Slider Custom Settings End */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
input[type='radio'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 1.25rem;
	height: 1.25rem;
	border: 0.15em solid #ffffff;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[type='radio']::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffffff;
}
input[type='radio']:checked::before {
	transform: scale(1);
}
.wpcf7-spinner {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 20px;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 10px;
	padding: 20px;
	padding-left: 66px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04), 0px 12px 25px rgba(0, 0, 0, 0.07) !important;
	background: #000;
	position: relative;
	top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	content: '';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
.wpcf7 form.sent .wpcf7-response-output::before {
	content: '\f058';
	color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before {
	content: '\f057';
	color: #46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: '\f12a';
	color: #ffb900;
	border: 1px solid #ffb900;
	width: 36px;
	height: 36px;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
	}
}
.field-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(25% - 1.875rem), 1fr));
	column-gap: 1.875rem; 
	row-gap: 1.875rem; 
}
.field-full {
	grid-column: span 4;
}
.field-half {
	grid-column: span 2;
}
.field-third {
	grid-column: span 1;
}

.field-fourth {
	grid-column: span 1;
}
@media (max-width: 767px) {
	.field,.field-half, .field-third, .field-fourth {
		grid-column: span 4;
	}
}
.field input{
	max-width:100%;
}

@media (max-width: 767px) {
	.field-half, .field-third, .field-fourth {
		flex: 1 1 100%;
	}
}
.sync-height {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.sync-content {
	flex-grow: 1;
}
.error-404 .site-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-general-sans-semibold);
    color: var(--color-header);
    margin-top: 0;
    margin-bottom: 0.9375rem;
}
h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
}
h2{
	font-size: 3.375rem;
	line-height: 3.875rem;
}
.page-template-front-page h2 {
    font-size: 3.75rem;
    line-height: 4.5rem;
}
h3{
	font-size: 3rem;
	line-height: 3.5rem;
}
.highlighted-text {
	position: relative;
	display: inline-block;
}
.highlighted-text::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top:auto;
	bottom: -.9375rem;
	width: 100%;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.has-highlighted-text{
	margin-bottom: 1.5rem;
}

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

    h1 {
        font-size: 3.15rem;
        line-height: 3.78rem;
    }
	h2{
		font-size: 2.85rem;
		line-height: 3.27rem;
	}
	.page-template-front-page h2{
		font-size: 3.15rem;
        line-height: 3.78rem;
	}
	h3 {
        font-size: 2.5rem;
        line-height: 3.1rem;
    }
	.has-highlighted-text {
		margin-bottom: 1.25rem;
	}
}

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

    h1 {
        font-size: 2.7rem;
        line-height: 3.24rem;
    }
	h2 {
        font-size: 2.55rem;
        line-height: 2.93rem;
    }
	.page-template-front-page h2 {
        font-size: 2.7rem;
        line-height: 3.24rem;
    }
	h3 {
        font-size: 2.4rem;
        line-height: 2.85rem;
    }

}

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

    h1 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
	h2{
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.page-template-front-page h2{
		font-size: 2.25rem;
        line-height: 2.75rem;
	}
	h3{
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
}

.site-header,
.site-footer,
section {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media only screen and (min-width: 1200px) {
	.site-header,
	.site-footer,
	section{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (min-width: 1400px) {
	.site-header,
	.site-footer,
	section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (min-width:1600px) {
	.site-header,
	.site-footer,
	section {
		padding-left: 5rem; 
		padding-right: 5rem;
	}
}
@media only screen and (min-width: 1920px) {
	.site-header,
	.site-footer,
	section {
		padding-left: 15rem;
		padding-right: 15rem;
	}
}
p {
	margin-top: 0;
	margin-bottom: 0.9375rem;
}
p:last-of-type {
	margin-bottom: 0;
}
p strong {
	font-weight: 800;
}
a{
	color:var(--color-secondary);
}
.site-btn{
	display: inline-flex;
    align-items: center;
    justify-content: center; /* Add this line */
    width: fit-content; /* Add this line */
	border:none;
	cursor: pointer;
	text-align: center;
	background:var(--color-accent);
	color: var(--color-white);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding: 1rem 1.875rem;
	border-radius: 6.25rem;
	transition:0.3s all ease;
}
.site-btn svg {
	transition: 0.3s all ease;
	position: relative;
	top: -.125rem;
	left: .3125rem;
}
.site-btn:not(.hero-mobile-btn):hover svg{
	transform:rotate(45deg);
}
.site-btn:hover{
	background:var(--color-secondary);
}
.hover-white:hover{
	background:var(--color-white);
	color:var(--color-accent);
}
.hover-white svg path{
	transition:0.3s all ease;
}
.hover-white:hover svg path{
	fill:var(--color-accent);
}
.secondary-smile::before {
    background-image: url('./assets/images/secondary-smile.svg');
}
.white-smile::before {
    background-image: url('./assets/images/white-smile.svg');
}
.accent-smile::before {
    background-image: url('./assets/images/accent-smile.svg');
}


/*
============================================================
Global Style End
============================================================
*/


/*
============================================================
Header Style Start
============================================================
*/

.site-header{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background:var(--color-secondary);
	display: flex;
	align-items: center;
	column-gap: 3.125rem;
	justify-content: space-between;
}
.site-branding a {
	display: block;
}
.header-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 3rem;
}
.main-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.main-menu > ul {
	display:flex;
	justify-content: flex-end;
	column-gap: 1.875rem;
}
.main-menu > ul > li{
	display: block;
	position:relative;
}
.main-menu > ul > li > a{
	display:block;
	color:var(--color-white);
	font-size: 1.25rem;
	line-height: 1.625rem;
	transition:0.3s all ease;
	font-family:var(--font-general-sans);
	position:relative;
	padding: .9375rem 0;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-ancestor > a{
	color:var(--color-accent);
}
.main-menu > ul > li.menu-item-has-children > a .submenu-indicator path,
.mobile-menu > ul > li.menu-item-has-children .submenu-indicator svg path{
	transition:0.3s all ease;
}
.main-menu > ul > li.menu-item-has-children > a .submenu-indicator,
.mobile-menu > ul > li.menu-item-has-children .submenu-indicator svg {
	width: 15px;
	margin-left: .375rem;
}
.main-menu li.menu-item-has-children:hover > a .submenu-indicator path,
.mobile-menu li.menu-item-has-children:hover .submenu-indicator svg path,
.main-menu li.current-menu-item > a .submenu-indicator path,
.mobile-menu li.current-menu-item .submenu-indicator svg path,
.main-menu li.current-menu-ancestor > a .submenu-indicator path,
.mobile-menu li.current-menu-ancestor .submenu-indicator svg path{
	fill:var(--color-accent);
} 
@media only screen and (min-width:1200px) {
	
    .main-menu > ul > li > ul {
		position: absolute;
		top:calc(100% + .3125rem );
		left:0;
		padding: .5rem 1.125rem;
        background:var(--color-white);
		width:200px;
		border-radius: .75rem;
		box-shadow: 0px .75rem .75rem 0px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease 0s;
		z-index: 333;
		visibility: hidden; 
		opacity: 0; 
		z-index: 99;
    }
    .main-menu > ul > li:hover > ul{
		top:100%;
        opacity: 1;
        visibility: visible;
    }
    .main-menu > ul > li > ul > li {
		display: block;
	}
    .main-menu > ul > li > ul > li > a {
		display: block;
		color:var(--color-header);
		font-size: 1rem;
		line-height: 1.125rem;
		padding: 10px 0;
		transition: 0.3s all ease;
	}
	.main-menu > ul > li > ul > li > a:hover,
	.main-menu > ul > li > ul > li.current-menu-item > a{
		color:var(--color-accent);
	}

}
@media only screen and (max-width:1599px) {

	.main-menu > ul {
		column-gap: 1.5625rem;
	}
	.main-menu > ul > li > a{
		font-size: 1.125rem;
	} 

}

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

	.site-header{
		column-gap: 1.25rem;
	}
	.site-branding a {
		display: block;
		max-width: 12.5rem;
	}
	.header-right{
		column-gap: 1.25rem;
	}
	.main-menu > ul > li > a{
		font-size: 1rem;
	} 
	.header-btn.site-btn{
		font-size: .875rem;
		padding: 1rem 1.875rem;
	}
}

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

	.menu-trigger{
		color:var(--color-white);
		font-size: 1.875rem;
		cursor: pointer;
		display: flex;
		align-self: center;
	}
	.hamburger-wrapper {
		position:fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8); 
		z-index:-1; 
		opacity: 0;    
		visibility:hidden;
		transition:0.3s all ease;
	}
	.hamburger-wrapper.isOpen {
		z-index:9999; 
		opacity:1;    
		visibility:visible;
	}
	.hamburger-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background:var(--color-secondary);
		color:var(--color-white);
		padding: 0 1.875rem;
	}
	.hamburger-header {
		display: flex;
		justify-content: space-between;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.menu-close {
		cursor:pointer;
		display: flex;
		align-items: center;
	}
	.mobile-menu {
		width: 100%;
	}
	.mobile-menu ul{
		margin:0;
		padding:0;
		list-style-type: none;
	}
	.mobile-menu ul li{
		display: block;
		position:relative;
	}
	.mobile-menu ul li.menu-item-has-children a{
		position:relative;
		display: block;
		width:max-content;
	}
	.mobile-menu ul li a{
		color:var(--color-white);
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1.625rem; 
		padding: 1.125rem 0;
		display: block;
		transition:0.3s all ease;
	}
	.mobile-menu ul li:hover > a,
	.mobile-menu ul li.current-menu-item > a,
	.mobile-menu ul li.current-menu-ancestor > a{
		color:var(--color-accent);
	}
	.mobile-menu .sub-menu{
		margin-left: 1.25rem;
		display: none;
	}
	.mobile-menu ul li ul li a{
		padding: .625rem 0; 
		font-size: 1.125rem;
	}
	.mobile-menu > ul > li.menu-item-has-children > .submenu-indicator{
		position:absolute;
		top:16px;
		right:0;
		cursor: pointer;
		width: 1.875rem;
		height: 1.875rem;
		display: block;
	}


}

/*
============================================================
Header Style End
============================================================
*/


/*
============================================================
CMS Style Start
============================================================
*/


/* ------------------------------------------------------
Hero Section Start 
------------------------------------------------------ */

.hero-section {
	background:var(--color-secondary);
	position:relative;
}
.hero-vector-icon{
	position:absolute;
}
.hero-vector1 {
	right: 6.25rem;
}
.hero-vector2 {
	right: 0;
	top: -3.75rem;
}
.hero-grid{
    display: grid;
	grid-template-columns: calc(58% - 2.5rem) calc(42% - 2.5rem);
    align-items: center;
    column-gap: 5rem;
    width: 100%;
    max-width: 100%; 
	padding-top: 3.125rem;
	padding-bottom: 4.375rem;
}
.hero-content {
    max-width: 100%;
	position:relative;
}
.hero-image {
    max-width: 100%;
	text-align:right;
}
.hero-insect-icon {
	position: absolute;
	left: -1.5625rem;
	top: -1.5625rem;
}
.hero-title{
	color:var(--color-white);
	margin-bottom: 2.5rem;
}
.hero-highlighted.highlighted-text {
	display:inline;
}
.wave-word {
    display: inline-block;
    white-space: normal;
}
.wave-letter {
    display: inline-block;
    animation: wave 0.8s ease-in-out infinite;
}
.last-word {
    display: inline-block;
    width:max-content;
	position: relative;
}
.last-word::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.25rem;
    background:url(./assets/images/accent-smile.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:100%;
	height: 1.5rem;
}
@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}
.hero-description{
	color:var(--color-white);
	font-size: 1.125rem;
	line-height: 1.625rem;
}

/* Hero Form Style */

.hero-form {
	margin-bottom: -11.875rem;
}
.hero-field-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr) auto;
	column-gap: 1.75rem;
	align-items: flex-start;
}
.hero-field-row .field input {
    width: 100%; 
}
.hero-field-row .submit-field {
    grid-column: span 1; 
}
.hero-field-row .wpcf7-spinner{
	display: none;
}
.hero-form-inner {
	background: var(--color-white);
	border-radius: 1.5rem;
	box-shadow: 0px 1.5rem 3rem 0px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(1.875rem);
	padding: 2.8125rem;
}
.field input::placeholder,
.field textarea::placeholder {
    opacity: 1;
    color: #000;
}

.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.field input:-moz-placeholder,
.field textarea:-moz-placeholder {
    opacity: 1;
    color: #000;
}

.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}
.field input,
.field textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.12);
	background:var(--color-white);
	color: #000;
	font-size: 1.125rem;
	line-height: 1.125rem; 
	padding: 1.125rem 1.25rem;
}
.hero-field-row input{
	border-radius: .5rem;
}
.acceptance-field {
	text-align: left;
}

/* Hero Form Style End */

.section-full-width-shape{
	width:100%;
}
.section-full-width-shape svg,
.section-full-width-shape img {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1599px) {
	.hero-grid{
		padding-top: 1.25rem;
	}
}
@media only screen and (max-width:1399px) {

	.inner-hero-content .hero-title {
		margin-bottom: 1.5rem;
	}

}
@media only screen and (max-width:1199px) {

	.hero-grid {
		padding-top: 2.5rem;
	}
	.hero-insect-icon {
		top: -2.5rem;
	}
}
@media only screen and (max-width:991px) {

	.hero-insect-icon {
		display: none;
	}
	.hero-grid {
		grid-template-columns: 1fr;
	}
	.hero-image {
		order: 1;
		text-align: center;
	}
	.hero-content {
		order: 2;
		text-align: center;
		margin-top: 3.125rem;
	}
	.home-hero{
		margin-bottom: 40px;
	}
	.hero-form {
		margin-bottom: -180px;
	}
	.hero-field-row {
		grid-template-columns: repeat(3, 1fr); 
		row-gap: 1.25rem;
		column-gap: 1.25rem;
	}
	.hero-field-row .submit-field {
		grid-column: 1 / -1; 
		justify-self: center; 
	}
	.hero-form-inner {
		padding: 2.1875rem;
	}

}
.hero-field-row .acceptance-field {
	text-align: center;
	margin-top: 20px;
}
.hero-mobile-btn{
	display:none;
}
@media only screen and (max-width:767px) {
	.hero-desktop-btn{
		display:none
	}
	.hero-mobile-btn{
		display:inline-flex;
	}
	.hero-mobile-btn svg{
		fill:#fff;
		margin-right:15px;
	}
	.hero-vector-icon {
		display: none;
	}
	.hero-grid {
		padding-top: 0;
		padding-bottom: 0;
	}
	.home-hero{
		margin-bottom: 225px;
	}
	.hero-form {
		margin-top: 3.125rem;
		margin-bottom: -300px;
	}
	.hero-field-row {
		grid-template-columns: 1fr;
		gap: .75rem;
	}
	.hero-form-inner {
		padding: 1.5rem;
	}
.hero-field-row .submit-field {
	width: 100%;
	grid-column: span 4;
}
	.hero-field-row .acceptance-field {
	text-align: left;
	margin-top: 10px;
}
	.hero-field-row .submit-field input {
		width: 100%;
	}
	.inner-hero-content{
		margin-bottom: 50px;
	}
}



/* ------------------------------------------------------
Hero Section End 
------------------------------------------------------ */

/* ------------------------------------------------------
Content and Media Split Section Start
------------------------------------------------------ */

.media-content-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 6rem;
}
@media only screen and (min-width:1600px) {
	.media-content-grid > * {
		align-self: center;
	}
}
.section-label{
	color: var(--color-accent);
	font-family:var(--font-general-sans-medium);
	font-size: 1rem;
	font-style: normal;
	line-height: 1rem; 
	text-transform: uppercase;
}
.section-services{
	margin-top: 1.5rem;
}
.content ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
}
.section-service-box:not(:first-of-type){
	margin-top: .9375rem;
}
.content ul li:not(:first-of-type){
	margin-top: 1.5rem;
}
.section-service-box,
.content ul li{
	position:relative;
	padding-left: 2.625rem;
}
.section-service-box::before,
.content ul li::before{
	position:absolute;
	content:"";
	width: 1.875rem;
	height: 1.875rem;
	left:0;
	top:0;
	background:url(./assets/images/list-before.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.section-service-box h3{
	font-size: 1.125rem;
	line-height: 1.625rem; 
	margin-bottom: .5rem;
	font-family: var(--font-general-sans-semibold);
	position:relative;
	display: inline-block;
}
.section-service-box h3::after{
	position:absolute;
	content:"";
	width: 1.3125rem;
	height: 2rem;
	top:50%;
	transform:translateY(-50%);
	right: -1.625rem;
	background:url(./assets/images/list-after.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.media.media-left {
	text-align: right;
}
.media.media-right{
	text-align: right;
}
.btns {
	display: flex;
	column-gap: 30px;
}
@media only screen and (max-width:1199px) {

	.media-content-grid {
		column-gap: 2.5rem;
	}
	.btns {
		column-gap:20px;
	}
}
@media only screen and (max-width:991px) {

	.media-content-grid {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 2.5rem;
	}
	.media.media-left,
	.media.media-right {
		text-align: center;
	}
	.section-header{
		text-align: center;
	}


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

	.btns {
		display: block;
	}
	.btns a{
		width: 100%;
		display: block;
	}
	.btns .site-btn:not(:first-child){
		margin-top: 15px;
	}

}

/* ------------------------------------------------------
Content and Media Split Section End
------------------------------------------------------ */


/* ------------------------------------------------------
How It Works Section Start
------------------------------------------------------ */

.how-it-works-section{
	position:relative;
}
.section-full-width-shape{
	width:100%;
}
.w-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	column-gap: 1.875rem;
}
.w-step-box {
	margin-top: 1.875rem;
}
.w-step-content {
	max-width: 18.125rem;
	margin-left:auto;
	margin-right:auto;
}
.w-step-box h3 {
	text-align: center;
	font-family: var(--font-general-sans-semibold);
	font-size: 1.875rem;
	line-height: 2.375rem;
	margin-top: 1.875rem;
	min-height: 4.8125rem;
}
.w-step-icon-wrapper{
	display: inline-block;
	position:relative;
}
.w-step-icon-outer{
	border: 2.375rem solid var(--color-white);
	border-radius: 50%;
}
.w-step-icon{
	width: 15.5rem;
	height: 15.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background:rgba(39, 94, 99, 0.06);
}
.w-step-icon svg,
.w-step-icon img{
	max-width: 6.25rem;
}
.circle-border{
	position:absolute;
	bottom:0;
	left:0;
}
.circle-border-top{
	top:0;
}

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

	.w-step-icon {
		width: 12.5rem;
		height: 12.5rem;
	}


}
@media only screen and (max-width:1399px) {

	.w-step-icon{
		width: 9.375rem;
		height: 9.375rem;
	}

}
@media only screen and (max-width:1199px) {

	.w-step-icon-outer{
		border-width: 1.5625rem;
	}
	.w-step-icon img,
	.w-step-icon svg{
		max-height: 5rem;
	}
	.w-step-box h3 {
		text-align: center;
		font-family: var(--font-general-sans-semibold);
		font-size: 1.5rem;
		line-height: 2rem;
		min-height: 4.8125rem;
	}

}
@media only screen and (max-width:991px) {

	.w-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.w-step-box h3{
		min-height: auto;
	}

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

	.w-steps {
		grid-template-columns: repeat(1, 1fr);
	}
	.circle-border {
		display: none;
	}
	.w-step-icon-wrapper {
		border-width: 0;
	}
	.w-step-icon-outer {
		border-width: 0;
	}
	.w-step-icon {
		width: 7.5rem;
		height: 7.5rem
	}
	.w-step-box h3 {
		margin-top: 1.125rem;
		margin-bottom: .75rem;
	}

}
/* Certifications */

.certifications {
	background: var(--color-secondary);
	color: var(--color-white);
	padding: 3.75rem;
	border-radius: 3rem;
	box-shadow: 0px 1.5rem 3rem 0px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(1.875rem);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	column-gap: 1.25rem;
}
.certification-logos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.875rem;
	justify-content: flex-end;
}
@media only screen and (max-width:991px) {

	.certification-header{
		text-align: left;
	}

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

	.certifications {
		grid-template-columns: 1fr;
		row-gap: 2.5rem;
		padding: 2.5rem;
	}
	.certification-header{
		text-align: center;
	}

}
/* Certifications */

/* How It Works Shape Management */

.how-it-work-top-shape{
	margin-bottom:30px;
}
.how-it-work-bottom-shape {
	margin-top:190px; 
}
.certifications {
	margin-top: -250px;
}
@media only screen and (max-width:991px) {

	.how-it-work-bottom-shape {
		margin-top: 220px;
	}
}
@media only screen and (max-width:767px) {

	.how-it-work-bottom-shape {
		margin-top: 40px;
	}
	.certifications {
		margin-top:50px;
	}
}

/* How It Works Shape Management End */






/* ------------------------------------------------------
How It Works Section End
------------------------------------------------------ */


/* ------------------------------------------------------
Advantages Section Style Start
------------------------------------------------------ */
.advantages-header{
	max-width: 59.375rem;
	margin-left:auto;
	margin-right:auto;
}

.video-container {
    position: relative
}
.advantages-video{
	background:url(./assets/images/video-shape.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	margin-top: 3rem;
}
#myVideo{
	max-width: 65.5rem;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: block;
	border-radius: 1.5rem;
	box-shadow: 0px 1.5rem 3rem 0px rgba(0, 0, 0, 0.06);
}
.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.video-container:hover .video-controls {
    opacity: 1;
}
.video-container.youtube-video .video-controls {
    display: none;
}
.play-button,
.pause-button {
    background-color: transparent;
    background-size: cover;
    width: 7.8125rem; 
    height: 7.8125rem; 
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.play-button {
    background-image: url('./assets/images/play.svg');
}
.pause-button {
    background-image: url('./assets/images/pause.svg');
}
.advantages-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
    padding: 4.375rem 0;
}
.advantages-feature-box {
    flex: 1 1 calc(16.66% - 1.875rem); 
    max-width: calc(16.66% - 1.875rem);
    text-align: center;
}
.advantages-feature-title {
    font-family: var(--font-general-sans-medium);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
}
@media only screen and (max-width:1399px) {

	.advantages-video{
		background:none;
	}
	.advantages-feature-title {
		font-size: 1.25rem;
		line-height: 1.625rem;
	}

}
@media only screen and (max-width: 1199px) {

    .advantages-feature-box {
        flex: 1 1 calc(25% - 1.875rem);
        max-width: calc(25% - 1.875rem);
    }

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

	.advantages-features {
		gap: 1.5rem;
	}
	.advantages-feature-box {
        flex: 1 1 calc(50% - 1.875rem);
        max-width: calc(50% - 1.875rem);
    }
	.play-button,
	.pause-button {
		width: 3.125rem; 
		height: 3.125rem; 
	}
	.advantages-video.video-container {
		margin-top: 1.875rem;
	}
	.advantages-features {
		padding: 2.5rem 0;
	}
	.advantages-icon {
		max-width: 4.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.advantages-feature-title {
		margin-top: .75rem;
		font-size: 1.125rem;
	}

}

/* ------------------------------------------------------
Advantages Section Style End
------------------------------------------------------ */

/* ------------------------------------------------------
Testimonial Section Style Start
------------------------------------------------------ */

.testimonials-wrapper{
	margin-top: 3.75rem;

}
.testimonial-section-header {
	padding-top: 1.875rem;
	max-width: 43.75rem;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-box{
	border-radius: 1.5rem;
	background: var(--color-white);
	padding: 2.25rem;
	display: flex !important;
    flex-direction: column;
    flex: 1;
}
.testimonial-header {
	display: flex;
	align-items: center;
	column-gap: 1.125rem;
}
.client-photo {
	width: 4.875rem;
	height: 4.875rem;
}
.client-photo img,.client-photo svg {
	border-radius: 50%;
	width: 4.875rem;
	height: 4.875rem;
}
.client-meta h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: .3125rem;
}
.testimonial-body {
	margin-top: 1.5rem;
	margin-bottom: 2.25rem;
	flex-grow: 1;
    display: flex;
    align-items: flex-start;
}
.testimonial-footer {
	border-radius: .75rem;
	background: rgba(255, 157, 61, 0.06);
	padding: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .3125rem;
}
.rating-text {
	color: var(--color-header);
}
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .5rem;
	margin-top: 3.75rem;
}
.slick-dots li {
	background: transparent;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.slick-dots li.slick-active {
	background: #f5ece1;
}
.slick-dots li button {
	padding: 0;
	background: rgba(0,0,0,0.12);
	border: none;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	text-indent: -9999px;
	cursor:pointer;
}
.slick-dots li.slick-active button {
	background: var(--color-accent);
	position: relative;
}
@media only screen and (max-width:991px) {

	.rating-image {
		max-width: 7.5rem;
	}

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

	.testimonial-box{
		padding: 1.5rem;
	}
	.testimonials-wrapper {
		margin-top: 1.875rem;
	}
	.slick-dots {
		margin-top: 2.5rem;
	}
	.rating-image {
		max-width: 6.25rem;
	}
}
@media only screen and (max-width:349px) {

	.testimonial-footer{
		display: block;
		text-align: center;
	}
	.rating-image {
		margin-left:auto;
		margin-right:auto;
	}

}

.testimonial-carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    min-height: 200px; /* Add minimum height to prevent layout shift */
}

.testimonial-carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.testimonial-box {
    display: none; /* Hide all slides initially */
}

.testimonial-box:first-child,
.slick-initialized .testimonial-box {
    display: flex; /* Show first slide and all slides after initialization */
}

/* ------------------------------------------------------
Testimonial Section Style End
------------------------------------------------------ */

/* ------------------------------------------------------
Intro Header Style Start
------------------------------------------------------ */

.intro-header-section{
	max-width: 59.375rem;
	margin-left:auto;
	margin-right:auto;
}
.intro-header-section .section-content{
	max-width: 800px;
	margin-left:auto;
	margin-right: auto;
}
@media only screen and (max-width:1399px) {
	.intro-header-section {
		max-width: 53.125rem;
	}
}
@media only screen and (max-width:1199px) {

	.intro-header-section {
		max-width: 46.875rem;
	}

}


/* ------------------------------------------------------
Intro Header Style End
------------------------------------------------------ */



/* ------------------------------------------------------
Info Grid Style Start
------------------------------------------------------ */

.card-grid {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    column-gap: 30px; 
}
.card-grid.two-columns .card ,
.card-grid.two-columns .section-head-inside-grid {
    flex: 0 0 calc((100% - 60px) / 2); 
    max-width: calc((100% - 60px) / 2); 
}
.card-grid.three-columns .card ,
.card-grid.three-columns .section-head-inside-grid {
    flex: 0 0 calc((100% - 90px) / 3); 
    max-width: calc((100% - 90px) / 3); 
}
.card-grid.four-columns .card ,
.card-grid.four-columns .section-head-inside-grid {
    flex: 0 0 calc((100% - 120px) / 4); 
    max-width: calc((100% - 120px) / 4); 
}
.card-grid.five-columns .card,
.card-grid.five-columns .section-head-inside-grid {
    flex: 0 0 calc((100% - 150px) / 5); 
    max-width: calc((100% - 150px) / 5); 
}
.card{
	text-align: center;
	margin-top: 40px;
}
.card.enable-card-bg{
	padding: 24px;
	border-radius: 24px;
	background: var(--color-white);
	box-shadow: 0px 36px 90px 0px rgba(2, 2, 2, 0.06);
	margin-top: 30px;
}

.card-title{
	font-size: 24px;
	line-height: 32px;
	word-break: break-word;
}
.card-icon{
	margin-bottom: 24px;
}

/* Two Column Layout */

.two-columns .card,
.two-columns .section-head-inside-grid{
	position:relative;
	padding:20px;
	padding-left: 105px;
	text-align:left;
}
.two-columns .card-icon{
	width: 72px;
	height: 72px;
	position:absolute;
	left:20px;
	top:20px;
}
.two-columns .card-icon{
	margin-bottom: 0;
}

/* Two Column Layout End */


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

	.card-grid.three-columns .card,
	.card-grid.three-columns .section-head-inside-grid,
	.card-grid.four-columns .card,
	.card-grid.four-columns .section-head-inside-grid,
	.card-grid.five-columns .card,
	.card-grid.five-columns .section-head-inside-grid,
	.card-grid.five-columns .card,
	.card-grid.five-columns .section-head-inside-grid {
		flex: 0 0 calc((100% - 120px) / 4); 
		max-width: calc((100% - 120px) / 4); 
	}

}
@media only screen and (max-width:992px) {

	.card-grid {
		column-gap: 20px; 
	}
	.card-grid.three-columns .card,
	.card-grid.three-columns .section-head-inside-grid,
	.card-grid.four-columns .card,
	.card-grid.four-columns .section-head-inside-grid,
	.card-grid.five-columns .card,
	.card-grid.five-columns .section-head-inside-grid {
		flex: 0 0 calc((100% - 60px) / 3); 
		max-width: calc((100% - 60px) / 3); 
	}

}
.slick-arrow {
	width: 60px;
	height: 60px;
	border: 1px solid var(--color-header);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all ease;
	cursor: pointer;
}
.slick-arrow:hover {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
}
.slick-arrow svg path {
	transition: 0.3s all ease;
}
.slick-arrow:hover svg path {
	fill: var(--color-white);
}
.card-slick-arrow-container {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	margin-top: 20px;
}
@media only screen and (max-width:767px) {

	.card-grid {
		display: block;
	}
	.card-grid.two-columns .card,
	.card-grid.two-columns .section-head-inside-grid,
	.card-grid.three-columns .card,
	.card-grid.three-columns .section-head-inside-grid,
	.card-grid.four-columns .card,
	.card-grid.four-columns .section-head-inside-grid,
	.card-grid.five-columns .card,
	.card-grid.five-columns .section-head-inside-grid {
		max-width:100% ; 
	}
	.card{
		position:relative;
		text-align: center;
	}
	.card.enable-card-bg:not(.card-carousel .card.enable-card-bg){
		padding:20px;
		padding-left: 105px;
		text-align:left;
	}
	.enable-card-bg .card-icon:not(.card-carousel .card-icon){
		width: 72px;
		height: 72px;
		position:absolute;
		left:20px;
		top:20px;
	}
	.enable-card-bg .card-icon:not(.card-carousel .card-icon){
		margin-bottom: 0;
	}
	.card-carousel .card{
		box-shadow: none;
	}

}












/* ------------------------------------------------------
Info Grid Style End
------------------------------------------------------ */


/* ------------------------------------------------------
Call To Action Style Start
------------------------------------------------------ */

.call-to-action-inner {
	background:var(--color-secondary);
	border-radius: 48px;
	box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(30px);
	padding: 5.625rem;
}
.call-to-action-inner h2,
.call-to-action-inner h3,
.call-to-action-inner .section-content,
.call-to-action-inner .section-content p{
	color:var(--color-white);
}
.cta-grid {
    display: flex;
    width: 100%;
    column-gap: 3.125rem; 
}
.cta-media {
    flex: 0 0 calc(40% - (3.125rem / 2));
    max-width: calc(40% - (3.125rem / 2));
	align-self: center;
}
.cta-content {
    flex: 0 0 calc(60% - (3.125rem / 2));
    max-width: calc(60% - (3.125rem / 2));
	align-self: center;
}
.call-to-action-section{
	position:relative;
	z-index: 3;
}


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

	.cta-grid {
		column-gap: 1.875rem; 
	}
	.cta-media {
		flex: 0 0 calc(40% - (1.875rem / 2));
		max-width: calc(40% - (1.875rem / 2));
	}
	.cta-content {
		flex: 0 0 calc(60% - (1.875rem / 2));
		max-width: calc(60% - (1.875rem / 2));
	}
	.call-to-action-inner {
		padding: 50px;
	}

}
@media only screen and (max-width:991px) {

	.cta-grid {
		display: block;
	}
	.cta-grid > * {
		max-width: 100%;
	}
	.cta-media {
		margin-top: 2.5rem;
	}
}
@media only screen and (max-width:767px) {

	.call-to-action-inner {
		padding: 2.5rem 1.875rem;
	}
	
}

/* CTA Shape Management */

.overlap-top-adjust{
	margin-top: 150px;
}
.overlap-bottom-adjust{
	margin-bottom: 150px;
}
.overlap-top {
	margin-top: -284px;
}
.overlap-bottom {
	margin-bottom: -284px;
}
@media only screen and (max-width:1399px) {

	.overlap-top-adjust {
		margin-top: 170px;
	}
	.overlap-bottom-adjust {
		margin-bottom: 170px;
	}
}
@media only screen and (max-width:1199px) {

	.overlap-top-adjust {
		margin-top: 190px;
	}
	.overlap-bottom-adjust {
		margin-bottom: 190px;
	}

}
@media only screen and (max-width:991px) {

	.overlap-top-adjust {
		margin-top: 211px;
	}
	.overlap-bottom-adjust {
		margin-bottom: 211px;
	}

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

	.overlap-top-adjust {
		margin-top: 245px;
	}
	.overlap-bottom-adjust {
		margin-bottom: 245px;
	}

}




/* CTA Shape Management End */




/* ------------------------------------------------------
Call To Action Style End
------------------------------------------------------ */



/* ------------------------------------------------------
FAQ Style Start
------------------------------------------------------ */

.faqs{
	max-width: 59.375rem;
	margin-left: auto;
	margin-right: auto;
}
.faq-box{
	border-radius: 12px;
	background: rgba(39, 94, 99, 0.03);
	border: 1px solid transparent;
	padding: 24px;
	margin-top: 1.875rem;
}
.faq-box.active{
	background:var(--color-white);
	border-color:var(--color-secondary);
}
.faq-title{
	margin: 0;
	color: var(--color-secondary);
	font-size: 24px;
	line-height: 24px;
	padding-right: 34px;
	cursor: pointer;
	position:relative;
}
.faq-title::after{
	position:absolute;
	content:"";
	width: 24px;
	height: 24px;
	top:0;
	transform:rotate(0);
	right: 0; 
	background:url(./assets/images/caret-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	transition: 0.3s all ease;
}
.faq-box.active .faq-title::after {
	transform: rotate(180deg);
}
.faq-answer{
	margin-top: 15px;
	display: none;
}
.faq-box.active .faq-answer{
	color:var(--color-primary);
}
@media only screen and (max-width:991px) {

	.faq-box{
		margin-top: 1.25rem;
		padding: 1.125rem;
	}
	.faq-title{
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
	.faq-answer{
		margin-top: .625rem;
	}

}



/* ------------------------------------------------------
FAQ Style End
------------------------------------------------------ */




/* ------------------------------------------------------
Table Style Start
------------------------------------------------------ */

.tab-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	column-gap: .3125rem;
    border-bottom: 1px solid rgba(96,96,96,0.24);
    width: 100%;
    justify-content: space-between;
	overflow:hidden;
	overflow-x: auto;
    white-space: nowrap; 
}
.tab-menu li {
    flex: 1; 
    text-align: center; 
    font-size: 24px;
	line-height: 24px;
    font-family: var(--font-general-sans-semibold);
    color: var(--color-header);
    padding: 24px;
    position: relative;
    box-sizing: border-box; 
	cursor: pointer;
	transition:0.3s all ease;
}
.tab-menu li.active{
	color:var(--color-secondary);
}
.tab-menu li::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100;
	height: 2px;
	background:transparent;
	left: 0;
	bottom: -1px;
	transition:0.3s all ease;
}
.tab-menu li:hover::before,
.tab-menu li.active::before {
	background: var(--color-secondary);
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
}
@media only screen and (max-width:1599px) {

	.tab-menu li {
		font-size: 25px;
	}

}
@media only screen and (max-width:991px) {

	.tab-menu li {
		font-size: 20px;
		padding: 10px;
	}
}
@media only screen and (max-width:767px) {

	.tab-menu{
		display: none;
	}
	.mobile-tab-menu {
		border: 1px solid rgba(96,96,96,0.12);
		border-radius: 60px;
		position: relative;
	}
	.tab-menu-select {
		background: none;
		border: none;
		appearance: none;
		padding: 20px 24px;
		font-size: 16px;
		line-height: 18px;
		font-family: var(--font-general-sans-semibold);
		cursor: pointer;
		width: 100%;
	}
	.mobile-tab-menu::after {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		background:url(./assets/images/black-caret-down.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size:contain;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}

}
.table-section {
    display: flex;
    flex-direction: column;
}
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
	padding: 40px;
	border-radius: 24px;
	background: var(--color-white);
	box-shadow: 0px 36px 90px 0px rgba(2, 2, 2, 0.06);
}
.table-header {
    display: flex;
    gap:18px;
    border-radius: 8px;
    margin-bottom: 18px;
    align-items: stretch; 
}
.table-header-cell {
	font-family: var(--font-general-sans-semibold);
	font-size: 1.25rem;
	line-height: 1.75rem;
    flex: 1;
    text-align: center;
    padding: 16px;
    color: var(--color-white);
    display: flex;
    align-items: center; 
    justify-content: center; 
    background: var(--color-secondary);
}
.table-header-cell:nth-child(even) {
    background: var(--color-accent);
}

.table-header-cell:first-child {
    border-radius: 18px 0 0 18px;
}

.table-header-cell:last-child {
    border-radius: 0 18px 18px 0;
}
.table-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.table-row {
    display: flex;
    gap: 18px;
    align-items: stretch;
    border-radius: 8px;
}
.table-cell {
    flex: 1;
    text-align: center;
    padding: 30px 16px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center; 
    background: rgba(39, 94, 99, 0.06);
	color:var(--color-header);
	font-family: var(--font-general-sans-medium);
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.table-cell:nth-child(even) {
    background: rgba(255, 157, 61, 0.06);
}
.table-cell:first-child {
	font-family: var(--font-general-sans-semibold);
    border-radius: 18px 0 0 18px;
}
.table-cell:last-child {
    border-radius: 0 18px 18px 0;
}
@media only screen and (max-width:1199px) {

	.table-header-cell,
	.table-cell{
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

}
@media only screen and (max-width:991px) {


	.table-header-cell,
	.table-cell{
		font-size: 1rem;
		line-height: 1.25rem;
	}

}
@media only screen and (max-width:991px) {


	.m-table-header {
		background: var(--color-secondary);
		text-align: center;
		color: var(--color-white);
		padding: 16px;
		font-size: 18px;
		line-height: 28px;
		font-family: var(--font-general-sans-semibold);
	  }
	  .mobile-table:first-child .m-table-header{
			border-radius: 12px 12px 0 0;
	  }
	  .mobile-data-row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.mobile-table-data-cell {
		flex: 1 1 50%;
		padding: 12px; 
		box-sizing: border-box; 
		text-align: center;
		font-family: var(--font-general-sans-medium);
		color:var(--color-header);
		font-size:1rem;
		line-height: 1.5rem;
	}
	.mobile-table-data-cell:nth-child(odd){
	    background: rgba(39, 94, 99, 0.06);
	}
	.mobile-table-data-cell:nth-child(even) {
		background: rgba(255, 157, 61, 0.06);
	}
	.mobile-data-row:last-child .mobile-table-data-cell:first-child{
		border-radius: 0 0 0 12px;
	}
	.mobile-data-row:last-child .mobile-table-data-cell:last-child{
		border-radius: 0 0 12px 0;
	}

}

/* ------------------------------------------------------
Table Style End
------------------------------------------------------ */



/* ------------------------------------------------------
Image Icon Split Style Start 
------------------------------------------------------ */

.media-split-icon-list .media-content-grid > *{
	align-self: flex-start;
}
.list-top-content{
	margin-bottom: 25px;
}
.list-top-content h4 {
	font-size: 24px;
	line-height: 32px;
	font-family: var(--font-general-sans-semibold);
}
.icon-list {
	display: flex;
	gap: 24px; 
	padding:18px;
	margin-bottom: 30px;
	border-radius: 24px;
	background: var(--color-white);
	box-shadow: 0px 36px 90px 0px rgba(2, 2, 2, 0.06);
}
.list-icon {
	flex-shrink: 0; 
	max-width: 72px;
}
.list-content{
	flex: 1; 
}
.list-content p {
	font-size: 18px;
	line-height: 26px;
}
.info {
	display: flex;
	gap: 12px; 
	margin-top:50px;
}
.info-icon {
	flex-shrink: 0; 
}
p {
	flex: 1; 
}

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

	.list-column {
		order: 2;
	}
	.content-column {
		order: 1;
	}

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



	.icon-list {
		display: block;
		text-align: center;
	}
	.list-icon {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}



}


/*------------------------------------------------------
Image Icon Split Style End 
------------------------------------------------------ */



/*------------------------------------------------------
Step by Step Guide Style Start
------------------------------------------------------ */
.step-by-step-guide-section .media-content-grid > *{
	align-self: flex-start;
}
.step-box:not(:first-child){
	margin-top: 45px;
}
.step-count {
	display: inline-block;
	padding: 15px 18px;
	background: var(--color-secondary);
	color: var(--color-white);
	border-radius: 35px;
	font-size: 18px;
	font-family: var(--font-general-sans-medium);
	line-height: 18px;
	text-transform: uppercase;
}
.step-box h4{
	font-size: 30px;
	line-height: 38px;
	margin-top: 24px;
}
.step-box p{
	font-size: 18px;
	line-height: 26px;
}
@media only screen and (max-width:991px) {

	.step-column {
		order: 2;
	}
	.content-column {
		order: 1;
	}
	.step-box:not(:first-child){
		margin-top:24px;
	}
	.step-box{
		text-align: center;
	}
	.step-box h4{
		margin-top: 12px;
	}

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

	.step-box h4 {
		font-size: 24px;
		line-height: 32px;
	}
	.step-count {
		padding: 12px 18px;
	}


}



/*------------------------------------------------------
Step by Step Guide Style End
------------------------------------------------------ */

/*------------------------------------------------------
Media Accordion Style Start
------------------------------------------------------ */

.media-accordion-split-section .media-content-grid > * {
	align-self: flex-start;
}
.accordion{
	position:relative;
}
.accordion::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	border-radius: 12px;
	background: rgba(39,94,99,0.06);
	left: 0;
	top: 0;
}
.accordion-box {
	position: relative;
	padding-left: 36px;
	position: relative;
}
.accordion-box:not(:last-child){
	margin-bottom: 45px;
}
.accordion-box::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	top: 0;
	left:0;
	background: var(--color-secondary);
	border-radius: 12px;
	transition:0.3s all ease;
	opacity:0;
	visibility: hidden;
	z-index: -1;
}
.accordion-box.isOpen::before{
	opacity:1;
	visibility: visible;
	z-index: 999;
}
.accordion-title {
	color: var(--color-header);
	font-family: var(--font-general-sans-semibold);
	font-size: 30px;
	line-height: 38px;
	cursor:pointer;
}
.accordion-content{
	font-size: 18px;
	line-height: 26px;
	margin-top:12px;
	display: none;
}

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

	.accordion-title {
		font-size: 20px;
		line-height: 24px;
	}
	.accordion-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.accordion-box:not(:last-child) {
		margin-bottom: 30px;
	}
}





/*------------------------------------------------------
Media Accordion Style End
------------------------------------------------------ */




/*
============================================================
CMS Style End
============================================================
*/




/*
============================================================
Contact Page Style Start
============================================================
*/

.contact-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
	margin-top: 40px;
}

.contact-item .icon {
    flex: 0 0 72px; 
}
.contact-item .text {
    flex: 1; 
}
.contact-item h4{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
}
.social-media{
	margin-top: 50px;
}
.social-media h3{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}


.contact-form {
	text-align: center;
	border-radius: 36px;
	background: var(--color-white);
	box-shadow: 0px 36px 90px 0px rgba(2, 2, 2, 0.06);
	padding: 48px;
}
.contact-form h3 {
	font-size: 42px;
	line-height: 50px;
}
.form-head {
	margin-bottom: 36px;
}
.field-row .field input{
	border-radius: 60px;
}
.field-row .field textarea{
	border-radius: 24px;
	resize: none;
	max-height: 130px;
}
.select-field select{
	appearance: none;
	border:none;
	background:none;
	width: 100%;
	color: #000;
	font-size: 1.125rem;
	line-height: 1.125rem; 
	padding: 1.125rem 1.25rem;
}
.select-field{
	border: 1px solid rgba(0,0,0,0.12);
	background:var(--color-white);
	border-radius: 60px;
	position:relative;
}
.select-field::after {
	position: absolute;
	content: "";
	width: 21px;
	height: 21px;
	background:url(./assets/images/black-caret-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.field-row .submit-field {
    grid-column: span 4; 
}
.field-row .submit-field input{
	width: 100%;
}
.select-field .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	width: 100%;
}
.wpcf7-form-control-wrap.wpcf7-advance-tel.advacne_tel-44 {
  width: 100%;
  display: block;
}
.iti__flag-container {
	width: 48px !important;
	display: none !important;
}
.iti--allow-dropdown input{
	padding-left: 1.25rem !important;
}
.wpcf7-advance-tel .iti {
  width: 100%;
}
.iti__flag {
	background-image: url("./assets/images/flags.png");
}

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

	.field-row .field {
		grid-column: span 4; 
	}

}
@media only screen and (max-width:1199px) {

	.contact-form {
		padding: 30px;
	}

}
@media only screen and (max-width:991px) {

	.contact-section {
		display: block;
		text-align: center;
	}
	.contact-item {
		display: block;
	}
	.contact-item .icon {
		margin-bottom: 15px;
	}
	.contact-form {
		margin-top: 40px;
	}

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

	.social-media h3 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 25px;
	}
	.contact-form h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.contact-section .social-medias {
		text-align: center;
		justify-content: center;
	}

}
.contact-cta-content ul{
	list-style-type: disc;
	padding-left: 30px;
}
.contact-cta-content ul li{
	padding-left:0;
}
.contact-cta-content ul li::before{
	display:none;
}








/*
============================================================
Contact Page Style End
============================================================
*/






/*
============================================================
Footer Style Start
============================================================
*/

/* Footer Theme Manage */

.dark-footer{
	background:var(--color-secondary-light);
}
.dark-footer .site-footer{
	background:var(--color-secondary);
}
.light-footer .site-footer{
	background:var(--color-secondary-light);
}
.light-footer .footer-shape path{
	opacity:0.04;
}
.light-footer .footer-logo svg g rect{
	fill: var(--color-header);
}
.social-medias li a svg rect,
.social-medias li a svg path{
	transition:0.3s all ease;
}
.dark-footer .social-medias li a svg rect{
	stroke: var(--color-white);
}
.dark-footer .social-medias li a svg path{
	fill:var(--color-white);
}
.social-medias li a:hover svg rect{
	stroke: var(--color-accent);
}
.social-medias li a:hover svg path{
	fill:var(--color-accent);
}
.site-footer section{
	padding:0;
}
.dark-footer .footer-box-title{
	color:var(--color-white);
}
.widget_nav_menu li a{
	display: block;
	color:var(--color-header);
}
.dark-footer .widget_nav_menu li a{
	color:var(--color-white);
}
.contact-list li span {
	display: inline-block;
	color: var(--color-header);
}
.dark-footer .contact-list li span {
	color: var(--color-white);
}
.footer-copyright{
	color:var(--color-header);
}
.footer-copyright a{
	color:var(--color-accent);
}
.dark-footer .footer-copyright{
	color:var(--color-white);
}
/* Footer Theme Manage End */


.footer-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 12.5rem;
	padding-bottom: 5.625rem;
}
.social-medias{
	margin:0;
	padding:0;
	list-style-type: none;
	display: flex;
	column-gap: .625rem;
	margin-top: 1.5rem;
}
.footer-links {
	max-width: 33.125rem;
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4.5rem;
}
.footer-bottom-links .widget-title {
	display: none;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(0,0,0,0.18);
}
.dark-footer .footer-bottom{
	border-color:rgba(255,255,255,0.18);
}
.footer-box-title,
.widget-title{
	font-size: 1.5rem;
	line-height: 2rem; 
}
.widget_nav_menu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
.widget_nav_menu ul li{
	display: block;
}
.widget_nav_menu li a{
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding: .5rem 0;
	transition:0.3s all ease;
}
.widget_nav_menu li a:hover{
	color:var(--color-accent);
}
.contact-list{
	margin:0;
	padding:0;
	list-style-type: none;
}
.contact-list li{
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding: .5rem 0;
    display: flex;
    gap: 0.5rem;
}
.contact-list li span.c-info-icon {
	flex-basis: 24px;
	flex-shrink: 0;
	height: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: .25rem;
}
.footer-bottom-links ul {
	display: flex;
	align-items: center;
	column-gap: 2.25rem;
}
.footer-bottom-links ul li {
	position: relative;
}
.footer-bottom-links ul li:not(:last-child)::after {
	position: absolute;
	content: "";
	right: -1.125rem;
	top: 50%;
	width: 1px;
	height: 1.5rem;
	background: rgba(0,0,0,0.48);
	transform: translateY(-50%);
}
.dark-footer .footer-bottom-links ul li:not(:last-child)::after {
	background: rgba(255,255,255,0.48);
}
#colophon{
	position:relative;
}
.footer-vector-icon{
	position:absolute;
}
.light-footer .footer-vector-icon svg path{
	stroke:var(--color-secondary);
}
.light-footer .footer-vector2 svg path{
	fill:var(--color-secondary);
}
.footer-vector3{
	top: 18.75rem;
	left: 4.375rem;
}
.footer-vector2{
	bottom: 6.25rem;
	left:50%;
	transform:translateX(-50%);
}
.footer-vector1{
	right: 4.375rem;
	top:50%;
}
@media only screen and (max-width:1599px) {

	.footer-vector1,
	.footer-vector3{
		display: none;
	}
}
@media only screen and (max-width:1399px) {

	.footer-main{
		padding-top: 9.375rem;
	}
}
@media only screen and (max-width:991px) {

	.footer-main{
		padding-top: 4.375rem;
		padding-bottom: 3.125rem;
	}

	.footer-main {
		display: block;
	  }
	  .footer-links {
		margin-left: inherit;
		margin-top: 3.125rem;
	  }
	  .footer-vector-icon{
		display: none;
	}

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

	.footer-main{
		padding-top: 3.125rem;
		padding-bottom: 2.5rem;
	}
	.footer-links {
		display:block;
		margin-left: inherit;
		margin-top: 2.5rem;
	}
	.footer-widget-content{
		margin-bottom: 2.5rem;
	}
	.footer-bottom {
		display: block;
		text-align: center;
	}
	.footer-bottom-links ul {
		margin-top: .9375rem;
		justify-content: center;
	}

}
/* Shape management */

.light-footer .footer-main {
	padding-top: 0;
}
.light-footer .site-footer{
	padding-top:250px;
}
@media only screen and (max-width:991px) {

	.light-footer .site-footer{
		padding-top:280px;
	}

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

	.light-footer .site-footer{
		padding-top:300px;
	}

}


/* Shape management End */

/*
============================================================
Footer Style End
============================================================
*/
