:root {
  --navy: #06254A;
  --blue: #c79444;
  --blue-mid: #2A7CC7;
  --white: #FFFFFF;
  --light: #F4F8FC;
  --gold: #C8A96E;
  --text: #1A2E44;
  --muted: #6B7E8F;
  --border: rgba(110,193,244,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}



.badge {
  display: inline-block;
 background:#f4f4f4;
  color: var(--dark);
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  animation: fadeDown .6s .1s ease both;
}


#imgpc{
display:block;
}

#imgmobile{ 
display:none;
}



/* ─── STICKY NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: #ebedfd;
  backdrop-filter: blur(12px);
  padding: 41px 5% 35px 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  border-bottom: 1px solid rgba(110,193,244,0.15);
  box-shadow: 0 2px 40px rgba(6,37,74,0.4);
}

.nav-logo img { height: 64px; object-fit: contain; }

.nav-links { display: flex; gap: 32px; list-style: none; }


 #cadre-tel{
 display: none;
 
  }


.nav-links a {
  color: #06203a;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  text-transform: uppercase;
}
.nav-links a:hover { color: #06213b; }

.nav-cta {
  background: linear-gradient(135deg, #c79444, #2A7CC7);
  color: white !important;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 600 !important;
}

.nav-phone {
  color: var(--blue) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* ─── HERO ─── */

 

/* ─── HERO CONTENT CENTER ─── */

.hero {
  min-height: auto;
  background: var(--navy);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 15px;
  padding-left:15px;
  padding-right:15px;
  
}

.hero-content{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    position: relative;
    z-index: 2;
}

/* badges */

.hero-badges{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 25px;
	 background: linear-gradient(90deg, #051b31, #16324f, #051b31);
}

/* buttons */

.hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
}

/* phone block */

.hero-phone{
    text-align: center;
    margin-top: 30px;
}





 
.hero-bg {
  position: absolute; inset: 0;
  transform: scale(1.04);
}

.hero-gradient {
  position: absolute; inset: 0;
  background: #05182e;
}

.hero-accent {
  position: absolute; top: -80px; right: -80px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(110,193,244,0.12) 0%, transparent 70%);
  border-radius: 50%;
}

 
.hero-badge span { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; animation: pulse 2s infinite; }

@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  line-height: 35px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
 
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #e7ba6e, #ab8344);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 16px; line-height: 1.7;
  max-width: 850px;
  margin-bottom: 16px;
}

.hero-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding-bottom: 25px;
}

.badge-item {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 7px 14px; border-radius: 40px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}

.badge-item svg { color:#dda34c; flex-shrink: 0; }

.hero-ctas {  flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #b78c48 0%, #af7f33 100%);
  color: white; font-weight: 600; font-size: 15px;
  padding: 15px 30px; border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(110,193,244,0.35);
  transition: all 0.3s; letter-spacing: 0.02em;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(110,193,244,0.45); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2a7cc7;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: white; font-weight: 500; font-size: 16px;
  padding: 11px 10px; border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }

.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366;
  color: white; font-weight: 600; font-size: 16px;
  padding: 12px 11px; border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-whatsapp:hover { background: #1fb355; transform: translateY(-2px); }

 
.hero-phone a {
  color: var(--blue); font-size: 22px; font-weight: 600;
  text-decoration: none; letter-spacing: 0.03em;
}

/* Hero card */
.hero-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(110,193,244,0.2);
  border-radius: 16px;
  padding: 36px;
  backdrop-filter: blur(8px);
}

.hero-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--white); margin-bottom: 24px;
}

.hero-form input, .hero-form select, .hero-form textarea {
  width: 100%; padding: 13px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(110,193,244,0.2);
  border-radius: 6px;
  color: white; font-size: 14px; font-family: 'DM Sans', sans-serif;
  margin-bottom: 12px;
  transition: border-color 0.2s; outline: none;
}
.hero-form input::placeholder, .hero-form select::placeholder, .hero-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus { border-color: var(--blue); }
.hero-form select option { background: var(--navy); color: white; }
.hero-form textarea { height: 80px; resize: none; }

