/* =====================================================
   Bentofolio Dynamic Content Fixes
   Digunakan untuk konten database yang lebih panjang
===================================================== */

/* -----------------------------------------------------
   Work Experience
----------------------------------------------------- */

.work-experiance-card .work-experiance-slider {
    margin: 0;
    padding-left: 0;
}

.work-experiance-card .work-experiance-slider li {
    display: grid !important;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px !important;
    align-items: center;
}

.work-experiance-card .work-experiance-slider li .date {
    width: auto;
    min-width: 0;
    margin-right: 0;
    text-align: left;
}

.work-experiance-card .work-experiance-slider li .date p {
    margin: 0;
    line-height: 1.35;
}

.work-experiance-card .work-experiance-slider li .info {
    min-width: 0;
    align-items: center;
}

.work-experiance-card .work-experiance-slider li .info .icon {
    flex: 0 0 32px;
}

.work-experiance-card .work-experiance-slider li .info .text {
    min-width: 0;
}

.work-experiance-card
.work-experiance-slider
li
.info
.text
.title {
    margin-bottom: 2px;
    overflow-wrap: anywhere;
}

.work-experiance-card
.work-experiance-slider
li
.info
.text
.subtitle {
    margin-bottom: 0;
    overflow-wrap: anywhere;
}


/* -----------------------------------------------------
   Expertise
----------------------------------------------------- */

/*
 * Template asli menggunakan tinggi tetap 299px.
 * Konten dinamis yang terdiri dari dua baris membutuhkan
 * tinggi otomatis.
 */
.expertise-card {
    height: auto;
    min-height: 299px;
}

.expertise-card .card-body {
    overflow: visible;
}

.expertise-card .expertise-main .row {
    row-gap: 18px;
}

.expertise-card .expertise-item {
    height: 100%;
}

.expertise-card .expertise-item .text .title {
    display: flex;
    min-height: 48px;
    align-items: flex-start;
    justify-content: center;
    margin: 8px 0 0;
    line-height: 1.35em;
    overflow-wrap: anywhere;
}


/* -----------------------------------------------------
   Responsive
----------------------------------------------------- */

@media (max-width: 575.98px) {
    .work-experiance-card .work-experiance-slider li {
        grid-template-columns: 1fr;
        gap: 8px !important;
    }

    .work-experiance-card .work-experiance-slider li .date {
        margin-bottom: 2px;
    }

    .expertise-card .expertise-item .text .title {
        min-height: auto;
        font-size: 14px;
    }
}

/* =====================================================
   About and Services Dynamic Content
===================================================== */

.services-item .text .title {
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.services-item .service-description {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.55;
    opacity: 0.72;
}

.client-logo img {
    max-width: 110px;
    max-height: 46px;
    object-fit: contain;
}

.testimonial-item p {
    overflow-wrap: anywhere;
}

.article-publications-item .image img {
    width: 100%;
    object-fit: cover;
}

.article-publications-item .title {
    overflow-wrap: anywhere;
}

.accordion-button {
    gap: 16px;
}

.accordion-button > span:first-child {
    flex: 1;
}

@media (max-width: 575.98px) {
    .services-item .text .title {
        font-size: 14px;
    }

    .services-item .service-description {
        display: none;
    }
}
/* =====================================================
   Portfolio Index
===================================================== */

.portfolio-projects {
    margin-top: 36px;
}

.portfolio-project-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.18);
}

.portfolio-projects .col-lg-12:last-child
.portfolio-project-item {
    padding-bottom: 0;
    border-bottom: 0;
}

.portfolio-project-item .project-item .image {
    overflow: hidden;
    border-radius: 12px;
}

.portfolio-project-item
.project-item
.image
> img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.portfolio-project-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    padding-top: 20px;
}

.portfolio-project-info .project-client {
    margin-bottom: 7px;
    font-size: 14px;
    opacity: 0.7;
}

.portfolio-project-info .project-title {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1.35;
}

.portfolio-project-info .project-title a {
    color: inherit;
}

.portfolio-project-info .project-services {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.72;
}

.project-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.project-detail-link,
.project-site-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    white-space: nowrap;
}

.project-detail-link {
    color: #4770ff;
}

.portfolio-empty-state {
    padding: 60px 20px;
    text-align: center;
}

.portfolio-empty-state i {
    margin-bottom: 18px;
    font-size: 40px;
    opacity: 0.55;
}

.portfolio-empty-state h2 {
    margin-bottom: 10px;
    font-size: 24px;
}


/* =====================================================
   Portfolio Pagination
===================================================== */

.portfolio-pagination {
    margin-top: 38px;
}

