/* ============================================================
   SUMERU IT SOLUTIONS — BRAND & COMPONENT STYLESHEET
   Brand: Red #b50a1c  |  Teal #006d83
   Separate external CSS — included on all pages
   ============================================================ */

/* ── BRAND COLOUR VARIABLES ─────────────────────────────── */
:root {
  --brand-red:        #b50a1c;
  --brand-red-dark:   #8c0714;
  --brand-red-light:  #d4102a;
  --brand-teal:       #006d83;
  --brand-teal-dark:  #004f60;
  --brand-teal-light: #0092ae;

  --dark-bg:      #06080e;
  --dark-bg2:     #0a0f1a;
  --dark-card:    #0e1525;
  --light-bg:     #f5f7fb;
  --light-bg2:    #ffffff;
  --light-card:   #ffffff;
  --light-border: #dde6f5;
  --light-text:   #1a2540;
  --light-muted:  #5a6a8a;
  --text-white:   #ffffff;
  --text-muted:   #7a90b8;
  --border:       rgba(0,109,131,0.18);

  --font-title: "Rajdhani", sans-serif;
  --font-body:  "Exo 2", sans-serif;
  --font-sub:   "Montserrat", sans-serif;
  --ease:       all 0.35s ease;
}

/* ── BRAND COLOUR OVERRIDES (replace old cyan) ────────────── */
.ticker-wrap                            { background: linear-gradient(90deg, var(--brand-teal), var(--brand-red)) !important; }
.hero-label                             { color: var(--brand-teal-light) !important; }
.hero-label::before                     { background: var(--brand-teal-light) !important; }
.hero-title span                        { color: var(--brand-teal-light) !important; }
.hero-title em                          { color: transparent !important; -webkit-text-stroke: 1.5px var(--brand-teal-light) !important; }
.slider-dot.active                      { background: var(--brand-red) !important; }
.slider-arrow:hover                     { background: var(--brand-teal) !important; border-color: var(--brand-teal) !important; }
.btn-primary                            { background: linear-gradient(135deg, #edc003, var(--brand-red-dark)) !important; }
.btn-primary:hover                      { box-shadow: 0 8px 28px rgba(181,10,28,0.4) !important; }
.btn-outline                            { border-color: var(--brand-teal) !important; color: var(--brand-teal) !important; }
.btn-outline:hover                      { background: var(--brand-teal) !important; color: #fff !important; }
.btn-outline-dark                       { border-color: var(--brand-teal) !important; color: var(--brand-teal) !important; }
.btn-outline-dark:hover                 { background: var(--brand-teal) !important; color: #fff !important; }
.nav-cta                                { border-color: var(--brand-red) !important; color: var(--brand-red) !important; }
.nav-cta:hover                          { background: var(--brand-red) !important; color: #fff !important; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-red) !important; }
.nav-links a::after                     { background: var(--brand-red) !important; }


.sec-dark .section-label,
.sec-dark2 .section-label              { color: var(--brand-teal-light) !important; }
.sec-light .section-label,
.sec-light2 .section-label             { color: var(--brand-teal) !important; }
.sec-dark .section-title span,
.sec-dark2 .section-title span         { color: var(--brand-teal-light) !important; }
.sec-light .section-title span,
.sec-light2 .section-title span        { color: var(--brand-red) !important; }

.card-light::before,
.card-dark::before,
.service-full-card::before,
.brand-full-card::before               { background: linear-gradient(90deg, var(--brand-teal), var(--brand-red)) !important; }
.card-light:hover                      { border-color: var(--brand-teal) !important; }
.brand-full-card:hover                 { border-color: var(--brand-teal) !important; }
.mission-box                           { border-top-color: var(--brand-teal) !important; }
.approach-list li::before              { color: var(--brand-teal) !important; }
.check-list li::before                 { border-color: var(--brand-teal) !important; color: var(--brand-teal) !important; background: rgba(0,109,131,0.1) !important; }
.accordion-header:hover                { color: var(--brand-teal-light) !important; }
.accordion-icon                        { color: var(--brand-teal-light) !important; }
.accordion-item.open .accordion-icon   { border-color: var(--brand-teal-light) !important; }
.stat-item::after                      { background: linear-gradient(90deg, var(--brand-teal), var(--brand-red)) !important; }
.stat-num                              { color: var(--brand-teal-light) !important; }
.metric-box                            { border-top-color: var(--brand-teal) !important; }
.metric-box .num                       { color: var(--brand-teal) !important; }
.promo-banner                          { background: linear-gradient(135deg, var(--brand-red-dark) 0%, var(--brand-teal-dark) 100%) !important; }
.whatwedo-item                         { border-left-color: var(--brand-teal) !important; }
.whatwedo-item:hover                   { background: var(--brand-teal) !important; border-left-color: var(--brand-teal) !important; }
.whatwedo-item::before                 { color: var(--brand-teal) !important; }
.whatwedo-item:hover::before           { color: #fff !important; }
.tl-dot                                { background: var(--brand-teal) !important; }
.tl-year                               { color: var(--brand-teal) !important; }
.svc-tag                               { background: rgba(0,109,131,0.08) !important; color: var(--brand-teal) !important; border-color: rgba(0,109,131,0.2) !important; }
.amc-banner h2 span                    { color: var(--brand-teal-light) !important; }
.brand-badge                           { background: rgba(0,109,131,0.1) !important; color: var(--brand-teal) !important; border-color: rgba(0,109,131,0.25) !important; }
.contact-layout .contact-icon,
.info-box .contact-icon                { color: var(--brand-teal) !important; }
.page-hero h1 span                     { color: var(--brand-teal-light) !important; }
.divider                               { background: linear-gradient(90deg, transparent, var(--brand-teal), transparent) !important; }
.form-box h2 span,
.contact-form-box h2 span             { color: var(--brand-teal) !important; }

/* Hero slider — full cover */
.slide { background-size: cover !important; background-position: center center !important; }

/* ── MOBILE MENU — clear dark background ─────────────────── */
.nav-links.open {
  background: rgba(4, 9, 13, 0.98) !important;
  border-bottom: 2px solid var(--brand-teal) !important;
}
.nav-links.open a { color: #fff !important; }
.nav-links.open a:hover,
.nav-links.open a.active { color: var(--brand-red) !important; }

/* ── WHATSAPP FLOATING BUTTON ────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9990;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: var(--ease);
  cursor: pointer;
}
.wa-float:hover {
  background: #1da851;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 14px 36px rgba(37,211,102,0.5);
}
.wa-float svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.wa-float-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.5);
  animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1);   opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ── ABOUT SECTION (index page) ──────────────────────────── */
.about-sec {
  background: #f8fafe;
  color: var(--light-text);
  padding: 90px 60px;
  overflow: hidden;
  position: relative;
}
/* subtle decorative bg pattern */
.about-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(0,109,131,0.05) 0%, transparent 50%),
    radial-gradient(circle at 90% 20%, rgba(181,10,28,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.about-sec .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-sec .col-text   { animation: fadeInLeft  0.9s ease both; }
.about-sec .col-image  { display: flex; align-items: center; justify-content: center; animation: fadeInRight 0.9s ease 0.2s both; }

@keyframes fadeInLeft  { from { opacity:0; transform:translateX(-40px); } to { opacity:1; transform:translateX(0); } }
@keyframes fadeInRight { from { opacity:0; transform:translateX( 40px); } to { opacity:1; transform:translateX(0); } }
@keyframes fadeInUp    { from { opacity:0; transform:translateY( 18px); } to { opacity:1; transform:translateY(0); } }
@keyframes lineExpand  { from { transform:scaleX(0); opacity:0; } to { transform:scaleX(1); opacity:1; } }

.about-sec .sub-text {
  font-family: var(--font-sub);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand-teal);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.about-sec .sub-text::before {
  content: "";
  width: 30px;
  height: 1.5px;
  background: var(--brand-teal);
}
.about-sec .title {
  font-family: var(--font-title);
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light-text);
  margin-bottom: 14px;
}
.heading-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), var(--brand-teal));
  border-radius: 2px;
  margin-bottom: 22px;
  animation: lineExpand 1.4s ease both;
  transform-origin: left;
}
.about-sec .desc {
  font-family: var(--font-sub);
  font-size: 14px;
  line-height: 1.9;
  color: var(--light-muted);
  margin-bottom: 22px;
}
.check-list-ul {
  list-style: none;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-list-ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sub);
  font-size: 13.5px;
  color: var(--light-muted);
  animation: fadeInUp 0.6s ease both;
}
.check-list-ul li:nth-child(1) { animation-delay: .15s; }
.check-list-ul li:nth-child(2) { animation-delay: .28s; }
.check-list-ul li:nth-child(3) { animation-delay: .41s; }
.check-list-ul li:nth-child(4) { animation-delay: .54s; }
.check-list-ul li::before {
  content: "✓";
  width: 22px; height: 22px; min-width: 22px;
  border-radius: 50%;
  background: rgba(0,109,131,0.1);
  border: 1px solid var(--brand-teal);
  color: var(--brand-teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.readon-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 13px 30px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
  color: #fff;
  border-radius: 3px;
  transition: var(--ease);
}
.readon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(181,10,28,0.4);
}

/* About image collage styling */
.about-img-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.about-collage {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border: 3px solid rgba(0,109,131,0.15);
  display: block;
}
.about-img-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-teal-dark));
  color: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0,109,131,0.35);
  border: 2px solid rgba(255,255,255,0.15);
}
.about-img-badge .badge-num {
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.about-img-badge .badge-txt {
  font-family: var(--font-sub);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-top: 3px;
}
.about-img-dots {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, var(--brand-teal) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.25;
  border-radius: 4px;
  pointer-events: none;
}

/* Wheel animation (index about) */
.wheel-container  { position: relative; width: 440px; height: 440px; }
.pattern-img      { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle,rgba(0,109,131,0.06) 0%,transparent 70%); border: 1px dashed rgba(0,109,131,0.2); animation: spinSlow 28s linear infinite; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.center-diamond-mask {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 190px; height: 190px;
  border-radius: 16px; overflow: hidden;
  border: 2px solid rgba(0,109,131,0.35);
  box-shadow: 0 0 40px rgba(0,109,131,0.2);
  animation: pulseGlow 3s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%,100% { box-shadow: 0 0 20px rgba(0,109,131,0.2); }
  50%      { box-shadow: 0 0 55px rgba(0,109,131,0.5); }
}
.center-bg-img    { width: 100%; height: 100%; object-fit: cover; }
.floater-wrapper  { position: absolute; inset: 0; }
.floater {
  position: absolute; width: 96px; height: 96px;
  border-radius: 12px; overflow: hidden;
  border: 2px solid rgba(0,109,131,0.25);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  animation: floatBob 4s ease-in-out infinite;
}
.floater img { width: 100%; height: 100%; object-fit: cover; }
.floater-1 { top:8px; left:50%; transform:translateX(-50%); animation-delay:0s;  }
.floater-2 { top:50%; right:8px; transform:translateY(-50%); animation-delay:1s; }
.floater-3 { bottom:8px; left:50%; transform:translateX(-50%); animation-delay:2s; }
.floater-4 { top:50%; left:8px; transform:translateY(-50%); animation-delay:3s;  }
@keyframes floatBob {
  0%,100% { translate: 0 0; }
  50%      { translate: 0 -10px; }
}

/* ── WHAT WE DO — BG IMAGE OVERLAY ───────────────────────── */
.whatwedo-overlay-sec {
  position: relative;
  padding: 90px 60px;
  overflow: hidden;
  color: #fff;
}
.whatwedo-overlay-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/bg.jpg') center / cover no-repeat;
}
.whatwedo-overlay-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,30,50,0.90) 0%, rgba(140,7,20,0.78) 100%);
}
.whatwedo-overlay-sec .whatwedo-layout  { position: relative; z-index: 2; }
.whatwedo-overlay-sec .section-label   { color: rgba(255,255,255,0.75) !important; }
.whatwedo-overlay-sec .section-title   { color: #fff !important; }
.whatwedo-overlay-sec .section-title span { color: #fff !important; text-decoration: underline; text-decoration-color: var(--brand-teal-light); }
.whatwedo-overlay-sec .section-desc    { color: rgba(255,255,255,0.65) !important; }
.whatwedo-overlay-sec .whatwedo-item {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-left: 3px solid var(--brand-teal-light) !important;
  color: #fff !important;
}
.whatwedo-overlay-sec .whatwedo-item:hover { background: var(--brand-teal) !important; }
.whatwedo-overlay-sec .whatwedo-item::before { color: var(--brand-teal-light) !important; }
.whatwedo-overlay-sec .whatwedo-img img {
  border-radius: 10px;
  box-shadow: 0 12px 50px rgba(0,0,0,0.5);
}

/* ── SERVICES SECTION (index) ────────────────────────────── */
.services-sec {
  background: var(--light-bg);
  color: var(--light-text);
  padding: 90px 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--ease);
  position: relative;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.service-card::before {
  content: "";
  position: absolute; top:0; left:0; right:0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0,0,0,0.12); border-color: var(--brand-teal); }
.service-card:hover::before { transform: scaleX(1); }

/* Image — object-fit:contain so nothing is cropped */
.svc-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f0f4fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.svc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* contain = full image visible */
  transition: transform 0.5s ease;
}
.service-card:hover .svc-img-wrap img { transform: scale(1.04); }

