.innerpage-title-bar {
    position: relative; 
    padding-top: 170px !important; 
    padding-bottom: 90px !important;
    text-align: center; 
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

.innerpage-title-bar::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 14, 23, 0.85);
    z-index: -4;
}

.innerpage-title-bar::after {
    content: "";
    position: absolute;
    left: 2%;
    top: 30%;
    width: 170px;
    height: 170px;
    background-image: url('/wp-content/uploads/2026/06/hourse-Photoroom.webp'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -3;
    pointer-events: none;
    animation: floatImage1 7s ease-in-out infinite;
}

.innerpage-title-bar h1::before {
    content: "";
    position: absolute;
    right: 2%;
    top: 30%;
    width: 200px; 
    height: 200px;
    background-image: url('/wp-content/uploads/2026/06/king-Photoroom.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -3;
    pointer-events: none;
    animation: floatImage2 9s ease-in-out infinite reverse;
}

.innerpage-title-bar h1::after {
    content: "";
    position: absolute;
    left: 30%;
    bottom: 0px;
    width: 150px; 
    height: 150px;
    background-image: url('/wp-content/uploads/2026/06/sipahi-Photoroom.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -2; 
    pointer-events: none;
    animation: floatImage3 6s ease-in-out infinite alternate;
}

.innerpage-title-bar h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 25px 0;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: static; 
}

@keyframes floatImage1 {
    0% { transform: translateY(0) rotate(-8deg); }
    50% { transform: translateY(-20px) rotate(4deg); }
    100% { transform: translateY(0) rotate(-8deg); }
}

@keyframes floatImage2 {
    0% { transform: translateY(0) rotate(5deg); }
    50% { transform: translateY(-20px) rotate(-5deg); }
    100% { transform: translateY(0) rotate(5deg); }
}

@keyframes floatImage3 {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}

.innerpage-title-bar .breadcrumb {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); 
    padding: 10px 25px;
    border-radius: 30px; 
    border: 1px solid rgba(212, 175, 55, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    position: relative; 
    z-index: 5; 
}

.innerpage-title-bar #crumbs {
    color: #a0b3cc;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.innerpage-title-bar #crumbs a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0 5px;
}
.innerpage-title-bar #crumbs a:hover {
    color: #d4af37;
}
.innerpage-title-bar #crumbs .current {
    color: #d4af37;
    font-weight: 700;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .innerpage-title-bar::after { 
        width: 80px; 
        height: 80px; 
        left: 2%; 
        top: 25%; 
    }
    
    .innerpage-title-bar h1::before { 
        width: 100px; 
        height: 100px; 
        right: 2%; 
        top: 25%; 
    }
    
    .innerpage-title-bar h1::after { 
        width: 75px; 
        height: 75px; 
        left: 38%;
        bottom: 0px; 
    }
    
    .innerpage-title-bar { 
        padding-top: 130px !important; 
        padding-bottom: 70px !important; 
    }
    
    .innerpage-title-bar h1 { 
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .innerpage-title-bar .breadcrumb {
        padding: 8px 20px;
    }
    
    .innerpage-title-bar #crumbs {
        font-size: 11px;
    }
}



/* ============================================================================================ */
/* =================================== Blog Inner Code CSs Start ============================== */
/* ============================================================================================ */

.blog-inner-layout.corp-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1500px;
    margin: 60px auto;
    padding: 0 20px;
}

#primary {
    flex: 1 1 65%;
    min-width: 0;
}

/* Sticky Sidebar Change */
#secondary {
    flex: 1 1 30%;
    min-width: 0;
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

.entry-meta {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-meta a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.entry-meta a:hover {
    color: #0a0e17;
}

.entry-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

/* Justified Text Change */
.entry-content p {
    margin-bottom: 25px;
    text-align: justify;
    letter-spacing: 0.1px;
}

.entry-content h3 {
    font-size: 26px;
    color: #0a0e17;
    margin-top: 45px;
    margin-bottom: 20px;
    border-left: 5px solid #d4af37;
    padding-left: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.post-navigation {
    margin: 50px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-navigation a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0a0e17;
    font-weight: 600;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    color: #d4af37;
}

.post-navigation img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.nav-previous a { flex-direction: row; }
.nav-previous img { margin-right: 15px; }

.nav-next a { flex-direction: row-reverse; text-align: right; }
.nav-next img { margin-left: 15px; }

.nav-innner span { 
    display: block; 
    font-size: 12px; 
    color: #888; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}

.author-box {
    display: flex;
    align-items: center;
    background: #fcfcfc;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid #eaeaea;
    border-left: 5px solid #0a0e17;
}

.author-avatar img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: 25px;
    border: 3px solid #d4af37;
    padding: 3px;
}

.author-description h3 {
    margin: 0 0 8px 0;
    color: #0a0e17;
    font-size: 20px;
}

.author-posts a {
    color: #d4af37;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.related-posts-section {
    margin: 50px 0;
}

.related-posts {
    font-size: 24px;
    color: #0a0e17;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.related-posts::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #d4af37;
}

.related-posts-section ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts-section li a {
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f4f4f4;
}

.related-posts-section li a:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.related-posts-section img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.related-post-title {
    font-size: 16px;
    color: #0a0e17;
    margin: 15px 15px 5px;
    font-weight: 700;
}

.related-post-date {
    font-size: 13px;
    color: #888;
    margin: 0 15px 15px;
}

#secondary .widget {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    border: 1px solid #f4f4f4;
}

#secondary .widget-title {
    font-size: 18px;
    color: #0a0e17;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

#secondary .widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #d4af37;
}

#secondary .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .widget ul li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 15px;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary .widget ul li a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
}

#secondary .widget ul li a:hover, 
#secondary .widget ul li a[aria-current="page"] {
    color: #d4af37;
    padding-left: 8px;
}

.comments-area {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-top: 50px;
    border: 1px solid #eaeaea;
}

.comment-reply-title {
    font-size: 24px;
    color: #0a0e17;
    margin-bottom: 25px;
    font-weight: 700;
}

.comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: inherit;
    margin-bottom: 20px;
    transition: border-color 0.3s;
}

.comment-form textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.comment-form .submit {
    background: #0a0e17;
    color: #ffffff;
    padding: 14px 35px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.comment-form .submit:hover {
    background: #d4af37;
}

.related-posts-section ol li {
    width: 100%;
}

@media (max-width: 992px) {
    .blog-inner-layout.corp-container {
        flex-direction: column;
    }
    
    #primary {
        flex: 1 1 100%;
    }
	#secondary {
    	display: none;
	}
    
    .post-navigation .nav-links {
        flex-direction: column;
        gap: 30px;
    }
    
    .nav-next a { 
        flex-direction: row; 
        text-align: left; 
    }
    
    .nav-next img { 
        margin-left: 0; 
        margin-right: 15px; 
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
    }
    
    .author-avatar img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}











/* ============================================================================================ */
/* =================================== Blog Inner Code CSs Ended ============================== */
/* ============================================================================================ */