:root {
	--dlc-wine: #5b1f2b;
	--dlc-wine-dark: #351019;
	--dlc-gold: #d49a43;
	--dlc-gold-light: #f0c982;
	--dlc-cream: #f8f3ea;
	--dlc-sand: #eadfce;
	--dlc-ink: #292321;
	--dlc-muted: #746966;
	--dlc-white: #ffffff;
	--dlc-shadow: 0 18px 50px rgba(53, 16, 25, .12);
	--dlc-radius: 18px;
	--dlc-shell: min(1180px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body { color: var(--dlc-ink); background: var(--dlc-white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
body.dlc-menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { color: var(--dlc-wine-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.15; letter-spacing: -.02em; }
.dlc-shell { width: var(--dlc-shell); margin-inline: auto; }
.dlc-shell--narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text, .dlc-skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.dlc-skip-link:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: var(--dlc-white); color: var(--dlc-wine); }

.dlc-site-header { position: relative; z-index: 100; background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(91, 31, 43, .1); }
.dlc-site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 28px rgba(53, 16, 25, .08); }
.admin-bar .dlc-site-header.is-sticky { top: 32px; }
.dlc-topbar { padding: 7px 0; background: var(--dlc-wine-dark); color: #f8eee6; font-size: 13px; }
.dlc-topbar__inner, .dlc-topbar__contact, .dlc-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.dlc-topbar a { color: var(--dlc-white); text-decoration: none; }
.dlc-language-ready { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.25); color: var(--dlc-gold-light); font-weight: 700; letter-spacing: .08em; }
.dlc-header__inner { min-height: 88px; }
.dlc-brand { flex: 0 0 auto; max-width: 280px; }
.dlc-brand .custom-logo { width: auto; max-height: 68px; }
.dlc-wordmark { display: flex; align-items: center; gap: 12px; color: var(--dlc-wine-dark); text-decoration: none; }
.dlc-wordmark__mark { display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid var(--dlc-gold); border-radius: 50%; font: 700 17px/1 Georgia, serif; }
.dlc-wordmark strong, .dlc-wordmark small { display: block; }
.dlc-wordmark strong { font: 700 19px/1.15 Georgia, serif; letter-spacing: .035em; }
.dlc-wordmark small { margin-top: 4px; color: var(--dlc-muted); font-size: 10px; letter-spacing: .04em; }
.dlc-primary-nav { margin-left: auto; }
.dlc-menu, .dlc-menu ul { margin: 0; padding: 0; list-style: none; }
.dlc-menu { display: flex; align-items: center; gap: 28px; }
.dlc-menu a { position: relative; color: var(--dlc-ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.dlc-menu a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--dlc-gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.dlc-menu a:hover::after, .dlc-menu .current-menu-item > a::after { transform: scaleX(1); }
.dlc-header-cta, .elementor .dlc-button .elementor-button, a.dlc-button, button.dlc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 0; border-radius: 999px; background: var(--dlc-gold); color: var(--dlc-wine-dark); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.elementor .elementor-widget-button.dlc-button { min-height: 0; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.dlc-header-cta:hover, .elementor .dlc-button .elementor-button:hover, a.dlc-button:hover, button.dlc-button:hover { background: var(--dlc-gold-light); box-shadow: 0 12px 25px rgba(212,154,67,.24); transform: translateY(-2px); }
.dlc-menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.dlc-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--dlc-wine-dark); transition: transform .2s ease, opacity .2s ease; }

/* Elementor design system and reusable section classes. */
.elementor-kit-5, .elementor { --e-global-color-primary: var(--dlc-wine); --e-global-color-secondary: var(--dlc-gold); --e-global-color-text: var(--dlc-ink); --e-global-color-accent: var(--dlc-gold); }
.dlc-section { padding-block: clamp(70px, 8vw, 112px); }
.dlc-section--cream { background: var(--dlc-cream); }
.dlc-section--wine { background: var(--dlc-wine-dark); color: var(--dlc-white); }
.dlc-section--wine h1, .dlc-section--wine h2, .dlc-section--wine h3, .dlc-section--wine p { color: var(--dlc-white); }
.dlc-eyebrow .elementor-heading-title, .dlc-eyebrow { color: var(--dlc-gold); font-family: Inter, "Segoe UI", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dlc-title .elementor-heading-title { font-size: clamp(36px, 5vw, 68px); }
.dlc-section-title .elementor-heading-title { font-size: clamp(32px, 4vw, 52px); }
.dlc-lead, .dlc-lead p { color: var(--dlc-muted); font-size: clamp(17px, 2vw, 20px); }
.dlc-hero { position: relative; min-height: 705px; overflow: hidden; background: linear-gradient(120deg, var(--dlc-wine-dark), #8d5344); font-family: Inter, "Segoe UI", Arial, sans-serif; }
.dlc-hero::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(22,15,10,.60) 0%, rgba(22,15,10,.37) 55%, rgba(22,15,10,.25) 100%); content: ""; }
.dlc-hero > .e-con-inner, .dlc-hero > .elementor-container { position: relative; z-index: 1; }
.dlc-hero h1, .dlc-hero p { color: var(--dlc-white); }
.dlc-hero .dlc-hero-copy { max-width: 510px; }
.dlc-hours-card, .dlc-card { padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(91,31,43,.09); border-radius: var(--dlc-radius); background: var(--dlc-white); box-shadow: var(--dlc-shadow); }
.dlc-hours-card { padding: 28px 34px 26px; border: 1px solid rgba(255,255,255,.38); border-radius: 10px; background: rgba(255,255,255,.82); color: #372522; box-shadow: 0 18px 40px rgba(0,0,0,.12); backdrop-filter: blur(5px); }
.dlc-hours-card h2, .dlc-hours-card p, .dlc-hours-card li { color: #372522; font-family: Inter, "Segoe UI", Arial, sans-serif; }
.dlc-hours-card .dlc-hours-title .elementor-heading-title { margin: 0; font-size: clamp(27px, 2.25vw, 34px); font-weight: 800; letter-spacing: -.025em; }
.dlc-hours-card ul { margin: 0 0 24px; padding-left: 18px; }
.dlc-hours-card li { margin-bottom: 14px; font-size: 17px; line-height: 1.45; }
.dlc-hours-card p { margin: 0; font-size: 16px; line-height: 1.5; }
.elementor .dlc-hero-appointment .elementor-button { min-width: 315px; min-height: 62px; padding-inline: 30px; border-radius: 22px; background: #ffab3d; font-size: 20px; font-weight: 800; }
.dlc-hero-copy > .e-con-inner { align-items: flex-start; }

.dlc-clinic-section { padding-block: 35px 82px; background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
.dlc-clinic-intro { width: 100%; text-align: center; }
.dlc-clinic-heading .elementor-heading-title { margin: 0; color: #382326; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(30px, 3.25vw, 43px); font-weight: 850; line-height: 1.13; letter-spacing: -.025em; }
.dlc-clinic-copy { max-width: 1210px; margin-inline: auto; color: #292323; font-size: 18px; line-height: 1.62; }
.dlc-clinic-copy p { margin: 0 0 22px; }
.dlc-quick-grid { width: 100%; margin-top: 22px; }
.dlc-quick-grid > .e-con-inner { flex-flow: row wrap; align-items: stretch; }
.dlc-quick-grid > .e-con-inner > .dlc-quick-card { flex: 0 0 calc((100% - 48px) / 3); width: calc((100% - 48px) / 3) !important; max-width: calc((100% - 48px) / 3); }
.dlc-quick-card { position: relative; min-height: 260px; height: 100%; padding: 26px 24px 30px; border-radius: 20px; background: #3c2023; color: #fff; box-shadow: 0 7px 15px rgba(53,16,25,.12); transition: transform .25s ease; }
.dlc-quick-card h3, .dlc-quick-card p { color: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
.dlc-quick-card h3 { margin: 0; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.23); font-size: 19px; font-weight: 800; }
.dlc-quick-card .elementor-heading-title { color: #f1af48 !important; }
.dlc-quick-card p { margin: 0; font-size: 17px; line-height: 1.5; }
.dlc-card-icon { margin-right: 8px; color: #f1af48; font-size: 19px; }
.dlc-card-number { position: absolute; z-index: 2; top: -14px; right: -8px; display: grid; width: 48px; height: 48px; place-items: center; border: 6px solid #fff; border-radius: 50%; background: #3c2023; }
.dlc-card-number .elementor-heading-title { color: #f1af48 !important; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 14px; font-weight: 850; }
.dlc-placeholder { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--dlc-radius); background: radial-gradient(circle at 70% 25%, rgba(212,154,67,.65), transparent 20%), linear-gradient(145deg, #5b1f2b, #b88962 60%, #eadfce); box-shadow: var(--dlc-shadow); }
.dlc-placeholder::after { position: absolute; right: 18px; bottom: 16px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.87); color: var(--dlc-wine-dark); content: "Thay ảnh trong Elementor"; font-size: 11px; font-weight: 750; }
.dlc-quick-card:hover { transform: translateY(-7px); }

/* About Dr. Luke: Elementor copy on the left, structured media slider on the right. */
.dlc-about-doctor { padding-block: 48px; background: #fcf4e8; font-family: Inter, "Segoe UI", Arial, sans-serif; }
.dlc-about-doctor > .e-con-inner { flex-flow: row nowrap; align-items: center; justify-content: space-between; gap: clamp(58px, 6.5vw, 96px); }
.dlc-about-doctor > .e-con-inner > .dlc-about-copy { flex: 1 1 52%; width: 52% !important; max-width: 570px; }
.dlc-about-doctor > .e-con-inner > .dlc-about-slider-wrap { flex: 0 1 490px; width: 43% !important; max-width: 490px; aspect-ratio: 49 / 66; }
.dlc-about-slider-wrap > .e-con-inner, .dlc-about-slider-wrap .elementor-widget-image-carousel, .dlc-about-slider-wrap .elementor-widget-container, .dlc-about-slider-wrap .elementor-image-carousel-wrapper, .dlc-about-slider-wrap .swiper, .dlc-about-slider-wrap .swiper-wrapper, .dlc-about-slider-wrap .swiper-slide, .dlc-about-slider-wrap .swiper-slide-inner { height: 100%; }
.dlc-about-copy > .e-con-inner { gap: 22px; }
.dlc-about-title .elementor-heading-title { margin: 0; color: #382326; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(34px, 3vw, 42px); font-weight: 850; line-height: 1.08; letter-spacing: -.025em; }
.dlc-about-list, .dlc-about-list p, .dlc-about-list li, .dlc-about-highlight, .dlc-about-highlight p { color: #2c2523; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 18px; line-height: 1.52; }
.dlc-about-list ul { margin: 0; padding-left: 25px; }
.dlc-about-list li { margin-bottom: 14px; padding-left: 2px; }
.dlc-about-list li:last-child { margin-bottom: 0; }
.dlc-about-highlight p { margin: 2px 0 8px; font-weight: 800; line-height: 1.45; }
.elementor .dlc-about-button .elementor-button { min-width: 266px; min-height: 58px; border-radius: 17px; background: #f6a434; color: #372522; font-size: 19px; font-weight: 850; box-shadow: none; }
.elementor .dlc-about-button .elementor-button:hover { background: #ffb44d; }
.dlc-about-carousel { position: relative; width: 100%; height: 100%; }
.dlc-about-carousel .elementor-image-carousel-wrapper { overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 12px 28px rgba(62,32,28,.08); }
.dlc-about-carousel .swiper-slide-inner { margin: 0; }
.dlc-about-carousel .swiper-slide-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 10px; }
.dlc-about-carousel .elementor-image-carousel-caption { position: absolute; right: 9%; bottom: 18px; left: 9%; padding: 14px 18px; border-radius: 18px; background: #3c2023; color: #fff; font-size: 16px; font-weight: 750; line-height: 1.25; text-align: center; }
.dlc-about-carousel .elementor-swiper-button { z-index: 3; top: 50%; display: grid; width: 42px; height: 58px; place-items: center; color: #4b3532; font-size: 38px; transform: translateY(-50%); }
.dlc-about-carousel .elementor-swiper-button-prev { left: -54px; }
.dlc-about-carousel .elementor-swiper-button-next { right: -54px; }
.dlc-about-carousel .elementor-swiper-button:hover { color: var(--dlc-gold); }

.dlc-process-step { position: relative; height: 100%; padding: 32px 24px; border-top: 3px solid var(--dlc-gold); background: var(--dlc-white); box-shadow: 0 12px 35px rgba(53,16,25,.08); }
.dlc-process-step .elementor-heading-title:first-child { color: var(--dlc-gold); font-family: Inter, sans-serif; }
.dlc-service-grid, .dlc-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.dlc-service-card, .dlc-news-card { overflow: hidden; border: 1px solid rgba(91,31,43,.1); border-radius: var(--dlc-radius); background: var(--dlc-white); box-shadow: 0 12px 36px rgba(53,16,25,.08); }
.dlc-service-card__media, .dlc-news-card__media { display: block; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(145deg, var(--dlc-wine), #be8f68); }
.dlc-service-card__media img, .dlc-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.dlc-service-card:hover img, .dlc-news-card:hover img { transform: scale(1.04); }
.dlc-service-card__body, .dlc-news-card__body { padding: 26px; }
.dlc-service-card h3, .dlc-news-card h3 { margin: 0 0 12px; font-size: 25px; }
.dlc-service-card h3 a, .dlc-news-card h3 a { text-decoration: none; }
.dlc-meta { color: var(--dlc-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dlc-text-link { color: var(--dlc-wine); font-weight: 800; text-decoration: none; }

.dlc-booking-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.dlc-booking-form__field { display: grid; gap: 7px; }
.dlc-booking-form__field--full { grid-column: 1 / -1; }
.dlc-booking-form label { color: var(--dlc-wine-dark); font-size: 13px; font-weight: 800; }
.dlc-booking-form input, .dlc-booking-form select, .dlc-booking-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d9cbc0; border-radius: 10px; background: #fff; color: var(--dlc-ink); }
.dlc-booking-form textarea { min-height: 130px; resize: vertical; }
.dlc-booking-form input:focus, .dlc-booking-form select:focus, .dlc-booking-form textarea:focus { border-color: var(--dlc-gold); outline: 3px solid rgba(212,154,67,.18); }
.dlc-booking-form__status { grid-column: 1/-1; margin: 0; font-weight: 700; }
.dlc-booking-form__status.is-success { color: #2e6b46; }
.dlc-booking-form__status.is-error { color: #a72d3b; }
.dlc-honeypot { position: absolute !important; left: -9999px !important; }

.dlc-page-header { padding: 74px 0 32px; }
.dlc-page-header h1, .dlc-single-header h1 { font-size: clamp(40px, 6vw, 66px); }
.dlc-page-content > *:not(.elementor) { width: var(--dlc-shell); margin-inline: auto; }
.dlc-archive, .dlc-single { padding-block: 78px 110px; }
.dlc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.dlc-post-card { overflow: hidden; border-radius: var(--dlc-radius); background: #fff; box-shadow: var(--dlc-shadow); }
.dlc-post-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.dlc-post-card__body { padding: 26px; }
.dlc-post-card h2 { font-size: 26px; }
.dlc-post-card a { text-decoration: none; }
.dlc-single-header { padding-top: 78px; text-align: center; }
.dlc-single-image { margin: 42px 0; }
.dlc-single-image img { border-radius: var(--dlc-radius); }
.dlc-entry-content { font-size: 18px; }

.dlc-site-footer { background: var(--dlc-wine-dark); color: rgba(255,255,255,.78); }
.dlc-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 70px; padding-block: 78px; }
.dlc-site-footer h2, .dlc-site-footer h3 { color: var(--dlc-white); }
.dlc-footer-kicker { color: var(--dlc-gold-light); font-weight: 850; letter-spacing: .18em; }
.dlc-footer-menu, .dlc-contact-list { margin: 0; padding: 0; list-style: none; }
.dlc-footer-menu li, .dlc-contact-list li { margin: 0 0 10px; }
.dlc-site-footer a { color: inherit; text-decoration: none; }
.dlc-site-footer a:hover { color: var(--dlc-gold-light); }
.dlc-footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.dlc-floating-socials { position: fixed; z-index: 90; right: 18px; bottom: 22px; display: grid; gap: 9px; }
.dlc-social, .dlc-back-to-top { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--dlc-wine); color: #fff; font-weight: 850; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.18); cursor: pointer; }
.dlc-social--zalo { background: #0876dc; }
.dlc-social--facebook { background: #1877f2; }
.dlc-social--messenger { background: linear-gradient(145deg,#00b2ff,#7b42f6); }
.dlc-social--tiktok { background: #171717; }
.dlc-back-to-top { visibility: hidden; opacity: 0; transition: opacity .2s ease; }
.dlc-back-to-top.is-visible { visibility: visible; opacity: 1; }

@media (max-width: 1080px) {
	.dlc-header-cta { display: none; }
	.dlc-menu { gap: 18px; }
	.dlc-menu a { font-size: 13px; }
}
@media (max-width: 900px) {
	.admin-bar .dlc-site-header.is-sticky { top: 46px; }
	.dlc-topbar { display: none; }
	.dlc-header__inner { min-height: 74px; }
	.dlc-brand { max-width: 230px; }
	.dlc-brand .custom-logo { max-height: 56px; }
	.dlc-menu-toggle { display: block; margin-left: auto; }
	.dlc-primary-nav { position: fixed; inset: 74px 0 0; display: none; padding: 30px 24px; background: var(--dlc-cream); }
	.admin-bar .dlc-primary-nav { top: 120px; }
	.dlc-primary-nav.is-open { display: block; }
	.dlc-menu { display: grid; gap: 0; }
	.dlc-menu li { border-bottom: 1px solid rgba(91,31,43,.12); }
	.dlc-menu a { display: block; padding: 17px 0; font-size: 17px; }
	.dlc-menu a::after { display: none; }
	.dlc-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.dlc-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
	.dlc-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.dlc-service-grid, .dlc-news-grid, .dlc-post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dlc-footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
	.dlc-footer-brand { grid-column: 1/-1; }
	.dlc-hero { min-height: 650px; background-position: 64% center !important; }
	.dlc-hero .dlc-hero-copy { width: 56% !important; max-width: 500px; }
	.dlc-hero .dlc-hero-spacer { width: 40% !important; }
	.dlc-quick-grid > .e-con-inner > .dlc-quick-card { flex-basis: 100%; width: 100% !important; max-width: 100%; min-height: 210px; }
	.dlc-clinic-copy br { display: none; }
	.elementor .dlc-about-doctor { --flex-direction: column; --flex-wrap: nowrap; padding-block: 64px; }
	.elementor .dlc-about-doctor > .e-con-inner { flex-direction: column !important; flex-wrap: nowrap !important; gap: 44px; }
	.elementor .dlc-about-doctor > .e-con-inner > .dlc-about-copy, .elementor .dlc-about-doctor > .e-con-inner > .dlc-about-slider-wrap { --width: 100%; --flex-grow: 0; flex: 0 0 auto !important; width: 100% !important; max-width: 620px; }
	.dlc-about-doctor > .e-con-inner > .dlc-about-slider-wrap { max-width: 480px; align-self: center; }
}
@media (max-width: 640px) {
	:root { --dlc-shell: min(100% - 28px, 1180px); }
	.dlc-wordmark small { display: none; }
	.dlc-wordmark strong { font-size: 16px; }
	.dlc-wordmark__mark { width: 44px; height: 44px; }
	.dlc-hero { min-height: 680px; background-position: 68% center !important; }
	.dlc-hero::before { background: rgba(26,16,12,.52); }
	.dlc-hero .dlc-hero-copy { width: 100% !important; max-width: none; }
	.dlc-hero .dlc-hero-spacer { display: none; }
	.dlc-hours-card { padding: 24px 22px; background: rgba(255,255,255,.87); }
	.dlc-hours-card li { font-size: 15px; }
	.elementor .dlc-hero-appointment, .elementor .dlc-hero-appointment .elementor-button { min-width: 0; width: 100%; }
	.dlc-clinic-section { padding-block: 46px 64px; }
	.dlc-clinic-copy { font-size: 16px; }
	.dlc-section { padding-block: 64px; }
	.dlc-about-doctor { padding-block: 52px; }
	.dlc-about-copy > .e-con-inner { gap: 17px; }
	.dlc-about-title .elementor-heading-title { font-size: 31px; }
	.dlc-about-list, .dlc-about-list p, .dlc-about-list li, .dlc-about-highlight, .dlc-about-highlight p { font-size: 16px; }
	.dlc-about-list ul { padding-left: 21px; }
	.dlc-about-list li { margin-bottom: 11px; }
	.elementor .dlc-about-button, .elementor .dlc-about-button .elementor-button { width: 100%; min-width: 0; }
	.dlc-about-carousel { width: calc(100% - 20px); margin-inline: auto; }
	.dlc-about-carousel .elementor-swiper-button { width: 38px; height: 50px; border-radius: 999px; background: rgba(255,255,255,.76); font-size: 34px; box-shadow: 0 5px 16px rgba(53,16,25,.12); }
	.dlc-about-carousel .elementor-swiper-button-prev { left: -10px; }
	.dlc-about-carousel .elementor-swiper-button-next { right: -10px; }
	.dlc-about-carousel .elementor-image-carousel-caption { right: 6%; bottom: 12px; left: 6%; padding: 11px 13px; border-radius: 14px; font-size: 14px; }
	.dlc-service-grid, .dlc-news-grid, .dlc-post-grid, .dlc-footer-grid { grid-template-columns: 1fr; }
	.dlc-footer-brand { grid-column: auto; }
	.dlc-booking-form { grid-template-columns: 1fr; }
	.dlc-booking-form__field--full { grid-column: auto; }
	.dlc-floating-socials { right: 10px; bottom: 14px; }
	.dlc-social, .dlc-back-to-top { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
