/* ===== Travnile structure: header / footer / buttons ===== */

/* Page background matches the design frame (cream) */
body { background-color: #f4eee2; }

/* --- Top bar (above header) --- */
.trv-topbar { background: #0b2c24; color: rgba(255, 255, 255, .82); font-size: 13.5px; }
.trv-topbar-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 9px 24px; flex-wrap: wrap; }
.trv-topbar-links { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.trv-topbar-links a { color: rgba(255, 255, 255, .82); display: flex; align-items: center; gap: 7px; text-decoration: none; }
.trv-topbar-links a:hover { color: #d8bd76; }
.trv-topbar-dot { width: 6px; height: 6px; background: #d8bd76; transform: rotate(45deg); display: block; }
.trv-topbar-social { display: flex; gap: 16px; align-items: center; margin-inline-start: auto; }
.trv-topbar-follow { opacity: .7; }
.trv-topbar-socials { display: flex; gap: 10px; }
.trv-topbar-socials span { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
@media (max-width: 600px) { .trv-topbar-social { display: none; } }

/* --- Header --- */
.trv-header {
	position: sticky; top: 0; z-index: 60;
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	background: rgba(244, 238, 226, .92);
	border-bottom: 1px solid rgba(15, 58, 48, .1);
	width: 100%;
}
.trv-header > .e-con-inner,
.trv-header-inner {
	max-width: 1280px; margin-inline: auto;
	display: flex; align-items: center; gap: 18px; flex-wrap: nowrap;
	padding: 14px 24px; width: 100%;
}
.trv-header .elementor-widget-html { flex: none; }
.trv-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; white-space: nowrap; }
/* logo is a single swappable SVG image */
.trv-brand-logo { height: 44px; width: auto; display: block; }
@media (max-width: 600px) { .trv-brand-logo { height: 38px; } }
.trv-brand-badge {
	width: 44px; height: 44px; border-radius: 50%; background: #0f3a30;
	display: grid; place-items: center; flex: none;
}
.trv-brand-diamond {
	width: 16px; height: 16px; background: #d8bd76;
	transform: rotate(45deg); border: 1.5px solid #b9922f; display: block;
}
.trv-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.trv-brand-name { font-weight: 800; font-size: 23px; color: #0f3a30; letter-spacing: -.3px; }
.trv-brand-sub { font-size: 10px; letter-spacing: 2.5px; color: #b9922f; font-weight: 600; }

/* nav menu widget inside header */
.trv-header .trv-nav { width: auto !important; flex: 1 1 auto; display: flex; justify-content: flex-end; }
.trv-nav .elementor-nav-menu { gap: 0; flex-wrap: nowrap; }
.trv-nav .elementor-nav-menu--main .elementor-nav-menu { white-space: nowrap; }
.trv-nav .elementor-nav-menu a.elementor-item {
	color: #0f3a30 !important; font-weight: 600; font-size: 14.5px;
	padding: 7px 11px !important; border-radius: 999px; transition: color .2s;
	white-space: nowrap;
}
.trv-nav .elementor-nav-menu a.elementor-item:hover,
.trv-nav .elementor-nav-menu a.elementor-item.elementor-item-active {
	color: #b9922f !important; background: transparent !important;
}

/* header actions */
.trv-header .trv-actions {
	display: flex; align-items: center; gap: 12px;
	flex: 0 0 auto !important; width: auto !important;
	padding-inline-start: 12px; margin-inline-start: 4px;
	border-inline-start: 1px solid rgba(15, 58, 48, .12);
}

/* buttons */
.trv-btn-pill a, a.trv-btn-pill, .trv-btn-pill .elementor-button {
	padding: 8px 14px; border: 1.5px solid rgba(15, 58, 48, .2);
	background: transparent; border-radius: 999px; color: #0f3a30;
	font-weight: 700; font-size: 13px; text-decoration: none;
}
.trv-btn-pill a:hover, a.trv-btn-pill:hover, .trv-btn-pill .elementor-button:hover {
	border-color: #b9922f; color: #b9922f; background: transparent;
}
.trv-btn-gold .elementor-button, a.trv-btn-gold {
	background: #b9922f; color: #fff; border: none; border-radius: 999px;
	padding: 10px 22px; font-weight: 800; font-size: 14px; text-decoration: none;
}
.trv-btn-gold .elementor-button:hover, a.trv-btn-gold:hover { background: #a37f26; color: #fff; }

/* language switcher (Polylang) styled as pill */
.trv-lang .lang_switcher_widget,
.trv-lang ul.pll-switcher, .trv-lang .pll-parent-menu-item { list-style: none; margin: 0; padding: 0; }
.trv-lang a {
	display: inline-block; padding: 8px 14px; border: 1.5px solid rgba(15, 58, 48, .2);
	border-radius: 999px; color: #0f3a30; font-weight: 700; font-size: 13px; text-decoration: none;
}
.trv-lang a:hover { border-color: #b9922f; color: #b9922f; }

/* hide desktop nav on <=980, mimic design */
@media (max-width: 980px) {
	.trv-nav { display: none; }
}

/* --- Footer --- */
.trv-footer { background: #0b2c24; color: rgba(255, 255, 255, .72); }
.trv-newsletter-band { padding: 0 24px; position: relative; z-index: 2; }
.trv-newsletter {
	max-width: 1180px; margin: 0 auto; transform: translateY(40px);
	background: #b9922f; border-radius: 24px; padding: 38px 44px;
	display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap;
	box-shadow: 0 20px 50px rgba(185, 146, 47, .3);
}
.trv-newsletter h3 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 800; color: #fff; margin: 0; max-width: 520px; line-height: 1.4; }
.trv-nl-form { display: flex; gap: 10px; flex: 1; min-width: 260px; max-width: 440px; }
.trv-nl-form input { flex: 1; padding: 15px 18px; border: none; border-radius: 999px; font-size: 15px; background: #fffdf9; color: #26221b; }
.trv-nl-form button { padding: 15px 28px; border: none; border-radius: 999px; background: #0f3a30; color: #fff; font-weight: 700; font-size: 15px; cursor: pointer; white-space: nowrap; }
.trv-nl-form button:hover { background: #0b2c24; }

.trv-footer-main { background: #0b2c24; padding: 96px 24px 30px; }
.trv-foot-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.trv-foot-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.trv-foot-badge { width: 40px; height: 40px; border-radius: 50%; background: #17513f; display: grid; place-items: center; flex: none; }
.trv-foot-diamond { width: 14px; height: 14px; background: #d8bd76; transform: rotate(45deg); border: 1.5px solid #b9922f; display: block; }
.trv-foot-brand-name { font-weight: 800; font-size: 21px; color: #fff; }
.trv-foot-blurb { font-size: 15px; line-height: 1.9; margin: 0 0 18px; max-width: 300px; color: rgba(255, 255, 255, .72); }
.trv-foot-social { display: flex; gap: 10px; }
.trv-foot-social span { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #fff; }
.trv-foot-col h4, .trv-foot-title { color: #fff; font-size: 16px; font-weight: 800; margin: 0 0 16px; }
.trv-foot-col a { color: rgba(255, 255, 255, .72); font-size: 15px; text-decoration: none; display: block; padding: 5px 0; }
.trv-foot-col a:hover { color: #d8bd76; }
.trv-footer .trv-foot-links .elementor-nav-menu a.elementor-item { color: rgba(255, 255, 255, .72) !important; padding: 5px 0 !important; font-weight: 500; font-size: 15px; }
.trv-footer .trv-foot-links .elementor-nav-menu a.elementor-item:hover { color: #d8bd76 !important; background: transparent !important; }
.trv-foot-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.trv-foot-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 9px; display: block; }
.trv-foot-bottom {
	max-width: 1180px; margin: 44px auto 0; padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
	font-size: 14px; color: rgba(255, 255, 255, .55);
}
@media (max-width: 760px) { .trv-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .trv-foot-grid { grid-template-columns: 1fr; } }

/* --- Package cards (dynamic loop) --- */
.trv-pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1180px; margin: 0 auto; }
.trv-pkg-card { background: #fffdf9; border: 1px solid rgba(15, 58, 48, .1); border-radius: 22px; overflow: hidden; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.trv-pkg-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(15, 58, 48, .14); }
.trv-pkg-media { position: relative; height: 210px; background: #e7efe9 center / cover no-repeat; }
.trv-pkg-badge { position: absolute; bottom: 0; inset-inline-end: 18px; transform: translateY(45%); background: #0f3a30; color: #fff; border-radius: 14px; padding: 9px 16px; text-align: center; box-shadow: 0 8px 20px rgba(0, 0, 0, .28); z-index: 2; }
.trv-pkg-unit { display: block; font-size: 11px; color: #d8bd76; font-weight: 700; letter-spacing: 1px; }
.trv-pkg-days { display: block; font-size: 24px; font-weight: 900; font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.1; }
.trv-pkg-body { padding: 34px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.trv-pkg-name { font-size: 22px; font-weight: 800; color: #0f3a30; margin: 0 0 10px; }
.trv-pkg-desc { color: #6d665a; font-size: 15px; line-height: 1.7; margin: 0 0 18px; }
.trv-pkg-includes { display: flex; flex-direction: column; gap: 11px; margin-bottom: 22px; }
.trv-pkg-inc { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #26221b; }
.trv-pkg-check { width: 22px; height: 22px; flex: none; border-radius: 50%; background: #e7efe9; color: #17513f; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.trv-pkg-price { border-top: 1px dashed rgba(15, 58, 48, .18); padding-top: 18px; margin-top: auto; }
.trv-pkg-plabel { font-size: 13px; color: #9a9184; font-weight: 600; }
.trv-pkg-pval { font-size: 26px; font-weight: 900; color: #0f3a30; margin: 2px 0 16px; }
.trv-pkg-cta { display: block; width: 100%; padding: 14px; border: none; border-radius: 999px; background: #b9922f; color: #fff; font-weight: 800; font-size: 15.5px; text-align: center; text-decoration: none; }
.trv-pkg-cta:hover { background: #cda63a; color: #fff; }
@media (max-width: 1080px) { .trv-pkg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .trv-pkg-grid { grid-template-columns: 1fr; } }

/* --- Section headers --- */
.trv-section { padding: 80px 24px; }
.trv-sec-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.trv-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #b9922f; margin-bottom: 14px; }
.trv-sec-title { font-size: clamp(30px, 4vw, 46px); font-weight: 800; color: #0f3a30; margin: 0; line-height: 1.2; }

/* ===== Home page sections ===== */
.trv-wrap { max-width: 1180px; margin: 0 auto; }
.trv-eyebrow-line { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #b9922f; margin-bottom: 14px; }
.trv-eyebrow-line::before { content: ""; width: 26px; height: 2px; background: #b9922f; display: block; }
.trv-eyebrow-line.is-gold { color: #d8bd76; }
.trv-eyebrow-line.is-gold::before { background: #d8bd76; }

/* Buttons (page-level) */
.trv-btn { display: inline-flex; align-items: center; gap: 9px; border: none; border-radius: 999px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.trv-btn-gold-lg { padding: 16px 36px; background: #b9922f; color: #fff; font-size: 16px; box-shadow: 0 12px 30px rgba(185,146,47,.4); }
.trv-btn-gold-lg:hover { background: #cda63a; color: #fff; }
.trv-btn-ghost-light { padding: 16px 32px; border: 1.5px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; font-size: 16px; }
.trv-btn-ghost-light:hover { background: rgba(255,255,255,.18); color: #fff; }
.trv-btn-green { padding: 14px 30px; background: #0f3a30; color: #fff; font-size: 15px; }
.trv-btn-green:hover { background: #17513f; color: #fff; }
.trv-btn-outline { padding: 14px 28px; border: 1.5px solid #0f3a30; background: transparent; color: #0f3a30; font-size: 15px; }
.trv-btn-outline:hover { background: #0f3a30; color: #fff; }
.trv-btn-gold-sm { padding: 14px 30px; background: #b9922f; color: #fff; font-size: 15px; }
.trv-btn-gold-sm:hover { background: #cda63a; color: #fff; }

/* Hero */
.trv-hero { position: relative; min-height: 88vh; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 70px 24px 120px; overflow: hidden; background: #0b2c24; background-size: cover; background-position: center; }
.trv-hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; width: 100%; }
.trv-hero-content { max-width: 720px; }
.trv-hero-title { font-family: 'Amiri', serif; font-size: clamp(42px, 6.5vw, 84px); color: #fff; margin: 0; line-height: 1.15; font-weight: 600; }
html[lang^="en"] .trv-hero-title { font-family: 'Cormorant Garamond', serif; }
.trv-hero-sub { color: rgba(255,255,255,.9); font-size: clamp(16px, 1.8vw, 20px); max-width: 600px; margin: 22px 0 0; line-height: 2; }
.trv-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.trv-hero-care { position: absolute; bottom: -1px; inset-inline-end: 24px; z-index: 3; background: #fffdf9; border-radius: 20px 20px 0 0; padding: 24px 30px; display: flex; align-items: center; gap: 18px; box-shadow: 0 -6px 30px rgba(0,0,0,.15); }
.trv-hero-care-ico { width: 52px; height: 52px; border-radius: 50%; background: #e7efe9; display: grid; place-items: center; font-size: 22px; }
.trv-hero-care-label { font-size: 13px; color: #6d665a; font-weight: 600; }
.trv-hero-care-phone { font-size: 22px; font-weight: 900; color: #0f3a30; direction: ltr; letter-spacing: .5px; }
@media (max-width: 760px) { .trv-hero-care { display: none; } }

/* Two-column layout helper */
.trv-two { max-width: 1180px; margin: 0 auto; display: grid; gap: 56px; align-items: center; }
.trv-two.is-intro { grid-template-columns: 1.05fr 1fr; }
.trv-two.is-about { grid-template-columns: .9fr 1.1fr; }
.trv-two.is-how { grid-template-columns: .85fr 1.15fr; }
@media (max-width: 900px) { .trv-two { grid-template-columns: 1fr !important; gap: 36px; } }

.trv-block-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #b9922f; margin-bottom: 14px; }
.trv-block-eyebrow::before { content: ""; width: 26px; height: 2px; background: #b9922f; display: block; }
.trv-block-title { font-size: clamp(28px, 3.8vw, 44px); font-weight: 800; color: #0f3a30; margin: 0; line-height: 1.25; }
.trv-block-text { color: #6d665a; font-size: 17px; line-height: 1.95; margin: 20px 0 0; }
.trv-block-text.sm { font-size: 16px; line-height: 1.9; margin-top: 16px; }

/* Intro photo grid */
.trv-photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 150px 150px; gap: 14px; }
.trv-photo-grid > span { border-radius: 18px; overflow: hidden; background-size: cover; background-position: center; display: block; }
.trv-photo-grid > span:first-child { grid-row: span 2; }
.trv-trusted { display: flex; align-items: center; gap: 16px; margin: 26px 0; padding: 18px 22px; background: #efe7d7; border-radius: 16px; }
.trv-trusted-ico { width: 46px; height: 46px; flex: none; border-radius: 50%; background: #0f3a30; color: #d8bd76; display: grid; place-items: center; font-size: 20px; font-weight: 800; }
.trv-trusted-txt { font-weight: 800; font-size: 17px; color: #0f3a30; }
.trv-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Feature cards (3) */
.trv-feat-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trv-feat-card { background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 20px; padding: 36px 30px; transition: transform .3s, box-shadow .3s; }
.trv-feat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,58,48,.12); }
.trv-feat-ico { width: 60px; height: 60px; border-radius: 16px; background: #0f3a30; display: grid; place-items: center; margin-bottom: 22px; }
.trv-feat-ico::before { content: ""; width: 22px; height: 22px; background: #d8bd76; transform: rotate(45deg); display: block; border: 1.5px solid #b9922f; }
.trv-feat-title { font-size: 22px; font-weight: 800; color: #0f3a30; margin: 0 0 12px; }
.trv-feat-desc { color: #6d665a; font-size: 16px; line-height: 1.8; margin: 0 0 16px; }
.trv-feat-more { color: #b9922f; font-weight: 700; font-size: 15px; }
@media (max-width: 900px) { .trv-feat-grid { grid-template-columns: 1fr; } }

/* Services grid (home) */
.trv-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.trv-svc-card { background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: transform .3s, box-shadow .3s; }
.trv-svc-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,58,48,.12); }
.trv-svc-media { height: 150px; background: #e7efe9 center / cover no-repeat; display: block; }
.trv-svc-body { padding: 24px 22px; flex: 1; display: flex; flex-direction: column; }
.trv-svc-name { font-size: 19px; font-weight: 800; color: #0f3a30; margin: 0 0 9px; }
.trv-svc-desc { color: #6d665a; font-size: 15px; line-height: 1.7; margin: 0 0 14px; flex: 1; }
.trv-svc-more { color: #b9922f; font-weight: 700; font-size: 14.5px; }
@media (max-width: 980px) { .trv-svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .trv-svc-grid { grid-template-columns: 1fr; } }

/* About image + badge */
.trv-about-img { position: relative; height: 440px; border-radius: 24px; overflow: hidden; background-size: cover; background-position: center; }
.trv-about-badge { position: absolute; bottom: 22px; inset-inline-start: 22px; background: #fffdf9; border-radius: 16px; padding: 18px 22px; display: flex; align-items: center; gap: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.trv-about-badge-ico { width: 52px; height: 52px; flex: none; border-radius: 12px; background: #e7efe9; display: grid; place-items: center; font-size: 22px; }
.trv-about-badge-label { font-size: 12px; color: #6d665a; font-weight: 600; }
.trv-about-badge-name { font-size: 17px; font-weight: 800; color: #0f3a30; }

/* Stats */
.trv-stats { background: #0f3a30; padding: 80px 24px; position: relative; overflow: hidden; }
.trv-stats::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(216,189,118,.14), transparent 45%); pointer-events: none; }
.trv-stats-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.trv-stat { text-align: center; }
.trv-stat-ico { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; background: rgba(216,189,118,.15); border: 1px solid rgba(216,189,118,.3); display: grid; place-items: center; }
.trv-stat-ico::before { content: ""; width: 22px; height: 22px; background: #d8bd76; transform: rotate(45deg); display: block; }
.trv-stat-n { font-size: clamp(34px, 4.5vw, 52px); font-weight: 900; color: #d8bd76; line-height: 1; font-family: 'Plus Jakarta Sans', sans-serif; }
.trv-stat-l { color: rgba(255,255,255,.78); font-size: 16px; margin-top: 10px; font-weight: 500; }
@media (max-width: 760px) { .trv-stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; } }

/* Mid CTA */
.trv-midcta { position: relative; padding: 110px 24px; overflow: hidden; background: #0b2c24; background-size: cover; background-position: center; }
.trv-midcta-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }
.trv-midcta-title { font-family: 'Amiri', serif; font-size: clamp(30px, 4.5vw, 54px); color: #fff; margin: 0; font-weight: 600; line-height: 1.25; max-width: 620px; }
html[lang^="en"] .trv-midcta-title { font-family: 'Cormorant Garamond', serif; }

/* How it works steps */
.trv-how-img { position: relative; height: 300px; border-radius: 22px; overflow: hidden; background-size: cover; background-position: center; margin-top: 24px; }
.trv-steps { display: flex; flex-direction: column; gap: 16px; }
.trv-step { display: flex; gap: 20px; align-items: flex-start; background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 18px; padding: 24px 26px; }
.trv-step-n { font-size: 32px; font-weight: 900; color: #d8bd76; font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1; flex: none; }
.trv-step-t { font-size: 19px; font-weight: 800; color: #0f3a30; margin: 0 0 7px; }
.trv-step-d { color: #6d665a; font-size: 15.5px; line-height: 1.7; margin: 0; }

/* News / blog cards */
.trv-news-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; gap: 20px; flex-wrap: wrap; }
.trv-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1180px; margin: 0 auto; }
.trv-news-head { max-width: 1180px; margin: 0 auto 44px; }
.trv-news-card { background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: transform .3s, box-shadow .3s; }
.trv-news-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,58,48,.12); }
.trv-news-media { height: 200px; background: #e7efe9 center / cover no-repeat; display: block; }
.trv-news-body { padding: 26px 24px; display: flex; flex-direction: column; flex: 1; }
.trv-news-cat { font-size: 13px; font-weight: 700; letter-spacing: 1px; color: #b9922f; margin-bottom: 12px; }
.trv-news-title { font-size: 19px; font-weight: 800; color: #0f3a30; margin: 0 0 12px; line-height: 1.4; }
.trv-news-desc { color: #6d665a; font-size: 15px; line-height: 1.75; margin: 0 0 16px; flex: 1; }
.trv-news-meta { display: flex; gap: 12px; color: #9a9184; font-size: 13.5px; font-weight: 500; }
@media (max-width: 980px) { .trv-news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .trv-news-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.trv-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
.trv-testi-card { background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 20px; padding: 32px 28px; }
.trv-testi-mark { color: #d8bd76; font-size: 40px; font-family: Georgia, serif; line-height: 1; margin-bottom: 6px; }
.trv-testi-quote { font-size: 16.5px; line-height: 1.85; color: #26221b; margin: 0 0 22px; font-weight: 500; }
.trv-testi-foot { display: flex; align-items: center; gap: 13px; border-top: 1px solid rgba(15,58,48,.1); padding-top: 18px; }
.trv-testi-avatar { width: 46px; height: 46px; flex: none; border-radius: 50%; background: #0f3a30; color: #d8bd76; display: grid; place-items: center; font-size: 18px; font-weight: 800; }
.trv-testi-name { font-weight: 800; font-size: 16px; color: #0f3a30; }
.trv-testi-role { font-size: 13.5px; color: #9a9184; }
@media (max-width: 980px) { .trv-testi-grid { grid-template-columns: 1fr; max-width: 560px; } }

/* FAQ accordion (CSS-only via <details>) */
.trv-faq-list { display: flex; flex-direction: column; gap: 13px; max-width: 900px; margin: 0 auto; }
.trv-faq-item { background: #fffdf9; border: 1px solid rgba(15,58,48,.1); border-radius: 16px; overflow: hidden; }
.trv-faq-q { list-style: none; display: flex; align-items: center; gap: 16px; padding: 22px 26px; cursor: pointer; }
.trv-faq-q::-webkit-details-marker { display: none; }
.trv-faq-sign { width: 28px; height: 28px; flex: none; border-radius: 50%; background: #e7efe9; color: #0f3a30; display: grid; place-items: center; font-size: 18px; font-weight: 800; }
.trv-faq-sign::before { content: "+"; }
.trv-faq-item[open] .trv-faq-sign::before { content: "−"; }
.trv-faq-qt { font-weight: 700; font-size: 18px; color: #0f3a30; flex: 1; line-height: 1.5; }
.trv-faq-a { padding: 0 26px 22px 70px; color: #6d665a; font-size: 16px; line-height: 1.9; }
.trv-faq-a p { margin: 0; }
html[dir="rtl"] .trv-faq-a { padding: 0 70px 22px 26px; }

/* Partners */
.trv-partners-row { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; max-width: 1120px; margin: 0 auto; }
.trv-partner { width: 170px; height: 80px; border-radius: 14px; display: grid; place-items: center; background: #fffdf9; overflow: hidden; }
.trv-partner img { max-width: 78%; max-height: 60%; object-fit: contain; }
.trv-partner--ph { border: 1px dashed rgba(15,58,48,.22); color: #9a9184; font-size: 13px; font-family: ui-monospace, monospace; }

/* Section paddings that mirror the design rhythm */
.trv-p-hero-next { padding: 96px 24px 40px; }
.trv-p-feat { padding: 40px 24px 90px; }
.trv-p-svc { padding: 20px 24px 90px; }
.trv-p-about { padding: 0 24px 96px; }
.trv-p-pkg { padding: 90px 24px; background: #efe7d7; }
.trv-p-how { padding: 70px 24px 96px; }
.trv-p-news { padding: 90px 24px; background: #efe7d7; }
.trv-p-testi { padding: 90px 24px; }
.trv-p-faq { padding: 20px 24px 90px; }
.trv-p-partners { padding: 60px 24px 90px; border-top: 1px solid rgba(15,58,48,.1); }
