:root {
  --gold: #f5b231;
  --gold-dark: #c48a20;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.88);
  --bg: url("background\ image.webp");
  --max-width: 1200px;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  background: #000;
  color: var(--white);
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  background-image: linear-gradient(rgba(9, 9, 9, 0.56), rgba(9, 9, 9, 0.56)),
    var(--bg);
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  padding: 12px;
    min-height: 500px; /* increase this value as needed */

}
.eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  margin-top: 25px;
  font-size: 16px;
}
.title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 0.98;
  margin: 60px 0 30px;
  letter-spacing: -0.02em;

}
.title .accent {
  color: var(--gold);
}
.lead {
  max-width: 920px;
  margin: 0 auto;
  font-size: 19px;
  color: var(--muted);
  margin-bottom: 18px;
}
.sub {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}
.ctas {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  min-width: 170px;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  border: 2px solid transparent;
}
.btn:active {
  transform: translateY(1px);
}
.btn-call {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #111;
  border-color: rgba(0, 0, 0, 0.18);
}
.btn-book {
  background: transparent;
  color: var(--gold);
  border: 2px solid rgba(245, 178, 49, 0.95);
}
.btn-book:hover {
  background: rgba(245, 178, 49, 0.06);
}
.btn i {
  font-size: 18px;
  width: 22px;
  text-align: center;
}
@media (max-width: 900px) {
  .title {
    font-size: 48px;
  }
  .lead {
    font-size: 18px;
  }
  .btn {
    min-width: 150px;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 8px;
  }
  .hero {
    min-height: 56vh;
    padding: 36px 16px;
  }
}
@media (max-width: 520px) {
  .title {
    font-size: 34px;
  }
  .lead {
    font-size: 16px;
  }
  .ctas {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
  .btn {
    width: 100%;
    max-width: 340px;
  }
  .hero {
    padding: 28px 12px;
    min-height: 52vh;
  }
  .sub {
    font-size: 14px;
  }
}








 .about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 60px 20px;
      max-width: 1400px;
      margin: auto;
    }
    .about-image {
      flex: 1 1 500px;
      display: flex;
      justify-content: center;
    }
    .about-image img {
      width: 100%;
      border-radius: 10px;
    }
    .about-content {
      flex: 1 1 600px;
      padding: 20px;
    }
    .about-content h2 {
      font-size: 36px;
      font-weight: 700;
      color: #f5c542;
      margin-bottom: 20px;
    }
    .about-content h3 {
      font-size: 24px;
      font-weight: 600;
      color: #f5c542;
      margin-bottom: 15px;
    }
    .about-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #ccc;
      margin-bottom: 20px;
    }
.stats {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stat-box-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.stat-box-inline i {
  font-size: 24px;
  color: #f5c542;
}

.rating-box .rating-text {
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px;
  color: #fff;
}

.stars {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ccc; /* default gray background */
}

.star-rating {
  position: relative;
  z-index: 1;
  color: #f5c542; /* yellow stars */
}

.star-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%; /* 4.9/5 stars filled = 98% */
  height: 100%;
  /* background: #f5c542; */
  /* z-index: 2;
  -webkit-mask: linear-gradient(90deg, #000 98%, transparent 98%);
  -webkit-mask-composite: destination-in;
  mask: linear-gradient(90deg, #000 98%, transparent 98%);
  mask-composite: intersect; */
}

    .stat-box span {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }
    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .about-content{
        padding-bottom: 5px;
      }
      .about-content h2 {
        font-size: 28px;
      }
      .about-content h3 {
        font-size: 20px;
      }
      .stats {
        justify-content: center;
        gap: 20px;
      }
      .about-image {
        flex: 1 1 300px;
      }
    }






.services-section {
  text-align: center;
  padding: 60px 100px;
}

/* Heading */
.services-section h2 {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

/* Highlighted Span */
.services-section h2 span {
  color: #f4c542;
}

.service-box img{
  height: 5em;
  width: 5em;
}

/* Underline */
.underline {
  width: 200px;
  height: 3px;
  background-color: #f4c542;
  margin: 10px auto 20px;
}

/* Subtitle */
.subtitle {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 50px;
}

/* Container */
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-content: center;
}

