.site-footer .site-below-footer-wrap {
    background-color: #222 !important; /* Background color */
            /* Text color */
  
}

.ast-footer-copyright{
    color:#fff
}



/*==================================================
  Footer
==================================================*/



/*.gswa-footer-credit{

    text-align:center;

    padding:20px;

    color:#fff;

    font-size:18px;

}

.gswa-footer-credit a{

    color:#0d6efd;

    text-decoration:none;

}

.site-below-footer-wrap {
    padding: 10px 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    min-height: 40px;
}

.ast-footer-copyright p {
    margin: 0px;
    line-height: 1.6;
}*/


/*==================================================
  ACTION HOOK add_action do_action
==================================================*/


.custom-footer-text {
    width: 100%;
    box-sizing: border-box;
    background-color: #1D2327;
      /*background: #2962ff;*/
    color: #fff;
   
    text-align: center;
    padding: 20px;
    line-height: 1.6;
    border:solid 2 px rgb(228, 219, 219);
}

.custom-footer-text p {
    font-size: clamp(14px, 2vw, 16px);
    margin: 8px 0;
}



.custom-footer-text a {
    color: #4da3ff;
    text-decoration: none;
}

.custom-footer-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}