body {
  font-family: 'Segoe UI', 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #eaf6fb 0%, #e0f7fa 100%);
  color: #2d3748;
  min-height: 100vh;
  text-align: center;
}
header {
  background: rgba(247,250,253,0.85);
  color: #234567;
  padding: 0 0 2rem 0;
  text-align: center;
  border-bottom: 1.5px solid #b2e0ea;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 24px 0 rgba(0,255,231,0.08);
}

.contact-info-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 1rem 2rem;
  background: rgba(0,188,212,0.1);
  border-bottom: 1px solid #b2e0ea;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.contact-icon {
  font-size: 1.2rem;
}

.contact-item a {
  color: #234567;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.contact-item a:hover {
  color: #00bcd4;
  text-shadow: 0 0 8px rgba(0,188,212,0.3);
}

@media (max-width: 600px) {
  .contact-info-header {
    gap: 1.5rem;
    padding: 0.8rem 1rem;
  }
  
  .contact-item {
    font-size: 0.9rem;
  }
}
header h1 {
  margin: 0 0 1.2rem 0;
  font-size: 3.2rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(90deg, #1a237e 0%, #FFD700 60%, #FFB300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-shadow: 0 4px 24px #1a237e, 0 1px 0 #fff, 0 4px 32px #FFD700, 0 0 8px #fff;
  border-radius: 16px;
  padding: 0.7rem 2.5rem;
  display: inline-block;
  box-shadow: 0 2px 24px rgba(26,35,126,0.13), 0 0 0 4px rgba(255,215,0,0.10);
  border: 2.5px solid #FFD700;
  text-align: center;
  font-family: 'Segoe UI', 'Roboto', Arial, Helvetica, sans-serif;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
nav a {
  color: #1a365d;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7rem 2rem;
  border-radius: 30px;
  background: rgba(178,224,234,0.15);
  box-shadow: 0 0 8px #b2e0ea, 0 0 2px #fff;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
nav a:hover, nav a:focus {
  color: #00bcd4;
  background: #e0f7fa;
  box-shadow: 0 0 24px #00ffe7, 0 0 4px #b2e0ea;
  transform: translateY(-2px) scale(1.05);
}
main {
  max-width: 950px;
  margin: 3rem auto 2rem auto;
  background: rgba(255,255,255,0.85);
  padding: 2.5rem 2rem;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0,255,231,0.08);
  backdrop-filter: blur(6px);
  text-align: center;
}
h2, h3, p, ul, li, label, input, textarea, button {
  text-align: center !important;
}
h2 {
  color: #111;
  margin-top: 0;
  font-size: 2rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #fff, 0 0 2px #fff;
  font-weight: 700;
}
h3 {
  color: #111;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: 600;
}
footer {
  background: rgba(247,250,253,0.85);
  color: #1a365d;
  text-align: center;
  padding: 1.2rem 0 0.8rem 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-top: 1.5px solid #b2e0ea;
  position: fixed;
  width: 100%;
  bottom: 0;
  backdrop-filter: blur(8px);
  box-shadow: 0 -2px 24px 0 rgba(0,255,231,0.08);
}
.hero-img {
  width: 100%;
  max-height: 420px;
  min-height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 2rem;
  background: transparent;
  padding: 0;
  display: block;
  box-shadow: 0 4px 32px rgba(0,255,231,0.10);
  position: relative;
  z-index: 1;
}
.hero-img-blend {
  position: relative;
  width: 100%;
  display: block;
}
.hero-img-blend::before,
.hero-img-blend::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}
.hero-img-blend::before {
  top: 0;
  background: linear-gradient(to bottom, #eaf6fb 80%, rgba(234,246,251,0));
}
.hero-img-blend::after {
  bottom: 0;
  background: linear-gradient(to top, #eaf6fb 80%, rgba(234,246,251,0));
}
.service-photos {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.service-photos > div {
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,255,231,0.08);
  padding: 1.2rem 1.2rem 0.7rem 1.2rem;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s, border 0.3s;
  border: 2px solid #b2e0ea;
  cursor: pointer;
  position: relative;
  backdrop-filter: blur(4px);
}
.service-photos > div:hover, .service-photos > div:focus-within {
  box-shadow: 0 0 32px #00ffe7, 0 0 12px #00bcd4;
  border: 2.5px solid #00ffe7;
  transform: scale(1.07);
  z-index: 2;
}
.service-photo {
  width: 260px;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  background: #e3e8ee;
  box-shadow: 0 2px 8px rgba(0,255,231,0.08);
  transition: box-shadow 0.3s, transform 0.3s, border 0.3s;
  border: 2px solid transparent;
}
.service-photos > div:hover .service-photo, .service-photos > div:focus-within .service-photo {
  box-shadow: 0 0 32px #00ffe7, 0 0 8px #00bcd4;
  border: 2.5px solid #00ffe7;
  transform: scale(1.10);
}
#services ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}
#services ul li {
  display: block;
  margin: 0.5rem 0;
  font-size: 1.08rem;
  color: #1a365d;
  font-weight: 500;
  position: relative;
}
#contact {
  background: linear-gradient(135deg, #e0f7fa 0%, #f7fafd 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(0, 255, 231, 0.10), 0 1.5px 8px rgba(44,62,80,0.06);
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  margin: 2rem 0 2rem 0;
  border: 2.5px solid #00bcd4;
}
#contact h2 {
  color: #00bcd4;
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
}
#contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto 1.5rem auto;
  background: rgba(255,255,255,0.85);
  padding: 2rem 2.2rem;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 188, 212, 0.10);
  border: 2px solid #00bcd4;
  backdrop-filter: blur(4px);
}
#contact form label {
  font-weight: 600;
  color: #234567;
  margin-bottom: 0.2rem;
}
#contact form input,
#contact form textarea {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  border: 1.5px solid #b2e0ea;
  border-radius: 8px;
  padding: 0.7rem;
  font-size: 1rem;
  background: #f7fafd;
  color: #2d3748;
  transition: border 0.2s, box-shadow 0.2s;
}
#contact form input:focus,
#contact form textarea:focus {
  border: 1.5px solid #00bcd4;
  box-shadow: 0 0 8px #00bcd4;
  outline: none;
}
#contact form button {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  background: linear-gradient(90deg, #00bcd4 0%, #00ffe7 100%);
  color: #234567;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 255, 231, 0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
