

.divider{margin-top : 85px; margin-bottom : 60px}

h1{color : #000}

.page-header h1 {
	font-size    : 36px;
	font-weight  : 500;
	line-height  : 1.1;
	color        : #333333;
	margin-top   : 20px;
	margin-bottom: 10px;
}

.section-wrapper .panel{
	overflow : hidden	
}
.section-wrapper table{color : #000}
.section-wrapper table th,.section-wrapper table td{
	height : 50px;
}

.section-wrapper .appointment{
	height : 400px;

}

.appointment ul li{
	font-size : 19px;
	padding : 15px 0;
	color : #000
}

.appointment .form-group:not(:first-child){
	margin-top : 15px
}

.appointment .btn-ele{
	padding-top : 55px
}

.appointment .col-md-8{
	padding-top : 20px
}

.appointment .col-md-4{
	padding-top : 50px
}

@media (max-width: 991px) {
	.appointment .col-md-8,
	.appointment .col-md-4{
		padding-top : 15px
	}
}

select:hover,input:hover,textarea:hover{
	background : #eee
}

/* ── Consultation / Services page ── */
.section-wrapper {
	color: #000;
	font-size: 14px;
}


#slogan {
	margin-bottom: 55px;
	text-align: left;
}

#slogan h1 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 36px;
	letter-spacing: 0.05em;
}

#slogan p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

#slogan strong {
	color: #d63384;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}

#services {
	margin-top: 30px;
	margin-bottom: 85px;
	background-color: #fff;
	border-radius: 8px;
}

#services h2 {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 24px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
}

#services ul {
	list-style-type: none;
	padding-left: 0;
}

#services ul > li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
	color: #000;
	font-weight: 500;
}

#services ul > li::before {
	content: "🌸";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
}

.service-desc {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 4px;
	line-height: 1.6;
	font-weight: 400;
}

#faq {
	margin: 85px 0;
}

#faq h2 {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.05em;
}

.panel-default {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 12px 15px;
}

.panel-title a {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

.panel-title a:hover {
	color: #d63384;
	text-decoration: none;
}

.panel-body {
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	padding: 15px;
	background-color: #fafafa;
}

#office {
	margin: 85px 0;
	padding: 25px;
	background-color: #f9f9f9;
	border-radius: 8px;
	border-left: 4px solid #d63384;
}

#office h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}

#office p {
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 8px;
}

#office strong {
	color: #d63384;
}

@media (max-width: 768px) {
	#slogan h1 {
		font-size: 28px;
	}

	#services ul > li {
		font-size: 15px;
	}

	.service-desc {
		font-size: 12px;
	}

	.panel-body {
		font-size: 13px;
	}
}

/* ── Online Consultation page (#online-consultation) ── */
#online-consultation .form-control,
#online-consultation .form-select {
	font-size: 15px;
	border: 0.5px dotted #008080;
	box-shadow: none;
	border-radius: 10px;
}

#online-consultation .form-control:hover,
#online-consultation .form-select:hover {
	background-color: #f2f2f2;
}

#online-consultation .form-control:focus,
#online-consultation .form-select:focus {
	border: none;
	box-shadow: none;
	background-color: #e9f3ff;
}

#online-consultation .formDiv {
	margin-top: 85px;
}

#online-consultation .section-title {
	text-align: left;
}

#online-consultation .alert ul {
	margin: 0;
}

/* ── jQuery UI Datepicker (shared widget styles) ── */
.ui-datepicker {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	padding: 8px;
	background: #fff;
	font-family: inherit;
}

.ui-datepicker-header {
	background: #1a1a2e;
	color: #fff;
	border-radius: 3px;
	padding: 6px 0;
	border: none;
}

.ui-datepicker-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
}

.ui-datepicker-header select.ui-datepicker-month,
.ui-datepicker-header select.ui-datepicker-year {
	background: #2a2a4e;
	color: #fff;
	border: 1px solid #444;
	border-radius: 3px;
	padding: 1px 4px;
	font-size: 12px;
	margin: 0 2px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
	color: #f0c040 !important;
	top: 6px !important;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background: transparent !important;
	border: none !important;
}

.ui-datepicker th {
	font-size: 11px;
	color: #888;
	padding: 4px 0;
	font-weight: 500;
}

.ui-datepicker td { padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: center;
	padding: 4px 6px;
	border-radius: 3px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.ui-datepicker td a:hover { background: #e8f4fb; color: #0f3460; }

.ui-state-active,
.ui-state-active:hover {
	background: #0f3460 !important;
	color: #fff !important;
	border: none !important;
}

.ui-datepicker-today a {
	background: #fff3cd !important;
	color: #856404 !important;
	font-weight: bold;
}

.ui-datepicker-unselectable .ui-state-default { color: #ccc; }

