/*
Theme Name: Mukto Starter Theme
Theme URI: https://github.com/muktoapb/wordpress-startup
Author: Mahidul Islam Mukto
Author URI: http://mukto.info
Description: A WordPress custom Woocommerce theme.
Version: 5.0.0
Text Domain: mukto
Tags: Woocommerce, shop
*/



/* Software Section  */
.gmni-pro-single-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.gmni-pro-site-main {
    position: relative;
}

.gmni-pro-article-wrapper {
    display: flex;
    justify-content: center;
}

.gmni-pro-social-share-sticky {
    position: sticky;
    top: 150px;
    width: 40px;
    height: fit-content;
    margin-right: 60px;
    flex-shrink: 0;
}

.gmni-pro-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.gmni-pro-social-icon:hover {
    transform: scale(1.1);
}

.gmni-pro-facebook {
    background-color: #3b5998;
}

.gmni-pro-twitter {
    background-color: #00acee;
}

.gmni-pro-linkedin {
    background-color: #0e76a8;
}

.gmni-pro-pinterest {
    background-color: #c8232c;
}

.gmni-pro-post-content-area {
    max-width: 750px;
    width: 100%;
}

.gmni-pro-post-meta-category a {
    background-color: #eef2fa;
    color: #3b5998 !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 5px;
}

.gmni-pro-post-meta-category a:hover {
    background-color: #dbe4f5;
}

.gmni-pro-post-meta-author {
    color: #666;
    font-size: 15px;
    margin: 20px 0;
}

.gmni-pro-post-meta-author span {
    margin: 0 10px;
}

.gmni-pro-post-title {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin: 15px 0;
    line-height: 1.2;
}

.gmni-pro-featured-image {
    margin: 25px 0;
    border-radius: 10px;
    overflow: hidden;
}

.gmni-pro-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.gmni-pro-main-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.gmni-pro-main-content p,
.gmni-pro-main-content ul,
.gmni-pro-main-content ol {
    margin-bottom: 1.5em;
}

.gmni-pro-main-content h2,
.gmni-pro-main-content h3 {
    font-weight: 700;
    color: #111;
    margin-top: 2em;
    margin-bottom: 1em;
}

.gmni-pro-main-content a {
    color: #0073e6;
    text-decoration: underline;
}

.gmni-pro-share-bottom {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.gmni-pro-share-text {
    font-weight: 600;
    margin-right: 15px;
    font-size: 16px;
}

.gmni-pro-social-icon-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
}