a, p, span, h1, h2, h3, h4, h5, h6{
    margin:0;
    padding: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
footer {
    padding: clamp(52px, 5.2vw, 100px);
    background: #212121;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
}
.footer-col.footer-col-1 {
    width: 289px;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1vw, 20px);
}
.footer-col-1 p {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}
footer .adr-links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
footer h4 {
    font-family: 'Marcellus', sans-serif;
    color: #B0B9D3;
    font-size: clamp(24px, 1.5vw, 30px);
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: clamp(10px, 1vw, 20px);
}
footer li {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(16px, 0.9375vw, 18px);
    color: #CECECE;
}
a:hover, a:focus, a:active {
    color: #B0B9D3;
}
.footer-col-5 p {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: clamp(6px, 0.6vw, 12px) 0 clamp(15px, 1.5vw, 30px);
}
form.footer-newsletter-form input {
    width: 100%;
    height: 50px;
    outline: none;
    box-shadow: none;
    border: solid 1px #747474;
    background: transparent;
    border-radius: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
}
form.footer-newsletter-form input::-webkit-input-placeholder {color:#fff;}
button.newsletter-submit {
    position: absolute;
    right: clamp(10px, 1vw, 20px);
    background: transparent;
    border: none;
    background-image: url(/wp-content/uploads/2025/05/send.png);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 6px);
    padding: 0;
    margin: 0;
}
form.footer-newsletter-form{
    margin-bottom: clamp(20px, 2vw, 40px);
        position: relative;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1vw, 20px);
}
.footer-socials a {
    width: 66px;
    height: 66px;
    border: solid 1px #B0B9D3;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.footer-socials a:hover {
    transform: scale(0.95);
}
@media screen and (max-width:475px) {
  .contact-form.footer-form-area {
    padding-top: 60px;
}
button.frm_button_submit {
    width: 100% !important;
}
.footer-columns {
    flex-wrap: wrap;
    gap: 40px;
}
footer {
    padding: 60px 20px;
}
.footer-logo {
    max-width: 150px;
}
.footer-col.footer-col-1 {
    flex-wrap: wrap;
}
.footer-col-1 p {
    width: 100%;
}
.footer-socials a {
    width: 50px;
    height: 50px;
}  
}
h2.form-title {
    font-family: 'Marcellus';
    color: #fff;
    font-size: clamp(32px, 2.3vw, 46px);
    line-height: 124%;
    font-weight: 400;
    margin: 10px;
    text-align: center;
    text-transform: capitalize;
}
#form .map-inner {
    display: flex;
}
#form img.map-img {
    object-fit: cover;
    height: 100%;
}
#form .contact-form, .contact-map {
    width: 100%;
}
#form .contact-form {
    background: #212121;
    background-image: url(/wp-content/uploads/2025/05/footer_pattern.png);
    display: flex;
    align-items: center;
}
#form .form-wrapper {
    width: clamp(300px, 27.5vw, 544px);
    margin-left: clamp(75px, 7.5vw, 146px);
}
#form .form-label {
    font-size: 14px;
    color: #212121;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #F5F0E6;
    width: fit-content;
    margin: 0 auto clamp(15px, 1.5vw, 30px) auto;
}
#form h2.form-title {
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
}
#form .contact-form input,#form .contact-form select {
    background-color: #151515 !important;
    border: none !important;
    border-radius: 0px !important;
    height: 50px;
    color: #fff !important;
    outline: none !important;
    font-family: 'Figtree', sans-serif !important;
    font-size: clamp(16px, 1vw, 20px) !important;
}
#form .contact-form option{
    color: #fff !important;
}
#form .contact-form input::-webkit-input-placeholder{
        color: rgba(255, 255, 255, 0.9) !important;
        font-family: 'Figtree', sans-serif !important;
    font-size: clamp(16px, 1vw, 20px);
}
#form .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,#form  .frm_style_formidable-style.with_frm_style select:focus,#form  .frm_style_formidable-style.with_frm_style .form-field textarea:focus,#form  .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],#form  .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], #form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], #form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],#form  .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],#form  .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],#form  .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],#form  .frm_form_fields_active_style,#form  .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
    box-shadow: none !important;
}
#form button.frm_button_submit {
    width: clamp(250px, 17.5vw, 350px) !important;
    height: 52px !important;
    color: #212121 !important;
    background-color: #B0B9D3 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Figtree", sans-serif !important;
    font-size: clamp(16px, 1vw, 20px) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.5s !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 0 auto !important;
}
#form .frm_button_submit:hover {
    color: #212121 !important;
    background-color: #fff !important;
}
.frm_error_style, .frm_error{
    display: none;
}
input[aria-invalid="true"] {
    border: solid 1px red !important;
}
input:-internal-autofill-selected {
background-color: transparent !important;
}
@media screen and (max-width:475px){
    #form .form-wrapper {
    width: 80%;
    margin: 0 auto;
}
    .map-inner {
    flex-direction: column-reverse;
    background: #212121;
}
.leaderboard-slider .swiper-slide{
    width: 90vw;
}
.service-box h3 {
    width: fit-content;
}
.form-wrapper {
    width: 90%;
    margin: 0 auto;
}
.swiper-button-prev-leader, .swiper-button-next-leader {
    bottom: -80px;
}
a.phone-link:before {
    background-size: contain;
}
a.address:before {
    background-size: contain;
}
}