/* ================================================================
   DJERBA GUIDE - Design System
   ================================================================ */

:root {
  --blue:        #1565A8;
  --blue-dark:   #0D4680;
  --blue-light:  #2E82D4;
  --sky:         #5BB8E8;
  --sky-light:   #A8D8F0;
  --teal:        #2AA8A0;
  --green:       #3A9E6F;
  --orange:      #E87B1E;
  --orange-light:#F5A040;
  --yellow:      #F5C842;
  --white:       #FFFFFF;
  --off-white:   #F4F9FD;
  --text:        #1A2E45;
  --muted:       #6B85A3;
  --border:      #D0E4F2;
}

/* -- RESET (override parent theme reset) -- */
body.djerbaguide-theme { font-family:'Nunito', sans-serif !important; background:var(--white) !important; color:var(--text) !important; overflow-x:hidden; line-height:1.6; }
body.djerbaguide-theme section { background:transparent; }
body.djerbaguide-theme nav.site-nav { background:rgba(255,255,255,0.97) !important; }
body.djerbaguide-theme nav.site-nav ul { list-style:none !important; }
body.djerbaguide-theme img { max-width:100%; height:auto; }
body.djerbaguide-theme a { transition:color 0.2s; }
html { scroll-behavior:smooth; }

/* -- Override parent theme resets that break our layout -- */
body.djerbaguide-theme .traveltour-body-outer-wrapper,
body.djerbaguide-theme .traveltour-body-wrapper { overflow:visible !important; }
.traveltour-header-wrap,
.traveltour-header-background-transparent,
.traveltour-sticky-navigation { display:none !important; }

/* Force all our sections to be visible */
body.djerbaguide-theme .hero,
body.djerbaguide-theme .excursions,
body.djerbaguide-theme .destinations,
body.djerbaguide-theme .partners,
body.djerbaguide-theme .why-us,
body.djerbaguide-theme .testimonials,
body.djerbaguide-theme .blog,
body.djerbaguide-theme .cta-banner { display:block !important; visibility:visible !important; opacity:1 !important; }

/* Force cards and grids visible */
body.djerbaguide-theme .card,
body.djerbaguide-theme .tour-card,
body.djerbaguide-theme .blog-card,
body.djerbaguide-theme .testi-card,
body.djerbaguide-theme .dest-item { visibility:visible !important; }
/* Allow JS filtering to hide cards */
body.djerbaguide-theme .dg-hidden { display:none !important; }
body.djerbaguide-theme .partner-card { display:flex !important; flex-direction:column !important; align-items:center !important; visibility:visible !important; }
body.djerbaguide-theme .why-item { display:flex !important; gap:16px !important; align-items:flex-start !important; visibility:visible !important; }
body.djerbaguide-theme .why-items { display:flex !important; flex-direction:column !important; gap:20px !important; }
body.djerbaguide-theme .why-text { display:block !important; visibility:visible !important; }
body.djerbaguide-theme .why-text .section-header { text-align:left !important; }
body.djerbaguide-theme .why-us { background:var(--blue-dark) !important; padding:80px 56px !important; position:relative !important; overflow:hidden !important; }
body.djerbaguide-theme .why-us * { visibility:visible !important; }
body.djerbaguide-theme .why-us h2 { color:white !important; font-size:clamp(1.8rem,3vw,2.4rem) !important; font-weight:800 !important; }
body.djerbaguide-theme .why-us h2 .cursive { color:var(--yellow) !important; }
body.djerbaguide-theme .why-us .section-tag { color:var(--sky-light) !important; display:inline-block !important; font-size:0.72rem !important; font-weight:800 !important; letter-spacing:0.18em !important; text-transform:uppercase !important; }
body.djerbaguide-theme .why-us .section-header p { color:rgba(255,255,255,0.55) !important; margin-left:0 !important; }
body.djerbaguide-theme .why-us .why-item { display:flex !important; gap:16px !important; align-items:flex-start !important; background:rgba(255,255,255,0.05) !important; border:1px solid rgba(255,255,255,0.1) !important; border-radius:14px !important; padding:18px !important; }
body.djerbaguide-theme .why-us .why-item h4 { color:white !important; font-weight:800 !important; margin-bottom:4px !important; font-size:0.92rem !important; }
body.djerbaguide-theme .why-us .why-item p { color:rgba(255,255,255,0.55) !important; font-size:0.83rem !important; line-height:1.6 !important; }

/* GRIDS - force correct layout with max specificity */
body.djerbaguide-theme .excursions-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:22px !important; }
body.djerbaguide-theme .tours-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:24px !important; }
body.djerbaguide-theme .blog-grid { display:grid !important; grid-template-columns:1.6fr 1fr 1fr !important; gap:20px !important; }
body.djerbaguide-theme .blog-listing-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:24px !important; }
body.djerbaguide-theme .dest-grid { display:grid !important; grid-template-columns:2fr 1fr 1fr !important; grid-template-rows:250px 250px !important; gap:14px !important; }
body.djerbaguide-theme .testi-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:22px !important; }
body.djerbaguide-theme .partners-grid { display:flex !important; flex-direction:row !important; flex-wrap:wrap !important; justify-content:center !important; gap:16px !important; }
body.djerbaguide-theme .why-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:72px !important; align-items:center !important; }
body.djerbaguide-theme .footer-grid { display:grid !important; grid-template-columns:2fr 1fr 1fr 1fr !important; gap:52px !important; }
body.djerbaguide-theme .card.featured { grid-column:span 2 !important; }

