.elementor-3174 .elementor-element.elementor-element-aa7df87{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3174 .elementor-element.elementor-element-1df6858{--display:flex;}.elementor-3174 .elementor-element.elementor-element-13cd4cb{--display:flex;}.elementor-3174 .elementor-element.elementor-element-56e4f99{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.ds-detail { --dt-blue:#0A1172; --dt-yellow:#FECB00; --dt-beige:#F8F2EC; --dt-dark:#191815; --dt-gray:#555555; --dt-border:#e5e7eb; }
.ds-detail, .ds-detail * { box-sizing:border-box; }
.ds-detail { font-family:'Figtree',sans-serif; color:var(--dt-dark); line-height:1.7; overflow-x:hidden; }
.ds-detail h1,.ds-detail h2,.ds-detail h3,.ds-detail h4,.ds-detail h5 { font-family:'Poppins',sans-serif; font-weight:700; line-height:1.3; color:var(--dt-blue); margin:0; }
.ds-detail a { text-decoration:none; color:inherit; transition:.3s ease; }
.ds-detail img { max-width:100%; height:auto; display:block; }

/* Hero */
.ds-detail .dt-hero { position:relative; min-height:60vh; display:flex; align-items:flex-end; padding:120px 20px 60px; background-size:cover; background-position:center; }
.ds-detail .dt-hero-content { max-width:1200px; margin:0 auto; width:100%; color:#fff; }
.ds-detail .dt-breadcrumb { font-size:.9rem; margin-bottom:15px; opacity:.9; color:#fff; }
.ds-detail .dt-breadcrumb a { color:var(--dt-yellow); }
.ds-detail .dt-breadcrumb a:hover { text-decoration:underline; }
.ds-detail .dt-hero h1 { font-size:clamp(2.3rem,5vw,3.6rem); color:#fff!important; margin-bottom:10px; }
.ds-detail .dt-hero p { font-size:1.15rem; max-width:700px; opacity:.95; color:#fff!important; }

/* Main grid: content + sticky sidebar */
.ds-detail .dt-container { max-width:1200px; margin:60px auto; padding:0 20px; display:grid; grid-template-columns:1fr 370px; gap:50px; align-items:start; }
.ds-detail .dt-content { min-width:0; }
.ds-detail .dt-content > p { margin-bottom:20px; color:var(--dt-gray); font-size:1.05rem; }
.ds-detail .dt-content h2 { font-size:1.9rem; margin:40px 0 20px; padding-bottom:10px; border-bottom:3px solid var(--dt-yellow); display:inline-block; }
.ds-detail .dt-content h2:first-child { margin-top:0; }
.ds-detail .dt-content h3 { font-size:1.3rem; margin:28px 0 14px; }
.ds-detail .dt-content ul, .ds-detail .dt-content ol { margin:15px 0 20px 26px; color:var(--dt-gray); }
.ds-detail .dt-content li { margin-bottom:8px; }
.ds-detail .dt-content .dt-body a { color:var(--dt-blue); font-weight:600; border-bottom:2px solid var(--dt-yellow); padding-bottom:1px; }
.ds-detail .dt-content .dt-body a:hover { color:var(--dt-yellow); border-bottom-color:var(--dt-blue); }

/* Highlights grid */
.ds-detail .dt-highlights-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:20px; margin:30px 0; }
.ds-detail .dt-highlight-item { background:var(--dt-beige); padding:25px 20px; border-radius:12px; text-align:center; transition:.3s ease; }
.ds-detail .dt-highlight-item:hover { transform:translateY(-5px); box-shadow:0 10px 20px rgba(0,0,0,.06); }
.ds-detail .dt-highlight-item i { font-size:1.9rem; color:var(--dt-blue); margin-bottom:14px; }
.ds-detail .dt-highlight-item h4 { font-size:1.05rem; margin-bottom:8px; }
.ds-detail .dt-highlight-item p { font-size:.88rem; margin:0; color:var(--dt-gray); }

/* Quick facts box */
.ds-detail .dt-quick-facts { background:var(--dt-blue); color:#fff; padding:30px; border-radius:12px; margin:30px 0; }
.ds-detail .dt-quick-facts h3 { color:var(--dt-yellow)!important; font-size:1.25rem; margin-bottom:18px; }
.ds-detail .dt-fact-row { display:flex; justify-content:space-between; gap:15px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.15); }
.ds-detail .dt-fact-row:last-child { border-bottom:none; }
.ds-detail .dt-fact-label { font-weight:600; color:rgba(255,255,255,.8); }
.ds-detail .dt-fact-value { font-weight:500; text-align:right; color:#fff; }

/* Sidebar quote form */
.ds-detail .dt-sidebar { position:relative; }
.ds-detail .dt-sticky { position:sticky; top:100px; }
.ds-detail .dt-quote-card { background:#fff; border:1px solid var(--dt-border); border-radius:16px; padding:30px; box-shadow:0 10px 30px rgba(10,17,114,.08); border-top:5px solid var(--dt-yellow); }
.ds-detail .dt-quote-card h3 { font-size:1.4rem; text-align:center; margin-bottom:10px; }
.ds-detail .dt-quote-card > p { font-size:.9rem; color:var(--dt-gray); text-align:center; margin-bottom:22px; }
.ds-detail .dt-form-group { margin-bottom:14px; }
.ds-detail .dt-form-group label { display:block; font-size:.83rem; font-weight:600; margin-bottom:6px; color:var(--dt-dark); }
.ds-detail .dt-form-group input, .ds-detail .dt-form-group select, .ds-detail .dt-form-group textarea {
  width:100%; padding:12px; border:1px solid var(--dt-border); border-radius:8px; font-family:inherit; font-size:.92rem; transition:.3s;
}
.ds-detail .dt-form-group input:focus, .ds-detail .dt-form-group select:focus, .ds-detail .dt-form-group textarea:focus {
  outline:none; border-color:var(--dt-blue); box-shadow:0 0 0 3px rgba(10,17,114,.1);
}
.ds-detail .dt-submit-btn { width:100%; background:var(--dt-yellow); color:var(--dt-blue); border:none; padding:14px; border-radius:50px; font-weight:700; font-size:1rem; cursor:pointer; transition:.3s; margin-top:8px; font-family:'Poppins',sans-serif; }
.ds-detail .dt-submit-btn:hover { background:var(--dt-blue); color:#fff; }
.ds-detail .dt-submit-btn:disabled { opacity:.6; cursor:not-allowed; }
.ds-detail .dt-form-success { display:none; text-align:center; color:var(--dt-blue); font-weight:600; padding:15px 0; }

/* Related destinations */
.ds-detail .dt-related-section { margin-top:20px; padding:70px 20px; background:var(--dt-beige); }
.ds-detail .dt-related-inner { max-width:1200px; margin:0 auto; }
.ds-detail .dt-related-section h3 { font-size:1.9rem; margin-bottom:35px; text-align:center; }
.ds-detail .dt-related-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:28px; }
.ds-detail .dt-related-card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 5px 18px rgba(0,0,0,.06); transition:transform .3s ease; }
.ds-detail .dt-related-card:hover { transform:translateY(-6px); }
.ds-detail .dt-related-img { width:100%; height:180px; object-fit:cover; }
.ds-detail .dt-related-content { padding:20px; }
.ds-detail .dt-related-content h4 { font-size:1.1rem; margin-bottom:14px; }
.ds-detail .dt-read-more { display:inline-flex; align-items:center; gap:8px; background:var(--dt-beige); color:var(--dt-blue); padding:8px 16px; border-radius:50px; font-size:.88rem; font-weight:600; }
.ds-detail .dt-read-more:hover { background:var(--dt-blue); color:#fff; }

/* CTA */
.ds-detail .dt-cta { background:linear-gradient(135deg, var(--dt-blue) 0%, #060a4a 100%); color:#fff; text-align:center; padding:60px 20px; }
.ds-detail .dt-cta h2 { color:#fff!important; margin-bottom:15px; }
.ds-detail .dt-cta p { max-width:600px; margin:0 auto 28px; opacity:.9; color:#fff!important; }
.ds-detail .dt-cta-btn { background:var(--dt-yellow); color:var(--dt-blue); padding:16px 40px; border-radius:50px; font-weight:700; font-size:1.05rem; display:inline-block; transition:.3s; font-family:'Poppins',sans-serif; }
.ds-detail .dt-cta-btn:hover { background:#fff; transform:translateY(-3px); }

@media (max-width:900px) {
  .ds-detail .dt-container { grid-template-columns:1fr; margin:40px auto; }
  .ds-detail .dt-sticky { position:static; margin-top:10px; }
}
.ds-detail .dt-share { display:flex; align-items:center; gap:10px; margin:0 0 28px; flex-wrap:wrap; }
.ds-detail .dt-share-label { font-family:'Poppins',sans-serif; font-weight:600; font-size:14px; color:#0A1172; margin-right:4px; }
.ds-detail .dt-share-btn { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#F8F2EC; color:#0A1172; text-decoration:none; transition:all .2s ease; position:relative; }
.ds-detail .dt-share-btn:hover { background:#0A1172; color:#fff; transform:translateY(-2px); }
.ds-detail .dt-share-btn i { font-size:15px; }
.ds-detail .dt-copy-msg { position:absolute; top:-28px; left:50%; transform:translateX(-50%); background:#0A1172; color:#fff; font-size:11px; padding:3px 8px; border-radius:4px; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity .2s; }
.ds-detail .dt-share-copy.copied .dt-copy-msg { opacity:1; }
.ds-detail .dt-good-to-know ul { margin:14px 0 0; padding-left:20px; }
.ds-detail .dt-good-to-know li { margin-bottom:10px; line-height:1.6; }
.ds-detail .dt-combine-visit a { color:#0A1172; font-weight:600; text-decoration:underline; }/* End custom CSS */