.my-footer{
    @apply !py-[64px];
    .col {
        @apply lg:px-0;
        .col-inner{
            @apply max-w-[400px];
        }
    }
    .row {
        @apply max-w-[1000px];
    }
    .wpcf7 form .wpcf7-response-output{
        @apply hidden;
    }
    .wpcf7-not-valid-tip{
        @apply hidden;
    }
}
.my-footer-left{
    @apply text-center;
    
    .col-inner{
        @apply !ml-0;
        p{
            @apply text-white text-base;
        }
    }
}
.my-footer-right{
    &-title{
        p{
            @apply text-center text-white text-[40px] font-medium font-['Teko'] uppercase leading-10 mb-[24px];
        }
    }
    .col-inner{
        @apply !mr-0 !ml-auto;
    }
    form {
        p {
            @apply mb-[12px];
        }
        textarea {
            @apply px-[12px];
        }
    }
    p:has(>input[type=submit]) {
        @apply w-[140px] h-[44px] py-2 bg-white justify-center items-center gap-2 flex mx-auto after:content-arrowDownIcon after:inline-block after:w-[20px];
        .wpcf7-spinner{
            @apply hidden;
        }
    }
    input[type=submit]{
        @apply text-center h-[44px] hover:shadow-none hover:text-transparent bg-gradient-to-br from-[#0A4B28] to-[#AED136] bg-clip-text text-transparent text-xl font-normal font-['Teko'] mx-0 mb-0 px-0 border-0 min-h-[44px];
    }
}
.absolute-footer {
    /* @apply hidden; */
}
.miko-map{
    iframe {
        @apply w-full;
    }
}
.back-to-top {
    @apply !bg-white !border-white !text-black;
}