/*!
Theme Name: Aronec Finwise
Theme URI: https://aronec.in/
Author: aronec.in
Author URI: https://aronec.in/
Version: 1.0.0
*/
html {
    scroll-behavior: smooth;
}
.team-social-icons a i {
    background: #AA3233;
    padding: 16px;
    font-size: 23px;
    color: #fff;
    border-radius: 50%;
}
.blog-image img {
    height: 270px;
}
.blog-image img, .blog-item-details {
    border: 1px solid var(--loanlift-border-light) !important;
}
header.main-header.sticky-fixed .main-menu-right a.btn.btn-outline-secondary{
	border: 1px solid #fff;
	color: #fff;
} 
.counter-box-one h6 {
    font-size: 64px;          
    position: relative;
}
.counter-box-one h6::after {
    content: attr(data-suffix) "+";
    font-size: 0.5em;         
    vertical-align: bottom;   
    margin-left: 4px;
}
.counter-box-one h6::after {
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* ICON WRAPPER – fixed size */
.services-section-one .service-one-icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICON IMAGE – force same size */
.services-section-one .service-one-icon-box img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    display: block;
}
.services-section-one .service-one-box:hover img {
     filter: brightness(0) invert(1);

}
.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;
    }
		ul.counter-box-one li {
    width: 100% !important;
}
	.services-two-inner-bg .heading-box.pb-3 h2 {
    text-align: center !important;
}
	.about-two-project .about-two-right {
    padding-bottom: 30px;
}
}

/* 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;
}
	.home .process-one-box-title h3 {
    height: 30px !important;
}
	.process-one-box-title h3 {
    height: 60px !important;
}

}
.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 {
    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;
}
}


.comment-form-box {
    background: #fff;
    padding: 40px;
    max-width: 900px;
}

.comment-row {
    display: flex;
    gap: 40px;
}

.comment-field {
    width: 100%;
    margin-bottom: 35px;
}

.comment-field label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.comment-field input,
.comment-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    background: transparent;
    outline: none;
}

.comment-field textarea {
    resize: none;
}

.full-width {
    width: 100%;
}

.comment-btn {
    background: #6b0f0f;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.comment-btn span {
    margin-left: 8px;
}