/* Force images visible - override parent theme height:auto */
body.djerbaguide-theme .card-img img,
body.djerbaguide-theme .blog-img img,
body.djerbaguide-theme .tour-card .card-img img {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
}
body.djerbaguide-theme .card-img,
body.djerbaguide-theme .blog-img {
  position:relative !important;
  overflow:hidden !important;
}
body.djerbaguide-theme .dest-item img {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
}
body.djerbaguide-theme .why-img-main {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  max-height:none !important;
}
body.djerbaguide-theme .tour-gallery img {
  display:block !important;
  max-height:none !important;
}
/* Fix nav logo */
body.djerbaguide-theme .site-nav .nav-logo img {
  height:52px !important;
  width:auto !important;
  max-width:250px !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  max-height:none !important;
  filter:none !important;
}
/* Fix hero */
body.djerbaguide-theme .hero {
  min-height:100vh !important;
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
  padding-bottom:80px !important;
}
body.djerbaguide-theme .hero-bg {
  position:absolute !important;
  top:0 !important; left:0 !important; right:0 !important; bottom:0 !important;
  z-index:0 !important;
}
body.djerbaguide-theme .hero-content {
  position:relative !important;
  z-index:2 !important;
  padding:0 56px !important;
  max-width:760px !important;
}
body.djerbaguide-theme .hero h1 { color:white !important; font-size:clamp(2.4rem,4.5vw,4.5rem) !important; font-weight:800 !important; line-height:1.15 !important; }
body.djerbaguide-theme .hero p { color:rgba(255,255,255,0.78) !important; }
body.djerbaguide-theme .hero-search {
  position:absolute !important;
  bottom:-34px !important;
  left:56px !important; right:56px !important;
  background:white !important; border-radius:50px !important;
  padding:18px 28px !important;
  display:flex !important; align-items:center !important;
  box-shadow:0 20px 56px rgba(13,70,128,0.18) !important;
  z-index:20 !important;
}
body.djerbaguide-theme .hero-search .search-field { flex:1 !important; display:flex !important; flex-direction:column !important; }
body.djerbaguide-theme .hero-search .search-btn { white-space:nowrap !important; }

/* -- NAV -- */
.site-nav {
  position:fixed;
  top:0; left:0; right:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 56px;
  background:rgba(255,255,255,0.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
  box-shadow:0 2px 16px rgba(13,70,128,0.08);
}
.nav-logo { display:flex !important; align-items:center; }
.nav-logo img { height:52px !important; display:block !important; visibility:visible !important; opacity:1 !important; max-width:250px; width:auto; }
.nav-logo a { text-decoration:none; display:block; }

.nav-links { display:flex; align-items:center; gap:30px; list-style:none; margin:0; padding:0; }
.nav-links a {
  color:var(--blue-dark);
  text-decoration:none;
  font-size:0.88rem;
  font-weight:700;
  letter-spacing:0.05em;
  transition:color 0.2s;
}
.nav-links a:hover { color:var(--orange); }

.nav-cta {
  background:var(--orange) !important;
  color:white !important;
  padding:10px 24px;
  border-radius:30px;
  font-weight:800 !important;
  transition:background 0.2s, transform 0.2s !important;
  box-shadow:0 4px 14px rgba(232,123,30,0.4);
}
.nav-cta:hover { background:var(--orange-light) !important; transform:translateY(-1px) !important; }

/* Dropdown menus */
.has-dropdown { position:relative; }
.has-dropdown > a::after { content:' \25BE'; font-size:0.7em; }
.dropdown {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:white;
  border-radius:12px;
  box-shadow:0 12px 36px rgba(13,70,128,0.15);
  padding:12px 0;
  min-width:240px;
  list-style:none;
  z-index:200;
  border:1px solid var(--border);
}
.has-dropdown:hover .dropdown { display:block; }
.dropdown li a {
  display:block !important;
  padding:9px 22px !important;
  font-size:0.84rem !important;
  color:var(--text) !important;
  font-weight:600 !important;
  transition:background 0.15s, color 0.15s;
}
.dropdown li a:hover {
  background:var(--off-white) !important;
  color:var(--orange) !important;
}

.nav-toggle {
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:4px;
}
.nav-toggle span {
  display:block;
  width:24px; height:2.5px;
  background:var(--blue-dark);
  border-radius:2px;
  transition:all 0.3s;
}

/* -- BUTTONS -- */
.btn-primary {
  background:var(--orange);
  color:white; padding:15px 36px;
  font-size:0.95rem; font-weight:800;
  border:none; cursor:pointer; text-decoration:none;
  display:inline-block; border-radius:30px;
  box-shadow:0 6px 20px rgba(232,123,30,0.45);
  transition:all 0.25s;
  font-family:'Nunito', sans-serif;
}
.btn-primary:hover { background:var(--orange-light); transform:translateY(-2px); box-shadow:0 10px 28px rgba(232,123,30,0.5); color:white; }

.btn-wa {
  background:rgba(255,255,255,0.12);
  color:white; padding:15px 36px;
  font-size:0.95rem; font-weight:700;
  border:2px solid rgba(255,255,255,0.4);
  cursor:pointer; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px;
  border-radius:30px; transition:all 0.25s;
}
.btn-wa:hover { background:rgba(255,255,255,0.2); border-color:var(--yellow); color:var(--yellow); }

.whatsapp-btn {
  background:#25D366;color:white;padding:15px 36px;border-radius:30px;
  text-decoration:none;font-weight:800;font-size:0.92rem;
  display:inline-flex;align-items:center;gap:10px;
  box-shadow:0 6px 18px rgba(37,211,102,0.4);
  transition:all 0.25s;
}
.whatsapp-btn:hover { background:#1ebe5d;transform:translateY(-2px);color:white; }

/* -- SECTION COMMONS -- */
.section-tag { display:inline-block; font-size:0.72rem; font-weight:800; letter-spacing:0.18em; text-transform:uppercase; color:var(--teal); margin-bottom:10px; }
.section-header { text-align:center; margin-bottom:48px; }
.section-header h2 { font-size:clamp(2rem,3.2vw,2.8rem); font-weight:800; color:var(--blue-dark); line-height:1.2; }
.section-header h2 .cursive { font-family:'Caveat', cursive; color:var(--orange); font-size:1.1em; }
.section-header p { margin-top:10px; color:var(--muted); font-size:0.95rem; max-width:480px; margin-left:auto; margin-right:auto; line-height:1.7; }
.cursive { font-family:'Caveat', cursive; }

/* -- PAGE HEADER (inner pages) -- */
.page-header {
  padding:160px 56px 60px;
  background:linear-gradient(135deg, var(--blue-dark) 0%, var(--teal) 100%);
  text-align:center;
}
.page-header h1 {
  font-size:clamp(2.2rem,4vw,3.5rem);
  font-weight:800;
  color:white;
  margin-bottom:12px;
  font-family:'Nunito', sans-serif;
}
.breadcrumb { color:rgba(255,255,255,0.6); font-size:0.85rem; }
.breadcrumb a { color:var(--sky-light); text-decoration:none; }
.breadcrumb a:hover { color:white; }

/* -- CONTENT AREA -- */
.content-area {
  max-width:900px;
  margin:0 auto;
  padding:60px 28px;
}
.content-area h2 { font-size:1.8rem; font-weight:800; color:var(--blue-dark); margin:40px 0 16px; }
.content-area h3 { font-size:1.4rem; font-weight:800; color:var(--blue-dark); margin:32px 0 12px; }
.content-area h4 { font-size:1.15rem; font-weight:800; color:var(--blue-dark); margin:24px 0 10px; }
.content-area p { font-size:1rem; line-height:1.8; color:var(--text); margin-bottom:20px; }
.content-area img { max-width:100%; height:auto; border-radius:14px; margin:20px 0; }
.content-area ul, .content-area ol { margin:16px 0 20px 24px; line-height:1.8; }
.content-area a { color:var(--blue); font-weight:700; }
.content-area a:hover { color:var(--teal); }
.content-area blockquote {
  border-left:4px solid var(--orange);
  padding:16px 24px;
  margin:24px 0;
  background:var(--off-white);
  border-radius:0 12px 12px 0;
  font-style:italic;
  color:var(--muted);
}
.content-area table { width:100%; border-collapse:collapse; margin:20px 0; }
.content-area th, .content-area td { padding:12px 16px; border:1px solid var(--border); text-align:left; }
.content-area th { background:var(--off-white); font-weight:800; color:var(--blue-dark); }

/* -- HERO -- */
.hero {
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  overflow:visible;
  padding-bottom:80px;
}
.hero-bg {
  position:absolute; inset:0;
  background:
    linear-gradient(135deg, rgba(13,70,128,0.88) 0%, rgba(14,154,167,0.3) 55%, rgba(13,70,128,0.65) 100%),
    url('../../../uploads/2024/05/Activites-Excursions-Circuits-chauffeurs-guides-au-depart-de-Djerba.jpg') center/cover no-repeat;
  animation:zoomBg 20s ease-in-out infinite alternate;
}
@keyframes zoomBg { from{transform:scale(1)} to{transform:scale(1.06)} }

.bubble { position:absolute; border-radius:50%; opacity:0.12; animation:floatUp linear infinite; }
.bubble-1 { width:200px;height:200px;background:var(--sky);bottom:-40px;left:10%;animation-duration:18s; }
.bubble-2 { width:120px;height:120px;background:var(--yellow);bottom:60px;right:20%;animation-duration:14s;animation-delay:-4s; }
.bubble-3 { width:80px;height:80px;background:var(--orange);top:30%;right:10%;animation-duration:12s;animation-delay:-7s; }
@keyframes floatUp { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-30px) scale(1.05)} }

