.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- MULAI SCRIPT STYLE PAKET AQIQAH --- */

/* 1. Gaya Kotak Kartu (Wadah) */
.style-paket {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;       /* Sudut melengkung besar 20px */
    padding: 30px 25px;        /* Jarak dalam */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Bayangan halus */
    transition: transform 0.3s ease;
}

/* Efek saat disentuh mouse (Naik sedikit) */
.style-paket:hover {
    transform: translateY(-5px);
    border-color: #C7007E;     /* Garis pinggir jadi pink */
}

/* 2. Gaya Gambar Paket */
.style-paket img {
    border-radius: 15px;       /* Sudut gambar ikut melengkung */
    margin-bottom: 15px;
}

/* 3. Gaya Judul (Paket Hemat) */
.style-paket h1, 
.style-paket h2, 
.style-paket h3, 
.style-paket .elementor-heading-title {
    font-family: "Playfair Display", serif !important; /* Font mewah */
    color: #444444;
    font-weight: 700;
    margin-bottom: 15px;
}

/* 4. Gaya List Checklist */
.style-paket .elementor-icon-list-item {
    margin-bottom: 10px;       /* Jarak antar baris */
}

/* Warna Ikon Centang (Magenta) */
.style-paket .elementor-icon-list-icon i {
    color: #C7007E !important; /* Warna Pink/Magenta */
    font-size: 18px;
}

/* Teks List */
.style-paket .elementor-icon-list-text {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    padding-left: 5px;
}

/* 5. Gaya Tombol (Konsultasikan) */
.style-paket .elementor-button {
    background-color: #C7007E !important; /* Background Pink */
    color: #ffffff !important;
    width: 100%;               /* Tombol memenuhi lebar */
    border-radius: 8px;        /* Sudut tombol tumpul */
    font-weight: 600;
    padding: 12px 0;
    margin-top: 15px;
}

.style-paket .elementor-button:hover {
    background-color: #9e0064 !important; /* Warna lebih gelap saat hover */
}

/* --- SELESAI SCRIPT --- *//* End custom CSS */