.elementor-72 .elementor-element.elementor-element-df9292c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-72 .elementor-element.elementor-element-df9292c:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-df9292c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6EC1E4;}.elementor-72 .elementor-element.elementor-element-5974255{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-72 .elementor-element.elementor-element-217a234{text-align:center;}.elementor-72 .elementor-element.elementor-element-217a234 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:500;text-transform:uppercase;color:#FFFFFF;}.elementor-72 .elementor-element.elementor-element-252ca30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-d98fd81{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-dba2220{--display:flex;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-72 .elementor-element.elementor-element-67801a1{--grid-columns:1;}.elementor-72 .elementor-element.elementor-element-67801a1 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-72 .elementor-element.elementor-element-67801a1 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-72 .elementor-element.elementor-element-67801a1 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-72 .elementor-element.elementor-element-67801a1 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-72 .elementor-element.elementor-element-67801a1 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-72 .elementor-element.elementor-element-04642d4{--display:flex;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-dba2220{--width:65%;}.elementor-72 .elementor-element.elementor-element-04642d4{--width:35%;}}@media(max-width:1024px){.elementor-72 .elementor-element.elementor-element-67801a1{--grid-columns:2;}}@media(max-width:767px){.elementor-72 .elementor-element.elementor-element-67801a1{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-67801a1 *//* =========================
BLOG LOOP WRAPPER
========================= */

.elementor-widget-loop-grid .elementor-loop-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* =========================
CARD STYLE
========================= */

.e-loop-item .elementor-element-796cc5a {
    background: #ffffff;
    border: 1px solid #eaeaea !important;
    border-radius: 24px !important;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.e-loop-item .elementor-element-796cc5a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* =========================
CONTENT LAYOUT
========================= */

.e-loop-item .elementor-element-9c1c194 {
    display: flex !important;
    align-items: flex-start;
    gap: 40px;
}

/* GENAP -> gambar kanan */

.e-loop-item:nth-child(even) .elementor-element-9c1c194 {
    flex-direction: row-reverse;
}

/* GANJIL -> gambar kiri */

.e-loop-item:nth-child(odd) .elementor-element-9c1c194 {
    flex-direction: row;
}

/* =========================
IMAGE
========================= */

.e-loop-item .elementor-element-8ed2092 {
    width: 45%;
    flex-shrink: 0;
}

.e-loop-item .elementor-element-2625a02 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.e-loop-item:hover .elementor-element-2625a02 img {
    transform: scale(1.03);
}

/* =========================
TEXT CONTENT
========================= */

.e-loop-item .elementor-element-02af411 {
    width: 55%;
}

.e-loop-item .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.e-loop-item .elementor-widget-theme-post-excerpt p {
    font-size: 16px;
    line-height: 1.8em;
    color: #555;
}

/* =========================
READ MORE BUTTON
========================= */

.e-loop-item .elementor-button {
    padding: 14px 28px;
    border-radius: 999px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.e-loop-item .elementor-button:hover {
    transform: translateY(-2px);
}

/* =========================
POST META
========================= */

.elementor-post-info {
    margin-bottom: 20px !important;
    opacity: 0.75;
}

/* =========================
PAGINATION
========================= */

.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.elementor-pagination .page-numbers {
    min-width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #222;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.elementor-pagination .page-numbers:hover {
    background: #6EC1E4;
    color: white;
    transform: translateY(-2px);
}

.elementor-pagination .page-numbers.current {
    background: #6EC1E4;
    color: white;
    box-shadow: 0 8px 20px rgba(110,193,228,0.35);
}

/* =========================
MOBILE
========================= */

@media (max-width: 767px) {

    .e-loop-item .elementor-element-9c1c194,
    .e-loop-item:nth-child(even) .elementor-element-9c1c194,
    .e-loop-item:nth-child(odd) .elementor-element-9c1c194 {
        flex-direction: column !important;
    }

    .e-loop-item .elementor-element-8ed2092,
    .e-loop-item .elementor-element-02af411 {
        width: 100%;
    }

    .e-loop-item .elementor-heading-title {
        font-size: 26px !important;
    }

    .e-loop-item .elementor-element-2625a02 img {
        height: 240px;
    }

    .elementor-pagination .page-numbers {
        min-width: 42px;
        height: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-36245d7 */.wpcf7 {
    max-width: 100%;
    margin: auto;
    padding: 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* Top Accent */
.wpcf7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#ffcc00,#ff7b00);
}

/* Title */
.wpcf7 h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111;
    line-height: 1.2;
}

/* Inputs */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    border: 2px solid #ececec;
    background: #fafafa;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 14px;
    transition: all 0.25s ease;
    box-sizing: border-box;
    outline: none;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ffb300;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,179,0,0.12);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 90px;
    resize: vertical;
}

/* Button */
.wpcf7 button,
.wpcf7 input[type="submit"] {
    width: 100%;
    border: none;
    background: linear-gradient(135deg,#ffcc00,#ff8a00);
    color: #111;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: .3px;
    box-shadow: 0 6px 18px rgba(255,140,0,0.2);
}

/* Hover */
.wpcf7 button:hover,
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255,140,0,0.28);
}

/* SVG */
.wpcf7 button svg {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    vertical-align: middle;
    fill: #111;
}

/* Response */
.wpcf7-response-output {
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}/* End custom CSS */