/* End custom CSS */

.elementor-kit-29141 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #000;
	--e-global-color-accent: #ceaf61;
	--e-global-color-3ff00e1e: #000;
	--e-global-color-5a282d34: #fff;
	--e-global-color-a6bf4d1: #00637a;
	--e-global-color-76afa3f: #68a6b3;
	--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-29141 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-29141 a {
	color: #010202;
}

.elementor-kit-29141 button, .elementor-kit-29141 input[type="button"], .elementor-kit-29141 input[type="submit"], .elementor-kit-29141 .elementor-button {
	border-radius: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
}

.elementor-kit-29141 img {
	border-radius: 0px 0px 0px 0px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1500px;
}

.e-con {
	--container-max-width: 1500px;
}

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

.elementor-element {
	--widgets-spacing: 0px 0px;
	--widgets-spacing-row: 0px;
	--widgets-spacing-column: 0px;
}

@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 */
.tuition-wrapper {
	font-family: "Segoe UI", sans-serif;
	color: #222;
	padding-bottom: 60px;
}

.tuition-wrapper h1 {
	font-size: 32px;
	text-align: center;
	margin: 40px 0 20px;
	color: #1a1a1a;
}

.tuition-wrapper h2 {
	padding: 14px;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	margin-top: 60px;
}

.blue {
	background-color: #0074d9;
}

.green {
	background-color: #2ecc40;
}

.orange {
	background-color: #ff851b;
}

.tuition-table-container {
	overflow-x: auto;
	margin-top: 20px;
}

.tuition-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 750px;
}

.tuition-table th, .tuition-table td {
	border: 1px solid #ccc;
	padding: 12px 14px;
	text-align: left;
}

.tuition-table thead {
	background-color: #f4f4f4;
}

.tuition-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tuition-table tbody tr:hover {
	background-color: #e1f0ff;
}

.highlight {
	font-weight: bold;
	color: #0074d9;
}

.register-btn {
	background-color: #0074d9;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color .3s ease;
	display: inline-block;
}

.register-btn:hover {
	background-color: #005bb5;
}