.hero-content { position:relative; z-index:2; padding:0 56px; max-width:760px; }
.hero-eyebrow {
  display:inline-flex; align-items:center; gap:10px;
  color:var(--yellow); font-size:0.78rem; font-weight:800;
  letter-spacing:0.2em; text-transform:uppercase;
  margin-bottom:20px; animation:fadeUp 0.9s 0.1s both;
}
.hero-eyebrow::before { content:''; display:block; width:32px;height:2px;background:var(--yellow);border-radius:2px; }
.hero h1 { font-size:clamp(2.8rem,5.5vw,5.2rem); font-weight:800; color:var(--white); line-height:1.1; margin-bottom:20px; animation:fadeUp 0.9s 0.2s both; }
.hero h1 .accent { font-family:'Caveat', cursive; color:var(--sky-light); font-size:1.15em; }
.hero p { font-size:1.1rem; color:rgba(255,255,255,0.78); line-height:1.75; max-width:520px; margin-bottom:40px; animation:fadeUp 0.9s 0.3s both; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; animation:fadeUp 0.9s 0.4s both; }

@keyframes fadeUp { from{opacity:0;transform:translateY(34px)} to{opacity:1;transform:none} }

/* Search bar */
.hero-search {
  position:absolute; bottom:-34px; left:56px; right:56px;
  background:white; border-radius:50px; padding:18px 28px;
  display:flex; align-items:center; gap:0;
  box-shadow:0 20px 56px rgba(13,70,128,0.18);
  z-index:20; animation:fadeUp 0.9s 0.6s both;
}
.search-field { flex:1; display:flex; flex-direction:column; gap:3px; padding:0 20px; border-right:1px solid var(--border); }
.search-field:first-child { padding-left:8px; }
.search-field:last-of-type { border-right:none; }
.search-field label { font-size:0.65rem; font-weight:800; letter-spacing:0.15em; text-transform:uppercase; color:var(--muted); }
.search-field select, .search-field input {
  border:none; outline:none; font-family:'Nunito', sans-serif;
  font-size:0.92rem; font-weight:700; color:var(--text); background:transparent; cursor:pointer;
}
.search-btn {
  background:var(--blue); color:white; border:none; padding:12px 26px;
  border-radius:30px; font-family:'Nunito', sans-serif;
  font-weight:800; font-size:0.88rem; cursor:pointer; margin-left:16px;
  display:flex; align-items:center; gap:7px; white-space:nowrap; transition:background 0.2s;
}
.search-btn:hover { background:var(--blue-light); }

