body {
  font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
  color: #1a1a1a;
  background: #f7f9fb;
  font-size: 17px;
  line-height: 1.6;
}

/* Global container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section backgrounds and text contrast */
.hero-section {
  background: transparent;
}

.categories-section,
.brands-section,
.about-section,
.visit-section {
  background: #f7f9fb;
  color: #1a1a1a;
}

/* Make all headings bolder and darker for visibility */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181e29;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* Links — no underline by default, underline only where needed */
a {
  color: #0099e5;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #ffb32c;
}

.main-header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  padding: 0;
}

.container.header-flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
}

.logo-header {
  height: 56px;
  width: auto;
  display: block;
}

#header-logo {
  display: block;
  margin: 10px auto 10px 0;
  max-width: 120px;
  height: 56px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #222;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: color 0.2s;
  padding: 4px 0;
  position: relative;
}

.main-nav a.active,
.main-nav a:hover {
  color: #0099e5;
}

.btn-callnow {
  background: #ffb32c;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  border: none;
  box-shadow: 0 2px 8px rgba(255, 179, 44, 0.08);
}

.btn-callnow:hover {
  background: #ff9900;
}

.icon {
  font-size: 20px;
}

@media (max-width: 900px) {
  .container.header-flex {
    flex-direction: column;
    gap: 12px;
    padding: 12px 10px;
  }

  .main-nav ul {
    gap: 18px;
  }

  .btn-callnow {
    font-size: 16px;
    padding: 8px 18px;
  }

  .logo-header {
    height: 44px;
  }
}

.hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 1;
}

.hero-bg-slide.active {
  opacity: 1;
  z-index: 2;
}

.fade-slide {
  pointer-events: none;
}

.hero-section {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0a3a6a;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
  opacity: 0.5;
  z-index: 1;
}

.hero-bg-slideshow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 3;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  width: 275px;
  max-width: 112vw;
  margin-bottom: 18px;
}

.hero-title {
  color: #0a3a6a;
  font-size: 2.88rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.hero-subtitle {
  color: #222;
  font-size: 1.26rem;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.5;
}

.hero-cta {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-callnow.large,
.btn-whatsapp.large {
  min-width: 220px;
  font-size: 1.25rem;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  justify-content: center;
  transition: background 0.2s;
}

.btn-whatsapp.large {
  background: #22c55e;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-whatsapp.large:hover {
  background: #1da851;
}

@media (max-width: 700px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .hero-logo {
    width: 140px;
  }

  .hero-content {
    padding: 40px 8px 24px 8px;
  }

  .btn-callnow.large,
  .btn-whatsapp.large {
    font-size: 1rem;
    padding: 10px 18px;
  }
}

.categories-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.section-title .icon {
  font-size: 1.5em;
}

.section-desc {
  color: #4b5563;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 32px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-card {
  background: #f3f7fd;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.category-card:hover {
  box-shadow: 0 8px 32px rgba(0, 153, 229, 0.12);
  transform: translateY(-4px) scale(1.04);
}

.cat-icon {
  font-size: 2.5rem;
  color: #0099e5;
  margin-bottom: 12px;
}

.cat-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.cat-desc {
  color: #4b5563;
  font-size: 1rem;
  margin-bottom: 12px;
}

.cat-brands {
  font-size: 0.98rem;
  color: #222;
  margin-top: auto;
}

.cat-brands span {
  background: #e6f0fa;
  color: #0077b6;
  border-radius: 6px;
  padding: 2px 10px;
  margin-right: 4px;
  font-size: 0.95em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 2px;
}

.cat-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #e6f0fa;
}

.cat-items {
  margin: 0 0 10px 0;
  padding-left: 18px;
  color: #3b4252;
  font-size: 0.98rem;
  text-align: left;
}

.cat-items li {
  margin-bottom: 2px;
  list-style: disc inside;
}

.cat-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.cat-logos img {
  height: 28px;
  width: auto;
  background: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  max-width: 70px;
}

@media (max-width: 700px) {
  .categories-section {
    padding: 28px 0 16px 0;
  }

  .categories-grid {
    gap: 14px;
  }

  .category-card {
    padding: 18px 8px 14px 8px;
    min-height: 160px;
  }

  .cat-icon {
    font-size: 1.7rem;
  }
}

.brands-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.brands-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
}

