/* Header */
.detailed-blog-header {
    text-align: center;
    padding: 2rem 1rem
}

.detailed-blog-header h1 {
    font-size: 1.9rem;
    color: #90FF00;
    margin: 0
}

.detailed-blog-header p {
    font-size: 1.4rem;
    color: #d6d6d6;
    margin-top: .5rem
}

.detailed-blog-image-section {
    text-align: center;
    margin: .5rem 0
}

.detailed-blog-main-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
}

.detailed-blog-content {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: auto
}

.detailed-blog-intro,
.detailed-blog-body,
.detailed-blog-conclusion {
    margin-bottom: 2.5rem
}

.detailed-blog-content h2,
.detailed-blog-content h3 {
    color: #90FF00;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-transform: uppercase
}

.detailed-blog-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #bbb7b7
}

.detailed-blog-additional-content {
    background: linear-gradient(135deg, #4d4747 0%, #1f4112 100%);
    padding: 3rem 2rem;
    border-radius: 10px;
    margin-top: 2rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    color: #fff
}

.detailed-blog-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.detailed-blog-additional-content h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.detailed-blog-additional-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #f0f0f0
}

.detailed-blog-contact-button {
    margin-top: 2rem;
    text-align: center
}

.detailed-blog-contact-button a {
    padding: 16px 30px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #111111;
    background-color: #90FF00;
    border: 2px solid #90FF00;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

.detailed-blog-contact-button a:hover {
    color: #000000;
    background-image: linear-gradient(45deg, #90FF00, #6dbf00);
    border-color: transparent;
    transform: translateY(-5px);
    padding: 16px 48px
}

.detailed-blog-contact-button a:active {
    background-color: #6dbf00;
    transform: translateY(2px)
}

@media (max-width:768px) {
    .detailed-blog-header {
        padding: 2rem 1rem
    }

    .detailed-blog-header h1 {
        font-size: 2.5rem
    }

    .detailed-blog-header p {
        font-size: 1.2rem
    }

    .detailed-blog-main-image {
        max-width: 100%;
        width: 90%
    }

    .detailed-blog-content {
        padding: 2rem 1rem
    }

    .detailed-blog-additional-content {
        padding: 2rem 1rem
    }

    .detailed-blog-additional-content h3 {
        font-size: 1.6rem
    }

    .detailed-blog-additional-content p {
        font-size: 1rem
    }

    .detailed-blog-contact-button a {
        padding: 12px 24px;
        font-size: 1.1rem
    }
}

@media (max-width:1024px) {
    .detailed-blog-header {
        padding: 2.5rem 1.5rem
    }

    .detailed-blog-header h1 {
        font-size: 2.8rem
    }

    .detailed-blog-header p {
        font-size: 1.3rem
    }

    .detailed-blog-main-image {
        max-width: 80%
    }

    .detailed-blog-content {
        padding: 2.5rem 1.5rem
    }

    .detailed-blog-additional-content {
        padding: 2.5rem 1.5rem
    }

    .detailed-blog-additional-content h3 {
        font-size: 1.8rem
    }

    .detailed-blog-additional-content p {
        font-size: 1.1rem
    }

    .detailed-blog-contact-button a {
        padding: 14px 28px;
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {
    .detailed-blog-header {
        padding: 3rem 2rem
    }

    .detailed-blog-header h1 {
        font-size: 3rem
    }

    .detailed-blog-header p {
        font-size: 1.5rem
    }

    .detailed-blog-main-image {
        max-width: 700px
    }

    .detailed-blog-content {
        padding: 3rem 2rem
    }

    .detailed-blog-additional-content {
        padding: 3rem 2rem
    }

    .detailed-blog-additional-content h3 {
        font-size: 2rem
    }

    .detailed-blog-additional-content p {
        font-size: 1.2rem
    }

    .detailed-blog-contact-button a {
        padding: 16px 30px;
        font-size: 1.3rem
    }
}