/* -- CARDS -- */
.card, .tour-card {
  background:white; border-radius:18px; overflow:hidden;
  box-shadow:0 3px 18px rgba(13,70,128,0.08);
  transition:all 0.3s; cursor:pointer;
  border:1px solid rgba(13,70,128,0.06);
}
.card:hover, .tour-card:hover { transform:translateY(-7px); box-shadow:0 20px 50px rgba(13,70,128,0.16); }
.card.featured { grid-column:span 2; }

.card-img { position:relative; height:220px; overflow:hidden; }
.card.featured .card-img { height:290px; }
.tour-card .card-img { height:240px; }
.card-img img { width:100%;height:100%;object-fit:cover;transition:transform 0.5s; }
.card:hover .card-img img, .tour-card:hover .card-img img { transform:scale(1.07); }

.card-badge {
  position:absolute; top:14px; left:14px;
  background:var(--orange); color:white;
  font-size:0.68rem; font-weight:800; letter-spacing:0.1em; text-transform:uppercase;
  padding:5px 13px; border-radius:20px;
}
.card-badge.green { background:var(--green); }
.card-badge.blue { background:var(--blue); }
.card-fav {
  position:absolute; top:14px; right:14px;
  width:34px;height:34px; background:white;
  border-radius:50%; display:flex;align-items:center;justify-content:center;
  font-size:1rem; box-shadow:0 2px 8px rgba(0,0,0,0.15); cursor:pointer;
}

.card-body { padding:20px 22px; }
.card-meta { display:flex; align-items:center; gap:10px; margin-bottom:7px; }
.card-dest { font-size:0.7rem; font-weight:800; color:var(--teal); letter-spacing:0.08em; text-transform:uppercase; }
.card-duration { font-size:0.74rem; color:var(--muted); }
.card h3 { font-size:1.1rem; font-weight:800; color:var(--blue-dark); margin-bottom:7px; line-height:1.3; }
.card-desc { font-size:0.84rem; color:var(--muted); line-height:1.6; margin-bottom:16px; }
.card-footer { display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--border); }
.price-from { font-size:0.65rem; color:var(--muted); text-transform:uppercase; letter-spacing:0.07em; }
.price-amount { font-size:1.35rem; font-weight:800; color:var(--blue-dark); }
.price-amount span { font-size:0.78rem; font-weight:600; color:var(--muted); }
.stars { font-size:0.78rem; color:#F5A623; }
.stars span { color:var(--muted); font-weight:600; }
.card-btn {
  background:var(--blue); color:white; border:none;
  padding:9px 18px; border-radius:20px;
  font-family:'Nunito', sans-serif; font-size:0.8rem; font-weight:800;
  cursor:pointer; transition:background 0.2s;
}
.card-btn:hover { background:var(--teal); }

/* -- FILTERS -- */
.filters { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:40px; }
.filter-btn {
  padding:8px 22px; border:2px solid var(--border);
  background:white; border-radius:30px;
  font-family:'Nunito', sans-serif; font-size:0.82rem; font-weight:700; color:var(--muted);
  cursor:pointer; transition:all 0.2s;
}
.filter-btn.active, .filter-btn:hover { background:var(--blue); border-color:var(--blue); color:white; }

/* -- EXCURSIONS GRID -- */
.excursions { padding:80px 56px; background:var(--off-white); }
.excursions-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:22px !important; max-width:1150px !important; margin:0 auto !important; }

/* -- TOURS GRID -- */
.tours-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1150px; margin:0 auto; }

/* -- DESTINATIONS -- */
.destinations { padding:80px 56px; background:white; }
.dest-grid {
  display:grid !important; grid-template-columns:2fr 1fr 1fr !important;
  grid-template-rows:250px 250px !important; gap:14px !important;
  max-width:1150px !important; margin:0 auto !important;
}
.dest-item { position:relative; border-radius:18px; overflow:hidden; cursor:pointer; }
.dest-item:first-child { grid-row:span 2; }
.dest-item img { width:100%;height:100%;object-fit:cover;transition:transform 0.5s;filter:brightness(0.86); }
.dest-item:hover img { transform:scale(1.08); filter:brightness(1); }
.dest-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(13,70,128,0.82) 0%, transparent 55%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:22px;
  transition:background 0.3s;
}
.dest-item:hover .dest-overlay { background:linear-gradient(to top, rgba(42,168,160,0.8) 0%, rgba(13,70,128,0.2) 100%); }
.dest-name { font-size:1.4rem; font-weight:800; color:white; margin-bottom:4px; }
.dest-item:first-child .dest-name { font-size:2.2rem; }
.dest-count { font-size:0.78rem; color:rgba(255,255,255,0.7); font-weight:600; }
.dest-pill {
  position:absolute; top:14px; left:14px;
  background:var(--yellow); color:var(--blue-dark);
  font-size:0.65rem; font-weight:800; padding:4px 12px;
  border-radius:20px; text-transform:uppercase; letter-spacing:0.08em;
}

/* -- PARTNERS -- */
.partners { padding:70px 56px; background:var(--off-white); text-align:center; }
.partners h3 { font-size:1.9rem; font-weight:800; color:var(--blue-dark); margin-bottom:8px; }
.partners h3 .cursive { font-family:'Caveat', cursive; color:var(--teal); }
.partners > p { color:var(--muted); font-size:0.9rem; margin-bottom:46px; }
.partners-grid { display:flex !important; align-items:center !important; justify-content:center !important; flex-wrap:wrap !important; gap:16px !important; max-width:1050px !important; margin:0 auto !important; }
.partner-card {
  background:white; border:1.5px solid var(--border);
  border-radius:16px; padding:22px 28px;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  min-width:150px; transition:all 0.25s; cursor:pointer;
}
.partner-card:hover { border-color:var(--blue-light); box-shadow:0 8px 24px rgba(13,70,128,0.1); transform:translateY(-3px); }
.partner-icon { font-size:2rem; }
.partner-name { font-size:0.82rem; font-weight:800; color:var(--blue-dark); text-align:center; }
.partner-type { font-size:0.7rem; color:var(--muted); text-align:center; }
.partners-cta { margin-top:36px; font-size:0.88rem; color:var(--muted); }
.partners-cta a { color:var(--blue); font-weight:800; text-decoration:none; }