.hero-form .btn-submit {
  width: 100%;
  background: linear-gradient(135deg, #c79444, #2A7CC7);
  color: white; font-weight: 700; font-size: 15px;
  padding: 16px; border-radius: 6px;
  border: none; cursor: pointer;
  letter-spacing: 0.03em;
  transition: all 0.3s;
  box-shadow: 0 8px 24px rgba(110,193,244,0.3);
}
.hero-form .btn-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(110,193,244,0.4); }

.form-note { text-align: center; color: rgba(255,255,255,0.4); font-size: 12px; margin-top: 10px; }

/* ─── STATS ─── */
.stats {
  background: linear-gradient(90deg, #06254A, #0C3B6E, #06254A);
  padding: 36px 5%;
  border-top: 1px solid rgba(110,193,244,0.15);
  border-bottom: 1px solid rgba(110,193,244,0.15);
}

.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.stat-item { text-align: center; padding: 8px; }
.stat-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem; font-weight: 700;
  background: linear-gradient(135deg, #c79444, #A8D8F0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1;
}
.stat-label { color: rgba(255,255,255,0.6); font-size: 13px; margin-top: 6px; }

/* ─── SECTION TITLES ─── */
.section-tag {
  display: inline-block;
 background: rgba(199, 182, 165, 0.1);
  border: 1px solid #f9e6c5;
  color: #ad833b;
  letter-spacing: 0.1em; text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 16px;
}
}

.section-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 600; color: var(--navy);
  line-height: 1.15; margin-bottom: 16px;
}

.section-title em { font-style: normal; color: #c79444; }

.section-sub { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 600px; }

/* ─── SERVICES ─── */
.services { padding: 28px 5%; background:url('img/bg-lustrage-cristallisation-marbre-casablanca.jpg') repeat center center; }

.services-inner { max-width: 1200px; margin: 0 auto; }

.services-header { text-align: center; margin-bottom: 60px; }
.services-header .section-sub { margin: 0 auto; }

.services-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.service-card {
  background: white;
  border: 1px solid rgba(6,37,74,0.07);
  border-radius: 12px;
  padding: 28px 24px;
  transition: all 0.3s;
  position: relative; overflow: hidden;
  cursor: default;
}

.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #c79444, #2A7CC7);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(6,37,74,0.1); border-color: rgba(110,193,244,0.3); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #f6f3ee);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
}

.service-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ─── BEFORE/AFTER ─── */
.before-after { padding: 28px 5%; background:url('img/bg-lustrage-cristallisation-marbre-casablanca.jpg') repeat center center; }
.before-after-inner { max-width: 1200px; margin: 0 auto; }
.ba-header { text-align: center; margin-bottom: 56px; }

.ba-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

.ba-card {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(6,37,74,0.1);
  position: relative;
}

.ba-images { display: grid; grid-template-columns: 1fr 1fr; }

.ba-img {
  aspect-ratio: 4/3; overflow: hidden; position: relative;
}

.ba-img img { width: 100%; height: 100%; object-fit: cover; }

