.blog-detail-section {
    background: linear-gradient(180deg, #fff, #fff8f3);
}

.blog-detail-card,
.blog-enquiry-form-card {
    background: #fff;
    border: 1px solid #eadbd3;
    border-radius: 26px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blog-detail-image img {
    height: 460px;
    object-fit: cover;
    border-bottom: 1px solid #eadbd3;
}

.blog-detail-content {
    padding: 36px;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    background: #fff3ee;
    color: #790b10;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
}

.blog-title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 800;
    color: #151515;
}

.blog-short-description {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    border-left: 4px solid #790b10;
    padding-left: 18px;
}

.blog-main-content {
    color: #444;
    font-size: 16px;
    line-height: 1.9;
}

.blog-back-btn,
.blog-submit-btn {
    background: #790b10 !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
}

.blog-back-btn:hover,
.blog-submit-btn:hover {
    background: #111 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.blog-enquiry-form-card {
    padding: 26px;
    top: 90px;
}

.form-heading span {
    display: inline-block;
    color: #790b10;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.form-heading h2 {
    color: #151515;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
}

.form-heading p {
    color: #777;
    margin-bottom: 0;
    line-height: 1.6;
}

.blog-enquiry-form-card .form-label {
    color: #151515;
    font-weight: 700;
    font-size: 14px;
}

.blog-input-group {
    border: 1px solid #eadbd3;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: 0.25s ease;
}

.blog-input-group:focus-within {
    border-color: #790b10;
    box-shadow: 0 0 0 4px rgba(121, 11, 16, 0.09);
}

.blog-input-group .input-group-text {
    width: 48px;
    border: 0;
    background: #fff8f3;
    color: #790b10;
    justify-content: center;
}

.blog-input-group .form-control,
.blog-input-group .form-select {
    border: 0;
    min-height: 48px;
    box-shadow: none !important;
    font-size: 14px;
}

.blog-input-group textarea.form-control {
    min-height: 105px;
    resize: none;
    padding-top: 12px;
}

.textarea-icon {
    align-items: flex-start !important;
    padding-top: 15px;
}

.country-code-select {
    max-width: 88px;
    border-left: 1px solid #eadbd3 !important;
    border-right: 1px solid #eadbd3 !important;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 991px) {
    .blog-enquiry-form-card {
        position: static !important;
    }
}

@media (max-width: 767px) {
    .blog-detail-image img {
        height: 280px;
    }

    .blog-detail-content,
    .blog-enquiry-form-card {
        padding: 24px;
    }

    .blog-title {
        font-size: 30px;
    }

    .blog-short-description {
        font-size: 16px;
    }
}
