body {
    background: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #212121;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: "Avenir-Medium";
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ED357E;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #ED357E;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 2px solid #d8d8d8;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

h1 {
    font-size:40px;
    line-height:52px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
    line-height: 42px;
}

h5 {
    font-size:20px;
}

h6 {
    font-size: 18px;
    line-height: 30px;
}

p {
    text-align: left;
    line-height: 24px;
    font-size:16px;
}

a {
    text-decoration: none;
    color: #212121;
}

.pt-72 {
    padding-top:72px;
}

.pt-90 {
    padding-top:90px;
}

.pb-90 {
    padding-bottom:90px;
}

.pb-72 {
    padding-bottom:72px;
}

.pt-48 {
    padding-top:48px;
}

.pb-48 {
    padding-bottom:48px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

/* Header Section */
header {
    display: flex;    
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index:999;
    transition: background-color 0.3s ease;
    transition: top 0.3s ease;
}


header.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(46, 46, 46, 0.1);
}


*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

.brand {
    height: 32px;
    width: auto;
  }
  .brand img {
    height: 100%;
    width: auto;
  }
  .logo-main {
    display: block;
  }
  
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
  	0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-link {}
.header-link a{
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 4px 20px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;

    
}
.header-link a:hover {
    background: #46FDB1;
}
.header-link a::after {
    content: "\f178";
    font-family:"Font Awesome 6 Free" ;
    font-size: 20px;
    margin-left: 10px;


}
.hero-bg {
    background:#fff;
    
}

.hero-sec {
    position: relative;
}

.hero-conent {
    position: relative;
}


.hero-conent h1 {
    margin-bottom:4px;
    font-weight: 900;
    letter-spacing: 0;
}
.insert-text {
    font-family: 'Advent Pro' !important;
}
.hero-sub-content {
    font-size: 20px;
    font-family: "Avenir-Medium";
}
.hero-sub-content span {
    font-weight: bold;
}


.header-list {
    margin-top: 4px;
}
.header-list ul {
    margin: 0;
    padding: 0;
}
.header-list ul li {
    list-style:none;
    margin-bottom: 4px;
    font-family: "Avenir-Medium";
    font-size: 20px;
    position: relative;
    padding-left:14px;
    display: flex;
    align-items: center;
    
}
.header-list ul li::before {
    content:"";
    position: absolute;
    left: 0;
    width: 8px;
    height:8px;
    background-color: #212121;
    border-radius: 50px;
    -webkit-border-radius:50px

}
.splide__slide {
    border-radius:12px;
    overflow: hidden;
}
.splide__slide img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
 }
.splide__pagination {
    bottom: -2.5rem !important;
}

.splide__pagination__page {
    background: #212121 !important;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height:12px !important;
    margin:6px !important;
    opacity:10 !important;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width:12px !important;
}
.splide__pagination {

}
.splide__pagination__page.is-active {
    background-color: #46FDB1 !important;
    transform: scale(1.6);
    border: 2px solid #212121;
    z-index: 1;
}

.grid-section {
    background-color: #f7f7f7;
}
.sec-header {
    margin-bottom: 32px;
    text-align: center;
}
.sec-header h2 {
    font-family: 'Advent Pro' !important;
}

.hero-action {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.schedule-call {
    margin-right: 30px;
}
.schedule-call a {
    font-size: 24px;
    color: #fff;
    width: 220px;
    display: block;
    padding: 4px 20px;
    background-color: #ED357E;
    border-radius: 50px;
    border:2px solid #212121;
    transition: all 0.3s ease;
}
.schedule-call a:hover {
    background: #46FDB1;
    border: 2px solid #46FDB1;
    color: #212121;
}
.drop-message {
}
.drop-message a {
    font-size: 24px;
    color: #212121;
    width: 222px;
    padding: 4px 20px;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #212121;
    transition: all 0.3s ease;
}
.drop-message a:hover {
    background: #46FDB1;
    border: 2px solid #46FDB1;
    color: #212121;
}

.form-block {
    padding:0;
    position: relative;
    width: 100%;
    height: auto;   

}

.form-field {
    margin-top: 30px;
}

.form-field .form-group {
    margin-bottom: 20px;
}

.form-field .form-group input,
.form-field .form-group textarea,
.form-field .form-group select {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #D3D3D3;
    padding: 8px 20px;
    border-radius: 4px;

}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    color: #D3D3D3;
}

.form-item-element-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2em;
}

.form-item-element-select:invalid {
    color: #9B9B9B;
}

.form-item-element-select [disabled] {
    color: #9B9B9B;
}

.form-item-element-select option {
    color: #212121;
}

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: ' ';
    display: inline-block;
    border-left: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
    height: 10px;
    width: 10px;
    right: 20px;
    top: 15px;
    transform: rotate(-45deg);
    position: absolute;

}
.input-label {
    margin-bottom: 10px;
    display: block;
}

.form-field .form-group input:hover,
.form-field .form-group textarea:hover,
.form-field .form-group select:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

.form-field .form-group input,
.form-field .form-group select {
    height: 48px;
}

.form-field .form-group textarea {
    min-height: 100px;
}

.schedule-link {
    margin-left: 15px;
}

.schedule-link a {
    display: inline-block;
    position: relative;
    color: #BA00D3;
    text-decoration: none;

}

.schedule-link a:hover {
    color: #590e63;
    text-decoration: none;

}

.schedule-link a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.schedule-link a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.divide-or {
    margin-left: 15px;
}

.form-action {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.primary-btn {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    border-radius: 6px;
    border: 2px solid #212121;
    border-radius: 50px;
    padding: 4px 40px;
    width: 222px;
    background-color: #ED357E;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    display: block;
    outline: none;
}
.primary-btn:hover {
    background-color: #46FDB1;
    border: 2px solid #46FDB1;
    color: #212121;
}

.bg-light {
    background: #FFDFEC !important;
}
.bg-light:hover {
    background-color: #ED357E !important;
}
 


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.contact-image {
    text-align: center;
    margin: 0 auto;
}
.contact-image img {
    width: 100%;
    height: auto;
}

.vertical-middle {
    display: flex;
    align-items: center;
}

 