/* Each Service Box */
.service-box {
  background-color: #1d1d1d;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
}

/* Icons */
.service-box i {
  font-size: 40px;
  color: #f4c542;
  margin-bottom: 20px;
}

/* Titles */
.service-box h3 {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Text */
.service-box p {
  font-size: 16px;
  color: #ccc;
}

/* Hover Effect */
.service-box:hover {
  /* transform: translateY(-10px); */
  border-color: #f4c542;
  box-shadow: 0 8px 50px rgba(244, 197, 66, 0.3);
}


@media (max-width: 600px) {
  .services-section{
    padding: 10px;

  }
}








.reviews-section {
  background: #000000;
  padding: 60px 20px 80px 20px;
  max-width: 1400px;
  margin: 0 auto 0 auto;
}

.reviews-head {
  text-align: center;
  color: #ffffff;
  margin-bottom: 28px;
}

.reviews-head h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 0 0;
}

.reviews-head .underline {
  width: 80px;
  height: 6px;
  background: #f5c542;
  border-radius: 8px;
  margin: 14px auto 10px auto;
}

.reviews-head p {
  color: #cfcfcf;
  font-size: 18px;
  margin: 0 0 0 0;
}

.reviews-slider {
  padding: 0 14px 16px 14px;
  overflow: hidden;
  background: #000000;
}








.reviews-track {
  display: flex;
  transition: transform 0.6s ease;
}

.review-card {
  min-width: 100%;
  box-sizing: border-box;
  padding: 28px 28px 28px 28px;
  background: #121212;
  color: #ffffff;
  border-radius: 16px;
  margin: 0 12px 0 12px;
  box-shadow: 0 0 0 1px #0a0a0a, 0 12px 30px #00000059;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #f5c542, #ffdf85);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 14px;
}

