/* Block Favorit Hangul completely */
@font-face {
    font-family: 'Favorit Hangul';
    src: local('Arial') !important;
}
@font-face {
    font-family: 'Favorit-Hangul';
    src: local('Arial') !important;
}
@font-face {
    font-family: 'Favorit Hangul 2';
    src: local('Arial') !important;
}
@font-face {
    font-family: 'Favorit Hangul 3';
    src: local('Arial') !important;
}

/* Also block the remote loading */
@import url('https://db.onlinewebfonts.com/c/660a11e84fa6f9f284208d364a54c4db?family=Favorit+Hangul') {
    display: none !important;
}


.txt-gradient {
  background: 
    linear-gradient(135deg, #000000 0%, transparent 50%),
    linear-gradient(225deg, #000000 0%, transparent 35%),
    linear-gradient(135deg, #2563eb, #3b82f6, #60a5fa, #1e40af);
  background-size: 100% 100%, 100% 100%, 300% 300%;
  background-position: 0% 0%, 0% 0%, 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  animation: gradient-flow 2s ease infinite;
}

@keyframes gradient-flow {
  0%, 100% { background-position: 0% 0%, 0% 0%, 0% 50%; }
  50% { background-position: 0% 0%, 0% 0%, 100% 50%; }
}

.ct-contact-info li {
column-gap: 5px !important;
}


/* MAIN MENU - CUSTOM THEME */


a.ct-menu-link.ct-column-heading {
    margin: 12px 0;
    font-weight: 500;
    font-size: 17px;
} 


.custom_button .elementor-button-icon {
    align-items: center;
    display: flex;
    font-size: 21px !important;
}

.price_package {
font-size: 28px;
    font-weight: 800;
}


/* Scoped to your main widget ID to prevent conflicts */
#pricing_details {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #334155;
    background-color: #fff;
    overflow-x: auto; /* Ensures scroll on small screens */
}

#pricing_details table {
    width: 100%;
    /* Key to the separated row look: */
    border-collapse: separate; 
    border-spacing: 0 8px; /* 0px horizontal gap, 8px vertical gap */
    border: 1px solid #D6E4FA;
    border-radius: 10px;
        padding: 12px;
}

/* --- HEADERS --- */
#pricing_details th {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #64748b; /* Slate grey */
    padding: 10px;
    border: none;
    letter-spacing: 0.05em;
}

#pricing_details th:first-child {
    text-align: left;
    padding-left: 20px;
}

/* --- DATA ROWS (The "Pills") --- */
#pricing_details td {
    background-color: #f8fafc; /* Very light blue/grey background */
    padding: 16px 15px;
    font-size: 0.9rem;
    border: none; /* Removes the default borders you had */
    text-align: center;
    transition: background-color 0.2s ease;
}

/* Left-align the first column (Labels) */
#pricing_details td:first-child {
    text-align: left;
    font-weight: 500;
    color: #1e293b;
    padding-left: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
}

/* Rounded corners for the right side */
#pricing_details td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Hover Effect for Rows */
#pricing_details tr:hover td {
    background-color: #f1f5f9;
}

/* --- SECTION HEADERS (Optional) --- */
/* Since your HTML uses regular rows for sections (e.g., "Finance"), 
   you can add the class="section-row" to those <tr> elements 
   to make them look like the headers in the image.
*/
#pricing_details tr.section-row td {
    background-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    color: #0f172a;
    font-size: 0.8rem;
    padding-top: 25px;
    padding-bottom: 5px;
    text-align: left;
    letter-spacing: 0.05em;
}

/* --- CHECKMARKS & ICONS --- */
/* Makes the checkmarks green roughly like the image */
#pricing_details td {
    color: #334155;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0px;
}

#pricing_details .title td {
    background: #fff;
    font-family: "Comtron Fonts", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--e-global-color-primary);
    padding: 30px 20px 10px;
}

#pricing_details td.checked {
    color: #8BC34A;
    font-weight: bold;
        font-size: 16px;
}

/* Footer Fix */
.menu-footer_privacy-container {
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}

#menu-footer_privacy {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
}

#menu-footer_privacy li:hover a {
	color: #ED1C24 !important;
}

@media (max-width: 1024px) {
	#menu-footer_privacy {
		gap: 12px !important;
	}
}