

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #013530;
}

h1, h2, h3 {
    font-family: "Antic Didone", serif;
}
.header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-header {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1396px !important;
    padding: 34px 20px 37px;
}
 

.container {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1396px !important;
    padding-left:20px !important;
    padding-right: 20px !important;
    float: unset !important;
}

 .site-header .wp-block-site-logo a img {
    max-width: 300px;
    min-width: 300px;
}

nav.navbar ul li a:hover{
    color: #EC6839 !important;
    border-bottom: 1px solid #EC6839;
}


nav.navbar ul li a{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #013530 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all;
    border-bottom: 1px solid  transparent;
}
nav.navbar ul {
    list-style: none;
    display: flex;
    gap: 30px;
}
 .navbar .contact-btn a {
    background-color: #B2DBCD;
    padding: 11px 48px 11px 20px;
    font-size: 21px;
    color: #fff !important;
    font-family: "Antic Didone", serif;

}

.section-banner {
    overflow: hidden;
}



.image-box-bottom-text p{
    font-family:"Oooh Baby", sans-serif;
    font-size: 28px;
}
.button-inner a{
    background-color: #F6B1A0;
    color: #fff;
}

.icon-list .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.icons{
    width: 35px;
    height: 32px;
}
.stap-board-text ul {
    list-style: none;
    font-size: 16px;
    color: #fff;
}
.stap-board-text ul li{
    position: relative;
}

.stap-board-text ul li::before{
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/02/sun-solid-full.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icons .vc_icon_element-inner{
 width: 100% !important;
 height: 100% !important;
} 

.step-button a{
    background-color: #EC673A !important;
    color: #fff !important;
    border: transparent !important;
    font-size: 19px !important;
   font-family: "Antic Didone", serif !important;
   min-width: 193px;
}


.icon-list-inner img {
    width: 100%;
    max-height: 389px !important;
    object-fit: cover;
}

.section-icon-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.max-conatainer{
    max-width: 900px !important;
}

.wpb-content-wrapper{
    overflow: hidden !important;
}