@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

.menu-story-selling-container .menu-link .widget_text {
    font-family: "Poppins", sans-serif;
}

.site-footer a:hover {
    color: #fe2301;
    text-decoration: underline;
}

.widget-title {
    font-family: "Poppins";
    font-weight: 500;
}

.site-footer-above-section-1 .widget_media_image {
    margin-bottom: 25px;
}

.site-above-footer-wrap {
    padding: 3em 0;
}

a:focus {
    outline: none;
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .site-above-footer-wrap {
        padding-left: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .site-above-footer-wrap {
        padding-left: 80px;
    }
}

.site-footer-above-section-1 p {
    font-weight: 400;
    margin-bottom:50px;
}


/* Modal Overlay */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition:
    opacity 0.3s,
    visibility 0.3s;
    z-index: 999;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 97px);
    top: 97px;
    background: white;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 80px;
}

.modal.active .modal-content {
    transform: translateY(0);
}

.close-btn {
    position: static;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    margin-left: auto;
    margin-bottom: 15px;
    transition: background 0.3s;
}

.close-btn:hover {
    background: #e0e0e0;
}

body.modal-open {
    overflow: hidden;
}

/*Media Queries*/
@media (min-width: 320px) and (max-width: 375px) {
    .fab-button {
        padding: 8px 3px 3px 3px !important;
        width: auto !important;
    }
    .contact-btn {
        width: 40% !important;
    }
}
@media (min-width: 374px) and (max-width: 417px) {
    .fab-button {
        padding:8px 3px 3px 3px !important;
    }
    .contact-btn {
        width: 40% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tp-content {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .fab-container {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #fff;
        z-index: 10000;
        font-family: "Poppins";
        gap: 0;
    }

    .fab-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        padding: 12px 8px 8px 8px;
        font-size: 14px;
        color: #000;
        width: 20%;
        text-decoration: none;
    }
    .submit-btn {
        background: #fe0101;
        color: #fff;
        font-weight:600;
    }
    .submit-btn img {
        filter: brightness(0) invert(1);
    }
    .submit-story img {
        filter: brightness(0) invert(1);
        text-align: center;
        padding: 1px;
        margin-bottom: 2px;
    }
    .gform-footer{
        text-align: center;
    }
    a:hover,
    a:focus {
        color: #fff;
    }
    
    .footer-widget-area-inner {
        text-align: left !important;
    }
    .site-footer-above-section-4 {
        margin-bottom: 3em !important;
    }
    .site-above-footer-wrap {
    padding: 0px 30px 0px 30px !important;
    }
    .site-primary-footer-wrap {
    padding: 40px 30px 60px !important;
    }
    .site-primary-footer-inner-wrap {
        min-height: 0 !important;
    }
}

@media(max-width:321px){
      .fab-button {
        font-size:13px;
        padding:0;
    }
}

@media (min-width: 768px) {
    .fab-container {
     display: none;
    }
}



