/*
Theme Name: softmagnat
Theme URI: https://www.softmagnat.com/
Author: softmagnat
Author URI: https://www.softmagnat.com/
Version: 1.0
*/
:root{
    --title-font: 'Nunito', sans-serif;
    --body-font: 'Nunito', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: var(--body-font) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #4f555a !important;
    line-height: 26px !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	font-display: swap;
}
p{
    line-height: 1.75;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font) !important;
    color: #141d38 !important;
    text-transform: none;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 0 15px 0;
}
.sec-padding{
	padding: 4rem 0;
}
.head{
    font-size: 2.5rem;
    line-height: 1.25;
    text-transform: capitalize;
}
.head span{
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #143382;
}
.custom-btn{
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 2rem;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 1rem;
    transition: ease 0.5s;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.custom-btn:hover{
    background: #265682;
    color: #fff;
    border: 1px solid #fff;
}
.btns{
	display: flex;
    align-items: center;
    gap: 1rem;
	margin: 2rem 0;
}
.download-btn{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    background: #006600;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    gap: 5px;
}
.buy-btn{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    background: #003399;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    gap: 5px;
}
.download-btn:hover{
	background: #006600;
}
.buy-btn:hover{
	background: #003366;
}
.download-btn i, .buy-btn i{
	float: left;
    font-size: 30px;
    margin: 0 10px 0 0;
}
.download-btn span, .buy-btn span{
	display: inline-block;
}
.download-btn span strong, .buy-btn span strong{
	display: block;
    font-size: 14px;
    font-weight: normal;
}
/* navbar */
.navbar{
    background: #265682;
}
.navbar .navbar-nav{
    align-items: center;
}
.navbar .nav-link{
    color: #fff;
    text-transform: capitalize;
    padding: 10px 1.5rem !important;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--body-font);
}
.navbar .nav-link.active{
	color: #fff !important;
}
.navbar .nav-link:hover{
	text-decoration: underline;
	color: #fff;
}