#contact form button:hover, #contact form button:focus {
  background: #00ffe7;
  color: #1a365d;
  box-shadow: 0 0 24px #00ffe7, 0 0 4px #00bcd4;
}
#contact h3, #contact p {
  text-align: center;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.testimonial-card {
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,255,231,0.08);
  padding: 1.2rem 1rem;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left;
  color: #2d3748;
  font-style: italic;
  position: relative;
  border: 2px solid #b2e0ea;
  backdrop-filter: blur(4px);
}
.testimonial-card footer {
  margin-top: 1rem;
  font-style: normal;
  color: #234567;
  font-size: 1rem;
}
input, textarea {
  padding: 0.7rem;
  border: 1px solid #e3e8ee;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  color: #2d3748;
  transition: border 0.2s, box-shadow 0.2s;
  margin-bottom: 0.7rem;
}
input:focus, textarea:focus {
  border: 1.5px solid #a0aec0;
  box-shadow: 0 0 4px #d1e2f3;
  outline: none;
}
button[type="submit"] {
  background: #e3e8ee;
  color: #234567;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
button[type="submit"]:hover, button[type="submit"]:focus {
  background: #d1e2f3;
  color: #1a365d;
}
.kent-towns-section {
  margin: 2.5rem 0 2rem 0;
  padding: 2rem 0 1.5rem 0;
  background: rgba(224,247,250,0.5);
  border-radius: 20px;
  box-shadow: 0 2px 24px 0 rgba(0,255,231,0.08);
  position: relative;
  overflow: hidden;
}
.kent-map-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: 100%;
  max-width: 98vw;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.32;
  background: url('https://upload.wikimedia.org/wikipedia/commons/2/2e/Kent_UK_locator_map_2010.svg') center center/contain no-repeat;
  pointer-events: none;
  filter: drop-shadow(0 2px 12px #00bcd4);
}
.kent-towns-section > *:not(.kent-map-bg) {
  position: relative;
  z-index: 1;
}
.kent-towns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem 2.2rem;
  margin: 2rem 0 0 0;
}
.kent-town {
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 700;
  color: #00bcd4;
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 0.6rem 1.4rem;
  margin: 0.2rem 0;
  box-shadow: 0 1px 8px rgba(0,255,231,0.08);
  opacity: 0;
  animation: fadeInTown 0.8s forwards;
  animation-delay: calc(var(--i, 0) * 0.08s);
  transition: box-shadow 0.3s, color 0.3s, background 0.3s, transform 0.2s;
  cursor: pointer;
}
.kent-town:hover, .kent-town:focus {
  color: #fff;
  background: linear-gradient(90deg, #00bcd4 0%, #00ffe7 100%);
  box-shadow: 0 0 16px #00ffe7, 0 0 8px #00bcd4;
  transform: scale(1.08);
}
@keyframes fadeInTown {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.kent-towns-list .kent-town:nth-child(1) { --i: 1; }
.kent-towns-list .kent-town:nth-child(2) { --i: 2; }
.kent-towns-list .kent-town:nth-child(3) { --i: 3; }
.kent-towns-list .kent-town:nth-child(4) { --i: 4; }
.kent-towns-list .kent-town:nth-child(5) { --i: 5; }
.kent-towns-list .kent-town:nth-child(6) { --i: 6; }
.kent-towns-list .kent-town:nth-child(7) { --i: 7; }
.kent-towns-list .kent-town:nth-child(8) { --i: 8; }
.kent-towns-list .kent-town:nth-child(9) { --i: 9; }
.kent-towns-list .kent-town:nth-child(10) { --i: 10; }
.kent-towns-list .kent-town:nth-child(11) { --i: 11; }
.kent-towns-list .kent-town:nth-child(12) { --i: 12; }
.kent-towns-list .kent-town:nth-child(13) { --i: 13; }
.kent-towns-list .kent-town:nth-child(14) { --i: 14; }
.kent-towns-list .kent-town:nth-child(15) { --i: 15; }
.kent-towns-list .kent-town:nth-child(16) { --i: 16; }
.kent-towns-list .kent-town:nth-child(17) { --i: 17; }
.kent-towns-list .kent-town:nth-child(18) { --i: 18; }
.kent-towns-list .kent-town:nth-child(19) { --i: 19; }
.testimonials-carousel {
  display: flex;
  overflow-x: auto;
  gap: 2rem;
  padding: 1.5rem 0 1.5rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #00bcd4 #eaf6fb;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
.testimonials-carousel::-webkit-scrollbar {
  height: 10px;
}
.testimonials-carousel::-webkit-scrollbar-thumb {
  background: #00bcd4;
  border-radius: 8px;
}
.testimonials-carousel::-webkit-scrollbar-track {
  background: #eaf6fb;
  border-radius: 8px;
}
.testimonial-card {
  min-width: 340px;
  max-width: 380px;
  flex: 0 0 360px;
  margin: 0 auto;
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,255,231,0.08);
  padding: 1.2rem 1rem;
  text-align: center;
  color: #2d3748;
  font-style: italic;
  position: relative;
  border: 2px solid #b2e0ea;
  backdrop-filter: blur(4px);
  scroll-snap-align: center;
  transition: box-shadow 0.3s, border 0.3s, transform 0.2s;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 0 24px #00ffe7, 0 0 8px #00bcd4;
  border: 2.5px solid #00ffe7;
  transform: scale(1.04);
}
.testimonial-card footer {
  margin-top: 1rem;
  font-style: normal;
  color: #234567;
  font-size: 1rem;
}
@media (max-width: 900px) {
  main {
    padding: 1rem;
  }
  nav ul {
    flex-direction: column;
    gap: 1rem;
  }
  footer {
    font-size: 0.95rem;
  }
  header h1 {
    font-size: 1.5rem;
  }
  .service-photo {
    width: 100%;
    max-width: 350px;
  }
  .testimonial-card, .testimonials-carousel {
    min-width: 90vw;
    max-width: 95vw;
  }
  .testimonial-card {
    flex: 0 0 90vw;
  }
} 
.hero-image-hero {
  width: 100%;
  height: 320px;
  background: url('images/ban2.png') center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 4px 32px rgba(0,255,231,0.10);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-image-hero.hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin-bottom: 0;
  transform: translateZ(0) scale(0.95);
}

nav {
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

nav.scrolled {
  margin-top: 0;
}
.hero-image-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.18) 60%, rgba(0,0,0,0.08) 100%);
  z-index: 1;
}
.hero-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-shadow: 0 4px 32px #000, 0 1px 0 #fff, 0 0 8px #bfa100;
  background: linear-gradient(90deg, #FFD700 0%, #FFB300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0.5rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(191,161,0,0.13);
  text-align: center;
} 