/*
Theme Name: Indomaret Eben
Theme URI: http://klikindomaret.com/indomaret-eben
Author: Ebentera Santosa
Author URI: http://yorsha.com
Description: Wordpress Theme for Company Profile Indomaret.co.id
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indomaret-eben
*/


@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body, html, p, h1, h2, h3, h4, h5, h6, a, span, div, li, input, button, textarea, select, strong, em {
  font-family: 'Nunito' !important;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 'Nunito';
}
html{
	margin-top: 74px !important;
	
	@media screen and ( max-width: 762px ) {
		margin-top: 0px !important;
	}
}

body {
    font-family: Nunito;
    color: #333;
    margin: 0;
    padding: 0;
	background-color: #FFFFFF !important;
}

/* === HEADER STYLES === */
.header-container {
    width: 100%;
    background: linear-gradient(to right, #0071ce, #004aad);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header {
    width: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-inner {
    width: 100%;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 50px;
    display: block;
}

/* === NAVIGATION === */
.nav {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin-left: 20px;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px;
    display: block;
}

/* === DROPDOWN MENU === */
.navigation-menu {
	/* Target submenu under "Produk" */
	.sub-menu {
		width: fit-content !important;
	 	min-width: 90px !important; /* adjust width as needed */
		
		.hfe-sub-menu-item {
			white-space: nowrap;
			padding: 16px !important;
		}
	}
	
	.sub-arrow {
		font-size: 9px;
	}
	
	.hfe-sub-menu-item {
		padding: 8px;
	}
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px;
    top: 100%;
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 250px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.dropdown-item:hover {
    background: #f1f1f1;
}

/* === EXTRA BUTTONS === */
.download-button {
	border: 1px solid #858E99;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    
    .icon {
    	width: 20px;
        height: 20px;
    }
}

.extra-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    
    .wrap-buttons {
        display: flex;
        align-items: center;
        border-right: 2px solid #FFFFFF;
        padding: 0 24px;
        gap: 24px;
        
        .btn {
        	height: fit-content;
            padding: 6px 20px;
        }
    }
}

.btn {
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.btn-light {
    background: white;
    color: #004aad;
}

.btn-outline-light {
    border: 1px solid white;
    color: white;
} 




.lang-switch {
    color: white;
    text-decoration: none;
}

/* === MAIN CONTENT OFFSET === */
.main-content {
    padding-top: 80px;
    /* Supaya tidak tertutup oleh header */
}

/* === FOOTER STYLES === */
.footer {
    font-family: Nunito;
    background: #005C9D;
    color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;

    @media (max-width: 1200px) {
        padding: 40px;
    }

    @media (max-width: 800px) {
        padding: 24px;
    }

    .container {
		max-width: 1140px;
		margin: auto;
		padding: 80px 0;
		
        .grid-container {
            display: grid;
            gap: 60px;
            grid-template-columns: repeat(3, auto);

            .title {
                font-weight: 700;
                font-size: 16px;
                line-height: 18px;
            }

            .column-left {
                .title-logo {
                    width: 216px;
                    margin-bottom: 24px;
                }

                .title {
                    margin-bottom: 24px;
                }

                .office-name {
                    margin-bottom: 8px;
                }

                .address {
					font-weight: 500;
                    font-size: 13px;
                    line-height: 21px;
                }

                .copyright {
                    font-weight: 600;
                    font-size: 9px;
                    line-height: 12px;
                    margin-top: 56px;
                }
            }

            .column-center {
                .title {
                    margin-bottom: 40px;
                }

                .contact-category {
                    display: flex;
                    gap: 16px;
                    border-bottom: 1px solid #FFFFFF;
                    padding: 12px 0;

                    .wrap {
                        background: #FFFFFF;
                        width: 28px;
                        height: 28px;
                        border-radius: 36px;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        .logo {
                            width: 18px;
                            height: 18px;
                        }
                    }

                    .content {
                        .content-title {
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 14px;
                            margin-bottom: 4px;
                        }

                        .content-desc {
                            font-weight: 700;
                            font-size: 14px;
                            line-height: 18px;
                        }
                    }
                }
            }

            .column-right {
                @media (max-width: 1024px) {}

                .social-media {
                    .title {
                        margin-bottom: 24px;
                    }

                    .content {
                        display: grid;
						gap: 14px;
                        grid-template-columns: repeat(3, 1fr);

                        .soc-med-item {
                            color: #FFFFFF;
                            display: flex;
                            align-items: center;
                            gap: 12px;
                            text-decoration: none;

                            .logo {
                                width: 20px;
                                heigth: 20px;
                            }

                            .soc-med-name {
                                font-weight: 500;
                                font-size: 11px;
                                line-height: 14px;
                            }
                        }

                        @media (max-width: 1200px) {
                            grid-template-columns: repeat(2, 1fr);
                        }

                        @media (max-width: 380px) {
                            grid-template-columns: repeat(2, 1fr);
                        }
                    }
                }

                .apps {
                    margin-top: 44px;

                    .title {
                        margin-bottom: 24px;
                    }

                    .content {
                        width: fit-content;
                        border: 1px solid #2884c4;
                        border-radius: 8px;
                        padding: 16px;
                        display: grid;
                        grid-template-columns: repeat(5, 1fr);
                        gap: 24px;
			box-shadow: 0 0 15px #44b2ff96, inset 0 0 15px #42a3fff2;

                        @media (max-width: 600px) {
                            gap: 16px;
                        }

                        @media (max-width: 380px) {
                            grid-template-columns: repeat(4, 1fr);
                            width: 100%;
                            gap: 12px;
                        }

                        .footer-item {
                            background: #FFFFFF;
                            width: 76px;
                            height: 68px;
                            border-radius: 8px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 10px;

                            @media (max-width: 1200px) {
                                width: 66px;
                                height: 58px;
                            }

                            @media (max-width: 600px) {
                                width: 48px;
                                height: 48px;
                                padding: 8px;
                            }

                            @media (max-width: 380px) {
                                width: 60px;
                                height: 60px;
                            }

                            .logo {
                                width: 100%;
                            }

                            .logo-height-full {
                                height: 100%;
                            }
							
			  .logo-isaku {
			       width: 60%;
			       margin: auto;
               			}
                        }

                        .download-app {
                            display: flex;
                            flex-direction: column;
                            gap: 8px;

                            @media (max-width: 600px) {
                                gap: 3px;
                            }

                            @media (max-width: 380px) {
                                width: 100%;
                                grid-column: 1 / -1;
   display: flex;
    flex-direction: row;
                            }

                            .download-item {
                                .logo {
                                    width: 60px;

                                    @media (max-width: 380px) {
                                        width: 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        @media (max-width: 1200px) {
            .grid-container {
                grid-template-columns: repeat(1, 1fr);
                gap: 16px;
            }
        }
    }
}

/* === RESPONSIVE DESIGN === */
@media screen and (max-width: 768px) {
    .header-inner {
        flex-direction: column;
    }

    .nav {
        flex-direction: column;
        align-items: center;
    }

    .extra-buttons {
        flex-direction: column;
        gap: 5px;
    }
}

/* FORM CONTAINER */
.form-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* FORM TITLE */
.form-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.elementor-1118 .elementor-element.elementor-element-ad014e6{
color:red !important;
}

/* FORM INPUT GROUP */
.input-group {
    .label-name {
        /*margin-bottom: 8px;*/
		margin-bottom: 4px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        
        .required {
        	color: #D61627;
        }
    }

    textarea {
        resize: none;
        max-height: 100px;
    }
	
	.wpcf7-list-item {
		margin-left: 0px !important;
		margin-right: 12px !important;
	}
}

/* FORM INPUT FIELD */
.input-field {
    font-family: Nunito;
    width: 100%;
    padding: 16px 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    /*margin-top: 8px;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.input-field-radio {
	font-family: Nunito;
    background: none;
    width: 180px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #333333;
}

.input-field-radio:focus {
    border-bottom: 1px solid #333333;
}

/* FORM INPUT CHECKBOX */
.checkbox {
    display: flex;
    align-items: center;

    .input-checkbox {
        .wpcf7-list-item {
            margin-left: 0;
        }
    }

    .label {
        margin-left: 8px;
    }
}

.input-checkbox {
    .wpcf7-list-item {
        margin-left: 0;
    }
}

/* FORM WRAP */
.form-wrap {
    background: #F5F7FA;
    padding: 36px;
    max-width: 940px;
    margin: auto;
	border-radius: 12px;
	font-family: Nunito;
    
    .notes {
        font-weight: 700;
        font-style: italic;
        font-size: 14px;
        line-height: 18px;
    }
	
	.additional-notes {
        font-size: 14px;
        line-height: 18px;
		margin-top: 12px;
		color: #B3B3B3;
    }
    
    .notes-required {
    	display: flex;
       	align-items: center;
        margin: 16px 0;
        font-size: 12px;
        
    	.required {
        	color: #D61627;
        }
    }

    .form-section {
        margin-bottom: 24px;

        .title,
        .desc {
            margin-bottom: 24px;
        }

        .title {
            font-weight: 700;
            font-size: 18px;
            line-height: 20px;
        }

        .desc {
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
        }

        .form-grid {
        	display: flex;
            flex-direction: column;
            gap: 16px;
            
            .one-column {
            	display: grid;
            	column-gap: 20px;
            	grid-template-columns: repeat(1, 1fr);
            }
            
            .two-column {
            	display: grid;
            	column-gap: 20px;
            	grid-template-columns: repeat(2, 1fr);
				
				@media (max-width: 767px) {
					column-gap: 20px;
					row-gap: 32px;
            		grid-template-columns: repeat(1, 1fr);
				}
            }
            
            .three-column {
            	display: grid;
            	column-gap: 20px;
            	grid-template-columns: repeat(3, 1fr);
				
				@media (max-width: 1023px) {
					column-gap: 16px;
					row-gap: 32px;
            		grid-template-columns: repeat(2, 1fr);
				}
				
				@media (max-width: 767px) {
					column-gap: 16px;
					row-gap: 32px;
            		grid-template-columns: repeat(1, 1fr);
				}
            }
        }

        .form-flex {
            display: flex;
			flex-wrap: wrap;
            align-items: center;
            gap: 16px;

            .upload-file {
                position: relative;
                cursor: pointer;
                border-radius: 6px;
                border-width: 1px;
                padding: 6px 8px;
                font-size: 1.25em;
                font-weight: 700;
                background: #F5F7FA;
                color: #858E99;
                border: 1px solid #858E99;

                .input-upload {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    opacity: 0;
                }

                .label {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    
                	.icon {
                        width: 16px;
                        height: 12px;
                    }

                    .title,
                    .required {
                        font-family: Nunito;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 18px;
                        margin-bottom: 0;
                    }

                    .required {
                        color: #C70039;
                    }
                }
            }
        }
    }

    .form-term {
        margin-bottom: 24px;
    }

    .wrap-submit-button {
    	position: relative;
		font-weight: 700;
        
        .wpcf7-spinner {
            position: absolute;
            top: 4px;
        }
    }
    
    .radio-with-text {
    	p {
        	display: flex;
            align-items: center;
            gap: 8px;
			
			@media (max-width: 767px) {
				align-items: end;
			}
        }
    }
	
	.wpcf7-select {
	  appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDAgMTIsMCA2LDgiIHN0eWxlPSJmaWxsOiAjMDAwOyIvPjwvc3ZnPg==");
	  background-repeat: no-repeat;
	  background-position: right 1rem center;
	  background-size: 12px 12px;
	  padding-right: 2rem;
	}
}

/* RADIO BUTTON GROUP */
.radio-group {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Jarak antar elemen */
    flex-wrap: wrap;
}

/* RADIO CONTAINER */
.radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* RADIO BUTTON LABEL */
.radio-container label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    white-space: nowrap;
}

/* CUSTOM INPUT UNTUK OTHER */
.custom-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-input {
    border: none;
    border-bottom: 1px solid #888;
    outline: none;
    width: 150px;
    padding: 5px;
    font-size: 14px;
    color: #333;
    display: none;
    /* Disembunyikan secara default */
}

.custom-input:focus {
    border-bottom: 2px solid #007bff;
}

/* CHECKBOX LABEL */
.checkbox-label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* LINK SYARAT & KETENTUAN */
.terms-link {
    color: #007bff;
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

/* BUTTON */
.submit-button {
    width: 100%;
    padding: 12px;
    background-color: #006AB4;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: block;
}

.submit-button:hover {
    background-color: #0056b3;
}

.submit-button.disable {
    background-color: #858e99;
}


/* Search Component */

/* CONTAINER PENCARIAN */
.search-container {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.search-input {
    padding: 5px;
    width: 200px;
}
.search-button {
    padding: 5px 10px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

/* REGISTER VENDOR IDM */
.register-vendor-idm {
    max-width: 940px;
    margin: auto;
}

body {
    font-family: Nunito;
}

/*FORM MARKETER WARALABA */
.register-franchise {
	padding: 20px 20px 20px 0;
	
	@media (max-width: 1024px) {
		padding: 20px;
	}
    
    .form-section {
    	margin-bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 24px;
    }
    
    .input-group {
        display: flex;
        align-items: baseline;
        gap: 60px;
		
		@media (max-width: 767px) {
			flex-direction: column;
			gap: 0px;
			margin-bottom: 16px;
		}

        .label-name {
        	width: 190px;
        }

        .input-select {
        	width: 100%;
        }
    }

	.wrap-submit-button {
    	position: relative;
    	width: 126px;
        margin-top: 30px;
        
        .wpcf7-spinner {
            position: absolute;
            top: 4px;
        }
    }
}

/* TENTANG KAMI */
.company-data-info {
    font-family: Nunito;
    display: flex;
    gap: 100px;
    
    @media (max-width: 600px) {
    	flex-direction: column;
        gap: 40px;
    }

    .item {
        display: flex;
        align-items: center;
        flex-direction: column;

        .circle-icon {
            background-color: #FFC902;
            width: 52px;
            height: 52px;
            border-radius: 26px;
            display: flex;
            align-items: center;
            justify-content: center;

            .icon {
                width: 28px;
                height: 28px;
            }
        }

        .amount {
            font-weight: 700;
            font-size: 30px;
            line-height: 22px;
            text-align: center;
            margin-top: 12px;
        }

        .name {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            margin-top: 12px;
        }
    }
}

/* MARKETER WARALABA */
.wrap-marketer-waralaba {
    background-color: #006AB4;
    border-radius: 8px;

    .waralaba-item {
        display: flex;
        align-items: center;
        padding: 20px;
        gap: 32px;
        width: 100%;
		
		@media (max-width: 768px) {
			flex-direction: column;
			gap: 24px;
		}

        .wrap-media {
            width: 30%;
			
			@media (max-width: 768px) {
				width: 100%;
			}
            
            .media {
                width: 100%;
                height: 210px;
                border-radius: 8px;
				object-fit: cover;
            }
        }

        .wrap-content {
            font-family: Nunito;
            color: #FFFFFF;
            width: 70%;
			
			@media (max-width: 768px) {
				width: 100%;
			}

            h2 {
                font-weight: 700;
                font-size: 24px;
                line-height: 26px;
            }

            p {
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                margin-top: 16px;
            }

        }
    }

    .note {
        font-family: Nunito;
        color: #FFFFFF;
        padding: 30px;
        font-size: 16px;
    }
}

/* UNIVERSAL PAGE */
.promotion-page.promo-item {
	padding-bottom: 72px;
    
	@media (max-width: 768px) {
        padding-bottom: 40px;
    }
    
    .e-con-inner {
    	@media (max-width: 768px) {
        	padding: 0 16px;
        }
    }
}


.element-container {
	@media (max-width: 768px) {
    	padding: 0 16px;
   	}
        
	.our-product-grid {
    	@media (max-width: 768px) {
        	--e-con-grid-template-columns: repeat(2, 1fr) !important;
        }
    }
}

.wrap-grid {
	.grid-item {
    	transition: all 0.8s;
    
        @media (max-width: 1280px) {
        	width: 200px;
            height: auto;
        }	
        
        @media (max-width: 600px) {
        	width: 100%;
            height: auto;
        }
    }
    
    .grid-item:hover {
        transform: scale(1.06);
    }
}

.map-image {
	background-position: center;
}

/* Container utama */
.posting-container {
    max-width: 1140px;
    margin: 0 auto;
    font-family: Nunito;
	
	@media (max-width: 1230px) {
		padding: 74px 20px 0 20px;
	}
	
	@media (max-width: 767px) {
		padding: 16px 16px 0 16px;
	}
}

/* Judul post */
.posting-post-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: Nunito;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #000000;
}

/* Metadata post */
.posting-post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px; /* Jarak antar metadata */
	font-family: Nunito;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	vertical-align: middle;
	color: #000000;
}

/* Styling ikon dalam metadata */
.posting-post-meta span {
    display: flex;
    align-items: center;
    gap: 5px; /* Jarak antara ikon dan teks */
}

.posting-post-meta img {
    width: 14px; /* Ukuran ikon */
    height: auto;
    vertical-align: middle;
}

/* Gambar utama */
.posting-post-thumbnail img {
    width: 100%;
}

/* Konten post */
.posting-post-content {
    font-size: 16px;
    line-height: 1.6;
margin-top: 15px;
    color: #333;
	margin-bottom: 60px;
	font-family: Nunito;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #292d33 ;
}

/* Judul related posts */
.posting-related-posts h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

/* Grid layout untuk related posts */
.posting-related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
	    margin: 0 auto; 
    justify-content: center;
	
}

/* Setiap post dalam related posts */
.posting-related-post {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
	width: 263px;
}

.posting-related-post:hover {
    transform: translateY(-5px);
}

/* Link pada related post */
.posting-related-post a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Thumbnail related post */
.posting-related-post-thumbnail {
    width: 100%;
    height: 160px; /* Menyesuaikan tinggi gambar */
    overflow: hidden;
}

.posting-related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Pastikan gambar mengisi area dengan baik */
}

/* Metadata related post */
.posting-related-post-meta {
	padding: 5px 0px;
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 10px;
}

.posting-related-post-meta img {
    width: 14px; /* Ukuran ikon */
    height: auto;
    vertical-align: middle;
}

/* Judul related post */
.posting-related-post h3 {
    font-size: 14px;
    margin: 5px 0px;
    color: #222;
}

/* Menyesuaikan tampilan pada layar kecil */
@media (max-width: 768px) {
    .posting-related-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}


.elementor-126 .elementor-element.elementor-element-94466fb .elementor-button{
width: 180px;
height : 38px;

}

/* NEWS POST */
.homepage-related-posts {
    padding: 0px;
    margin: auto;

    .homepage-related-posts-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: auto;

        @media (max-width: 1024px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 480px) {
            grid-template-columns: repeat(2, 1fr);
			.home-related .posting-post-date, .home-related .posting-post-category{
				gap: 2px;	
			}
        }

        .homepage-related-post {
            font-family: Nunito;
            overflow: hidden;
            transition: transform 0.3s ease-in-out;

            a {
                text-decoration: none;
                color: inherit;
                display: block;
            }
        }

        .homepage-related-post:hover {
            transform: scale(1.03);
        }

        .homepage-related-post-thumbnail {
            width: 100%;
            aspect-ratio: 4 / 2;
            border-radius: 12px;
            margin-bottom: 16px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 12px;
            }
        }

	   .homepage-related-post-meta {
			font-family: Nunito;
			font-weight: 400;
			font-size: 12px;
			line-height: 100%;
			display: flex;
			flex-wrap: wrap; 
			align-items: center;
			gap: 10px; 
		}

			.homepage-related-post-meta .post-date,
			.homepage-related-post-meta .post-category {
				display: flex;
				align-items: center;
				gap: 4px; 
			}

			.homepage-related-post-meta .post-date .icon,
			.homepage-related-post-meta .post-category .icon {
				width: 12px;
				height: 12px;
			}

			@media (max-width: 768px) {
				.homepage-related-post-meta {
					font-size: 10px;
					gap: 8px;
				}
			}


        .homepage-related-post-title {
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            color: #000000;
            margin-top: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            white-space: normal;

            @media (max-width: 1024px) {
                font-size: 13px;
                line-height: 14px;
            }
        }

        .homepage-related-post-excerpt {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #000000;
            margin-top: 8px;

            @media (max-width: 1024px) {
                font-size: 10px;
                line-height: 18px;
            }
        }
    }
}

/* NEWS CATEGORY */
.news-category-dropdown {
	display: none;
    
    .category-dropdown {
    	width: 100%;
    	background-color: #FFFFFF;
        border-radius: 8px;
        border-width: 2px;
        padding-top: 16px;
        padding-right: 10px;
        padding-bottom: 16px;
        padding-left: 10px;
        border: 2px solid #E0E5EB;
        font-family: Nunito;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
    }
    

	@media (max-width: 1024px) {
    	display: block;
    }
}

.news-category-buttons {
	@media (max-width: 1024px) {
    	display: none;
    }
    
    .news-category {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;

        .category-item {
            .wrap-button {
                background-color: #EEEEEE;
                width: 122px;
                height: 40px;
                border-radius: 8px;
                font-family: Nunito;
                font-weight: 700;
                font-size: 10px;
                line-height: 100%;
                color: #111111;
            }

            .active.wrap-button {
                background-color: #006AB4;
                color: #FFFFFF;
            }

            .dark.wrap-button {
                background-color: #858E99;
                color: #FFFFFF;
            }
        }
    }
}



/* PAGINATION */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
    
    .button-pagination {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #C1C6CB;
        color: #171717;
        font-family: Nunito;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        border-radius: 8px;

        .icon.left {
            transform: rotate(180deg);
        }
    }

    .button-pagination.active {
        color: #7EB3D9;
        border: 1px solid #7EB3D9;
    }

    .button-pagination.disabled {
        color: #FFFFFF;
        background: #858E99;
    }
}
/* --- Container utama pencarian --- */
.searchblog-container {
    width: 100%;
    max-width: 1140px;
    margin: 74px auto;
    text-align: center;
}

/* --- Judul pencarian --- */
.searchblog-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* --- Grid Layout (3 Kolom) --- */
.searchblog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

/* --- Box Post --- */
.searchblog-post {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* --- Thumbnail Gambar --- */
.searchblog-thumbnail img {
    width: 100%;
    border-radius: 5px;
}

/* --- Judul Postingan --- */
.searchblog-post h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.searchblog-post h2 a {
    color: #0044cc;
    text-decoration: none;
}

.searchblog-post h2 a:hover {
    color: #002288;
}

/* --- Excerpt --- */
.searchblog-post p {
    font-size: 14px;
    color: #555;
}

/* --- Link "Baca Selengkapnya" --- */
.searchblog-readmore {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0044cc;
    text-decoration: none;
}

.searchblog-readmore:hover {
    text-decoration: underline;
}

/* --- Pagination --- */
.searchblog-pagination {
    margin-top: 20px;
}

.searchblog-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.searchblog-pagination li {
    margin: 0 5px;
}

.searchblog-pagination a,
.searchblog-pagination span {
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
    background: #f0f0f0;
    color: #0044cc;
    font-weight: bold;
    text-decoration: none;
}

.searchblog-pagination a:hover {
    background: #0044cc;
    color: white;
}

.searchblog-pagination .current {
    background: #0044cc;
    color: white;
}


/* Container Form */
.DaftarWaralaba-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Judul Form */
.DaftarWaralaba-form h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Grid Layout untuk 2 Kolom */
.DaftarWaralaba-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Jika hanya 1 kolom (misalnya untuk alamat) */
.DaftarWaralaba-full {
    grid-column: span 2;
}

/* Label */
.DaftarWaralaba-form label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Input & Textarea */
.DaftarWaralaba-input, .DaftarWaralaba-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Textarea */
.DaftarWaralaba-textarea {
    height: 80px;
    resize: vertical;
}

/* Radio & Checkbox */
.DaftarWaralaba-radio, .DaftarWaralaba-checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Submit Button */
.DaftarWaralaba-submit {
    background: #007bff;
    color: white;
    font-size: 16px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.DaftarWaralaba-submit:hover {
    background: #0056b3;
}

/* Agreement */
.DaftarWaralaba-agreement {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
    .DaftarWaralaba-grid {
        grid-template-columns: 1fr; /* Menjadi 1 kolom di layar kecil */
    }
}

/* Container utama harus menggunakan flexbox */
.DaftarWaralaba-3column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 200%;
}

/* Setiap kolom mendapatkan 1/3 dari lebar container */
.DaftarWaralaba-3column {
    width: calc(33.33% - 10px); /* Agar pas 3 kolom dalam 1 baris */
    min-width: 200px; /* Agar tidak terlalu kecil */
}

/* Pastikan semua label sejajar dengan input */
.DaftarWaralaba-3column label {
    display: block;
}

/* Jika layar kecil, ubah jadi 1 kolom per baris */
@media (max-width: 768px) {
    .DaftarWaralaba-3column {
        width: 100%;
    }
}

.DaftarWaralaba-4column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/* Setiap kolom mendapatkan 1/3 dari lebar container */
.DaftarWaralaba-4column {
    width: calc(33.33% - 10px); /* Agar pas 3 kolom dalam 1 baris */
}

/* Pastikan semua label sejajar dengan input */
.DaftarWaralaba-4column label {
    display: block;
}

/* Jika layar kecil, ubah jadi 1 kolom per baris */
@media (max-width: 768px) {
    .DaftarWaralaba-4column {
        width: 100%;
    }
}


.home-related .posting-post-meta {
	margin-top: 5px;
    font-size: 14px;
    color: #111111;
    margin-bottom: 10px;
  
    align-items: center;
    width: 100%;
}

.home-related .posting-post-date,
.home-related .posting-post-category {
    display: flex;
    align-items: center;
    gap: 5px; /* Jarak antara ikon dan teks */
    white-space: nowrap; /* Mencegah teks kategori turun ke bawah */
}

/* Ukuran ikon untuk konsistensi */
.home-related .posting-post-meta .post-icon {
    width: 14px;
    height: 14px; /* Pastikan tinggi juga sama */
    display: inline-block;
    vertical-align: middle;
}

/* Posisi elemen dalam grid */
.home-related .posting-post-date {
    justify-self: start; /* Rata kiri */
}

.home-related .posting-post-category {
    justify-self: end; /* Rata kanan */
    text-align: right; /* Pastikan teks kategori rata kanan */
}

/* Slider */
.elementor-element.slider-banner-full {
	max-width: none;
    padding: 80px 0;
	margin-bottom: 0;
    /*margin-bottom: 72px;*/

    .e-con-inner {
        max-width: none;
    }

    .slider-container {
        max-width: none;
        padding: 0;
    }
}

/* Tailwind CSS */
.text-blue {
    color: #006AB4;
}

.bg-blue {
    background-color: #006AB4;
}


/* OTHER RESPONSIVE */
@media (max-width: 768px) {
    .searchblog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .searchblog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1024px) {
    .posting-related-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .posting-related-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .posting-related-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 100%;
        justify-content: center;
    }

    .posting-related-post {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .posting-post-date {
        margin-bottom: 0px !important;
        font-size: 8px;
    }

    .posting-post-category {
        font-size: 8px;
    }

}

.posting-related-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.elementor-1259 .elementor-element.elementor-element-5d3f178 .elementor-button{
width: 89px;
height: 24px;
}

.elementor-1259 .elementor-element.elementor-element-ee256b5 .elementor-button{
width: 62px;
height: 24px;
}


.layanan img{
width : 416px;
height: 257px;
}


.brand-kami img {
width: 244px;
height: 273px !important;
 object-fit: cover; 
}

.donasi-konsumen img {
width: 290px;
height: 194px !important;
 object-fit: cover; 
}



/* Container thumbnail video */
.video-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

/* Gambar thumbnail dari YouTube */
.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Overlay tombol play */
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Icon Play di dalamnya */
.play-button-overlay img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Untuk responsif grid post */
.homepage-related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 30px;
    max-width: 1200px;
    margin: auto;
    padding: 20px; 
    box-sizing: border-box;

}

.homepage-related-post {
   
    transition: transform 0.3s ease;
}

.homepage-related-post:hover {
    transform: translateY(-4px);
}


.youtube-video-embed {
    max-width: 960px;
    margin: 30px auto;
    padding: 0;
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.youtube-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Container upload */
.custom-upload-wrapper {
    position: relative;
    display: inline-block;
}

/* Label bergaya tombol */
.custom-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border: 2px solid #858E99;
    border-radius: 8px;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #858E99;
    cursor: pointer;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.custom-upload-label:hover {
    background-color: #eef2f5;
    border-color: #888;
}

/* Ikon upload */
.upload-icon {
    object-fit: contain;
	margin-right: 8px;
}

/* Bintang merah */
.required {
	font-size: 14px;
    color: red;
    font-weight: normal;
    /*margin-left: 4px;*/
}

/* Sembunyikan input file asli */
input[type="file"].custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

/* Breadcrumb Styling */
.breadcrumb-update-container {
  background-color: #f1f5f9;
  width: 100%;
  padding: 10px 0;
}

.breadcrumb-update {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
  font-size: 14px;
  color: #555;
}

.breadcrumb-update a {
  color: #004aad;
  text-decoration: none;
}

/* Konten Update Khusus */
.custom-update-post {
  max-width: 1180px;
  margin: auto;
  padding: 5px 0px;
}

.update-title {
  font-size: 32px;
  font-weight: 700;
  color: #004aad;
}

.update-meta {
  margin-bottom: 20px;
  color: #666;
}

.update-thumbnail {
  margin-bottom: 20px;
}

.update-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Related Posts */
.posting-related-posts {
  background-color: #F5F7FA;
  padding: 80px 20px;
  text-align: center;
}

.posting-related-posts-grid {
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.posting-related-post {
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.posting-related-post-meta {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}


.full-width-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  border-radius: 8px; /* opsional */
}

.elementor-element-c250a93, .elementor-element-20732e36 {
    padding: 0 !important;
}

.tnc-desc-list {
	ol {
		li {
			list-style: none;
		}
	}
}

.wp-block-image img{
width: 100% !important;
}

.elementor-569 .elementor-element.elementor-element-4b3eb36 img{
object-position: 0% center;
}
.update-content img,
.posting-post-content img {
    margin: 15px 0; 
    max-width: 100%; 
    height: auto;  
    display: block;  
}

.posting-post-content iframe[src*="youtube.com"],
.posting-post-content iframe[src*="youtu.be"] {
    width: 100% !important;
    max-width: 800px; /* atur sesuai kebutuhan */
    height: 450px !important; /* tinggi 16:9 */
    border-radius: 12px;
    display: block;
    margin: 20px auto; /* tengah */
}
