/*!
Theme Name: Oakfinance
Theme URI: https://nababur.com/
Author: Nababur
Author URI: https://profiles.wordpress.org/nababurbd/#content-plugins
Description: Because Financing Rarely Comes With Instructions
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oakfinance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Oakfinance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.footer-widget a {color: #fff;}

.header .logo .site-logo a img{
   max-width: 120px;
}


/* Preloader Container */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

/* Spinner Container */
.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Main Spinner */
.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}

/* Outer Ring */
.outer-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid rgba(0, 123, 255, 0.2);
    border-top: 4px solid #2455E6;
    animation: spin 1.5s linear infinite;
}

/* Inner Ring */
.inner-ring {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid #000;
    animation: spin 1s linear infinite reverse;
}

/* Center Dot */
.center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #6c757d;
    border-radius: 50%;
}

/* Loading Text */
.loading-text {
    text-align: center;

    font-size: 14px;
    color: #495057;
    letter-spacing: 1px;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Fade out animation for preloader */
.fade-out {
    opacity: 0;
    pointer-events: none;
}

section.footer {
    background: #2c2c2c;

}

#index-slider .sp-slide:after {
    background: #2c2c2c;
   
}

#index-slider .sp-slide a.hw-btn {
    background: #2455E6;

}

#index-slider .sp-selected-button, #index-slider .sp-button:hover {
    background: #2455E6 none repeat scroll 0 0;
    transform: translate3d(0px, -50%, 0px) scale(0.8);
}

#index-slider .sp-slide a.hw-btn:hover {
    background: #000;
}
#page-header:after {
    background: #2c2c2c;
    opacity: .8;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
nav#desktop-menu {

    padding-top: 8px;
}

 .sf-menu li.current_page_item a {
    color: #363B3F;
    background: #F3F5F7;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    border-bottom: 1px solid #eee;
}
section.contact-form {
   
    padding-bottom: 100px;
}

.contact-form hr.small {
    border-width: 1px 0 0;
    max-width: 50px;
    border-color: #ccc;
    text-align: center;
    margin: 0px auto;
}
/* CEO Section Styles */
.oakfinance-ceo {
padding: 80px 0;
background: #f8f9fa;
}
.oakfinance-ceo .row {
align-items: center;
}
.ceo-image-wrapper {
text-align: center;
}
.ceo-image {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.ceo-content {
padding-left: 40px;
}
.ceo-quote {
font-size: 18px;
line-height: 1.8;
color: #555;
font-style: italic;
margin-bottom: 30px;
position: relative;
}
.ceo-quote::before {
content: '\"'';
font-size: 60px;
color: #2455E6;
position: absolute;
left: -30px;
top: -20px;
font-family: Georgia, serif;
}
.ceo-signature {
position: relative;
padding-left: 20px;
}
.ceo-signature::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 100%;
background-color: #2455E6;
}
.ceo-name {
font-size: 20px;
font-weight: 700;
color: #333;
margin-bottom: 5px;
}
.ceo-title {
font-size: 16px;
color: #666;
font-style: italic;
}

/* Responsive Design */
@media (max-width: 767px) {
.oakfinance-ceo {
    padding: 40px 0;
}
.ceo-content {
    padding-left: 0;
    padding-top: 30px;
}
.ceo-quote::before {
    left: 0;
    top: -15px;
}
}