.navbar .dropdown .dropdown-menu:after{
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    right: 29%;
}
@media screen and (min-width: 1601px) {
    .navbar .dropdown .dropdown-menu:after{
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: -10px;
        right: 20%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .navbar .dropdown .dropdown-menu:after{
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: -10px;
        right: 40%;
    }
}
@media screen and (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        top: auto; 
        width: 60%;    
        left: 10%;   
    }
}
@media screen and (max-width: 991px) {
    .navbar .dropdown{
        width: 100%;
        position: relative;
    }
    .navbar .dropdown .navbar-toggler{
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    .navbar .dropdown .dropdown-menu:after{
        display: none;
    }
    .navbar .dropdown .dropdown-menu {
        margin: 0 1rem;
    }
}

/* footer */
.footer{border-top:3px solid #0066CC; background:#265682; padding:30px 0; color:#fff; margin-top:30px;}



.footer a{color:#FFFFFF; text-decoration: none;}
.footer a:hover{text-decoration: underline;}
.footer .f-part img {margin-bottom: 1rem;}
.footer .f-part p {margin-bottom: 1rem;}
.footer .f-part .head {color: #fff; font-size: 20px; font-weight: 700; padding-bottom: 1rem; border-bottom: 2px solid #fff;}
.footer .f-part ul {list-style: none; padding: 0;}
.footer .f-part ul li {margin-bottom: 0.5rem;}
.footer .f-part .social-media{display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1rem; list-style: none;}
.footer .f-part .social-media li a { background: #fff; color: #13539d; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center;border-radius: 5px;text-decoration: none;}
.footer .copy-right {text-align: center; border-top: 1px solid #fff; margin-top: 0.5rem; padding-top: 1.5rem;}
/* Responsive */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar .nav-link{
        font-size: 17px;
        padding: 10px 6px !important;
    }
    header .navbar .navbar-toggler{
        filter: invert(1);
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-toggler{
        filter: invert(1);
    }
    .navbar .navbar-nav{
        background: #072676;
        padding: 1rem 1rem 2rem 1rem;
        border-radius: 8px;
        align-items: flex-start;
    }
    
}

/*--mobile responsive --*/

@media screen and (max-width: 575px) {
    .head {
        font-size: 2rem;
    }
    footer, footer .footer-left .para{
        text-align: center;
    }
}

/*--banner start--*/
.custom-banner{
    background: #265682;
    padding: 4rem 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.custom-banner .banner-head{
    font-size: 3rem;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: capitalize;
}
.custom-banner .banner-head span{
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 1rem;
    font-weight: 400;
}
/*--banner end--*/
/*--front page start--*/
.post-box{
	margin-bottom: 3rem;
}
.post-box a{
	color: #000;
	text-decoration: none;
}
.post-box .index-featured-image{
	width: 100%;
    display: block;
	max-height: 235px;
	min-height: 235px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
	background: url(https://www.softmagnat.com/blog/wp-content/uploads/2024/10/featured-image.webp);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border: 1px solid #ddd;
}
.post-box .index-featured-image img{
	width: 100%;
	transition: ease 0.3s;
}
.post-box:hover .index-featured-image img{
	transform: scale(1.1);
}
.post-box .date-category{
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #000;
	padding: 1rem 0;
}
.post-box .head{
	font-size: 25px;
    font-weight: 600;
    margin-bottom: 1.5rem;
	display: block;
}
.post-box .head:hover{
	color: #0f3285;
}
.post-box .index-read-more{
	font-size: 18px;
	display: block;
}
.post-box .index-read-more:hover{
	color: #0f3285;
}
.pagination{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 2rem;
}
.pagination span, .pagination a{ 
	background: #265682;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px;
}
.pagination .current, .pagination span:hover, .pagination a:hover{
	background: #2992d2;
}
/*--front page end--*/
/*--breadcrumb--*/
.breadcrumb{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #265682 !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    box-shadow: inset 0 1px 0 #ffffff2b;
}
.breadcrumb a{ 
	color: #fff;
	position: relative;
	text-decoration: none;
    margin: 0 10px;
}
.breadcrumb a:after{ 
	content:">";
	position: absolute;
	right: -15px;
    color: #fff;
    font-family: monospace;
}
.breadcrumb a:nth-last-child(1):after{ 
	display: none
}

/*--content-page-body--*/
.content-page-body .banner-head{
	font-size: 30px;
}
.content-page-body .post-user {
    padding: 15px 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.content-page-body .post-user span{
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.content-page-body .post-user span a{
	color: #54555F;
	text-decoration: none
}
 
.content-page-body .share-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 3rem;
}
.content-page-body .share-btns .head{
	font-size: 25px;
    font-weight: 500;
    color: #070337;
}
.content-page-body .share-btns ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	list-style: none;
    font-size: 25px;
}
.content-page-body .share-btns ul li a{
	color: #0f3285;
}
.content-page-body  .user-details-info{
	background: #f2f7ff;
	border-radius: 10px;
	padding: 2rem;
	margin-top: 3rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}
.content-page-body  .user-details-info img{
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.content-page-body  .user-details-info .user-name a{
	color: #0f3285;
	font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: capitalize;
    display: block;
}
.content-page-body .bottom-articles-re{
	background: #f2f7ff;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 2rem;
}
.content-page-body .bottom-articles-re .head{
	color: #070337;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.content-page-body .bottom-articles-re ul{
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding-left: 15px;
}
.content-page-body .bottom-articles-re ul li{
	position: relative;
}
.content-page-body .bottom-articles-re ul li:before{
	content: ">";
    position: absolute;
    left: -14px;
    font-family: monospace;
    font-weight: 700;
    font-size: 18px;
}
.content-page-body .bottom-articles-re ul li a{
	text-decoration: none;
    color: #070337;
    font-size: 16px;
    font-weight: 600;
}
.content-page-body .bottom-articles-re ul li a:hover{
	text-decoration: none;
    color: #003366;
}
.lwptoc .lwptoc_i {
    background-color: #f2f7ff !important;
}
.lwptoc-light .lwptoc_i A{
	color: #1d0337 !important;
}
.related-posts{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.related-posts .main-head{
    color: #070337;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.related-posts a{
	text-decoration: none;
}
.related-posts a span{
	font-size: 16px !important;
    min-height: 95px;
}
.related-posts a img{
	max-width: 100%;
	height: auto;
}
.comment-sec dl, .comment-sec ol, .comment-sec ul{
	list-style: none;
	padding: 0;
}
.comment-sec .comment-list li .comment-body{
	border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.comment-sec .comment-list li .comment-body img{
	border-radius: 50%;
    height: 50px;
    width: 50px;
}
.comment-sec .comment-list li .comment-body a{
	color: #0f3285;
	font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    margin: 10px 0;
    text-transform: capitalize;
}
.comment-sec .comment-respond .comment-reply-title{
	font-size: 22px;
    color: #011224;
}
.comment-sec .comment-form p{
	display: flex;
    flex-direction: column;
}
.comment-sec .comment-form textarea, .comment-sec .comment-form input{ 
    border: 1px solid #ddd;
}
.comment-sec .form-submit, .comment-sec .comment-form-cookies-consent{
	display: block !important;
}
.comment-sec .form-submit .submit{
	background: #143382;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 1rem;
    transition: ease 0.5s;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.content_right_sec{
	padding: 1rem 1rem 1rem 3rem;
    background: #f2f7ff;
}
.content_right_sec form{
	margin-top: 2rem;
}
.content_right_sec form button{
	outline: none;
    border: none;
    position: relative;
    right: 35px;
    background: #265682;
    border-radius: 5px;
    color: #fff;
}
.wp-block-search .wp-block-search__label{
	display: none;
}
.wp-block-search .wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper button {
	position: absolute;
    right: 2px;
    top: 10px;
    width: 40px;
    height: 40px;
    transform: rotate(271deg);
    background: transparent;
    border: none;
}
.wp-block-search .wp-block-search__input{
	background: #f2f7ff;
    border: 2px solid #f2f7ff;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 15px 40px 15px 15px;
}
.widget-title, .wp-block-heading{
	color: #070337;
	font-size: 27px;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 2rem;
}
.widget_categories select{
	width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
    outline: none;
    cursor: pointer;
}
.content_right_sec ul{
	list-style: none;
	padding: 0;
}
.content_right_sec ul li{
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.content_right_sec ul li:before{ 
	content: ">";
    position: absolute;
    left: -14px;
    font-family: monospace;
    font-weight: 700;
    font-size: 18px;
}
.content_right_sec ul li a{
	text-decoration: none;
	color: #070337; 
	font-size: 16px;
	font-weight: 500;
}
.content_right_sec ul li img{
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
.author_post_heading{
	color: #070337;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}