/* 
 Theme Name:   eco-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     eco-solar-power
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root {
    --primary: #0F766E;
    --secondary: #73e2d2;
}


#inner-pages-header .header-overlay {
    background-color: var(--primary);
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a .primary-menu li:hover .icon,
.primary-menu li a:hover {
    color: var(--primary);
}

.primary-menu .sub-menu li.current-menu-item>a,
.primary-menu .sub-menu li a:hover {
    color: var(--secondary);
}

.site-info p {
    text-align: center;
}

.home-btn a {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid var(--primary);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.2);
}

.home-btn a:hover {
    background: var(--secondary);
    color: var(--primary);
    border-color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(115, 226, 210, 0.35);
}

.home-btn a:active {
    transform: translateY(-1px);
}

.site-info a {
    color: var(--primary);
}


.entry-content h2 {
    position: relative;
    width: fit-content;
    margin: 3rem auto;
    padding: .8rem 2.5rem;
    color: var(--primary);
    font-weight: 700;
    text-align: center;
}

.entry-content h2::before,
.entry-content h2::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    z-index: -3;
}

.entry-content h2::before {
    border: 2px solid var(--primary);
}

.entry-content h2::after {
    inset: 6px;
    border: 1px solid var(--secondary);
    opacity: .8;
}

.entry-content img {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.box {
    margin: 20px 0;
    padding: 20px 0;
}

.box h3 a {
    color: var(--primary);
}

.read-more-btn {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid var(--primary);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}

.entry-content h3 {
    color: var(--primary);
    font-weight: 700;
    border-left: 5px solid var(--primary);
    background: rgba(115, 226, 210, 0.12);
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    margin: 2rem 0 1rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    position: relative;
    left: 0;
    top: -10px;
}