/*------------------------------------------------------------------
    11. Footer Section Styles
-------------------------------------------------------------------*/
#footer{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}
#footer .logo-mini{
    width: 44px;
}
#footer h4 {
    font-size: 14px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-weight: 400;
}
#footer ul.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul.footer-menu li a{
    color: #4a5057;
    font-size: 13px;
}
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a{
    color: #000;
    text-decoration: none;
}
#footer p{
    color: #e6e6e6;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 13px;
}
#footer .phone{
    color: #e6e6e6;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer .phone [class*="fa"]{
    color: #999da9;
    font-size: 16px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .email{
    color: #e6e6e6;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    margin-bottom: 13px;
}
#footer .email [class*="fa"]{
    color: #999da9;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .address{
    margin-bottom: 30px;
}
#footer .address div{
    display: inline-block;
    color: #7a8093;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
}
#footer .address [class*="fa"]{
    color: #999da9;
    font-size: 19px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}
#footer .social{
    margin-left: 30px;
}
#footer .social a{
    display: inline-block;
    margin-right: 6px;
}
#footer .social a [class*="fa"]{
    color: #ffffff;
    background-color: #7a8093;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
}
#footer .social a:hover .fa-x-twitter,#footer .social a:focus .fa-x-twitter{
    background-color: #000000;
}
#footer .social a:hover .fa-facebook-f,#footer .social a:focus .fa-facebook-f{
    background-color: #3b5998;
}
#footer .social a:hover .fa-instagram,#footer .social a:focus .fa-instagram{
    background-color: #000000;
    /*
    background: #bc1888; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    */
}
#footer ul.footer-menu{
    margin-bottom: 30px !important;
}
#footer ul.footer-menu li.dropdown{ 
    display: none !important;
}


/* =========================================================
   Copyright bar (RESPONSIVE)
   ========================================================= */
.act-copyright-bar{
    width: 100%;
}

/* Desktop: left/right, but allow wrapping when needed */
.act-copyright-bar .act-copyright-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;                 /* allow wrap on smaller widths */
    gap: 8px 16px;                   /* spacing when it wraps */
}

/* Override any inline floats from the template */
.act-copyright-bar .act-copyright-left,
.act-copyright-bar .act-copyright-right{
    float: none !important;
    white-space: normal;             /* allow text to wrap */
    overflow-wrap: anywhere;         /* prevent overflow on narrow screens */
}

/* Left side can grow, but will wrap under when needed */
.act-copyright-bar .act-copyright-left{
    flex: 1 1 520px;
    min-width: 260px;
}

/* Right side links: keep tidy and wrap if needed */
.act-copyright-bar .act-copyright-right{
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 5px;
}

/* Keep each link label intact */
.act-copyright-bar .act-copyright-right a{
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.act-copyright-bar .act-copyright-right a:hover{
    text-decoration: underline;
}

.act-copyright-bar .act-copyright-sep{
    margin: 0 5px;
    opacity: 0.6;
}

/* If your wrapper uses a fixed-height bar, make it flexible on mobile */
#copyright-bar{
    height: auto !important;
    min-height: 60px;
}

/* Mobile: stack and center */
@media (max-width: 767.98px){
    .act-copyright-bar .act-copyright-inner{
        justify-content: center;
        text-align: center;
    }

    .act-copyright-bar .act-copyright-left,
    .act-copyright-bar .act-copyright-right{
        flex: 1 1 100%;
        justify-content: center;
    }

    /* Separators look odd when lines wrap */
    .act-copyright-bar .act-copyright-sep{
        display: none;
    }
}


/* Client area home panels add line under header title of custom cards */
.client-home-cards .my-hook-panel .card-header {
  border-bottom: 1px solid #ddd !important;
}
.client-home-cards .card-body {
  border-top: 1px solid #ddd;
}

.actproxy-payment-notice{
  border: 1px solid #e6dab4;
}

/* Accessible "visually hidden" text (SEO-friendly, not spammy) */
.act-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pr-4,
.px-4 {
    padding-right: 1.3rem !important; /* adjust as needed */
}

.primary-services .mb-4 {
    margin-bottom: 0.1rem !important;
}