/* 
 Theme Name:   expert-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     expert-finance-manager
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

section {
    padding: 40px 0;
}

.hero {
    padding-top: 0;
}

#scrolltop i {
    position: relative;
    top: -10px;
}

.breadcrumb-section h1 {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .breadcrumb-section h1 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section h1 {
        font-size: 1.75rem;
    }
}


.footer-area .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #fff;
    background: var(--color-primary1);
    font-size: 1.25rem;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.footer-area .social-icon:hover,
.footer-area .social-icon:focus-visible {
    transform: translateY(-3px);
    background: var(--color-primary1 / 30%);
}

.copy-right p {
    border-top: 0;
    padding-top: 0;
}


.sidebar .widget {
    border-radius: 30px;
    box-shadow: inset 3px -3px var(--color-primary1);
}

.sidebar>.widget+.widget {
    margin-top: 25px;
}

.slider-area {
    background: var(--color-primary1);
}

.about-banner-text {
    position: relative;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .about-banner-text {
        position: relative;
        transform: translateY(0);
    }
}

section ul li {
    list-style-position: inside;
    padding: 5px 0;
}

section ul li::marker {
    content: "◆ ";
    color: #db1262;
}

.menu li::marker {
    content: none;
}

section h2 {
    text-align: center;
    color: #db1262;
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 10px 20px;
    font-style: italic;
    font-weight: 700;
}

section h2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #db1262;
    opacity: 0.08;
    border-radius: 8px;
    z-index: -1;
}

section h3 {
    font-style: italic;
    margin: 1rem 0 0.5rem;
    border-bottom: 4px solid var(--color-primary1);
    width: fit-content;
}

section img {
    outline: 3px solid var(--color-primary1);
    border-radius: 25px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}