.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
  display: none;
}

.cookies-eu-banner .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
  background: #fff;
  color: #222;
}

.cookie-checkbox:checked+.cookies-content {
  display: none;
}

/* 🧱 Base Styling */
.skeu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  background: #f4f4f4;
  box-shadow: inset 0 2px 6px #d0d0d0, inset 0 -2px 6px #ffffff;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}

/* 🪞 Logo */
.skeu-logo .logo-text {
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  background: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #aaa, -2px -2px 5px #fff;
  transition: transform 0.3s ease;
}

.skeu-logo .logo-text:hover {
  transform: scale(1.05);
}

/* 📢 Advertising Text */
.skeu-ad-text p {
  margin: 0;
  font-size: 1.1em;
  color: #666;
  font-style: italic;
}

/* ✨ Button Style */
.skeu-quote-link {
  background: #fefefe;
  color: #2a2a2a;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 3px 3px 8px #bbb, -3px -3px 8px #fff;
  transition: all 0.3s ease;
  font-size: 1em;
}

.skeu-quote-link:hover {
  background: #eaeaea;
  transform: translateY(-2px);
  box-shadow: 2px 2px 6px #aaa, -2px -2px 6px #fff;
}

/* 📱 Tablet Adaptation */
@media (max-width: 1024px) {
  .skeu-header {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .skeu-ad-text {
    margin: 10px 0;
  }
}

/* 📲 Mobile Adaptation */
@media (max-width: 768px) {
  .skeu-logo .logo-text {
    font-size: 1.7em;
  }

  .skeu-quote-link {
    font-size: 0.95em;
    padding: 10px 20px;
  }
}

/* 📟 Very Small Screens */
@media (max-width: 480px) {
  .skeu-logo .logo-text {
    font-size: 1.5em;
  }

  .skeu-ad-text p {
    font-size: 0.95em;
  }

  .skeu-quote-link {
    font-size: 0.85em;
    padding: 8px 16px;
  }
}



/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #222;
  background: linear-gradient(135deg, #f2eec9, #bed4ee);
  overflow-x: hidden;
  text-align: center;
}

section {
  padding: 20px 20px;
  max-width: 1200px;
  margin: auto;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

section:nth-child(1) {
  animation-delay: 0.2s;
}

section:nth-child(2) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

h1,
h2,
h3 {
  color: #1c3b70;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
  color: #555;
}

/* Hero Section */
/* Hero Section */
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #dceefb, #f6f9fc);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hero-content {
  flex: 1;
  padding: 40px;
  animation: fadeInUp 1s ease forwards;
}

.hero-image {
  flex: 1;
  padding: 20px;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #1c3b70, #4286f4);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(66, 134, 244, 0.4);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #163261, #336ee4);
  transform: scale(1.05);
}

.btn-uk {
  display: inline-block;
  background: linear-gradient(135deg, #b95204, #e9de0d);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(66, 134, 244, 0.4);
}

.btn-uk:hover {
  background: linear-gradient(135deg, #163261, #336ee4);
  transform: scale(1.05);
}

/* Mobile First */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    padding: 20px;
    flex: 1;
  }

  .hero-image {
    padding: 10px;
    flex: 1;
    margin-top: 20px;
  }

  .btn-primary {
    width: 100%;
    padding: 12px 24px;
    margin-top: 20px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    padding: 30px;
  }

  .hero-image {
    padding: 20px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .hero {
    flex-direction: row;
    text-align: left;
  }

  .hero-content {
    padding: 40px;
  }

  .hero-image {
    padding: 20px;
  }
}

/* Grids */
.benefits-grid,
.coverage-grid,
.age-grid,
.location-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.benefit-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.benefit-item img {
  width: 100%;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.coverage-grid a,
.age-grid a,
.location-grid a {
  display: block;
  background: #ff9531;
  padding: 18px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #1c3b70;
  font-weight: 500;
  border: 1px solid #d0dce9;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.coverage-grid a:hover,
.age-grid a:hover,
.location-grid a:hover {
  background-color: #e7f1ff;
  color: #eef1f6;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Call to Action */
.call-to-action {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe, #f0f4ff);
  padding: 70px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  animation: fadeInUp 1s ease forwards;
}

.call-to-action .disclaimer {
  font-size: 0.9em;
  color: #666;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.uk-insure-footer {
  background-color: #0d1a26;
  color: #e1e5ea;
  padding: 60px 30px 20px;
  font-family: 'Arial', sans-serif;
}

.uk-insure-footer p {
  color: rgb(255, 255, 255);
}

.uk-insure-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.uk-insure-brand h2 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 14px;
}

.uk-insure-brand p {
  font-size: 15px;
  color: #c7d0da;
  line-height: 1.6;
}

.uk-insure-legal,
.uk-insure-contact,
.uk-insure-links {
  font-size: 15px;
  line-height: 1.6;
}

.uk-insure-legal h3,
.uk-insure-contact h3,
.uk-insure-links h3 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1e90ff;
  display: inline-block;
  padding-bottom: 4px;
}

.uk-insure-contact a,
.uk-insure-links a {
  color: #66c1ff;
  text-decoration: none;
}

.uk-insure-contact a:hover,
.uk-insure-links a:hover {
  text-decoration: underline;
}

.uk-insure-links ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.uk-insure-links li {
  margin-bottom: 6px;
}

.uk-insure-disclaimer {
  margin-top: 40px;
  background-color: #0a141e;
  padding: 20px;
  border-left: 4px solid #1e90ff;
  font-size: 14px;
  color: #b8c2cc;
}

.uk-insure-bottom {
  text-align: center;
  font-size: 13px;
  color: #9aa4af;
  margin-top: 25px;
}

@media (max-width: 600px) {
  .uk-insure-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}



ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}