/* Kamberglab — light visual refresh
   Keeps the original layout, brand purple, and navy. */

:root {
	--brand: #5d40a4;
	--brand-dark: #4a3286;
	--navy: #002060;
	--ink: #2c2f3a;
	--muted: #5c6170;
	--line: #e8e6ef;
	--paper: #f6f5fa;
	--white: #ffffff;
	--radius: 16px;
	--shadow: 0 12px 30px rgba(26, 20, 54, 0.08);
	--shadow-soft: 0 8px 20px rgba(26, 20, 54, 0.06);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

body {
	font-size: 16px;
	line-height: 1.7;
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.section {
	padding: 88px 0;
}

.section-title {
	padding: 0 12%;
	margin-bottom: 48px;
}

.section-title h2 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 14px;
	color: var(--brand);
}

.section-title p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--muted);
	margin-top: 8px;
}

.btn,
.appointment .button .btn {
	background: var(--brand);
	color: var(--white);
	border: 0;
	border-radius: 10px;
	padding: 12px 28px;
	font-weight: 500;
	letter-spacing: 0.01em;
	box-shadow: 0 8px 18px rgba(93, 64, 164, 0.22);
}

.btn {
	overflow: hidden;
	z-index: 1;
}

.btn:before {
	border-radius: 10px;
	background: var(--brand-dark);
}

.btn:hover,
.appointment .button .btn:hover {
	background: var(--brand-dark);
	color: var(--white);
	transform: translateY(-1px);
}

#scrollUp {
	border-radius: 50%;
	background: var(--brand);
	box-shadow: var(--shadow);
}

/* Header */
.header {
	background: var(--white);
}

.header .header-inner {
	border-bottom: 1px solid var(--line);
}

.header .inner .row {
	align-items: center;
}

.header .logo {
	float: none;
	margin: 10px 0;
	width: auto;
	max-width: 210px;
}

.header .logo img {
	max-height: 52px;
	width: auto;
}

@media (min-width: 992px) {
	.header .main-menu {
		display: flex;
		justify-content: flex-end;
	}

	.header .nav {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0;
	}

	.header .nav li {
		float: none;
		margin-right: 4px;
	}

	.header .nav li a {
		padding: 22px 12px;
		font-size: 14px;
		font-weight: 500;
		color: var(--navy);
	}
}

.nav-toggle {
	display: none;
}

.header.sticky .header-inner {
	box-shadow: 0 8px 24px rgba(26, 20, 54, 0.08);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.96);
}

/* Hero */
.slider .single-slider {
	position: relative;
	height: auto;
	min-height: 620px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.slider .single-slider .hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(12, 16, 48, 0.78) 0%, rgba(93, 64, 164, 0.38) 52%, rgba(12, 16, 48, 0.12) 100%);
}

.slider .single-slider .container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.slider .single-slider .f-link {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 28px 30px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
}

.slider .single-slider .f-link .icon {
	margin: 0 0 14px;
	padding: 0;
}

.slider .single-slider .f-link .icon:last-child {
	margin-bottom: 0;
}

.slider .single-slider .f-link .icon .icon_holder {
	color: #cfc4ea;
	font-size: 20px;
	padding: 0;
	align-items: flex-start;
}

.slider .single-slider .f-link .icon .icon_holder span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	padding-left: 0.65em;
}

/* Highlight cards under hero */
.schedule {
	height: auto;
	padding: 0 0 24px;
	background: transparent;
}

.schedule .schedule-inner {
	transform: none;
	margin-top: -72px;
}

.schedule .row > [class*="col-"] {
	display: flex;
}

.Feautes .row.features-grid {
	align-items: stretch;
}

.Feautes .row.features-grid > [class*="col-"] {
	display: flex;
}

.Feautes .row:first-child > [class*="col-"] {
	display: block;
}

.schedule .single-schedule {
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	height: 100%;
}

.schedule .single-schedule .inner {
	padding: 32px 28px;
}

.schedule .single-schedule h4 {
	margin-top: 0;
	font-size: 20px;
	letter-spacing: -0.01em;
}

.schedule .single-schedule p {
	margin-top: 12px;
	line-height: 1.65;
	opacity: 0.95;
}

/* Nosotros */
.Feautes {
	padding-top: 72px;
}

.Feautes .single-features {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 28px 22px 32px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	width: 100%;
	min-height: 340px;
	height: auto;
	margin-bottom: 24px;
}

.Feautes .single-features::before {
	display: none;
}

.Feautes .single-features .signle-icon i {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
	left: auto;
	height: 72px;
	width: 72px;
	line-height: 72px;
	font-size: 32px;
	border: 0;
	background: #efeaf8;
}

.Feautes .single-features h3 {
	padding-top: 12px;
	font-size: 20px;
}

.Feautes .single-features p,
.Feautes .single-features ul {
	color: var(--muted);
	margin-top: 10px;
}

.Feautes .single-features ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	display: block;
}

.Feautes .single-features ul li {
	margin-bottom: 6px;
}

.Feautes .single-features ul li a {
	color: var(--brand);
	font-weight: 500;
}

/* Servicios */
.pricing-table {
	background: var(--paper);
}

.pricing-table .single-table {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	height: auto;
	min-height: 0;
	padding: 36px 28px 32px;
	margin: 0 0 24px;
	text-align: left;
}

.pricing-table .single-table .table-head,
.pricing-table .single-table .table-list {
	text-align: left;
}