.brands-desc {
  color: #4b5563;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 32px;
}

.brands-group {
  margin-bottom: 32px;
}

.brands-group-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.brands-group-title .icon {
  font-size: 1.3em;
}

.brands-grid.unified {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  justify-items: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .brands-grid.unified {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 900px) {
  .brands-grid.unified {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .brands-grid.unified {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-card.unified {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.2s, transform 0.2s;
  color: transparent;
}

/* --- Brand logo tiles: consolidated hover overlay --- */
.brand-card.unified::after {
  content: attr(data-brand);
  color: #0a3a6a;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 12px;
  pointer-events: none;
  z-index: 3;
}

.brand-card.unified:hover::after {
  opacity: 1;
}

/* --- Brand background images (single declarations) --- */
.brand-card.unified.hager {
  background-image: url('Images/Brands/Hager.png');
}

.brand-card.unified.schneiderelectric {
  background-image: url('Images/Brands/SchneiderElectric.png');
}

.brand-card.unified.legrand {
  background-image: url('Images/Brands/legrand.png');
}

.brand-card.unified.bosch {
  background-image: url('Images/Brands/bosch.png');
}

.brand-card.unified.makita {
  background-image: url('Images/Brands/makita.png');
}

.brand-card.unified.grohe {
  background-image: url('Images/Brands/grohe.png');
}

.brand-card.unified.philips {
  background-image: url('Images/Brands/philips.png');
}

.brand-card.unified.dewalt {
  background-image: url('Images/Brands/dewalt.png');
}

.brand-card.unified.stanley {
  background-image: url('Images/Brands/stanley.png');
}

.brand-card.unified.ariston {
  background-image: url('Images/Brands/ariston.png');
}

.brand-card.unified.rak {
  background-image: url('Images/Brands/rak.png');
}

.brand-card.unified.rrcable {
  background-image: url('Images/Brands/rrcable.png');
}

.brand-card.unified.sanwa {
  background-image: url('Images/Brands/sanwa.png');
}

.brand-card.unified.tredex {
  background-image: url('Images/Brands/tredex.png');
}

.brand-card.unified.milano {
  background-image: url('Images/Brands/milano.jpg');
}

.brand-card.unified.geberit {
  background-image: url('Images/Brands/geberit.png');
}

.brand-card.unified.usha {
  background-image: url('Images/Brands/usha.png');
}

.brand-card.unified.honeywell {
  background-image: url('Images/Brands/honeywell.png');
}

.brand-card.unified.godrej {
  background-image: url('Images/Brands/godrej.png');
}

.brand-card.unified.ducab {
  background-image: url('Images/Brands/ducab.png');
}

.brand-card.unified.threem {
  background-image: url('Images/Brands/threem.png');
}

.brand-card.unified.nationalpaints {
  background-image: url('Images/Brands/nationalpaints.png');
}

.brand-card.unified.jotun {
  background-image: url('Images/Brands/jotun.png');
}

.brand-card.unified.hilti {
  background-image: url('Images/Brands/hilti.png');
}

.brand-card.unified.yale {
  background-image: url('Images/Brands/yale.png');
}

.brand-card.unified.osram {
  background-image: url('Images/Brands/osram.png');
}

.brand-card.unified.mk {
  background-image: url('Images/Brands/mk.png');
}

.brand-card.unified.orient {
  background-image: url('Images/Brands/orient.png');
}

.brand-card.unified.tenby {
  background-image: url('Images/Brands/tenby.png');
}

.brand-card.unified.sundex {
  background-image: url('Images/Brands/sundex.jpg');
}

.brand-card.unified.ineco {
  background-image: url('Images/Brands/ineco.png');
}

.brand-card.unified.pattex {
  background-image: url('Images/Brands/pattex.png');
}

.brand-card.unified.fevicoll {
  background-image: url('Images/Brands/fevicoll.png');
}

.brand-card.unified.terraco {
  background-image: url('Images/Brands/terraco.png');
}

.brand-card.unified.safewell {
  background-image: url('Images/Brands/safewell.png');
}

.brand-card.unified.udyogi {
  background-image: url('Images/Brands/udyogi.png');
}

.brand-card.unified.dorfit {
  background-image: url('Images/Brands/dorfit.png');
}

.brand-card.unified.uken {
  background-image: url('Images/Brands/uken.png');
}

.brand-card.unified.abb {
  background-image: url('Images/Brands/abb.png');
}

.brand-card.unified.wd {
  background-image: url('Images/Brands/wd.png');
}

.brand-card.unified.kistenmacher {
  background-image: url('Images/Brands/kistenmacher.png');
}

.brand-card.unified:hover {
  box-shadow: 0 6px 24px rgba(0, 153, 229, 0.10);
  transform: translateY(-4px) scale(1.02);
}

@media (max-width: 700px) {
  .brands-section {
    padding: 28px 0 16px 0;
  }

  .brands-grid {
    gap: 8px;
  }

  .brand-card {
    padding: 10px 8px 8px 8px;
    font-size: 0.98rem;
  }
}

.about-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.about-flex {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-left {
  flex: 2;
  min-width: 320px;
}

.about-left h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.about-left p {
  color: #374151;
  font-size: 1.08rem;
  margin-bottom: 18px;
}

.about-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-highlights li {
  color: #22c55e;
  font-size: 1.05rem;
  margin-bottom: 8px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}

.about-highlights li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 1.1em;
}

.about-right {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.about-icon-card {
  background: #e6f0fa;
  border-radius: 14px;
  padding: 36px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.about-icon {
  font-size: 3.2rem;
  color: #0099e5;
}

.about-stats {
  display: flex;
  gap: 18px;
  width: 100%;
  justify-content: center;
}

.about-stat-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 18px 24px;
  text-align: center;
  min-width: 110px;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0099e5;
}

.stat-label {
  font-size: 1rem;
  color: #374151;
}

@media (max-width: 900px) {
  .about-flex {
    flex-direction: column;
    gap: 24px;
  }

  .about-right {
    flex-direction: row;
    gap: 12px;
    justify-content: center;
  }

  .about-icon-card {
    padding: 24px 0;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 24px 0 12px 0;
  }

  .about-stat-card {
    padding: 10px 8px;
    min-width: 80px;
  }

  .about-icon {
    font-size: 2.1rem;
  }
}

.visit-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.visit-info-card {
  background: #e6f0fa;
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 28px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.visit-icon {
  font-size: 2.5rem;
  color: #0099e5;
  margin-right: 8px;
}

.visit-info-content {
  flex: 1;
}

.visit-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.visit-address {
  color: #374151;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.visit-hours-contacts {
  display: flex;
  gap: 32px;
  font-size: 1.05rem;
  color: #222;
}

.visit-store-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  margin: 32px 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.visit-store-desc {
  color: #4b5563;
  font-size: 1.08rem;
  text-align: center;
  margin-bottom: 24px;
}

.visit-map-row {
  display: flex;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.visit-map-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 18px 18px 12px 18px;
  min-width: 240px;
  flex: 1;
  margin-bottom: 12px;
}

.visit-map-label {
  font-weight: 700;
  color: #0099e5;
  margin-bottom: 6px;
}

.visit-map-address {
  color: #374151;
  font-size: 1.02rem;
}

.visit-map-embed {
  flex: 1.2;
  min-width: 260px;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .visit-info-card {
    flex-direction: column;
    gap: 10px;
    padding: 18px 10px;
  }

  .visit-map-row {
    flex-direction: column;
    gap: 12px;
  }

  .visit-map-card,
  .visit-map-embed {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .visit-section {
    padding: 24px 0 12px 0;
  }

  .visit-map-card {
    padding: 10px 8px 8px 8px;
  }
}

.contact-section {
  background: #f7f9fb;
  color: #181e29;
}

.contact-title,
.contact-desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-methods {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.contact-method {
  background: #fff;
  color: #181e29;
  border-radius: 12px;
  padding: 24px 18px 16px 18px;
  min-width: 160px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.contact-label {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-value {
  font-size: 1.05rem;
  color: #035fa2;
  font-weight: 600;
}

.contact-value a {
  color: #035fa2;
  font-weight: 600;
  text-decoration: underline;
}

.contact-cta-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-section .btn-whatsapp.large {
  background: #22c55e;
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}

.contact-section .btn-whatsapp.large:hover {
  background: #1da851;
}

.contact-section .btn-callnow.large {
  background: #0099e5;
  color: #fff;
  font-size: 1.15rem;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: background 0.2s;
}

.contact-section .btn-callnow.large:hover {
  background: #035fa2;
}

@media (max-width: 900px) {
  .contact-methods {
    gap: 14px;
  }

  .contact-method {
    min-width: 120px;
    padding: 14px 8px 10px 8px;
  }

  .contact-cta-row {
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 28px 0 16px 0;
  }

  .contact-title {
    font-size: 1.3rem;
  }

  .contact-methods {
    flex-direction: column;
    align-items: center;
  }
}

.footer-section {
  background: #0a3a6a;
  color: #e5e7eb;
  padding: 48px 0 24px 0;
  margin-top: 0;
}

.footer-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}

.footer-col {
  flex: 1 1 0;
  min-width: 240px;
  margin-bottom: 30px;
}

.footer-col.brand,
.footer-col.links,
.footer-col.contact {
  flex-basis: 33%;
  min-width: 240px;
}

.footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1) contrast(1.2) drop-shadow(0 0 8px #fff8);
}

.footer-description {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer-license {
  color: #6b7280;
  font-size: 12px;
}

.footer-links-title,
.footer-contact-title {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 14px;
  font-weight: bold;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #0099e5;
}

.footer-contact-info {
  color: #e0e0e0;
  line-height: 1.8;
}

.footer-contact-info span {
  margin-right: 6px;
}

.footer-bottom {
  border-top: 1px solid #232a3a;
  margin-top: 24px;
  padding: 18px 0 12px 0;
  text-align: center;
  color: #b0c4de;
  font-size: 13px;
}

@media (max-width: 900px) {
  .footer-flex {
    flex-direction: column;
    gap: 18px;
    padding: 0 10px;
  }

  .footer-col {
    min-width: 100%;
    flex-basis: 100%;
  }

  .footer-logo {
    width: 120px;
  }
}

.services-highlight-section {
  position: relative;
  background: #f7f9fb;
  padding: 60px 0;
  overflow: hidden;
}

.services-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('Images/handyman.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 1;
}

.services-highlight {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.25);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.services-highlight-title {
  color: #0a3a6a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.services-highlight-desc {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}

.services-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: center;
}

.services-highlight-list li {
  color: #22c55e;
  font-size: 1.08rem;
  font-weight: 600;
  background: #fff;
  border-radius: 8px;
  padding: 8px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 8px;
}

.services-highlight-cta {
  margin-top: 18px;
}

@media (max-width: 700px) {
  .services-highlight-section {
    padding: 28px 0 16px 0;
  }

  .services-highlight-list {
    flex-direction: column;
    gap: 8px;
  }

  .services-highlight-list li {
    font-size: 1rem;
    padding: 8px 10px;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 88px;
  z-index: 1000;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(34, 197, 94, 0.18);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}

.floating-whatsapp:hover {
  background: #1da851;
  box-shadow: 0 8px 32px rgba(34, 197, 94, 0.28);
  transform: scale(1.08);
}

.floating-whatsapp-icon {
  font-size: 2.2rem;
  color: #fff;
  display: block;
}

@media (max-width: 600px) {
  .floating-whatsapp {
    bottom: 16px !important;
    right: 16px !important;
    left: auto !important;
    top: auto !important;
    z-index: 1100;
  }
}

/* Update call icon color for .btn-callnow */
.btn-callnow .icon {
  color: #035fa2;
}

.btn-callnow.large {
  background: #0099e5;
  color: #fff;
  font-size: 1.25rem;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: background 0.2s;
  justify-content: center;
}

.btn-callnow.large:hover {
  background: #035fa2;
}

.btn-callnow.large .icon {
  color: #fff;
}

.shop-photos-gallery {
  width: 100%;
  max-width: 500px;
}

.shop-photos-title {
  color: #0a3a6a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.shop-photos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.shop-photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-photo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.shop-photo {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.shop-photo-item:hover .shop-photo {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .shop-photos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .shop-photo {
    height: 100px;
  }
}

@media (max-width: 600px) {
  .shop-photos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .shop-photo {
    height: 80px;
  }
}

.btn-callnow,
.btn-whatsapp,
.btn-callnow.large,
.btn-whatsapp.large {
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-callnow:hover,
.btn-whatsapp:hover,
.btn-callnow.large:hover,
.btn-whatsapp.large:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 24px rgba(0, 153, 229, 0.10);
}

.category-card,
.brand-card.unified {
  transition: box-shadow 0.2s, transform 0.2s;
}

.category-card:hover,
.brand-card.unified:hover {
  box-shadow: 0 8px 32px rgba(0, 153, 229, 0.12);
  transform: translateY(-4px) scale(1.04);
}

/* Back to top button styles */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  background: #0099e5;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  box-shadow: 0 4px 16px rgba(0, 153, 229, 0.18);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

#backToTopBtn:hover {
  background: #035fa2;
  transform: scale(1.08);
}

@media (max-width: 700px) {
  .main-header {
    backdrop-filter: blur(4px);
  }

  #backToTopBtn {
    bottom: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
}

.testimonials-section {
  background: #f7f9fb;
  padding: 48px 0 32px 0;
}

.testimonials-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.testimonial-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 24px;
  max-width: 340px;
  min-width: 220px;
  font-size: 1.08rem;
  color: #222;
  text-align: center;
  font-style: italic;
  position: relative;
}

.testimonial-card span {
  display: block;
  margin-top: 14px;
  color: #0099e5;
  font-weight: 700;
  font-style: normal;
}

.faq-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 18px 24px;
}

.faq-item h3 {
  color: #0a3a6a;
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.faq-item p {
  color: #374151;
  font-size: 1.02rem;
  margin: 0;
}

.footer-social {
  margin-top: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social a img {
  width: 32px;
  height: 32px;
  filter: grayscale(0.2) brightness(1.1);
  transition: filter 0.2s, transform 0.2s;
}

.footer-social a:hover img {
  filter: none;
  transform: scale(1.12);
}

@media (max-width: 700px) {
  .testimonials-grid {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .faq-list {
    gap: 10px;
  }
}

/* --- Custom semi-transparent, mobile-friendly header styles --- */
.main-header.custom-header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: background 0.3s, box-shadow 0.3s;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 200;
}

.hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #181e29;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* --- Responsive navigation menu --- */
@media (max-width: 900px) {
  .main-nav ul {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.97);
    position: absolute;
    top: 60px;
    right: 16px;
    min-width: 160px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding: 18px 0;
    z-index: 150;
  }

  .main-nav.open ul {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .container.header-flex {
    flex-direction: row;
    gap: 0;
    padding: 8px 8px;
  }
}

@media (min-width: 901px) {
  .main-nav ul {
    display: flex !important;
    flex-direction: row;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
  }
}