/* Custom CSS Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #F0F4F8;
    color: #3a3973;
}
.byIntegratelyWrapper{
	display:flex;
    align-items:center;
	margin-bottom:8px;
}
.header-logo{
	display:flex;
    align-items:end;
	font-size:14px;
	color:#6b7280;
}
.header-logo span a{
    color: #6b7280;
    text-decoration: none;
}

.deviderLine{
    height: 14px;
    width: 1px;
    background: #6b7280;
    margin-right: 12px;
}

.header-logo img{
    width: 110px;
    height:auto;
    margin-right:12px;
}

/* Header Styles */
header {
    width: 100%; 
    padding: 13px 0;
    background-color: #F0F4F8;
}
header .container-lg{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.container-lg{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1660px;
}
.container{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1340px;
} 
.topSection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
}
.container.topSection{
    margin-bottom: 60px;
}

.topSection-left{
    flex: 1;
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    align-items: flex-start;
    font-size: 15px;
}
.topSection-left-content{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400; 
}
.recentArticle{
    color: #f75d3d;
    font-weight: 500;
    text-decoration: none;
}
a.recentArticle:hover{
    color: #f75d3d;
    text-decoration: underline;
}
.authorPicture{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #bdc3c7;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.authorName{
    color: #f75d3d;
    font-weight: 500;
}
.topSection-left h1{
    font-size: 40px;
    font-weight: 800; 
    color: #1f1f40;
}
.topSection-left h1 a{  
    color: #1f1f40;
    text-decoration: none;
}
.topSection-right{
    width: 36%;
    border-radius: 16px;
    overflow: hidden;
}
.topSection-right img{
    width: 100%;
    display: block;
    height: auto;
}
.sidebarWrapper{
    flex-shrink: 0;
    width: 350px;
    min-height: 350px;
}
.sidebarWrapper .sidebarWrapperInner{
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #c5cdd3;
}
.sidebarWrapper h2{
    font-size: 28px;
    font-weight: 700;
    color: #1f1f40;
    margin-bottom: 20px;
}
.blogPostContentWrapper{
    display: flex;
    gap: 40px;
}
.growth-secrets .wp-block-group {
    border: 0 none;
    padding: 0 0 20px 0;
    border-radius: 0;
}
.wp-block-group {
    box-sizing: border-box;
}
 

/* Navigation */
nav {
     
}

.custom-menu {
    list-style: none;
    display: flex;
    justify-content: center; 
}

.custom-menu a {
    padding: 10px 24px;
    color: #1f1f40;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    height: 44px;
    border-radius: 50px;
}
/* .current-menu-item a{
    padding: 10px 20px; 
    color: #f34956; 
    text-decoration: none;
    transition: background 0.3s ease;
} */
.custom-menu a:hover {
    color: #f75d3d;
}
.custom-menu li:nth-last-child(2) a{
    border: 1px solid #bbc7d4;
    margin: 0 20px;
}
.custom-menu li:last-child a{
    color: #fff;
    background: linear-gradient(135deg, #f34956  0%, #fe8a01 100%);
}
.custom-menu li:last-child a:hover{
    background: linear-gradient(135deg, #fe8a01  0%, #f34956 100%);
}
.wp-block-group {
    border: 1px solid #c5cdd3;
    padding: 30px 45px 45px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
}
ul.default {
    padding-bottom: 20px;
    margin-left: 24px;
}
ul.default>li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 26px;
    display: block;
}
ul.default>li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #272727;
    left: 0;
    top: 9px;
    margin-top: 2px;
}
ul.default>li:last-child {
    margin-bottom: 0;
}
.blogPostContent{
    flex: 1;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}
.blogPostContent p:not(:last-child), figure {
    padding-bottom: 20px;
}
.blogPostContent h2, .postSubHeading {
    padding: 10px 0 20px;
    font-size: 28px;
    position: relative;
    font-weight: 800;
    line-height: 38px;
    color: #1f1f40;
    font-size: 32px;
}
.blogPostContent h3 {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    color: #1f1f40;
}
.blogPostContent h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    color: #1f1f40;
}
.wp-block-group .wp-block-group-is-layout-constrained figure:last-child.wp-block-image {
    padding-bottom: 0;
}
.blogPostContent ol {
    counter-reset: item;
}
.blogPostContent ul:not(.postAutomationListStyle):not(.default), .blogPostContent ol {
    padding-bottom: 25px;
}
.blogPostContent ol>li:before {
    counter-increment: item;
    content: counters(item, ".") " ";
    position: absolute;
    left: 0px;
    top: 1px;
    color: #f75d3d;
    font-weight: 800;
}
.blogPostContent ul:not(.postAutomationListStyle):not(.default) > li:not(:last-child), .blogPostContent ol>li:not(:last-child) {
    padding-bottom: 15px;
}
.blogPostContent ul:not(.postAutomationListStyle):not(.default) > li, .blogPostContent ol>li {
    display: block;
    position: relative;
    padding: 0 0px 0 24px;
}
.blogPostContent a:not(.ctaBtn) {
    color: #f35a38; 
}
figure.wp-block-image{
    padding-bottom: 20px;
}
figure.wp-block-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    border: 1px solid #c5cdd3;
}
.wp-block-button{
    padding-bottom: 30px;
}
.wp-block-button a.wp-block-button__link{
    background: linear-gradient(135deg, #f34956  0%, #fe8a01 100%);
    color: #fff;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none; 
    font-weight: 600;
}
.wp-block-buttons.btnCenter .wp-block-button{
    text-align: center;
}
.wp-block-buttons.btnRight .wp-block-button{
    text-align: right;
}
.wp-block-buttons.btnFull .wp-block-button a.wp-block-button__link{
    width: 100%;
    text-align: center;
    display: block; 
}
figure.wp-block-table{
    padding-bottom: 20px;
}
figure.wp-block-table table{
    width: 100%; 
    border: 1px solid #c5cdd3; 
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5); 
    border-spacing: 0;
    overflow: hidden;
}
figure.wp-block-table table tbody tr td{
    border-bottom: 1px solid #c5cdd3;
    border-right: 1px solid #c5cdd3;
}
figure.wp-block-table table tbody tr td:last-child{
    border-right: none;
}
figure.wp-block-table table tbody tr:last-child td{
    border-bottom: none;
}
figure.wp-block-table table tbody tr:first-child td{
    border-bottom: 2px solid #fc7237;
    background:#fff0df;
    font-weight: 600;
    color: #1f1f40;
}
figure.wp-block-table th, figure.wp-block-table td { 
    padding: 12px 20px;
    word-break: keep-all;
}
 

