.elementor-904 .elementor-element.elementor-element-d660e08{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-904 .elementor-element.elementor-element-d660e08{--margin-top:-138px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-d660e08 */body, 
.blog-detail-wrapper, 
.blog-main-content, 
.blog-sidebar, 
.blog-description, 
.toc-box, 
.blog-meta, 
.blog-views,
.blog-content, 
.blog-footer,
.toc-box a, 
p, li, span, a {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.blog-detail-title,
.post-hero-title,
.entry-content h2,
.entry-content h3 {
    font-family: 'Playfair Display', serif !important;
}

.blog-post-hero {
    background: linear-gradient(135deg, #234E52 0%, #18393D 100%);
    padding: 180px 8% 100px !important; 
    position: relative;
    overflow: hidden;
}

.blog-post-hero-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.post-hero-title {
    font-size: 44px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.post-hero-desc {
    font-size: 18px;
    color: rgba(255,255,255,.85)!important;
    line-height: 1.8;
    max-width: 780px;
    margin: 0 auto 30px;
    font-weight: 400;
}

.hero-btn {
    letter-spacing: 1px;
    padding: 14px 35px!important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
    background: transparent;
    color: #C89B5E;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 155, 94, 0.2);
}


.blog-post-body {
    padding: 80px 0;
    background-color: #FCFBF8; 
    color: #2D3748; 
}

.post-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.blog-detail-wrapper {
    display: flex;
    gap: 50px;
    padding: 20px 0px;
}

.blog-main-content {
    flex: 1;
    width: 740px;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(35, 78, 82, 0.04);
    border: 1px solid #E6DED2;
    box-sizing: border-box;
}

.blog-feature-image {
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    height: 450px;
}

.blog-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog-detail-title {
    font-size: 32px;
    font-weight: 700;
    color: #234E52;
    margin-bottom: 25px;
    line-height: 1.3;
}

.blog-description p, 
.entry-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #4A5568;
    margin-bottom: 25px;
}

.blog-description h2, 
.entry-content h2 {
    font-size: 30px;
    color: #234E52;
    margin: 50px 0 20px;
    font-weight: 500;
}

.blog-description h3, 
.entry-content h3 {
    font-size: 24px;
    color: #234E52;
    margin: 30px 0 15px;
    font-weight: 500;
}

.blog-description ul, 
.entry-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.blog-description li, 
.entry-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 10px;
}

.blog-sidebar {
    width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-meta {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(35, 78, 82, 0.04);
    border: 1px solid #E6DED2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-date, .blog-views {
    font-size: 14px;
    color: #5E5E5E;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-views span strong {
    color: #234E52;
}

.calendar-icon {
    font-size: 16px;
    color: #C89B5E;
}

.blog-views .calendar-icon {
    color: #234E52;
}

.toc-box {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(35, 78, 82, 0.04);
    border: 1px solid #E6DED2;
    position: sticky;
    top: 40px;
}

.toc-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #C89B5E;
    padding-bottom: 10px;
}

.toc-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toc-box li {
    margin-bottom: 10px;
    font-size: 14px;
}

.toc-box a {
    text-decoration: none !important;
    color: #5E5E5E;
    transition: color 0.3s ease;
    display: inline-block;
    line-height: 1.4;
}

.toc-box a:hover {
    color: #C89B5E;
}

.pune-tip-box {
    background-color: #EBF4F5; 
    border-left: 4px solid #C89B5E; 
    padding: 30px;
    border-radius: 0 8px 8px 0;
    margin: 40px 0;
}

.tip-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #234E52;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.tip-header i {
    color: #C89B5E;
    font-size: 16px;
}

.pune-tip-box p {
    margin-bottom: 0;
    font-size: 15px;
    color: #4A5568;
}

.blog-post-body blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    color: #234E52;
    text-align: center;
    border-top: 1px solid #E6DED2;
    border-bottom: 1px solid #E6DED2;
    padding: 35px 20px;
    margin: 50px auto;
    max-width: 90%;
}

.post-footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E6DED2;
    padding-top: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2C2C2C;
    margin-left: auto;
}

.share-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.2s;
    text-decoration: none;
}

.share-icon.wa { background-color: #25D366; }
.share-icon.fb { background-color: #1877F2; }

.share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}


@media (max-width: 1024px) {
    .blog-detail-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 10px 0;
    }

    .blog-main-content {
        width: 100%;
        padding: 30px 20px;
    }

    .blog-sidebar {
        width: 100%;
    }

    .toc-box {
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }

    .blog-feature-image {
        height: auto;
        max-height: 380px;
    }
}

@media (max-width: 991px) {
    .blog-post-hero {
        padding: 120px 4% 60px !important;
    }

    .post-hero-title {
        font-size: 32px;
    }

    .post-hero-desc {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .post-container {
        padding: 0 16px;
    }

    .blog-post-body {
        padding: 30px 0;
    }

    .blog-main-content {
        padding: 24px 16px;
    }

    /* Primary Global Title Scaling down to Requested 22px */
    .post-hero-title {
        font-size: 22px !important; 
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .blog-detail-title {
        font-size: 22px; 
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .post-hero-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .blog-description h2, 
    .entry-content h2 {
        font-size: 20px;
        margin: 30px 0 15px;
    }

    .blog-description h3, 
    .entry-content h3 {
        font-size: 18px;
        margin: 25px 0 10px;
    }

    .blog-feature-image {
        height: 220px;
        margin-bottom: 20px;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
    }

    .hero-btn {
        width: 100%;
        padding: 12px 24px;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }

    .pune-tip-box {
        padding: 20px 16px;
        margin: 25px 0;
    }

    .blog-post-body blockquote {
        font-size: 18px;
        padding: 20px 10px;
        margin: 30px auto;
        max-width: 100%;
    }

    .post-footer-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 40px;
        padding-top: 20px;
    }

    .post-share {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
}/* End custom CSS */