.portfolio-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.portfolio-pagination a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: inherit;
    border: 1px solid rgba(127, 127, 127, 0.2);
    border-radius: 10px;
}

.portfolio-pagination a:hover,
.portfolio-pagination a.active {
    color: #ffffff;
    background: #4770ff;
    border-color: #4770ff;
}


/* =====================================================
   Portfolio Details
===================================================== */

.project-details-image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 14px;
}

.project-details-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.project-details-info {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    padding: 24px;
    background: rgba(127, 127, 127, 0.07);
    border-radius: 14px;
}

.project-details-info-item p {
    margin-bottom: 5px;
    font-size: 13px;
    opacity: 0.65;
}

.project-details-info-item h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.project-details-info-item.project-website {
    display: flex;
    align-items: flex-end;
}

.project-details-info-item.project-website a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #4770ff;
    overflow-wrap: anywhere;
}

.project-details-overview {
    margin-bottom: 36px;
}

.project-details-overview .main-title {
    margin-bottom: 32px;
}

.project-details-gallery {
    margin-bottom: 40px;
}

.project-details-gallery img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
}

.project-details-content {
    margin-top: 36px;
}

.project-rich-content {
    line-height: 1.85;
}

.project-rich-content p:last-child {
    margin-bottom: 0;
}

.project-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.project-rich-content h2,
.project-rich-content h3,
.project-rich-content h4 {
    margin-top: 28px;
    margin-bottom: 14px;
}

.project-rich-content ul,
.project-rich-content ol {
    padding-left: 22px;
}

.project-rich-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
}


/* =====================================================
   Portfolio Details Previous and Next
   Mengikuti tampilan sederhana Bentofolio
===================================================== */

.project-details-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.project-details-pagination .previous-project,
.project-details-pagination .next-project {
    flex: 1;
}

.project-details-pagination .next-project {
    text-align: right;
}

.project-pagination-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.project-pagination-link:hover {
    color: #4770ff;
}

.previous-project .project-pagination-link:hover {
    transform: translateX(-4px);
}

.next-project .project-pagination-link:hover {
    transform: translateX(4px);
}

.project-pagination-link.disabled {
    cursor: default;
    opacity: 0.32;
    pointer-events: none;
}

.project-pagination-link svg {
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    .project-details-pagination {
        gap: 14px;
        margin-top: 30px;
        padding-top: 24px;
    }

    .project-pagination-link {
        gap: 7px;
        font-size: 15px;
    }

    .project-pagination-link svg {
        width: 20px;
        height: 20px;
    }
}


/* =====================================================
   Responsive Portfolio
===================================================== */

@media (max-width: 767.98px) {
    .portfolio-project-info {
        flex-direction: column;
    }

    .project-actions {
        align-items: flex-start;
    }

    .project-details-info {
        grid-template-columns: 1fr;
    }

    .project-navigation {
        grid-template-columns: 1fr 44px 1fr;
    }

    .project-navigation span {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .portfolio-project-info .project-title {
        font-size: 21px;
    }

    .project-details-info {
        padding: 18px;
    }
}

/* =====================================================
   Bentofolio Portfolio Pagination
===================================================== */

.portfolio-pagination {
    display: flex;
    justify-content: center;
    margin-top: 54px;
    margin-bottom: 46px;
}

.portfolio-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.portfolio-pagination li {
    margin: 0;
}

.portfolio-pagination a,
.portfolio-pagination .pagination-disabled,
.portfolio-pagination .pagination-dots {
    display: inline-flex;
    min-width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(127, 127, 127, 0.24);
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.portfolio-pagination a:hover,
.portfolio-pagination a.active {
    color: #ffffff;
    background: #4770ff;
    border-color: #4770ff;
}

.portfolio-pagination .pagination-disabled {
    cursor: not-allowed;
    opacity: 0.38;
}

.portfolio-pagination .pagination-dots {
    border-color: transparent;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .portfolio-pagination {
        margin-top: 36px;
        margin-bottom: 32px;
    }

    .portfolio-pagination ul {
        gap: 7px;
    }

    .portfolio-pagination a,
    .portfolio-pagination .pagination-disabled,
    .portfolio-pagination .pagination-dots {
        min-width: 42px;
        height: 42px;
        padding: 0 10px;
        font-size: 15px;
    }
}
/* =====================================================
   Blog Filter
===================================================== */

.blog-filter-area {
    margin-top: 32px;
    margin-bottom: 34px;
}

.blog-filter-form {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        190px
        auto
        auto;
    gap: 12px;
    align-items: center;
}

.blog-search-field {
    position: relative;
}

.blog-search-field i {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0.55;
    transform: translateY(-50%);
}

.blog-search-field input,
.blog-tag-field select {
    width: 100%;
    height: 48px;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(127, 127, 127, 0.23);
    border-radius: 10px;
}

.blog-search-field input {
    padding: 0 15px 0 43px;
}

.blog-tag-field select {
    padding: 0 13px;
}

.blog-filter-form .btn {
    height: 48px;
}

.blog-reset-filter {
    display: inline-flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #4770ff;
}


/* =====================================================
   Blog Publications
===================================================== */

.blog-publications {
    margin-top: 0;
}

.blog-publications
.article-publications-item {
    height: 100%;
}

.blog-publications
.article-publications-item
.image
img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.blog-publications
.article-publications-item
.title {
    display: block;
    overflow-wrap: anywhere;
}

.blog-empty-state {
    padding: 60px 20px;
    text-align: center;
}

.blog-empty-state i {
    margin-bottom: 18px;
    font-size: 42px;
    opacity: 0.5;
}

.blog-empty-state h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.blog-empty-state .btn {
    margin-top: 12px;
}


/* =====================================================
   Article Detail
===================================================== */

.article-details-image {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 14px;
}

.article-details-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-bottom: 21px;
}

.article-meta li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    opacity: 0.7;
}

