/*
Theme Name: Hangboard
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: hangboard
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000;
}

a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.banner-section.home-banner-section.section {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
:root {
    scroll-behavior: inherit;
}
ul#menu-header-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0px;
}
.header-right {
    display: flex;
}
header#main-header {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 6px #eee;
    padding: 10px 0px;
    z-index: 999;
}
.logo-img-box img {
    width: 200px;
}
ul#menu-header-menu li a{
    color: #fff;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn.theme-btn {
    background: #2C5F2D;
    color: #fff;
    padding: 0px 25px;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
}
.home-banner-section h1{
    color:#fff;
    font-weight: 700;
}
a.btn.theme-btn.theme-btn-2 {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
}
.banner-btnbox {
    display: flex;
    justify-content: center;
    gap: 15px;
}
footer#main-footer {
    background: #0E172B;
    color: #aaa;
    padding: 40px 0px 25px;
}
.footer-logo img {
    width: 180px;
    margin-bottom: 10px;
}
.footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #aaa;
    padding-top: 20px;
}
ul.footer-list {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}
.footercoloum h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
    color: #fff;
}
.footer-list li{
    padding: 2px 0px;
}
.footer-list li a{
    color: #aaa;
    text-decoration: none;
}

.footer-newsletter{
    background: #2C5F2D;
    color: #fff;
    padding: 60px 0px;
}

.newsletter-formbox {
    max-width: 600px;
    margin: auto;
}

.newsletter-formbox span.wpcf7-spinner{
    display: none !important;
}
.formbox-newsletter > p{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}
.btn.orange-btn {
    background: #FF6B36;
    color: #fff;
    box-shadow: none;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    bottom: 0px;
    right: 0px;
}
.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    margin: auto !important;
    left: 0px;
    right: 0px;
    max-width: 500px;
}
.featured-posts {
    padding: 70px 0px;
}
.main-blog {
    box-shadow: 0px 0px 10px #eee;
    border: 1px solid #eee;
    border-radius: 5px;
}
.featured-post-outer {
    margin-top: 30px;
}
.blog-background-img {
    position: relative;
}
.category-tag {
    position: absolute;
    top: 8px;
    left: 10px;
}
.blog-body {
    padding: 20px;
}
.blog-info h3{

}
.blog-info h3 a{
    color: #000;
}
.blog-info h3 {
    font-size: 18px;
    font-weight: bold;
}
.blog-body {
    font-size: 14px;
}
.category-tag a {
    background: #2C5F2D;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px;
}
.post-bottom-info {
    border-top: 1px solid #eee;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.postbottom-rightbox {
    display: flex;
    gap: 10px;
}

.post-author > span {
    background: #eee;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-author {
    display: flex;
    align-items: center;
    gap: 5px;
}
.category-tabs {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin-bottom: 20px;
}
.category-tabs li {
    cursor: pointer;
    padding: 4px 16px;
    background: #eee;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
}
.category-tabs li.active {
    background: #245528;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.home-categories-posts {
    padding: 60px 0px 70px;
    background: #E5E5E5;
}

.home-categories-posts .section-heading-box{
    margin-bottom: 30px;
}
.section h2{
    font-weight: 600;
}
.home-categories-posts .main-blog {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #eee;
    border-radius: 5px;
}

.dot-indicator {
    display: flex;
    gap: 0px;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.dot-indicator .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f4f4f4; /* default inactive color */
}

.dot-indicator .dot.active {
    background-color: #f26c3d; /* active (orange) color */
}
main.mainarea {
    padding-top: 61px;
}


@media screen and (min-width:1200px){
    .min-container{
        max-width: 1000px;
    }
    .min-container-2{
        max-width: 1200px;  
    }
}
.single-post-back-box{
    margin-top: 30px;
    margin-bottom: 40px;
}
.single-post-back-box a{
    color: #000;
}
.realted-postsbox{
    padding: 60px 0px;
}

.detail-post-categories > a{
    background: transparent;
    color: #444;
    font-size: 13px;
    padding: 2px 15px;
    border-radius: 4px;
    border: 1px solid #2c5f2d5e;
    border-radius: 20px;
}

.detail-post-categories > a:first-of-type{
    background: #2C5F2D;
    color: #fff;
}
.detail-post-categories {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}
.post-title-box h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
}
.single-post-bottom-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-section.single-page-banner-section.section {
    background: #0E172B;
    color: #fff;
    padding: 40px 0px;
}

#page-content{
    padding: 50px 0px;
}

.blog-background-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.single-post-information a, .single-post-information  a:hover {
    color: #2C5F2D;
    font-weight: 500;
    text-decoration: underline;
}