.svc-content { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.svc-content h3 {
  font-family: var(--font-title);
  font-size: 18px; font-weight: 700; letter-spacing: 1px;
  color: var(--light-text); margin-bottom: 7px;
}
.svc-content p {
  font-family: var(--font-sub);
  font-size: 13px; color: var(--light-muted); line-height: 1.7;
  flex: 1;
}

/* Model & Spec WA block */
.spec-cta-block {
  margin-top: 50px;
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.spec-img-side { overflow: hidden; min-height: 280px; }
.spec-img-side img { width: 100%; height: 100%; object-fit: cover; }
.spec-info-side {
  padding: 44px;
  display: flex; flex-direction: column; justify-content: center;
}
.spec-label {
  font-family: var(--font-sub); font-size: 10px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--brand-teal); margin-bottom: 10px;
}
.spec-info-side h2 {
  font-family: var(--font-title);
  font-size: clamp(22px,2.8vw,34px); font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--light-text); margin-bottom: 14px;
}
.spec-info-side h2 span { color: var(--brand-red); }
.spec-info-side p {
  font-family: var(--font-sub); font-size: 14px;
  color: var(--light-muted); line-height: 1.7; margin-bottom: 24px;
}
.wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sub); font-size: 13px; font-weight: 600;
  padding: 13px 26px; background: #25d366; color: #fff;
  border-radius: 6px; transition: var(--ease); width: fit-content;
}
.wa-btn:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.35); }
.wa-btn svg { width: 20px; height: 20px; fill: #fff; }

/* ── BRANDS SECTION — white bg, logo only, auto-scroll ───── */
.brands-sec {
  background: #ffffff;
  padding: 70px 0 80px;
}
.brands-sec .section-hd         { padding: 0 60px; margin-bottom: 44px; }
.brands-sec .section-title       { color: var(--light-text) !important; }
.brands-sec .section-title span  { color: var(--brand-red) !important; }
.brands-sec .section-label       { color: var(--brand-teal) !important; }

.brands-track-wrap {
  overflow: hidden;
  position: relative;
}
.brands-track-wrap::before,
.brands-track-wrap::after {
  content: "";
  position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2;
}
.brands-track-wrap::before { left: 0;  background: linear-gradient(90deg, #fff, transparent); }
.brands-track-wrap::after  { right: 0; background: linear-gradient(90deg, transparent, #fff); }

.brands-track {
  display: flex;
  gap: 20px;
  animation: scrollBrands 24s linear infinite;
  width: max-content;
  padding: 12px 0;
}
.brands-track:hover { animation-play-state: paused; }
@keyframes scrollBrands {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Bigger logo card */
.brand-logo-card {
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: 12px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 100px;
  transition: var(--ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.brand-logo-card:hover {
  border-color: var(--brand-teal);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,109,131,0.12);
}
.brand-logo-card img {
  max-height: 64px;     /* increased from 48px */
  max-width: 130px;
  object-fit: contain;
  filter: grayscale(0.1);
  transition: filter 0.3s;
}
.brand-logo-card:hover img { filter: none; }

/* ── SERVICES PAGE — full-card with contain images ───────── */
.service-full-card {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--ease);
  position: relative;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.service-full-card::before {
  content: "";
  position: absolute; top:0; left:0; right:0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-teal), var(--brand-red));
  transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.service-full-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); border-color: var(--brand-teal); }
.service-full-card:hover::before { transform: scaleX(1); }

/* Real image with contain so full product is visible */
.svc-real-img {
  width: 100%;
  height: 180px;
  background: #f0f4fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-bottom: 1px solid var(--light-border);
}
.svc-real-img img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;   /* contain = whole image shown */
  transition: transform 0.4s;
}
.service-full-card:hover .svc-real-img img { transform: scale(1.04); }

.svc-body {
  padding: 20px 22px 18px;
  display: flex; flex-direction: column; flex: 1;
}
.svc-body h3 {
  font-family: var(--font-title);
  font-size: 18px; font-weight: 700; color: var(--light-text);
  margin-bottom: 8px; letter-spacing: 1px;
}
.svc-body p {
  font-family: var(--font-sub);
  font-size: 13px; color: var(--light-muted); line-height: 1.7; flex: 1;
}
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.svc-tag  {
  font-family: var(--font-sub); font-size: 11px; font-weight: 600;
  letter-spacing: 1px; padding: 4px 10px;
  background: rgba(0,109,131,0.08); color: var(--brand-teal);
  border: 1px solid rgba(0,109,131,0.2); border-radius: 3px;
}

/* ── FOOTER REDESIGN ─────────────────────────────────────── */
.footer {
  background: #04090d !important;
  border-top: 2px solid rgba(0,109,131,0.35) !important;
  padding: 60px 60px 0 !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1.5fr !important;
  gap: 50px !important;
  padding-bottom: 44px !important;
  border-bottom: 1px solid rgba(0,109,131,0.12) !important;
  margin-bottom: 0 !important;
}
/* Hide old footer columns replaced by new ones */
.footer .footer-brand  { display: none !important; }
.footer .footer-contact { display: none !important; }

/* New footer brand column */
.footer-brand-col { display: flex; flex-direction: column; }
.footer-brand-col .footer-logo {
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 200px;
  margin-bottom: 18px;
  /* ensure logo is clearly visible on dark bg */
  filter: brightness(1) drop-shadow(0 2px 8px rgba(255,255,255,0.08));
  background: transparent;
  object-fit: contain;
  display: block;
}
.footer-brand-col p {
  font-family: var(--font-sub); font-size: 13px;
  color: white; line-height: 1.8;
  max-width: 280px; margin-bottom: 20px;
}
.footer-social { display: flex; gap: 12px; }
.social-btn {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(0,109,131,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--text-muted);
  text-decoration: none; transition: var(--ease);
  font-weight: 700;
}
.social-btn:hover {
  background: var(--brand-teal); border-color: var(--brand-teal);
  color: #fff; transform: translateY(-3px);
}
.footer-col h4 {
  font-family: var(--font-title) !important;
  font-size: 14px !important; font-weight: 700 !important;
  letter-spacing: 3px !important; text-transform: uppercase !important;
  color: #ffffff;
  margin-bottom: 22px !important;
  position: relative; padding-bottom: 12px;
}
.footer-col h4::after {
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: linear-gradient(90deg, var(--brand-red), var(--brand-teal));
  border-radius: 2px;
}
.footer h4 { color: #ffffff; }

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links li { display: flex; align-items: center; gap: 8px; }
.footer-links li::before { content: "›"; color: var(--brand-teal-light); font-size: 16px; font-weight: 700; }
.footer-links li a { font-family: var(--font-sub); font-size: 13px; color: var(--text-muted); transition: var(--ease); }
.footer-links li a:hover { color: var(--brand-teal-light); padding-left: 4px; }
.footer ul li a:hover { color: var(--brand-teal-light) !important; }

.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; }
.fc-icon {
  width: 34px; height: 34px; min-width: 34px;
  background: rgba(0,109,131,0.1);
  border: 1px solid rgba(0,109,131,0.2);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: var(--brand-teal-light);
}
.fc-text { font-family: var(--font-sub); font-size: 12.5px; color: white.footer-brand-col p.footer-brand-col p; line-height: 1.7; }
.fc-text strong { display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #ffffff; margin-bottom: 2px; }
.fc-text a { color: var(--text-muted); transition: color 0.3s; }
.fc-text a:hover { color: var(--brand-teal-light); }

.footer-bottom {
  padding: 20px 0;
  display: flex; justify-content: center; align-items: center;
}
.footer-bottom p { font-family: var(--font-sub); font-size: 12px; color: #ffffff; }
.footer-bottom-badge {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-sub); font-size: 11px; color: #3a4a6a;
}
.footer-bottom-badge span { color: var(--brand-red); font-size: 14px; }

/* ── ABOUT PAGE (standalone) ─────────────────────────────── */
.about-page-img {
  width: 100%; border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .footer { padding: 50px 30px 0 !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
  .brands-sec .section-hd { padding: 0 30px; }
}
@media (max-width: 900px) {
  .about-sec { padding: 60px 24px; }
  .about-sec .container { grid-template-columns: 1fr; gap: 40px; }
  .wheel-container { width: 300px; height: 300px; }
  .center-diamond-mask { width: 130px; height: 130px; }
  .floater { width: 70px; height: 70px; }
  .whatwedo-overlay-sec { padding: 60px 24px; }
  .services-sec { padding: 60px 24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .spec-cta-block { grid-template-columns: 1fr; }
  .about-img-badge { bottom: -10px; right: -10px; }
}
@media (max-width: 768px) {
  .brands-sec .section-hd { padding: 0 20px; }
}
@media (max-width: 600px) {
  .footer { padding: 40px 20px 0 !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .services-grid { grid-template-columns: 1fr; }
  .wa-float { bottom: 18px; right: 18px; width: 50px; height: 50px; }
  .wa-float svg { width: 26px; height: 26px; }
}
