/* Blog Grid Alignment Fix */

.ekit-blog-posts-content .col-lg-4{
    display: flex;
    margin-bottom: 30px;
}

.elementskit-post-image-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Equal image height */
.elementskit-entry-header img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

/* Title spacing */
.elementskit-entry-title{
    min-height: 90px;
    margin-top: 20px;
}

/* Push button to bottom */
.elementskit-post-footer{
    margin-top: auto;
}

/* Card spacing */
.elementskit-post-body{
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Premium Blog Cards */

.elementskit-post-image-card{
    background: #fff;
    border-radius: 24px;
    padding: 15px;
    overflow: hidden;

    /* Soft Shadow */
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);

    transition: all 0.3s ease;
}

/* Hover Effect */
.elementskit-post-image-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(106, 61, 240, 0.15);
}

/* Equal Image Height */
.elementskit-entry-header img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
}

/* Equal Card Height */
.ekit-blog-posts-content .col-lg-4{
    display: flex;
    margin-bottom: 30px;
}

.elementskit-post-body{
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Equal Title Height */
.elementskit-entry-title{
    min-height: 90px;
    margin-top: 20px;
}

/* Button Bottom Align */
.elementskit-post-footer{
    margin-top: auto;
}

/* Desktop Large Screen */
@media only screen and (min-width: 1200px){

    .e-3d5085a-f43eaa2{
        color:#000000 !important;
        text-align:center !important;
        padding-left:180px;
        padding-right:180px;
        max-width:1800px;
        margin:0 auto;
        line-height:1.8;
    }

    .e-009b1b8-43cfbc1{
        font-size:24px !important;
        line-height:1.4 !important;
    }

}

/* Tablet View */
@media only screen and (max-width: 1024px){

    .e-3d5085a-f43eaa2{
        padding-left:60px;
        padding-right:60px;
        max-width:100%;
        line-height:1.7;
    }

    .e-009b1b8-43cfbc1{
        font-size:20px !important;
        line-height:1.5 !important;
    }

}

/* Mobile View */
@media only screen and (max-width: 767px){

    .e-3d5085a-f43eaa2{
        padding-left:20px;
        padding-right:20px;
				padding-bottom: 30px;
        max-width:100%;
        text-align:center !important;
        line-height:1.6;
    }

    .e-009b1b8-43cfbc1{
        font-size:16px !important;
        line-height:1.5 !important;
    }

}

/* Tablet View */
@media only screen and (max-width:1024px){

    .elementor-kit-10097 h2{
        text-align:center !important;
    }

}

/* Mobile View */
@media only screen and (max-width:767px){

    .elementor-kit-10097 h2{
        text-align:center !important;
    }

}

/* Tablet View */
@media only screen and (max-width:1024px){

    .e-f215427-38078fd{
        text-align:center !important;
        justify-content:center !important;
        align-items:center !important;
        margin:0 auto !important;
    }

}

/* Mobile View */
@media only screen and (max-width:767px){

    .e-f215427-38078fd{
        text-align:center !important;
        justify-content:center !important;
        align-items:center !important;
        margin:0 auto !important;
    }

}
/* Tablet & Mobile Responsive */
@media only screen and (max-width:1024px){

    .e-009b1b8-43cfbc1{
        font-size:20px !important;
        line-height:1.5 !important;
    }

}
/* Footer Padding */

@media only screen and (max-width:767px){

    .elementor-element-5617392{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

.bg-section.dark-section{
    background:linear-gradient(135deg, #623ef6, #1a1a1a) !important;
}
.elementor-element-04dc8f4{
    background:linear-gradient(135deg, #623ef6, #1a1a1a) !important;
}
.elementor-element-2ed1c77{
    background:linear-gradient(135deg, #623ef6, #1a1a1a) !important;
}
/* =========================
   PREMIUM SHARE SECTION
========================= */

.sharedaddy{
    max-width:1200px;
    margin:60px auto;
    padding:40px;
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

/* Section Titles */
.sharedaddy .sd-title{
    font-size:28px !important;
    font-weight:700 !important;
    color:#111111 !important;
    margin-bottom:25px !important;
    position:relative;
}

.sharedaddy .sd-title:after{
    content:"";
    width:70px;
    height:3px;
    background:#ff4d6d;
    display:block;
    margin-top:12px;
    border-radius:20px;
}

/* Share Buttons */
.sharedaddy .sd-content ul{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    padding:0;
    margin:0;
}

.sharedaddy .sd-content ul li{
    list-style:none;
}

/* Button Style */
.sharedaddy .sd-button{
    color:#ffffff !important;
    border:none !important;
    border-radius:14px !important;
    padding:14px 28px !important;
    font-size:16px !important;
    font-weight:600 !important;
    transition:all 0.3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* Hover */
.sharedaddy .sd-button:hover{
    background:#ff4d6d !important;
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(255,77,109,0.25);
}

/* Like Button */
.post-likes-widget-placeholder{
    margin-top:20px;
}

.post-likes-widget-placeholder .button{
    background:#111111;
    color:#ffffff;
    border-radius:14px;
    padding:14px 30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    transition:0.3s ease;
}

.post-likes-widget-placeholder .button:hover{
    background:#ff4d6d;
    transform:translateY(-3px);
}

/* Customize Button Link */
.share-customize-link a{
    color:#ff4d6d !important;
    font-weight:600;
    text-decoration:none;
}

/* =========================
   TABLET
========================= */

@media only screen and (max-width:1024px){

    .sharedaddy{
        padding:30px;
    }

}

/* =========================
   MOBILE
========================= */

@media only screen and (max-width:767px){

    .sharedaddy{
        padding:20px;
        border-radius:18px;
        margin:30px 15px;
    }

    .sharedaddy .sd-content ul{
        flex-direction:column;
    }

    .sharedaddy .sd-button{
        width:100%;
        justify-content:center;
        text-align:center;
    }

    .sharedaddy .sd-title{
        font-size:22px !important;
    }

}

/* =========================
   FIX RELATED POSTS LAYOUT
========================= */

.jp-relatedposts-items{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:30px !important;
    margin-top:40px !important;
}

/* Related Post Card */
.jp-relatedposts-post{
    background:#f8f8f8 !important;
    padding:30px !important;
    border-radius:20px !important;
    min-height:260px !important;
    width:100% !important;
    overflow:hidden !important;
    transition:0.3s ease;
    box-sizing:border-box;
}

/* Hover Effect */
.jp-relatedposts-post:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

/* Title Fix */
.jp-relatedposts-post-title{
    margin-bottom:15px !important;
    line-height:1.5 !important;
}

.jp-relatedposts-post-title a{
    display:block !important;
    font-size:24px !important;
    font-weight:700 !important;
    color:#111111 !important;
    text-decoration:none !important;

    /* TEXT WRAP FIX */
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:break-word !important;
}

/* Meta Text */
.jp-relatedposts-post-date,
.jp-relatedposts-post-context{
    display:block !important;
    color:#888888 !important;
    font-size:15px !important;
    line-height:1.7 !important;
}

/* Remove Narrow Width */
.jp-relatedposts-post,
.jp-relatedposts-post a{
    max-width:100% !important;
}

/* =========================
   TABLET
========================= */

@media only screen and (max-width:1024px){

    .jp-relatedposts-items{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .jp-relatedposts-post-title a{
        font-size:20px !important;
    }

}

/* =========================
   MOBILE
========================= */

@media only screen and (max-width:767px){

    .jp-relatedposts-items{
        grid-template-columns:1fr !important;
        gap:20px !important;
    }

    .jp-relatedposts-post{
        padding:20px !important;
        min-height:auto !important;
    }

    .jp-relatedposts-post-title a{
        font-size:18px !important;
        line-height:1.5 !important;
    }

}
/* X / Twitter Button */
.sharedaddy .share-twitter .sd-button{
    background:#000000 !important;
    color:#ffffff !important;
    border:none !important;
}

.sharedaddy .share-twitter .sd-button span{
    color:#ffffff !important;
}

/* Facebook Button */
.sharedaddy .share-facebook .sd-button{
    background:#1877F2 !important;
    color:#ffffff !important;
    border:none !important;
}

.sharedaddy .share-facebook .sd-button span{
    color:#ffffff !important;
}

/* Hover Effects */
.sharedaddy .share-twitter .sd-button:hover{
    background:#222222 !important;
}

.sharedaddy .share-facebook .sd-button:hover{
    background:#0d65d9 !important;
}

.elementor-element-9829fb9{
    background:#ffffff;
    border-radius:30px;
    padding:60px 40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    max-width:1100px;
    margin:0 auto;
    text-align:center;
    transition:0.3s ease;

    /* OVERFLOW FIX */
    overflow:hidden;
    word-break:break-word;
    overflow-wrap:break-word;
}

.elementor-element-9829fb9:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* Email Text Responsive */
.elementor-element-9829fb9 h2,
.elementor-element-9829fb9 h3,
.elementor-element-9829fb9 p,
.elementor-element-9829fb9 a{
    word-break:break-word;
    overflow-wrap:break-word;
}

/* Tablet */
@media only screen and (max-width:1024px){

    .elementor-element-9829fb9{
        padding:50px 30px;
    }

}

/* Mobile Responsive */
@media only screen and (max-width:767px){

    .elementor-element-9829fb9{
        padding:35px 15px;
        border-radius:20px;
    }

    .elementor-element-9829fb9 h2,
    .elementor-element-9829fb9 h3{
        font-size:28px !important;
    }

    .elementor-element-9829fb9 p,
    .elementor-element-9829fb9 a{
        font-size:18px !important;
        line-height:1.6 !important;
    }

}
@media only screen and (max-width:767px){

    .e-603d54d-aba510a{
        padding-left:20px !important;
        padding-right:20px !important;
    }

}

@media only screen and (max-width:767px){

    .e-20e1f85-a7319e6{
        text-align:center !important;
        justify-content:center !important;
        align-items:center !important;
        margin:0 auto !important;
    }

}

/* Mobile ICon */
.elementor-2049 
.elementor-element.elementor-element-7cbc04e 
button.elementskit-menu-hamburger > .ekit-menu-icon{
    color:#ffffff !important;
}

.no-post-message{
    text-align:center;
    font-size:32px;
    font-weight:600;
    color:#666;
    padding:120px 20px;
}

@media only screen and (min-width: 1024px) {

    .single-post figure.at-blog-shiny-glass-effect {
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 20px !important;
    }

    .single-post .attachment-large.size-large.wp-post-image {
        width: 70% !important;
        max-width: 800px;
        height: auto !important;
        display: block;
        margin: 0 auto !important;
    }

}
@media only screen and (min-width: 1024px) {

    .post-content {
        margin-top: -250px !important;
    }

}
/* Single Blog */
.pulseofthepresent-blog-layout{
    max-width:1400px;
    margin:auto;
    padding:40px;
    background:#f5f5f5;
    border-radius:24px;
    font-family:Arial,sans-serif;
    color:#111827;
}

.pulseofthepresent-blog-title{
    font-size:40px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:50px;
    letter-spacing:-2px;
}

.pulseofthepresent-blog-hero{
    display:grid;
    grid-template-columns:58% 42%;
    gap:30px;
    margin-bottom:30px;
    align-items:start;
}

.pulseofthepresent-blog-side-content,
.pulseofthepresent-blog-full-content{
    font-size:18px;
    line-height:1.8;
    text-align:left;
}



.pulseofthepresent-blog-side-content div,
.pulseofthepresent-blog-full-content div{
    margin-bottom:25px;
}

@media(max-width:768px){

    .pulseofthepresent-blog-title{
        font-size:42px;
    }

    .pulseofthepresent-blog-hero{
        grid-template-columns:1fr;
    }

}


.elementor-widget-container p {
    text-align: justify;
    font-size: 18px;
    color: #222;
    font-family: Arial, sans-serif;
	line-height:28px;
}
.elementor-element-47d7b1c .elementor-widget-container{
    text-align: justify;
    font-size: 18px;
    color: #222;
    font-family: Arial, sans-serif;
    line-height: 28px;
}

.elementor-widget-theme-post-featured-image img{
    border-radius: 30px !important;
}

#magic-cursor,
#ball {
    display: none !important;
}

body {
    cursor: auto !important;
}