/*!
Theme Name: Aronec Finwise
Theme URI: http://aronec.me/
Author: aronec.me
Author URI: http://aronec.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.page-id-324 .why-choose-two.project-choose-sec, .page-id-327 .services-section-one, .page-id-330 .services-three {
    background: #F2F4F8;
}
.home section.case-studies-one {
    padding-top: 30px;
}
.page-id-327 .services-two-inner-bg, .page-id-327 #services-tab-content, .page-id-327 .services-two {
	background: #fff;
}
.banner-one-slider-item {
    min-height: 1160px;
    position: relative;
    height: 100%;
}
.page-id-327 .service-one-box:hover {
    background: #AA3233;
}
.page-id-327 .service-one-inner::before {
    background-color: #605a5a47;
}
.page-id-327 .service-one-inner {
    border: 1px solid #605a5a47;
}
.page-id-327 .services-section-one h2.heading-title-gradiant{
	padding-bottom :20px;
}
.page-id-385 .faq-section {
	padding-top: 0px;
}
.member-img {
    position: relative;
    z-index: 50;
}
.page-id-282 .why-choose-two-list li, .page-id-282 .why-choose-two-list li i {
    color: #fff;
}
.page-id-327 .faq-section {
	padding-top: 0px;
}
.page-id-330 .services-three-box:hover {
    background: #5B100D;
}
@media (max-width: 480px) {
    .banner-one-slider-item {
        min-height: 1050px;
    }
}

/* Sticky UL */
.sticky-side-buttons {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Remove default LI style */
.sticky-side-buttons li {
    list-style: none;
}

/* Button Style */
.sticky-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Hover */
.sticky-btn:hover {
    transform: translateX(-5px);
    color: #fff;
}

/* Colors */
.sticky-btn {
    background: #AA3233;
}


/* Mobile hide (optional) */
@media (max-width: 767px) {
    .sticky-side-buttons {
        display: none;
    }
	.page-id-385 .faq-section {
    padding-bottom: 0px;
}
	
}
.footer-last-icon-box {
    display: flex;
}




/* ===============================
   MOBILE BOTTOM BAR
================================ */
.mobile-bottom-bar {
	display: none;
}
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #AA3233;
    display: flex;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.25);
}

/* MOBILE BUTTON STYLE */
.mobile-bottom-bar .mobile-btn {
    flex: 1;
    display: flex;              /* icon + text side by side */
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

/* ICON */
.mobile-bottom-bar .mobile-btn i {
    font-size: 18px;
    color: #fff;
}

/* DIVIDER */
.mobile-bottom-bar .mobile-btn.call {
    border-right: 1px solid rgba(255,255,255,0.25);
}

/* HOVER (optional) */
.mobile-bottom-bar .mobile-btn:hover {
    background: #7e2426;
}
@media (max-width: 767px) {
  .mobile-bottom-bar {
	display: block;
}
}