.review-card h4 {
  margin: 0 0 2px 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.stars i {
  color: #f5c542;
  font-size: 16px;
}

.review-text {
  color: #cfcfcf;
  line-height: 1.7;
  margin-top: 6px;
  font-size: 16px;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.reviews-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a2a2a;
  border: 2px solid #f5c54240;
  outline: none;
  cursor: pointer;
  padding: 0 0 0 0;
}

.reviews-dots .dot.active {
  background: #f5c542;
  border-color: transparent;
}

.reviews-slider:hover {
  cursor: grab;
}

@media (max-width: 480px) {
  .reviews-section {
    padding: 40px 14px 60px 14px;
  }
  .reviews-head h2 {
    font-size: 28px;
  }
  .reviews-head p {
    font-size: 14px;
  }
  .review-card {
    padding: 18px 16px 18px 16px;
    border-radius: 12px;
    margin: 0 8px 0 8px;
  }
  .review-top {
    gap: 10px;
    margin-bottom: 8px;
  }
  .avatar {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .review-card h4 {
    font-size: 16px;
  }
  .stars i {
    font-size: 14px;
  }
  .review-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .reviews-dots .dot {
    width: 8px;
    height: 8px;
  }
}









.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.gallery-section-custom {
  text-align: center;
  padding: 40px 0 80px;
}

.gallery-heading {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  color: #fff;
  letter-spacing: 0.5px;
}

.gallery-heading span {
  color: var(--gold);
}

.gallery-underline {
  width: 70px;
  height: 4px;
  background: var(--gold);
  margin: 14px auto 20px;
  border-radius: 2px;
}

.gallery-description {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 40px;
}

.gallery-grid-custom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.gallery-card-custom {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  background: #111;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
  transition: transform 0.28s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.gallery-card-custom img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;

}

.card-overlay-custom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.card-overlay-custom span {
  font-family: "Merriweather", serif;
  font-weight: 900;
  color: #212020;
  background: transparent;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 23px;
  text-shadow: -0.2px -0.2px #ad9a9a;
}

.gallery-card-custom:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.gallery-card-custom:hover img {
  transform: scale(1.08);
}

.gallery-card-custom:hover .card-overlay-custom {
  opacity: 1;
}

@media (min-width: 1120px) {
  .gallery-card-custom img {
    height: 240px;
  }
}

@media (max-width: 1024px) {
  .gallery-grid-custom {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery-card-custom img {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .gallery-container {
    padding: 24px 16px;
  }
  .gallery-section-custom{
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .gallery-grid-custom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gallery-card-custom img {
    height: 180px;
    border-radius: 12px;
  }
  .gallery-heading {
    font-size: 36px;
  }
  .card-overlay-custom span {
    font-size: 18px;
  }
}











/* .pricing-section-unique {
  text-align: center;
  padding: 56px 20px 80px;
}

.pricing-wrap-unique {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pricing-heading-unique {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  color: #fff;
}

.pricing-heading-unique span {
  color: #f4c542;
}

.pricing-underline-unique {
  width: 70px;
  height: 4px;
  background: #f4c542;
  margin: 14px auto 20px;
  border-radius: 2px;
}

.pricing-sub-unique {
  color: #f4c542;
  font-size: 18px;
  margin-bottom: 70px;
}

.pricing-grid-unique {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 28px;
}

.price-card-unique {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.02);
  padding: 20px 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.03);
  transition: box-shadow .28s ease, transform .18s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,10);
}

.price-left-unique {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.price-left-unique i {
  color: #f4c542;
  font-size: 18px;
}

.price-right-unique {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 18px;
  color: #f4c542;
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-card-unique.highlighted:hover {
  box-shadow: 0 18px 40px rgba(244,197,66, 0.2);
  transform: translateY(-4px);
}

.price-card-unique:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(244,197,66, 0.2);
}

.pricing-note-unique {
  color: var(--muted-unique);
  margin-top: 6px;
  margin-bottom: 22px;
  font-size: 15px;
}

.pricing-cta-wrap-unique {
  text-align: center;
  margin-top: 8px;
} */

/* .pricing-cta-unique {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f4c542;
  color: #111;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 6px 18px rgba(244,197,66,0.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.pricing-cta-unique i {
  font-size: 18px;
  color: #111;
}


.pricing-cta-unique:hover {
  transform: translateY(-4px);
} */

/* responsive: 2 columns on tablet */
/* @media (max-width: 1024px) {
  .pricing-grid-unique {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
} */

/* responsive: 1 column on mobile, bigger spacing */
/* @media (max-width: 600px) {
  .pricing-section-unique {
    padding: 36px 12px 30px;
  }
  .pricing-sub-unique{
    margin-bottom: 10px;
  }

  .pricing-heading-unique {
    font-size: 36px;
  }

  .pricing-grid-unique {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-card-unique {
    padding: 18px 18px;
  }

  .price-left-unique {
    font-size: 16px;
  }

  .price-right-unique {
    font-size: 16px;
  }

  .pricing-cta-unique {
    width: 80%;
    max-width: 360px;
    justify-content: center;
    padding: 12px 18px;
  }
} */












.contactloc-section-unique {
  text-align: center;
  padding: 56px 20px 80px;
}

.contactloc-wrap-unique {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contactloc-heading-unique {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  color: #fff;
}

.contactloc-heading-unique span {
  color: #f4c542;
}

.contactloc-underline-unique {
  width: 70px;
  height: 4px;
  background: #f4c542;
  margin: 14px auto 20px;
  border-radius: 2px;
}

.contactloc-subwrap-unique {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.contactloc-sub-unique {
  color: #cfc1a8;
  font-size: 18px;
  margin: 0 0 6px 0;
}

.contactloc-card-unique {
  width: 100%;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  justify-items: center;
}

.contactloc-info-unique {
  width: 100%;
  max-width: 520px;
  padding: 6px 12px;
  text-align: left;
}

.contactloc-title-unique {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 6px 0 18px 0;
  color: #fff;
}

.contactloc-row-unique {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.contactloc-icon-unique {
  color: #f4c542;
  font-size: 18px;
  margin-top: 4px;
  min-width: 24px;
  text-align: center;
}

.contactloc-text-unique {
  color: #cfc1a8;
  font-size: 16px;
  line-height: 1.5;
}

.contactloc-phone-unique {
  color: #cfc1a8;
  text-decoration: none;
  font-weight: 600;
}

.contactloc-mapwrap-unique {
  width: 100%;
  max-width: 520px;
}

.contactloc-info-unique,
.contactloc-mapwrap-unique {
  background: rgba(255,255,255,0.02);
  padding: 11px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

/* responsive: tablet stack */
@media (max-width: 1024px) {
  .contactloc-card-unique {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contactloc-mapwrap-unique {
    max-width: 720px;
  }
}

/* mobile tweaks */
@media (max-width: 600px) {
  .contactloc-section-unique {
    padding: 15px 12px 15px;
  }
  .contactloc-heading-unique {
    font-size: 34px;
  }
  .contactloc-sub-unique {
    font-size: 16px;
  }
  .contactloc-info-unique,
  .contactloc-mapwrap-unique {
    padding: 8px;
    border-radius: 10px;
  }
  .contactloc-title-unique {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contactloc-icon-unique {
    font-size: 16px;
    margin-top: 6px;
  }
  .contactloc-text-unique {
    font-size: 15px;
  }

  .contactloc-mapwrap-unique iframe {
    width: 100%;
    border: 0;
  }
}











.ill-footer-unique {
  background-color: #1d1d1d;
  color: #fff;
  padding: 15px 14px 28px;
}

.ill-footer-inner-unique {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 12px;
}

.ill-footer-grid-unique {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* left column */
.ill-col-left-unique {
  text-align: left;
}

.ill-logo-unique {
  font-family: "Merriweather", serif;
  color: #f4c542;
  font-size: 28px;
  margin: 0 0 12px 0;
}

.ill-desc-unique {
  color: #cfc1a8;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

/* center column */
.ill-col-center-unique {
  text-align: left;
}

.ill-col-title-unique {
  font-family: "Merriweather", serif;
  font-size: 18px;
  margin: 0 0 14px 0;
  color: #fff;
}

.ill-contact-row-unique {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ill-icon-unique {
  color: #f4c542;
  font-size: 16px;
  min-width: 24px;
  text-align: center;
}

.ill-contact-link-unique {
  color: #cfc1a8;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.ill-contact-text-unique {
  color: #cfc1a8;
  font-size: 15px;
  line-height: 1.5;
}

/* right column */
.ill-col-right-unique {
  text-align: left;
}

.ill-hours-unique {
  color: #cfc1a8;
  font-size: 15px;
  margin-bottom: 8px;
}

/* separator line */
.ill-sep-unique {
  height: 1px;
  background: rgba(255,255,255,0.04);
  margin: 22px 0;
  border-radius: 1px;
}

/* copyright */
.ill-copy-unique {
  color: #cfc1a8;
  text-align: center;
  padding: 10px 0 0;
  font-size: 14px;
}

/* Responsive: tablet */
@media (max-width: 1024px) {
  .ill-footer-grid-unique {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ill-desc-unique {
    max-width: 100%;
  }
}

/* Responsive: mobile */
@media (max-width: 600px) {
  .ill-footer-unique {
    padding: 36px 12px 22px;
  }
  .ill-footer-inner-unique {
    padding: 0 8px;
  }
  .ill-footer-grid-unique {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ill-logo-unique {
    font-size: 22px;
  }
  .ill-col-title-unique {
    font-size: 16px;
  }
  .ill-contact-link-unique,
  .ill-contact-text-unique,
  .ill-hours-unique,
  .ill-desc-unique {
    font-size: 14px;
  }
  .ill-copy-unique {
    font-size: 13px;
  }


}










.ill-socials-unique {
  margin-top: 14px;
  display: flex;
  gap: 12px;
}

.ill-social-link-unique {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f4c542;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 16px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ill-social-link-unique i {
  line-height: 1;
  width: 23px;
  height: 23px;
  display: inline-block;
  text-align: center;
  
}

/* hover/focus state: gold background with dark icon */
.ill-social-link-unique:hover {
  background: #f4c542;
  color: #1d1d1d;
  transform: translateY(-4px);
}

/* keyboard focus visible */
.ill-social-link-unique:focus {
  outline: 3px solid rgba(244,197,66,0.18);
  outline-offset: 2px;
  background: #f4c542;
  color: #1d1d1d;
}

/* slightly smaller on small screens */
@media (max-width: 600px) {
  .ill-social-link-unique {
    width: 34px;
    height: 34px;
    font-size: 14px;
    border-radius: 6px;
  }
}