.pricing-table .single-table .icon i {
	font-size: 42px;
}

.pricing-table .single-table .title {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 20px;
}

.pricing-table .single-table .table-list {
	margin-top: 16px;
	padding: 0;
}

.pricing-table .table-list li {
	margin-bottom: 10px;
	color: var(--muted);
	line-height: 1.6;
}

/* Qué ofrecemos */
.services .single-service {
	margin: 0 0 24px;
	padding: 28px 24px 28px 84px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	min-height: 190px;
}

.services .single-service i {
	left: 22px;
	top: 28px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 26px;
	border-radius: 12px;
	background: #efeaf8;
}

.services .single-service h4 {
	height: auto;
	margin-bottom: 10px;
}

.services .single-service h4 a {
	font-size: 18px;
}

.services .single-service p {
	color: var(--muted);
	margin: 0;
}

/* Catálogo */
.why-choose {
	background: var(--paper);
}

.why-choose .catalog-grid {
	align-items: stretch;
}

.why-choose .catalog-grid > [class*="col-"] {
	display: flex;
}

.why-choose .choose-left,
.why-choose .choose-right {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 32px 28px;
	width: 100%;
	height: 100%;
	margin-bottom: 24px;
}

.why-choose .choose-left h3,
.why-choose .choose-right h3 {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

.why-choose .choose-left .list li,
.why-choose .choose-right .list li {
	color: var(--ink);
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0;
	white-space: nowrap;
}

.why-choose .choose-left .list li i,
.why-choose .choose-right .list li i {
	background: var(--brand);
}

/* Contacto */
.appointment {
	padding: 88px 0 72px;
	background: var(--white);
}

.appointment .form {
	margin-top: 0;
}

.appointment .form input,
.appointment .form textarea {
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--paper);
	color: var(--ink);
	font-size: 15px;
	text-transform: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.appointment .form input:focus,
.appointment .form textarea:focus {
	outline: none;
	background: var(--white);
	border-color: var(--brand);
	box-shadow: 0 0 0 4px rgba(93, 64, 164, 0.12);
}

.appointment .form textarea {
	height: 160px;
}

/* Footer */
.footer .footer-top {
	padding: 72px 0 56px;
}

.footer .single-footer h2 {
	margin-bottom: 28px;
	padding-bottom: 14px;
	font-size: 18px;
	letter-spacing: 0.01em;
}

.footer .single-footer p,
.footer .single-footer .time-sidual li {
	color: rgba(255, 255, 255, 0.9);
}

.footer .single-footer p a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.footer .single-footer img {
	border-radius: 10px;
}

.amelaf {
	background: #fff;
	width: 100%;
	max-width: 280px;
	height: auto;
	padding: 14px 16px;
	margin: 12px 0 0;
	border-radius: 10px;
}

.footer .copyright {
	padding: 18px 0;
}

.footer .copyright-content p {
	margin: 0;
	opacity: 0.9;
}

@media only screen and (max-width: 991px) {
	.header .inner .row {
		position: relative;
		align-items: center;
	}

	.header .header-inner {
		overflow: visible;
	}

	.header .inner .row > .col-lg-3 {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		position: relative;
		z-index: 40;
	}

	.nav-toggle {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		position: static !important;
		transform: none;
		width: 42px;
		height: 42px;
		margin-left: auto;
		padding: 10px 9px;
		border: 0;
		border-radius: 8px;
		background: #5d40a4 !important;
		z-index: 40;
	}

	.nav-toggle span {
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 2px;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.nav-toggle.is-open span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.nav-toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle.is-open span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.slicknav_menu {
		display: none !important;
	}

	.header .inner .row > .col-lg-9 {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.header .main-menu {
		display: none !important;
	}

	.header .main-menu.is-open {
		display: block !important;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 8px);
		background: var(--white);
		border: 1px solid var(--line);
		border-radius: 12px;
		box-shadow: var(--shadow);
		padding: 8px 0;
		z-index: 50;
	}

	.header .main-menu.is-open .nav {
		display: block;
		float: none;
	}

	.header .main-menu.is-open .nav li {
		display: block;
		float: none;
		margin: 0;
	}

	.header .main-menu.is-open .nav li a {
		display: block;
		padding: 12px 18px;
		color: var(--navy);
	}

	.slider .single-slider:before {
		display: none;
	}

	.section,
	.appointment {
		padding: 64px 0;
	}

	.section-title {
		padding: 0 8px;
		margin-bottom: 32px;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.header .logo {
		max-width: 170px;
	}

	.slider .single-slider {
		min-height: 520px;
		padding: 110px 0 40px;
	}

	.slider .single-slider .f-link {
		padding: 22px 20px;
	}

	.slider .single-slider .f-link .icon .icon_holder span {
		font-size: 17px;
	}

	.schedule .schedule-inner {
		margin-top: 24px;
	}

	.schedule .single-schedule {
		margin-bottom: 16px;
	}

	.Feautes {
		padding-top: 48px;
	}

	.Feautes .single-features {
		min-height: 0;
	}

	.why-choose .choose-left .list li,
	.why-choose .choose-right .list li {
		white-space: normal;
	}

	.services .single-service {
		min-height: 0;
	}
}

@media only screen and (max-width: 767px) {
	.slider .single-slider {
		min-height: 460px;
	}

	.slider .single-slider .f-link .icon .icon_holder span {
		font-size: 16px;
	}

	.header .logo img {
		max-height: 44px;
	}
}