/* -- WHY US -- */
.why-us { padding:80px 56px; background:var(--blue-dark); position:relative; overflow:hidden; }
.why-us::before {
  content:''; position:absolute;
  top:-100px;right:-100px;width:450px;height:450px;border-radius:50%;
  background:radial-gradient(circle, rgba(91,184,232,0.18) 0%, transparent 70%);
  pointer-events:none;
}
.why-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:72px !important; max-width:1100px !important; margin:0 auto !important; align-items:center !important; }
.why-text .section-header { text-align:left; margin-bottom:34px; }
.why-text .section-header h2 { color:white; }
.why-text .section-header p { color:rgba(255,255,255,0.55); margin-left:0; }
.why-text .section-tag { color:var(--sky-light); }
.why-items { display:flex; flex-direction:column; gap:20px; }
.why-item {
  display:flex; gap:16px; align-items:flex-start;
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1);
  border-radius:14px; padding:18px; transition:all 0.25s;
}
.why-item:hover { background:rgba(91,184,232,0.12); border-color:rgba(91,184,232,0.35); transform:translateX(4px); }
.why-icon { width:46px;height:46px; background:var(--orange); border-radius:12px; display:flex !important;align-items:center !important;justify-content:center !important; font-size:1.3rem; flex-shrink:0; color:white !important; }
.why-item h4 { color:white; font-weight:800; margin-bottom:4px; font-size:0.92rem; }
.why-item p { color:rgba(255,255,255,0.55); font-size:0.83rem; line-height:1.6; }

.why-visual { position:relative; }
.why-img-main { width:100%;height:480px;object-fit:cover;border-radius:20px;display:block; }
.why-badge {
  position:absolute; bottom:-16px;right:-16px;
  background:var(--orange); color:white;
  padding:20px 24px; border-radius:16px; text-align:center;
  box-shadow:0 8px 24px rgba(232,123,30,0.4);
}
.why-badge .num { font-size:2.6rem; font-weight:800; display:block; line-height:1; }
.why-badge .lbl { font-size:0.7rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; opacity:0.85; }
.why-badge2 {
  position:absolute; top:22px;left:-22px;
  background:var(--green); color:white;
  padding:12px 18px; border-radius:14px;
  display:flex; align-items:center; gap:10px;
  box-shadow:0 8px 22px rgba(58,158,111,0.35);
}
.why-badge2 .b2icon { font-size:1.5rem; }
.why-badge2 .b2text { font-size:0.76rem; font-weight:800; line-height:1.4; }