/* Main Content */

.authorInfo{
    border: 1px solid #c5cdd3;
    padding: 30px;
    margin-top: 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 26px;
    align-items: center;
}
.authorInfo-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #bdc3c7;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
.authorInfo-name{
    font-size: 22px;
    font-weight: 700;
    color: #1f1f40;
    margin-bottom: 12px;
}
.authorInfo-name span{ 
    color: #f75d3d;
}

.authorInfo-content{
    flex: 1;
}
.authorInfo-content p{ 
    color: #3a3973;
}
.authorSocialLinks {
    display: flex;
    align-items: center; 
}
.authorSocialLinks a {
    display: flex;
    width: 36px;
    height: 36px; 
    margin-right: 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.authorSocialLinkTxt {
    text-indent: -999em;
}
.authorSocialLinks a:nth-child(1) {
    background: #0b67c2;
}
.authorSocialLinks a:nth-child(2) {
    background: #4276ec;
}
.authorSocialLinks a:nth-child(3) {
    background: #000;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 15px;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi span.current {
    text-decoration: none; 
    padding: 3px 5px;
    margin: 2px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BFBFBF !important;
    background-color: #ffffff !important;
    color: #f75d3d;
}
.wp-pagenavi a, .wp-pagenavi a.page {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    color: #1f1f40;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi a:hover { 
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #BFBFBF !important; 
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
    position: relative;
    text-indent: -999em;
    overflow: hidden;
}
.wp-pagenavi a.nextpostslink:before{
    content: '';
    width: 7px;
    height: 7px;
    border-left: 2px solid #f35a38;
    border-bottom: 2px solid #f35a38; 
    position: absolute;
    transform: rotate(-135deg);
    left: 12px;
}
.wp-pagenavi a.previouspostslink:before{
    content: '';
    width: 7px;
    height: 7px;
    border-left: 2px solid #f35a38;
    border-bottom: 2px solid #f35a38; 
    position: absolute;
    transform: rotate(45deg);
    left: 16px;
}
 
.blogSection{
 width: 100%;
 margin-top: 20px;
 margin-bottom: 60px;
}
.postsWrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 48px 24px;
    align-items: start; 
}
.postsBox{ 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.postsBox:hover{ 
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}
.postContent{
    padding: 30px 24px;
}
.postContent h3{
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    color: #1f1f40;
}
.postDetails {
    padding: 0 0 15px 0;
    font-size: 15px;
    color: #3a3973; 
}
.bold {
    font-weight: 700;
}
.postThumbnail {
    width: 100%;
    height: inherit;
    display: block; 
}
/* Card Grid */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.card h3 {
    color: #764ba2;
    margin-bottom: 0.75rem;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.btn:hover {
    opacity: 0.9;
}

.portfolio-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.portfolio-items div{
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 14px;
}
.portfolio-items img{
    width: 100%;
    height: auto;
    display: block;
}
#banner{ 
    padding: 70px 0 0; 
    width: 100%;
}
 
.page-content{
    margin-top: 60px;
}
.banner-img{ 
    width: 100%;
    height: auto;
}
.banner-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.banner-content img{
    max-width: 100%;
    height: auto;
}
/* Footer */
footer {  
    padding-top: 80px;
    padding-bottom: 64px;
}
footer .footer-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}
.footer-links{
    display: flex;
    gap: 12px;
}
.footer-links a{
    font-size: 15px;
    font-weight: 400;
    color: #3a3973;
    text-decoration: underline;
}
.footer-links a:hover{
    color: #000;
}
footer .container span{
    font-size: 15px;
    font-weight: 400;
    color: #3a3973;
}
.footer-top{
    text-align: center;
}
.footer-logo{
    max-width: 70%;
    margin: 0 auto;
}
.footer-bg{
    width: 100%;
    display: block;
}
.footer-btnWrapper{
    text-align: center;
}
.footer-btn{
    padding: 20px 48px;
    background: linear-gradient(135deg, #f34956  0%, #fe8a01 100%);
    color: #fff;
    display: inline-block;
    margin-bottom: 100px;
    margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600; 
    transition: all 0.3s ease;
}
 
.footer-btn:hover{
    background: linear-gradient(135deg, #fe8a01  0%, #f34956 100%);
}
/* Responsive Design */
@media (max-width: 768px) {
    header h1 {
        font-size: 1.8rem;
    }
    
    nav ul {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    section {
        padding: 1.5rem;
    }
}
