/* Contact Area Background */
.contact-us-area {
    background: linear-gradient(135deg, #044123 80%, #03351c 100%);
}

/* Contact Card */
.single-contact-us {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(4, 65, 35, 0.25);
}

/* Contact Icons */
.contact-us-icon i {
    color: #ca0705;
    font-size: 28px;
}

/* Contact Text */
.contact-us-text span {
    color: #044123;
    font-weight: 600;
}

.contact-us-text h4 {
    color: #333;
    font-size: 15px;
}

/* Form Wrapper */
.contact-us-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Input Fields */
.form-2-box input,
.form-2-box textarea {
    width: 100%;
    padding: 14px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
}

.form-2-box input:focus,
.form-2-box textarea:focus {
    border-color: #044123;
}

/* Submit Button */
.contact-btn .btn {
    background: linear-gradient(135deg, #044123, #ca0705);
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 35px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s;
}

.contact-btn .btn:hover {
    background: linear-gradient(135deg, #ca0705, #044123);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(202, 7, 5, 0.4);
}



/* Campaign Feel Text */
.white-title h2 {
    color: #ffffff;
}

/* Mobile Friendly */
@media(max-width:768px) {
    .contact-us-wrapper {
        padding: 25px;
    }
}


/* ===== Blog Area ===== */
.blog-area {
    padding-top: 120px;
    padding-bottom: 80px;
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
}

.blog-area .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Post Article ===== */
.postbox {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

.postbox__thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

.postbox__text {
    padding: 25px;
}

.post-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta i {
    margin-right: 5px;
    color: #ff5e14;
    /* theme color */
}

.blog-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.post-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.blog-share-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-share-icon span {
    font-weight: 500;
    margin-right: 10px;
}

.blog-share-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eee;
    color: #555;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.3s;
}

.blog-share-icon a:hover {
    background: #ff5e14;
    color: #fff;
}

/* ===== Sidebar Widget ===== */
.widget {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #ff5e14;
    display: inline-block;
    padding-bottom: 5px;
}

/* ===== Recent / Popular Posts ===== */
.recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.widget-posts-image {
    width: 80px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 12px;
    flex-shrink: 0;
}

.widget-posts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.widget-posts-body {
    flex: 1;
}

.widget-posts-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.widget-posts-title a {
    color: #222;
    text-decoration: none;
}

.widget-posts-title a:hover {
    color: #ff5e14;
}

.widget-posts-meta {
    font-size: 12px;
    color: #777;
}

/* ===== Search Form (if needed) ===== */
.search-form {
    display: flex;
    width: 100%;
}

.search-form input[type="text"] {
    width: calc(100% - 40px);
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-form button {
    width: 40px;
    border: 1px solid #ddd;
    border-left: none;
    background: #ff5e14;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search-form button i {
    font-size: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .blog-area {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .col-lg-8,
    .col-xl-4 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .blog-share-icon {
        justify-content: flex-start;
    }
}

.card-vison {
    background-color: #002e1c;
    color: #fff;
}