/* -- TESTIMONIALS -- */
.testimonials { padding:80px 56px; background:white; }
.testi-grid { display:grid !important; grid-template-columns:repeat(3,1fr) !important; gap:22px !important; max-width:1100px !important; margin:0 auto !important; }
.testi-card {
  background:var(--off-white); border:1.5px solid var(--border);
  padding:30px 26px; border-radius:18px; position:relative; transition:all 0.3s;
}
.testi-card:hover { border-color:var(--sky); box-shadow:0 12px 36px rgba(13,70,128,0.1); transform:translateY(-4px); }
.testi-quote { font-family:'Caveat', cursive; font-size:4rem; color:var(--blue-light); line-height:0.8; margin-bottom:14px; opacity:0.5; }
.testi-text { font-size:0.9rem; color:var(--text); line-height:1.75; margin-bottom:24px; font-style:italic; }
.testi-author { display:flex; align-items:center; gap:12px; }
.testi-avatar {
  width:42px;height:42px; border-radius:50%;
  background:linear-gradient(135deg, var(--blue), var(--teal));
  display:flex;align-items:center;justify-content:center;
  font-weight:800; color:white; font-size:1rem;
}
.testi-name { font-weight:800; font-size:0.88rem; color:var(--blue-dark); }
.testi-country { font-size:0.75rem; color:var(--muted); }
.testi-stars { position:absolute; top:26px;right:26px; color:#F5A623; font-size:0.78rem; letter-spacing:2px; }

/* -- BLOG -- */
.blog { padding:80px 56px; background:var(--off-white); }
.blog-header-row { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:44px; }
.blog-header-row h2 { font-size:clamp(1.8rem,2.8vw,2.6rem); font-weight:800; color:var(--blue-dark); line-height:1.2; }
.blog-header-row h2 .cursive { font-family:'Caveat', cursive; color:var(--orange); }
.blog-header-row .section-tag { display:block; margin-bottom:8px; }
.see-all { color:var(--blue); text-decoration:none; font-weight:800; font-size:0.88rem; display:flex;align-items:center;gap:5px; white-space:nowrap; transition:gap 0.2s; }
.see-all:hover { gap:9px; color:var(--teal); }

.blog-grid { display:grid !important; grid-template-columns:1.6fr 1fr 1fr !important; gap:20px !important; max-width:1150px !important; margin:0 auto !important; }
.blog-card {
  background:white; border-radius:18px; overflow:hidden;
  box-shadow:0 2px 14px rgba(13,70,128,0.07);
  border:1px solid rgba(13,70,128,0.06);
  transition:all 0.3s; cursor:pointer;
}
.blog-card:hover { transform:translateY(-5px); box-shadow:0 16px 42px rgba(13,70,128,0.13); }
.blog-img { height:200px; overflow:hidden; position:relative; }
.blog-card.main .blog-img { height:255px; }
.blog-img img { width:100%;height:100%;object-fit:cover;transition:transform 0.5s; }
.blog-card:hover .blog-img img { transform:scale(1.06); }
.blog-cat {
  position:absolute; top:13px;left:13px;
  background:var(--green); color:white;
  font-size:0.63rem; font-weight:800; padding:4px 12px;
  border-radius:20px; text-transform:uppercase; letter-spacing:0.1em;
}
.blog-cat.blue { background:var(--blue); }
.blog-cat.orange { background:var(--orange); }
.blog-body { padding:20px; display:flex;flex-direction:column; }
.blog-date { font-size:0.7rem;color:var(--muted);margin-bottom:7px;font-weight:700; }
.blog-body h4 { font-size:1.05rem;font-weight:800;color:var(--blue-dark);line-height:1.3;margin-bottom:9px; }
.blog-card.main .blog-body h4 { font-size:1.25rem; }
.blog-body p { font-size:0.82rem;color:var(--muted);line-height:1.6;margin-bottom:14px; }
.blog-link { font-size:0.8rem;font-weight:800;color:var(--blue);text-decoration:none;display:flex;align-items:center;gap:5px;transition:gap 0.2s,color 0.2s; }
.blog-link:hover { gap:9px;color:var(--teal); }

/* -- CTA BANNER -- */
body.djerbaguide-theme .cta-banner {
  padding:80px 56px !important; text-align:center !important;
  background:linear-gradient(135deg, var(--blue-dark) 0%, var(--teal) 100%) !important;
  position:relative !important; overflow:hidden !important;
}
body.djerbaguide-theme .cta-banner::before { content:'' !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:650px !important;height:650px !important;border-radius:50% !important;border:1px solid rgba(255,255,255,0.1) !important;pointer-events:none !important; }
body.djerbaguide-theme .cta-banner h2 { font-size:clamp(2rem,3.5vw,3.4rem) !important;font-weight:800 !important;color:white !important;margin-bottom:12px !important;position:relative !important;z-index:2 !important; }
body.djerbaguide-theme .cta-banner h2 .cursive { font-family:'Caveat', cursive !important; color:var(--yellow) !important; }
body.djerbaguide-theme .cta-banner p { color:rgba(255,255,255,0.7) !important;font-size:0.98rem !important;margin-bottom:36px !important;position:relative !important;z-index:2 !important; }
body.djerbaguide-theme .cta-actions { display:flex !important;gap:14px !important;justify-content:center !important;flex-wrap:wrap !important;position:relative !important;z-index:2 !important; }
body.djerbaguide-theme .cta-banner .whatsapp-btn { background:#25D366 !important;color:white !important;padding:15px 36px !important;border-radius:30px !important;font-weight:800 !important;font-size:0.92rem !important;text-decoration:none !important;display:inline-flex !important;align-items:center !important; }
body.djerbaguide-theme .cta-banner .btn-primary { background:var(--orange) !important;color:white !important;padding:15px 36px !important;border-radius:30px !important;font-weight:800 !important;text-decoration:none !important;display:inline-block !important; }

/* -- FOOTER -- */
.site-footer { background:#06152B;color:rgba(255,255,255,0.5);padding:56px 56px 26px; }
.footer-grid { display:grid !important;grid-template-columns:2fr 1fr 1fr 1fr !important;gap:52px !important;margin-bottom:44px !important; }
.footer-brand .logo-wrap img { height:48px;margin-bottom:14px;filter:brightness(0) invert(1); }
.footer-brand p { font-size:0.85rem;line-height:1.75;max-width:265px;margin-bottom:20px; }
.footer-socials { display:flex;gap:10px; }
.social-btn {
  width:36px;height:36px;border:1px solid rgba(255,255,255,0.12);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,0.5);text-decoration:none;font-size:0.82rem;font-weight:800;
  transition:all 0.2s;
}
.social-btn:hover { border-color:var(--sky);color:var(--sky); }
.footer-col h5 { color:white;font-size:0.73rem;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:16px; }
.footer-col ul { list-style:none;display:flex;flex-direction:column;gap:9px;padding:0;margin:0; }
.footer-col a { color:rgba(255,255,255,0.45);text-decoration:none;font-size:0.84rem;font-weight:600;transition:color 0.2s; }
.footer-col a:hover { color:var(--sky); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:0.78rem; }

/* -- BLOG LISTING -- */
.blog-listing { max-width:1150px; margin:0 auto; padding:60px 28px; }
.blog-listing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }

/* -- PAGINATION -- */
.pagination { display:flex; justify-content:center; gap:8px; margin-top:50px; }
.pagination a, .pagination span {
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:50%;
  font-weight:800; font-size:0.88rem; text-decoration:none;
  transition:all 0.2s; border:2px solid var(--border); color:var(--muted);
}
.pagination a:hover { border-color:var(--blue); color:var(--blue); }
.pagination .current { background:var(--blue); border-color:var(--blue); color:white; }

/* -- SINGLE POST -- */
.post-header { text-align:center; margin-bottom:40px; }
.post-cat {
  display:inline-block; background:var(--teal); color:white;
  font-size:0.7rem; font-weight:800; padding:5px 14px;
  border-radius:20px; text-transform:uppercase; letter-spacing:0.1em; margin-bottom:16px;
}
.post-meta { color:var(--muted); font-size:0.85rem; display:flex; justify-content:center; gap:20px; }
.post-featured-img { width:100%; max-height:500px; object-fit:cover; border-radius:18px; margin-bottom:40px; }
.post-share {
  display:flex; align-items:center; gap:12px;
  padding-top:30px; margin-top:40px; border-top:1px solid var(--border);
}
.post-share span { font-weight:800; color:var(--blue-dark); font-size:0.85rem; }

/* -- TOUR DETAIL -- */
.tour-detail { max-width:1150px; margin:0 auto; padding:60px 28px; }
.tour-detail-grid { display:grid; grid-template-columns:2fr 1fr; gap:40px; }
.tour-gallery img { width:100%; border-radius:18px; }
.tour-sidebar {
  position:sticky; top:100px;
  background:var(--off-white); border-radius:18px;
  padding:30px; border:1.5px solid var(--border);
  align-self:start;
}
.tour-price-big { font-size:2.4rem; font-weight:800; color:var(--blue-dark); margin-bottom:8px; }
.tour-meta-list { list-style:none; padding:0; margin:20px 0; }
.tour-meta-list li {
  padding:12px 0; border-bottom:1px solid var(--border);
  display:flex; justify-content:space-between; font-size:0.9rem;
}
.tour-meta-list li:last-child { border-bottom:none; }
.tour-meta-label { color:var(--muted); font-weight:600; }
.tour-meta-value { color:var(--blue-dark); font-weight:800; }
.tour-book-btn {
  display:block; width:100%; text-align:center;
  background:var(--orange); color:white; padding:16px;
  border-radius:30px; font-weight:800; font-size:1rem;
  text-decoration:none; margin-top:20px; transition:all 0.25s;
}
.tour-book-btn:hover { background:var(--orange-light); transform:translateY(-2px); color:white; }
.tour-wa-btn {
  display:block; width:100%; text-align:center;
  background:#25D366; color:white; padding:16px;
  border-radius:30px; font-weight:800; font-size:1rem;
  text-decoration:none; margin-top:10px; transition:all 0.25s;
}
.tour-wa-btn:hover { background:#1ebe5d; color:white; }

/* -- CONTACT -- */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; max-width:1000px; margin:0 auto; padding:60px 28px; }
.contact-info-card { background:var(--off-white); border-radius:18px; padding:36px; border:1.5px solid var(--border); }
.contact-info-item { display:flex; gap:16px; align-items:flex-start; margin-bottom:24px; }
.contact-info-item:last-child { margin-bottom:0; }
.contact-icon {
  width:46px; height:46px; background:var(--blue); border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; flex-shrink:0; color:white;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea,
.wpcf7 .wpcf7-form-control-wrap select {
  width:100%; padding:14px 18px; border:2px solid var(--border);
  border-radius:12px; font-family:'Nunito', sans-serif; font-size:0.92rem;
  color:var(--text); transition:border-color 0.2s; background:white;
}
.wpcf7 .wpcf7-form-control-wrap input:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus { outline:none; border-color:var(--blue); }
.wpcf7 .wpcf7-form-control-wrap textarea { min-height:140px; resize:vertical; }
.wpcf7 input[type="submit"] {
  background:var(--orange); color:white; border:none;
  padding:15px 36px; border-radius:30px;
  font-weight:800; font-size:0.95rem; cursor:pointer;
  transition:all 0.25s; font-family:'Nunito', sans-serif;
}
.wpcf7 input[type="submit"]:hover { background:var(--orange-light); transform:translateY(-2px); }

/* -- 404 -- */
.error-404 { text-align:center; padding:100px 28px; max-width:600px; margin:0 auto; }
.error-404 .error-code { font-size:8rem; font-weight:800; color:var(--border); line-height:1; margin-bottom:20px; }
.error-404 h2 { font-size:2rem; font-weight:800; color:var(--blue-dark); margin-bottom:16px; }
.error-404 p { color:var(--muted); font-size:1.05rem; margin-bottom:30px; line-height:1.7; }

/* Fix testi cards */
body.djerbaguide-theme .testi-card {
  background:var(--off-white) !important;
  border:1.5px solid var(--border) !important;
  padding:30px 26px !important;
  border-radius:18px !important;
  position:relative !important;
}
body.djerbaguide-theme .testi-card .testi-quote { font-family:'Caveat', cursive !important; font-size:4rem !important; color:var(--blue-light) !important; opacity:0.5 !important; }
body.djerbaguide-theme .testi-card .testi-text { font-size:0.9rem !important; color:var(--text) !important; line-height:1.75 !important; font-style:italic !important; }

/* Fix blog cards */
body.djerbaguide-theme .blog-card {
  background:white !important;
  border-radius:18px !important;
  overflow:hidden !important;
  border:1px solid rgba(13,70,128,0.06) !important;
}
body.djerbaguide-theme .blog-card .blog-body h4 { color:var(--blue-dark) !important; }
body.djerbaguide-theme .blog-card .blog-body p { color:var(--muted) !important; }

/* Fix partner cards size */
body.djerbaguide-theme .partner-card {
  background:white !important;
  border:1.5px solid var(--border) !important;
  border-radius:16px !important;
  padding:22px 28px !important;
  min-width:150px !important;
  gap:10px !important;
}

/* Fix dest items */
body.djerbaguide-theme .dest-item { position:relative !important; border-radius:18px !important; overflow:hidden !important; }
body.djerbaguide-theme .dest-item:first-child { grid-row:span 2 !important; }

/* -- REVEAL ANIMATION -- */
/* Initial state - hidden, will be revealed by JS IntersectionObserver */
.reveal { opacity:0;transform:translateY(26px);transition:opacity 0.7s ease,transform 0.7s ease; }
.reveal.visible { opacity:1 !important;transform:none !important; }
/* Fallback: if JS hasn't run after 2s, show everything */
@keyframes forceReveal { to { opacity:1; transform:none; } }
.reveal { animation: forceReveal 0s 2s forwards; }

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width:1024px) {
  body.djerbaguide-theme .site-nav { padding:10px 28px !important; }
  body.djerbaguide-theme .hero-content { padding:0 28px !important; }
  body.djerbaguide-theme .hero-search { left:28px !important; right:28px !important; border-radius:20px !important; flex-wrap:wrap !important; gap:10px !important; padding:16px 20px !important; }
  body.djerbaguide-theme .excursions-grid { grid-template-columns:repeat(2,1fr) !important; }
  body.djerbaguide-theme .tours-grid { grid-template-columns:repeat(2,1fr) !important; }
  body.djerbaguide-theme .blog-listing-grid { grid-template-columns:repeat(2,1fr) !important; }
  body.djerbaguide-theme .dest-grid { grid-template-columns:1fr 1fr !important; grid-template-rows:auto !important; }
  body.djerbaguide-theme .dest-item:first-child { grid-row:span 1 !important; grid-column:span 2 !important; }
  body.djerbaguide-theme .why-us { padding:60px 28px !important; }
  body.djerbaguide-theme .why-grid { grid-template-columns:1fr !important; gap:40px !important; }
  body.djerbaguide-theme .why-visual { display:none !important; }
  body.djerbaguide-theme .testi-grid { grid-template-columns:1fr 1fr !important; }
  body.djerbaguide-theme .blog-grid { grid-template-columns:1fr 1fr !important; }
  body.djerbaguide-theme .blog-card.main { grid-column:span 2 !important; }
  body.djerbaguide-theme .tour-detail-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .tour-sidebar { position:static !important; }
  body.djerbaguide-theme .hero h1 { white-space:normal !important; font-size:clamp(2rem,4vw,3.5rem) !important; }
  body.djerbaguide-theme .page-header { padding:130px 28px 40px !important; }
  body.djerbaguide-theme .cta-banner { padding:60px 28px !important; }
  .cta-banner { padding:60px 28px; }
  .site-footer { padding:44px 28px 20px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:32px; }
  .page-header { padding:140px 28px 50px; }
  .tour-detail-grid { grid-template-columns:1fr; }
  .tour-sidebar { position:static; }
  .contact-grid { grid-template-columns:1fr; }
}

@media (max-width:640px) {
  .site-nav { padding:10px 18px; }
  .nav-links {
    display:none; flex-direction:column; gap:0;
    position:fixed; top:72px; left:0; right:0;
    background:white; border-bottom:1px solid var(--border);
    box-shadow:0 8px 24px rgba(13,70,128,0.12);
    padding:12px 0 20px; z-index:99;
  }
  .nav-links.open { display:flex; }
  .nav-links li { width:100%; }
  .nav-links a { display:block; padding:12px 24px; font-size:1rem; }
  .nav-cta { margin:8px 18px 0; text-align:center; }
  .nav-toggle { display:flex; }
  .dropdown { position:static; box-shadow:none; border:none; border-radius:0; padding:0; min-width:auto; display:none; background:var(--off-white); }
  .has-dropdown:hover .dropdown { display:none; }
  .has-dropdown.open-sub .dropdown { display:block; }
  .dropdown li a { padding:8px 40px !important; font-size:0.85rem !important; }
  .has-dropdown > a::after { content:' +'; }
  .has-dropdown.open-sub > a::after { content:' -'; }
  /* SEO columns responsive */
  [style*="columns:2"] { columns:1 !important; }

  body.djerbaguide-theme .hero { padding-top:72px !important; padding-bottom:60px !important; min-height:auto !important; }
  body.djerbaguide-theme .hero-content { padding:40px 18px 20px !important; max-width:100% !important; }
  body.djerbaguide-theme .hero h1 { font-size:1.8rem !important; white-space:normal !important; line-height:1.2 !important; }
  body.djerbaguide-theme .hero p { font-size:0.95rem !important; }
  .hero-actions { flex-direction:column; }
  .btn-primary, .btn-wa { width:100%; text-align:center; justify-content:center; padding:14px 20px; }
  body.djerbaguide-theme .hero-search {
    position:relative !important; bottom:auto !important; left:auto !important; right:auto !important;
    margin:0 18px !important; border-radius:16px !important; flex-direction:column !important; padding:14px 16px !important;
  }
  body.djerbaguide-theme .hero-search .search-field { flex:1 1 100% !important; border-right:none !important; border-bottom:1px solid var(--border) !important; padding:10px 4px !important; }
  body.djerbaguide-theme .hero-search .search-btn { width:100% !important; margin-left:0 !important; margin-top:10px !important; padding:14px !important; justify-content:center !important; }
  /* Tour detail responsive */
  body.djerbaguide-theme .tour-detail-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .tour-sidebar { position:static !important; }
  /* Included grid responsive */
  body.djerbaguide-theme .dg-ftab-content [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns:1fr !important; }
  /* CTA buttons full width */
  body.djerbaguide-theme .whatsapp-btn,
  body.djerbaguide-theme .cta-banner .btn-primary { width:100% !important; text-align:center !important; justify-content:center !important; }
  /* Page header mobile */
  body.djerbaguide-theme .page-header { padding:100px 18px 30px !important; }
  body.djerbaguide-theme .page-header h1 { font-size:1.5rem !important; }

  body.djerbaguide-theme .excursions-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .card.featured { grid-column:span 1 !important; }
  body.djerbaguide-theme .tours-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .blog-listing-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .dest-grid { grid-template-columns:1fr !important; grid-template-rows:auto !important; }
  body.djerbaguide-theme .dest-item:first-child { grid-column:span 1 !important; grid-row:span 1 !important; }
  body.djerbaguide-theme .partners-grid { display:grid !important; grid-template-columns:repeat(2,1fr) !important; gap:10px !important; flex-direction:unset !important; }
  body.djerbaguide-theme .why-us { padding:50px 18px !important; }
  body.djerbaguide-theme .why-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .testi-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .blog-grid { grid-template-columns:1fr !important; }
  body.djerbaguide-theme .blog-card.main { grid-column:span 1 !important; }
  body.djerbaguide-theme .cta-actions { flex-direction:column !important; align-items:center !important; }
  body.djerbaguide-theme .site-footer { padding:36px 18px 18px !important; }
  body.djerbaguide-theme .footer-grid { grid-template-columns:1fr !important; gap:28px !important; }
}

/* ================================================================
   PAGE BUILDER CONTENT COMPATIBILITY
   ================================================================ */
.dg-page-content {
  overflow:hidden;
}
.dg-page-content .gdlr-core-page-builder-body {
  font-family:'Nunito', sans-serif;
}
/* Ensure page builder images are responsive */
.dg-page-content img {
  max-width:100%;
  height:auto;
}
