/* =========================================
APEX GLOBAL UTILITIES
========================================= */

/* Section spacing */
.section-space-top10{ padding-top:10px !important; }
.section-space-top20{ padding-top:20px !important; }
.section-space-top40{ padding-top:40px !important; }

/* Paragraph spacing */
.service-intro{
margin-bottom:35px !important;
line-height:1.6;
}


/* =========================================
MOBILE TYPOGRAPHY (HERO FIX)
========================================= */

@media (max-width:768px){

.slider-one__title{
font-size:34px !important;
line-height:1.2;
}

.slider-one__text{
font-size:14px;
}

.slider-one__btn{
font-size:16px !important;
padding:10px 20px;
}

}


/* =========================================
CASE / SERVICE CARDS SPACING
========================================= */

.case-two__service-page-one p{ margin-bottom:10px; }
.case-two__service-page-one hr{ margin:15px 0; }
.case-two__service-page-one .case-two__box-single{ margin-bottom:12px; }
.case-two__service-page-one .case-two__box{ margin-bottom:10px; }


/* =========================================
FOOTER DESIGN (CLEAN + PROFESSIONAL)
========================================= */

.site-footer{
background:#082e55;
color:#d9d9d9;
padding:25px 0 40px;
font-size:15px;
}

.site-footer .footer-widget__title{
font-size:18px;
font-weight:600;
margin-bottom:20px;
color:#fff;
}

.site-footer .footer-widget__text{
line-height:1.7;
color:#cfcfcf;
margin-bottom:15px;
}

.site-footer .main-logo{
margin-bottom:20px;
display:inline-block;
}

.footer-widget__links{
list-style:none;
padding:0;
margin:0;
}

.footer-widget__links li{
margin-bottom:10px;
}

.footer-widget__links a{
color:#cfcfcf;
text-decoration:none;
transition:0.25s;
}

.footer-widget__links a:hover{
color:#fff;
padding-left:5px;
}

.footer-widget__contact-info span{
font-weight:600;
color:#fff;
}

/* Footer bottom */

.site-footer__bottom{
background:#082e55;
padding:20px 0;
border-top:1px solid rgba(255,255,255,0.08);
text-align:center;
}

.site-footer__copy{
font-size:14px;
color:#cfcfcf;
margin:0;
}

.site-footer__copy a{
color:#fff;
font-weight:500;
}

.site-footer__copy a:hover{
text-decoration:underline;
}

/* Remove theme decorative lines */
.site-footer .footer-widget__title:before,
.site-footer .footer-widget__title:after{
display:none;
}


/* =========================================
FOOTER RESPONSIVE
========================================= */

@media (max-width:767px){

.site-footer{ text-align:left; }

.site-footer .col-lg-3{
flex:0 0 50%;
max-width:50%;
}

.site-footer .footer-widget{
padding-right:15px;
margin-bottom:30px;
}

.site-footer__bottom{
padding-left:20px;
padding-right:20px;
text-align:center;
}

}

@media (max-width:576px){

.site-footer{ text-align:center; }

.footer-widget__links li{ margin-bottom:8px; }

}


/* =========================================
FACT / FEATURES SECTION
========================================= */

.fact-clean{ padding:50px 0; }

.fact-intro{
border-left:3px solid #e0a965;
padding-left:15px;
margin-top:10px;
line-height:1.7;
}

.fact-point{
position:relative;
padding-left:28px;
margin-bottom:18px;
}

.fact-point i{
position:absolute;
left:0;
top:5px;
color:#e0a965;
font-size:14px;
}

.fact-point h4{
font-size:16px;
font-weight:600;
margin-bottom:5px;
}

.fact-point p{
font-size:14px;
line-height:1.6;
margin-bottom:0;
}

.fact-stat h3{
font-size:34px;
font-weight:700;
}

.fact-stat p{
font-size:13px;
letter-spacing:1px;
text-transform:uppercase;
color:#666;
}


/* =========================================
LOGO (FACT SECTION)
========================================= */

.fact-logo{
width:90px;
height:90px;
margin:0 auto 15px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:50%;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.fact-logo img{
width:80%;
object-fit:contain;
}

.fact-logo-block .fact-three__text{
margin-top:8px;
font-size:14px;
}


/* =========================================
MOBILE APPOINTMENT BUTTON
========================================= */

.mobile-appointment-btn{ display:none; }

@media (max-width:768px){

.mobile-appointment-btn{
display:block;
text-align:center;
padding:20px 20px 10px;
background:#fff;
}

.mobile-appointment-link{
display:block;
background:#e03a3e;
color:#fff;
font-weight:600;
padding:14px 20px;
border-radius:4px;
font-size:16px;
text-decoration:none;
transition:0.3s;
-webkit-tap-highlight-color: transparent;
}

.mobile-appointment-link:hover,
.mobile-appointment-link:active{
color:#e0a965;
}

}


/* =========================================
OVAL PHOTO FRAME (CLEAN FIXED VERSION)
========================================= */

.oval-apex-photo{
width:360px;
height:460px;
margin:0 auto;
overflow:hidden;
border-radius:50% / 40%;
border:6px solid #e0a965;
box-shadow:0 20px 45px rgba(0,0,0,0.18);
}

.oval-apex-photo img{
width:100%;
height:100%;
object-fit:cover;
border-radius:50% / 40%;
}


/* =========================================
ABOUT SECTION CLEANUP
========================================= */

.apex-about-section{
padding-top:60px;
padding-bottom:50px;
}

.apex-lawyer-photo{
display:flex;
justify-content:center;
align-items:center;
}

.apex-lawyer-photo img{
max-width:100%;
border-radius:8px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.about-two__extra-content{
margin-top:30px;
max-width:900px;
}

.about-two__extra-content p{
margin-bottom:15px;
}

.apex-practice-list{
margin:10px 0 20px;
padding-left:20px;
}

.apex-practice-list li{
margin-bottom:6px;
}


/* =========================================
TOPBAR INLINE (FINAL CLEAN)
========================================= */

.apex-topbar-inline{
display:flex;
align-items:center;
gap:12px;
flex-wrap:nowrap;
}

.apex-topbar-inline a{
font-size:14px;
color:#333 !important;
text-decoration:none;
text-transform:none !important;
}

.apex-topbar-inline a:hover{
color:#e0a965 !important;
}

.apex-topbar-inline i{
color:inherit !important;
}

.apex-divider{
color:#ccc;
font-size:14px;
}

@media (max-width:576px){
.apex-topbar-inline{
flex-wrap:wrap;
gap:6px;
}
}