.article-title {
    margin-bottom: 25px;
}

.article-rich-content {
    line-height: 1.85;
}

.article-rich-content p {
    margin-bottom: 20px;
}

.article-rich-content h2,
.article-rich-content h3,
.article-rich-content h4,
.article-rich-content h5 {
    margin-top: 30px;
    margin-bottom: 14px;
}

.article-rich-content ul,
.article-rich-content ol {
    margin-bottom: 22px;
    padding-left: 23px;
}

.article-rich-content li {
    margin-bottom: 8px;
}

.article-rich-content blockquote {
    margin: 28px 0;
    padding: 25px 28px;
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    background: rgba(71, 112, 255, 0.08);
    border-left: 4px solid #4770ff;
    border-radius: 0 12px 12px 0;
}

.article-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.article-rich-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.article-tags-share {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.article-tags h2,
.article-share h2 {
    margin-bottom: 12px;
    font-size: 18px;
}

.article-tags ul,
.article-share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 0;
}

.article-tags a {
    display: inline-flex;
    padding: 8px 12px;
    color: inherit;
    border: 1px solid rgba(127, 127, 127, 0.2);
    border-radius: 8px;
}

.article-share a,
.article-copy-link {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(127, 127, 127, 0.2);
    border-radius: 9px;
}

.article-share a:hover,
.article-copy-link:hover,
.article-tags a:hover {
    color: #ffffff;
    background: #4770ff;
    border-color: #4770ff;
}


/* =====================================================
   Related Post
===================================================== */

.related-post-area {
    margin-top: 48px;
    padding-top: 38px;
    border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.related-post-area
.article-publications-item
.image
img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}


/* =====================================================
   Article Comments
===================================================== */

.article-comments-area {
    margin-top: 50px;
    padding-top: 38px;
    border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.article-comment-list {
    display: grid;
    gap: 18px;
}

.article-comment-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(127, 127, 127, 0.17);
    border-radius: 12px;
}

.comment-avatar {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #4770ff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

.comment-content {
    min-width: 0;
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 9px;
}

.comment-header h3 {
    margin-bottom: 3px;
    font-size: 17px;
}

.comment-header span {
    font-size: 12px;
    opacity: 0.62;
}

.comment-content > p {
    margin-bottom: 0;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.comment-reply-link {
    color: #4770ff;
    font-size: 13px;
    font-weight: 600;
}

.article-comment-reply {
    display: flex;
    gap: 13px;
    margin-top: 17px;
    padding: 15px;
    background: rgba(127, 127, 127, 0.07);
    border-radius: 10px;
}

.article-comment-reply
.comment-avatar {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 14px;
}

.article-comment-reply h4 {
    margin-bottom: 5px;
    font-size: 15px;
}

.article-comment-reply p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.65;
}

.comment-empty-state {
    padding: 34px 20px;
    text-align: center;
    background: rgba(127, 127, 127, 0.06);
    border-radius: 12px;
}

.comment-empty-state i {
    margin-bottom: 12px;
    font-size: 30px;
    opacity: 0.55;
}

.comment-empty-state p {
    margin-bottom: 0;
}


/* =====================================================
   Leave Comment Form
===================================================== */

.leave-comment-area {
    margin-top: 48px;
    padding-top: 38px;
    border-top: 1px solid rgba(127, 127, 127, 0.18);
}

.comment-form-description {
    margin-top: -10px;
    margin-bottom: 25px;
    opacity: 0.72;
}

.leave-comment-form
.form-field
label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.leave-comment-form
.form-field
input,
.leave-comment-form
.form-field
textarea {
    width: 100%;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(127, 127, 127, 0.24);
    border-radius: 10px;
}

.leave-comment-form
.form-field
input {
    height: 50px;
    padding: 0 15px;
}

.leave-comment-form
.form-field
textarea {
    padding: 14px 15px;
    resize: vertical;
}

.leave-comment-form
.form-field
input:focus,
.leave-comment-form
.form-field
textarea:focus {
    outline: 0;
    border-color: #4770ff;
    box-shadow: 0 0 0 3px rgba(71, 112, 255, 0.12);
}

.leave-comment-form
.is-invalid {
    border-color: #dc3545 !important;
}

.leave-comment-form
.invalid-feedback {
    display: block;
    margin-top: 6px;
}

.leave-comment-form > .btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 24px;
}