.ba-label {
  position: absolute; bottom: 8px; left: 8px;
  padding: 4px 10px; border-radius: 4px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ba-label.before { background: rgba(255,60,60,0.85); color: white; }
.ba-label.after { background: rgba(110,193,244,0.9); color: white; }

.ba-divider {
  display: flex; align-items: center; justify-content: center;
  background: var(--navy);
  color: white; font-size: 18px;
  position: relative; z-index: 2;
}

.ba-caption {
  padding: 16px 20px;
  background: var(--navy);
  color: white; font-size: 14px; font-weight: 500;
}

/* ─── WHY US ─── */
.why-us { padding: 28px 5%; background: #05182e; position: relative; overflow: hidden; }

.why-us::before {
  content: '';
  position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(110,193,244,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.why-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.why-header { text-align: center; margin-bottom: 60px; }
.why-header .section-title { color: white; }
.why-header .section-sub { color: rgba(255,255,255,0.6); margin: 0 auto; }

.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

.why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(110,193,244,0.15);
  border-radius: 12px; padding: 28px 24px;
  text-align: center;
  transition: all 0.3s;
}
.why-card:hover {
  background: rgba(110,193,244,0.08);
  border-color: rgba(110,193,244,0.3);
  transform: translateY(-4px);
}

.why-icon { font-size: 32px; margin-bottom: 14px; }
.why-card h3 { color: var(--blue); font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.why-card p { color: rgba(255,255,255,0.55); font-size: 13.5px; line-height: 1.6; }

/* ─── ZONES ─── */
.zones { padding: 28px 5%; background:url('img/bg-lustrage-cristallisation-marbre-casablanca.jpg') repeat center center; }
.zones-inner { max-width: 1200px; margin: 0 auto; }
.zones-header { text-align: center; margin-bottom: 56px; }

.zones-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }

.zone-pill {
  background: white;
  border: 1px solid rgba(6,37,74,0.08);
  border-radius: 8px; padding: 16px 12px;
  text-align: center;
  transition: all 0.3s;
  cursor: default;
}
.zone-pill:hover {
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(6,37,74,0.15);
}
.zone-pill:hover .zone-name { color: white; }
.zone-pill:hover .zone-icon { color: var(--blue); }

.zone-icon { font-size: 20px; margin-bottom: 8px; }
.zone-name { font-size: 13px; font-weight: 600; color: var(--navy); }

/* ─── SEO TEXT ─── */
.seo-section { padding: 28px 5%; background: white; }
.seo-inner { max-width: 900px; margin: 0 auto; }

.seo-inner h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem; font-weight: 600;
  color: var(--navy); margin-bottom: 20px;
}

.seo-inner h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem; font-weight: 600;
  color: #c79444; margin: 32px 0 12px;
}

.seo-inner p {
  color: var(--muted); font-size: 15.5px; line-height: 1.8;
  margin-bottom: 16px;
}


.seo-inner p a{
  color: var(--muted); font-size: 15.5px; line-height: 1.8;
  text-decoration:none;
}


/* ─── TESTIMONIALS ─── */
.testimonials { padding: 28px 5%; background:url('img/bg-lustrage-cristallisation-marbre-casablanca.jpg') repeat center center; }
.test-inner { max-width: 1200px; margin: 0 auto; }
.test-header { text-align: center; margin-bottom: 56px; }

.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

.test-card {
  background: white;
  border: 1px solid rgba(6,37,74,0.07);
  border-radius: 14px; padding: 32px 28px;
  position: relative;
  transition: all 0.3s;
}
.test-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(6,37,74,0.08); }

.test-stars { color: #F5A623; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.test-text { color: var(--text); font-size: 15px; line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 14px; }

.test-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}

.test-name { font-weight: 600; font-size: 14px; color: var(--navy); }
.test-role { font-size: 13px; color: var(--muted); }
.test-company { font-size: 12px; color: var(--blue-mid); font-weight: 500; }

/* ─── LEAD FORM ─── */
.lead-form { padding: 28px 5%; background: linear-gradient(135deg, #03182d, #16324f, #051b31); position: relative; overflow: hidden; }

.lead-form::before {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(110,193,244,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.lead-inner { max-width: 780px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

.lead-inner h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 600;
  color: white; margin-bottom: 14px;
}
.lead-inner p { color: rgba(255,255,255,0.65); font-size: 16px; margin-bottom: 42px; }

.lead-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px;
}

.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; padding: 14px 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(110,193,244,0.2);
  border-radius: 8px;
  color: white; font-size: 15px; font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s; outline: none;
}
.lead-form input::placeholder, .lead-form select::placeholder { color: rgba(255,255,255,0.35); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); }
.lead-form select option { background: var(--navy); color: white; }
.lead-form textarea { height: 100px; resize: none; grid-column: span 2; }

.lead-form .btn-lead {
  background: linear-gradient(135deg, #c79444, #2A7CC7);
  color: white; font-size: 17px; font-weight: 700;
  padding: 18px 50px; border-radius: 8px; border: none;
  cursor: pointer; margin-top: 10px;
  box-shadow: 0 10px 35px rgba(110,193,244,0.3);
  transition: all 0.3s; letter-spacing: 0.03em;
}
.lead-form .btn-lead:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(110,193,244,0.4); }
.lead-note { color: rgba(255,255,255,0.35); font-size: 13px; margin-top: 14px; }

/* ─── FOOTER ─── */
footer {
  background: #030E1B;
  padding: 70px 5% 30px;
  border-top: 1px solid rgba(110,193,244,0.1);
}

.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  margin-bottom: 48px;
}

