/* =================================================
   KONTAK DESA SIRNAMEKAR
================================================= */


/* ================= HERO ================= */

.kontak-hero {
    position: relative;

    min-height: 390px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        url('../images/hero-sirnamekar.jpg')
        center / cover no-repeat;

    color: #fff;
}


.kontak-overlay {
    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(5, 48, 25, .96),
        rgba(13, 96, 52, .74),
        rgba(7, 53, 29, .25)
    );
}


.kontak-hero-content {
    position: relative;

    z-index: 2;

    max-width: 820px;
}


.kontak-badge {
    display: inline-block;

    margin-bottom: 18px;

    padding: 8px 17px;

    border:
        1px solid rgba(255,255,255,.3);

    border-radius: 30px;

    background:
        rgba(255,255,255,.13);

    font-size: 13px;

    font-weight: 600;
}


.kontak-hero h1 {
    margin-bottom: 15px;

    color: #fff;

    font-size:
        clamp(40px, 6vw, 62px);

    font-weight: 800;

    line-height: 1.15;
}


.kontak-hero p {
    max-width: 700px;

    margin-bottom: 20px;

    color:
        rgba(255,255,255,.82);

    font-size: 16px;

    line-height: 1.8;
}


.kontak-breadcrumb {
    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 13px;
}


.kontak-breadcrumb a {
    color: #fff;

    font-weight: 600;

    text-decoration: none;
}


.kontak-breadcrumb span,
.kontak-breadcrumb i {
    color:
        rgba(255,255,255,.65);
}


/* ================= INFORMASI KONTAK ================= */

.kontak-section {
    padding: 90px 0;

    background: #f7faf8;
}


.kontak-heading {
    max-width: 720px;

    margin: 0 auto 50px;
}


.kontak-heading h2 {
    margin-top: 10px;

    color: #16251c;

    font-size:
        clamp(31px, 4vw, 44px);

    font-weight: 800;
}


.kontak-heading h2 span {
    color: #176b3a;
}


.kontak-heading p {
    margin-top: 15px;

    color: #6c757d;

    line-height: 1.8;
}


/* ================= CARD ================= */

.kontak-info-row > div {
    display: flex;
}


.kontak-card {
    width: 100%;

    padding: 30px 23px;

    border: 1px solid #e0ebe4;

    border-radius: 18px;

    background: #fff;

    text-align: center;

    transition: .3s;

    box-shadow:
        0 7px 25px rgba(20, 70, 40, .05);
}


.kontak-card:hover {
    transform:
        translateY(-7px);

    border-color:
        rgba(23,107,58,.25);

    box-shadow:
        0 18px 40px rgba(20,70,40,.12);
}


.kontak-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin:
        0 auto 18px;

    border-radius: 16px;

    background: #e9f5ed;

    color: #176b3a;

    font-size: 25px;
}


.kontak-card h3 {
    margin-bottom: 10px;

    color: #17251c;

    font-size: 18px;

    font-weight: 700;
}


.kontak-card p {
    margin-bottom: 10px;

    color: #6c757d;

    font-size: 13px;

    line-height: 1.75;
}


.kontak-placeholder {
    display: inline-block;

    padding: 5px 11px;

    border-radius: 20px;

    background: #edf5ef;

    color: #176b3a;

    font-size: 11px;

    font-weight: 600;
}


/* ================= FORM ================= */

.pesan-section {
    padding: 90px 0;

    background: #fff;
}


.pesan-info {
    padding-right: 30px;
}


.pesan-info > h2 {
    margin:
        10px 0 15px;

    color: #16251c;

    font-size: 40px;

    font-weight: 800;
}


.pesan-info > p {
    margin-bottom: 30px;

    color: #6c757d;

    line-height: 1.8;
}


/* FEATURE */

.pesan-feature {
    display: flex;

    gap: 15px;

    margin-top: 22px;
}


.pesan-feature-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 12px;

    background: #e9f5ed;

    color: #176b3a;

    font-size: 20px;
}


.pesan-feature h4 {
    margin-bottom: 4px;

    font-size: 16px;

    font-weight: 700;
}


.pesan-feature p {
    margin: 0;

    color: #6c757d;

    font-size: 13px;

    line-height: 1.6;
}


/* ================= FORM CARD ================= */

.kontak-form-card {
    padding: 38px;

    border:
        1px solid #e0ebe4;

    border-radius: 22px;

    background: #f8fbf9;

    box-shadow:
        0 15px 45px rgba(20,70,40,.08);
}


.form-title {
    margin-bottom: 27px;
}


.form-title h3 {
    margin-bottom: 7px;

    color: #16251c;

    font-size: 26px;

    font-weight: 750;
}


.form-title p {
    margin: 0;

    color: #6c757d;

    font-size: 13px;
}


.form-label {
    margin-bottom: 7px;

    color: #26362c;

    font-size: 13px;

    font-weight: 600;
}


.kontak-input {
    padding: 13px 15px;

    border:
        1px solid #dce7df;

    border-radius: 10px;

    background: #fff;

    font-size: 13px;
}


.kontak-input:focus {
    border-color: #176b3a;

    box-shadow:
        0 0 0 4px rgba(23,107,58,.08);
}


textarea.kontak-input {
    resize: vertical;
}


/* BUTTON */

.btn-kirim {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 13px 22px;

    border: none;

    border-radius: 10px;

    background: #176b3a;

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition: .3s;
}


.btn-kirim:hover {
    transform:
        translateY(-2px);

    background: #0d542c;

    box-shadow:
        0 8px 20px rgba(23,107,58,.20);
}


/* ================= MAP ================= */

.lokasi-section {
    padding:
        90px 0;

    background:
        #f7faf8;
}


.lokasi-heading {
    margin-bottom: 30px;
}


.lokasi-heading h2 {
    margin:
        8px 0;

    color: #16251c;

    font-size: 35px;

    font-weight: 800;
}


.lokasi-heading p {
    color: #6c757d;
}


.map-placeholder {
    min-height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 30px;

    border:
        1px solid #dce8df;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #eaf4ed,
            #f8fbf9
        );

    text-align: center;

    overflow: hidden;
}


.map-placeholder-content {
    max-width: 400px;
}


.map-icon {
    width: 75px;
    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin:
        0 auto 18px;

    border-radius: 50%;

    background: #176b3a;

    color: #fff;

    font-size: 29px;

    box-shadow:
        0 12px 30px rgba(23,107,58,.20);
}


.map-placeholder h3 {
    margin-bottom: 9px;

    font-size: 21px;

    font-weight: 700;
}


.map-placeholder p {
    margin: 0;

    color: #6c757d;

    font-size: 13px;

    line-height: 1.7;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

    .pesan-info {
        padding-right: 0;
    }

}


@media (max-width: 768px) {

    .kontak-hero {
        min-height: 340px;
    }


    .kontak-hero h1 {
        font-size: 37px;
    }


    .kontak-section,
    .pesan-section,
    .lokasi-section {
        padding: 65px 0;
    }


    .kontak-form-card {
        padding: 28px 22px;
    }


    .pesan-info > h2 {
        font-size: 32px;
    }


    .map-placeholder {
        min-height: 350px;
    }

}