/* Orlean Font */
@font-face {
	font-family: 'Orlean-Regular';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Orlean-RegularItalic';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-regularitalic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Orlean-Medium';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-medium.otf") format("opentype");
	font-weight: 400;
	font-style: medium;
}
@font-face {
	font-family: 'Orlean-MediumItalic';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-mediumitalic.otf") format("opentype");
	font-weight: 400;
	font-style: mediumitalic;
}
@font-face {
	font-family: 'Orlean-Semibold';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-semibold.otf") format("opentype");
	font-weight: 400;
	font-style: semibold;
}
@font-face {
	font-family: 'Orlean-SemiboldItalic';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-semibolditalic.otf") format("opentype");
	font-weight: 400;
	font-style: semibolditalic;
}
@font-face {
	font-family: 'Orlean-Bold';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-bold.otf") format("opentype");
	font-weight: 400;
	font-style: bold;
}
@font-face {
	font-family: 'Orlean-BoldItalic';
	src: url("../fonts/orlean-grotesk-pro-font/orlean-bolditalic.otf") format("opentype");
	font-weight: 400;
	font-style: bolditalic;
}

/* .orlean-regular {
	font-family: 'Orlean-Regular', sans-serif;
}
.orlean-regular-italic {
	font-family: 'Orlean-RegularItalic', sans-serif;
}
.orlean-medium {
	font-family: 'Orlean-Medium', sans-serif;
}
.orlean-medium-italic {
	font-family: 'Orlean-MediumItalic', sans-serif;
}
.orlean-semibold {
	font-family: 'Orlean-Semibold', sans-serif;
}
.orlean-semibold-italic {
	font-family: 'Orlean-SemiboldItalic', sans-serif;
}
.orlean-bold {
	font-family: 'Orlean-Bold', sans-serif;
}
.orlean-bold-italic {
	font-family: 'Orlean-BoldItalic', sans-serif;
} */
/* End Orlean Font */

body {
	font-family: "Inter", sans-serif;
	height: auto !important;
	font-weight: 400;
	color: #1E293B;
	letter-spacing: 0.5px;
	font-size: 16px;
}
a {
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
header {
	transition: all 0.3s ease-in-out;
}
header .head-outer {
	background: #fef8f2;
	padding: 14px 40px;
}
section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
p, label, span {
	font-weight: 400 !important;
}
input, input::placeholder,
textarea, textarea::placeholder {
	font-weight: normal;
}
button, input[type="submit"], input[type="button"] {
	font-weight: 500;
}

/*HEADER ANimation*/
.vh-center {
	display: table-cell;
	vertical-align: middle;
}
.vh-bottom {
	display: table-cell;
	vertical-align: bottom;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

section#homepage-hero {
	background-color: #fef8f2;
	background-image: url(../img/banner1.png);
	background-position: calc(50% + 500px) bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.bg-gradientcust {
	background: linear-gradient(to top, #edf2fa, #fff, #fff, #fff);
	background-size: 200% 100%;
	background-position: 100% 0;
	transition: background-position 0.5s ease-in-out;
}
.bg-gradientcust:hover {
	background-position: 0 0;
}
.bg-gradientcust-1 {
	background: linear-gradient(to top, #fef8f2, #fff, #fff, #fff);
	background-size: 200% 100%;
	background-position: 100% 0;
	transition: background-position 0.5s ease-in-out;	
}
.bg-gradientcust-1:hover {
	background-position: 0 0;
}
.sticky-header header {
	padding: 20px 60px;
}
.sticky-header header .head-outer {
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
	backdrop-filter: blur(12px); /* background blur */
	-webkit-backdrop-filter: blur(12px); /* Safari support */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.active-icon {
	background-color: #d02238 !important;
	color: #fff;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 1000;
	width: 100%;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
	backdrop-filter: blur(12px); /* background blur */
	-webkit-backdrop-filter: blur(12px); /* Safari support */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.page-heading:after {
	content: '';
	position: relative;
	width: 60px;
	height: 2px;
	background: #ff5354;
	display: block;
	margin-top: 10px !important;
}

.carousel-pill.selected {
    background: #FF5354;
}

.owl-dot {
	border: 1px solid #FF5354;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 4px;
}
.owl-dot.active {
	background: #FF5354;
}
.owl-dot span {display: none !important;}

.hamburger {padding: 0 !important;}
.hamburger-box {
    width: 35px !important;
    height: 30px !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px !important;
    height: 2px !important;
}
.hamburger--collapse .hamburger-inner::after {
    top: -16px !important;
}
.hamburger--collapse .hamburger-inner::before {
    top: -8px !important;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0 !important;
}
.hamburger-inner::after {
    bottom: 1px !important;
}

.e-con {
--padding-top: var(--container-default-padding-top, 0px) !important;
--padding-right: var(--container-default-padding-right, 0px) !important;
--padding-left: var(--container-default-padding-left, 0px) !important;
--padding-bottom: var(--container-default-padding-right, 0px) !important;
}

.form-input, .walcf7-datepicker, .walcf7-timepicker {
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 13px;
    background: #fafafa !important;
    border: 1px solid #e5e7eb !important;
    outline: none;
    box-shadow: none !important;
    border-radius: 5px;
    margin-bottom: 16px;
}

.wpcf7-select {
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 13px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    outline: none;
    box-shadow: none !important;
    border-radius: 5px;
    margin-bottom: 16px;
}

.owl-carousel .owl-item .quote img {
width:32px !important;
}

.wpcf7-not-valid-tip{
margin-bottom: 12px;
font-size: 12px !important;
margin-top: -12px;
}

@media screen and (max-width: 550px) {
    .index-page-custom-grid-mobile {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

h3.text-base.font-\[700\].mb-4:after {
    content: '';
    position: relative;
    width: 60px;
    height: 1px;
    background: #6b7280;
    display: block;
    margin-top: 10px !important;
}