.footer-brand img { height: 80px; margin-bottom: 20px; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.7; margin-bottom: 20px; max-width: 300px; }

.footer-contact a {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 14px; margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-contact a:hover { color: var(--blue); }

.footer-col h4 {
  color: var(--blue); font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col ul { list-style: none; }
.footer-col ul li a {
  color: rgba(255,255,255,0.5);
  text-decoration: none; font-size: 14px;
  display: block; padding: 4px 0;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--blue); }

.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom p { color: rgba(255,255,255,0.3); font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-bottom a:hover { color: var(--blue); }

/* ─── FLOATING BUTTONS ─── */
.float-btns {
  position: fixed; bottom: 28px; right: 28px; z-index: 990;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}

.float-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 20px; border-radius: 50px;
  text-decoration: none; font-weight: 600; font-size: 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.3);
  transition: all 0.3s;
}
.float-btn:hover { transform: translateX(-4px); }
.float-wa { background: #25D366; color: white; }
.float-call { background: var(--blue-mid); color: white; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .zones-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .ba-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-form textarea { grid-column: span 1; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .nav-links { display: none; }
  
  #cadre-tel{
 display: block;
  }
  
#imgpc{
display:none;
}

#imgmobile{ 
display:block;
}
  
  
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ─── ENTRANCE ANIMATIONS ─── */
.fade-up {
  opacity: 0; transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.22,1,0.36,1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }

/* ─── IMAGE GALLERY ─── */
.img-gallery { padding: 28px 5%; background: #051b31; }
.gallery-inner { max-width: 1200px; margin: 0 auto; }
.gallery-header { text-align: center; margin-bottom: 52px; }
.gallery-header .section-title { color: white; }
.gallery-header .section-sub { color: rgba(255,255,255,0.55); }

.gallery-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.gal-main {
  grid-row: span 2;
  position: relative; border-radius: 14px; overflow: hidden;
  min-height: 480px;
}
.gal-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gal-main:hover img { transform: scale(1.04); }

.gal-side { display: flex; flex-direction: column; gap: 16px; }
.gal-item {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 16/9;
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gal-item:hover img { transform: scale(1.06); }

.gal-bottom {
  grid-column: span 2;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
}
.gal-bottom .gal-item { aspect-ratio: 4/3; }

.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,37,74,0.75) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 16px;
  opacity: 0; transition: opacity 0.3s;
}
.gal-main:hover .gal-overlay,
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-overlay span {
  color: white; font-size: 13px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  background: rgba(110,193,244,0.25); padding: 5px 12px; border-radius: 4px;
}

.gal-cta-card {
  background: linear-gradient(135deg, rgba(110,193,244,0.12), rgba(42,124,199,0.08));
  border: 1px solid rgba(110,193,244,0.25);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.gal-cta-inner { text-align: center; padding: 28px; }
.gal-cta-inner h3 { color: white; font-family: 'DM Sans', sans-serif; font-size: 1.4rem; margin-bottom: 8px; }
.gal-cta-inner p { color: rgba(255,255,255,0.55); font-size: 14px; }

@media (max-width: 768px) {
  .gallery-mosaic { grid-template-columns: 1fr; }
  .gal-main { min-height: 260px; grid-row: span 1; }
  .gal-bottom { grid-template-columns: 1fr 1fr; }
  .gal-cta-card { grid-column: span 2; }
}


.whatsapp-btn {
  background-color: #136a1f;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
}


.imgheader{
width:100% !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}

.cad-img-header{
width:100% !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}


.cad-img-header-mobile{{
width:100% !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}