.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* =====================================================
   Responsive Blog and Article
===================================================== */

@media (max-width: 991.98px) {
    .blog-filter-form {
        grid-template-columns:
            minmax(0, 1fr)
            180px
            auto;
    }

    .blog-reset-filter {
        grid-column: 1 / -1;
        justify-content: flex-start;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .blog-filter-form {
        grid-template-columns: 1fr;
    }

    .article-tags-share {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .article-meta {
        gap: 9px 15px;
    }

    .article-rich-content blockquote {
        padding: 20px;
        font-size: 16px;
    }

    .article-comment-item {
        align-items: flex-start;
        padding: 16px;
    }

    .comment-header {
        flex-direction: column;
        gap: 7px;
    }

    .article-comment-reply {
        margin-left: -48px;
    }
}
/* =====================================================
   Contact Form
===================================================== */

.contact-form-area {
    margin-top: 36px;
}

.contact-form .form-field label {
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 600;
}

.contact-form .form-field label span {
    color: #dc3545;
}

.contact-form .form-control,
.contact-form .form-select {
    width: 100%;
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(127, 127, 127, 0.24);
    border-radius: 10px;
    box-shadow: none;
}

.contact-form input.form-control,
.contact-form .form-select {
    height: 52px;
    padding: 0 16px;
}

.contact-form textarea.form-control {
    min-height: 170px;
    padding: 15px 16px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: inherit;
    opacity: 0.48;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    color: inherit;
    background-color: transparent;
    border-color: #4770ff;
    box-shadow:
        0 0 0 3px
        rgba(71, 112, 255, 0.12);
}

.contact-form .is-invalid {
    border-color: #dc3545 !important;
}

.contact-form .invalid-feedback {
    display: block;
    margin-top: 7px;
}

.contact-message-hint {
    margin-top: 7px;
    font-size: 12px;
    opacity: 0.58;
}

.contact-submit-btn {
    display: inline-flex;
    gap: 9px;
    min-width: 175px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.contact-submit-btn .arrow-up {
    stroke: currentColor;
}


/* =====================================================
   Contact Alert
===================================================== */

.contact-alert {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 28px;
    margin-bottom: 0;
    padding: 17px 18px;
    border-radius: 11px;
}

.contact-alert-icon {
    flex: 0 0 auto;
    font-size: 21px;
}

.contact-alert strong {
    display: block;
    margin-bottom: 3px;
}


/* =====================================================
   Contact Information
===================================================== */

.contact-information {
    margin-top: 42px;
    padding-top: 34px;
    border-top:
        1px solid
        rgba(127, 127, 127, 0.18);
}

.contact-information-item {
    display: flex;
    height: 100%;
    gap: 14px;
    align-items: center;
    padding: 17px;
    color: inherit;
    border:
        1px solid
        rgba(127, 127, 127, 0.17);
    border-radius: 11px;
    overflow-wrap: anywhere;
}

.contact-information-item:hover {
    color: inherit;
    border-color: #4770ff;
}

.contact-information-item .icon {
    display: flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    color: #4770ff;
    background:
        rgba(71, 112, 255, 0.1);
    border-radius: 10px;
}

.contact-information-item .text {
    min-width: 0;
}

.contact-information-item .text span {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    opacity: 0.62;
}

.contact-information-item .text strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}


/* =====================================================
   Contact FAQ
===================================================== */

.contact-faq {
    margin-top: 48px;
    padding-top: 38px;
    border-top:
        1px solid
        rgba(127, 127, 127, 0.18);
}


/* =====================================================
   Honeypot
===================================================== */

.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* =====================================================
   Responsive Contact
===================================================== */

@media (max-width: 575.98px) {
    .contact-form-area {
        margin-top: 28px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .contact-information {
        margin-top: 34px;
        padding-top: 28px;
    }

    .contact-faq {
        margin-top: 38px;
        padding-top: 30px;
    }
}