*{
  --primary:#A4004F;
  --primary-dark:#7A003B;
  --secondary:#E85A8D;
  --gold:#D4A24C;
  --gold-light:#F2D18B;
  --cream:#FFF7F0;
  --light-pink:#FCE4EC;
  --pink:#F8C7D8;
  --purple:#8B006B;
  --text:#3A2A2A;
  --text-light:#6B4B3C;
}

.city-seo-page {
    padding: 70px 0;
}

.city-seo-page h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.city-seo-page h2 {
    margin-top: 35px;
    color: #7b1113;
}

.city-seo-page p,
.city-seo-page li {
    font-size: 17px;
    line-height: 1.8;
}
*,
*::before,
*::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

   body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
}

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      display: block;
    }

   .topbar {
  background: var(--primary-dark);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 14px;
}

    .navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,247,240,0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(164,0,79,.12);
}

    .nav-container {
      max-width: 1200px;
      margin: auto;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .brand img {
      width: 74px;
      height: 74px;
      border-radius: 18px;
      object-fit: contain;
      padding: 1px;
      background: #fffaf3;
      border: 2px solid var(--gold);
      box-shadow: 0 12px 25px rgba(75, 18, 15, 0.22);
    }

    .brand h1 {
      font-family: Georgia, serif;
      font-size: 28px;
      line-height: 1;
    }

    .brand p {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8b1e18;
      margin-top: 5px;
      font-weight: bold;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 24px;
      font-weight: bold;
      font-size: 14px;
    }

    .nav-links a:hover {
      color: #8b1e18;
    }

    .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 9px 8px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--secondary)
  );
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(164,0,79,.25);
  transition: .3s;
}

.btn:hover{
  transform: translateY(-3px);
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  );
}

    .btn:hover {
      transform: translateY(-3px);
      background: #6e1712;
    }

  .btn-light{
  background:#fff;
  color:var(--primary);
  border:1px solid rgba(164,0,79,.15);
}

    .btn-green {
      background: #17a34a;
    }

   .hero{
  position: relative;
  overflow: hidden;
  background:
  linear-gradient(
    135deg,
    #FFF7F0 0%,
    #FCE4EC 30%,
    #F8D7E4 60%,
    #F6B0C8 100%
  );
}

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(139, 30, 24, 0.22), transparent);
      pointer-events: none;
    }

    .hero-container {
      max-width: 1200px;
      margin: auto;
      padding: 24px 20px 28px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 26px;
    }

    .badge{
  display:inline-block;
  background:#fff;
  color:var(--primary);
  border:1px solid rgba(164,0,79,.15);
  border-radius:999px;
  padding:8px 14px;
  font-weight:bold;
  margin-bottom:16px;
  font-size:13px;
}

    .hero h1,
    .hero h2 {
      font-family: Georgia, serif;
      font-size: 48px;
      line-height: 1.05;
      margin-bottom: 12px;
    }

     .hero h1 span,
    .hero h2 span{
  color: var(--primary);
}

    .hero p {
      color: #6b4b3c;
      font-size: 17px;
      max-width: 560px;
      margin-bottom: 16px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 520px;
      margin-top: 38px;
    }

    .stat-card {
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid #ead6b8;
      border-radius: 16px;
      padding: 14px 16px;
      box-shadow: 0 12px 24px rgba(75, 18, 15, 0.08);
    }

    .stat-card h3 {
      color: #8b1e18;
      font-size: 26px;
    }

    .stat-card p {
      font-size: 13px;
      margin: 0;
    }

    .hero-image {
      position: relative;
      isolation: isolate;
    }

    .hero-image img {
      height: 340px;
      width: 100%;
      object-fit: cover;
      border-radius: 26px;
      border: 8px solid rgba(255, 255, 255, 0.72);
      box-shadow: 0 25px 55px rgba(75, 18, 15, 0.25);
    }

    .home-hero .hero-container {
      padding-top: 12px;
      padding-bottom: 16px;
      gap: 24px;
    }

    .home-hero .stats {
      margin-top: 14px;
    }

    .home-hero .hero-image img {
      height: 330px;
      object-position: center 72%;
    }

    .home-hero .hero h2,
    .home-hero h2 {
      font-size: 58px;
      margin-bottom: 16px;
    }

    .home-hero p {
      margin-bottom: 20px;
    }

    .home-hero .floating-card {
      bottom: -104px;
      left: -12px;
    }

    .floating-card {
      position: absolute;
      left: -20px;
      bottom: -28px;
      max-width: 310px;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid #ead6b8;
      border-radius: 18px;
      padding: 16px 18px;
      box-shadow: 0 18px 36px rgba(75, 18, 15, 0.2);
    }

    .floating-card h3 {
      font-family: Georgia, serif;
      color: #8b1e18;
      font-size: 22px;
      margin-bottom: 6px;
    }

    section {
      padding: 84px 20px;
    }

    .container {
      max-width: 1200px;
      margin: auto;
    }

    .section-title {
      max-width: 780px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .section-title .eyebrow {
      color: #8b1e18;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .section-title h2 {
      font-family: Georgia, serif;
      font-size: 46px;
      line-height: 1.15;
      margin-bottom: 14px;
    }

    .section-title p {
      color: #6b4b3c;
      font-size: 17px;
    }

    .white {
      background: white;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .service-card {
      overflow: hidden;
      background: #fffaf3;
      border: 1px solid #ead6b8;
      border-radius: 22px;
      box-shadow: 0 16px 30px rgba(75, 18, 15, 0.08);
      transition: 0.35s ease;
    }

    .service-card:hover {
      transform: translateY(-9px);
      box-shadow: 0 28px 50px rgba(0,0,0,0.12);
    }

    .service-img {
      position: relative;
      height: 250px;
      overflow: hidden;
    }

    .service-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: 0.7s ease;
    }

    .service-card:hover img {
      transform: scale(1.1);
    }

    .service-img::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    }

    .tag{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  background:var(--gold);
  color:#fff;
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:bold;
}

    .service-img h3 {
      position: absolute;
      z-index: 2;
      left: 20px;
      bottom: 20px;
      color: white;
      font-family: Georgia, serif;
      font-size: 26px;
    }

    .service-card p {
      padding: 24px;
      color: #6b4b3c;
    }

    .mini-services {
      margin-top: 36px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .mini-card {
      background: linear-gradient(180deg, #fffaf3, #fff2e1);
      border: 1px solid #ead6b8;
      border-radius: 18px;
      padding: 22px;
      box-shadow: 0 12px 24px rgba(75, 18, 15, 0.06);
      transition: 0.3s ease;
    }

    .mini-card:hover {
      transform: translateY(-5px);
      border-color: #d7a84f;
    }

    .mini-card .icon {
      font-size: 34px;
      margin-bottom: 12px;
    }

    .mini-card h3 {
      margin-bottom: 8px;
    }

    .mini-card p {
      color: #6b4b3c;
      font-size: 14px;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .about-images {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .about-images img {
      height: 330px;
      object-fit: cover;
      border-radius: 28px;
      box-shadow: 0 18px 35px rgba(0,0,0,0.12);
    }

    .about-images img:nth-child(2) {
      margin-top: 45px;
    }

    .about-content .eyebrow {
      color: #8b1e18;
      font-weight: bold;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 13px;
    }

    .about-content h2 {
      font-family: Georgia, serif;
      font-size: 46px;
      line-height: 1.15;
      margin: 12px 0 22px;
    }

    .about-content p {
      color: #6b4b3c;
      font-size: 17px;
      margin-bottom: 20px;
    }

    .check-list {
      display: grid;
      gap: 16px;
      margin-top: 25px;
    }

    .check-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .check-item span {
      color: #8b1e18;
      font-weight: bold;
      font-size: 22px;
    }

    .dark{
  background: linear-gradient(
    135deg,
    #5A0048,
    #8B006B,
    #A4004F
  );
  color:#fff;
}

    .dark .section-title .eyebrow {
      color: #f5c76a;
    }

    .dark .section-title p {
      color: #f7dfc4;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .process-card {
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 20px;
      padding: 24px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .process-card .number {
      font-family: Georgia, serif;
      color: #f5c76a;
      font-size: 50px;
      font-weight: bold;
    }

    .process-card h3 {
      margin: 18px 0 10px;
      font-size: 20px;
    }

    .process-card p {
      color: #f7dfc4;
      font-size: 14px;
    }

    .promise-grid,
    .review-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .promise-card,
    .review-card {
      background: linear-gradient(180deg, #fffaf3, #fff4e8);
      border: 1px solid #ead6b8;
      border-radius: 20px;
      padding: 24px;
      box-shadow: 0 12px 28px rgba(75, 18, 15, 0.06);
    }

    .promise-card span,
    .stars {
      color: #f5b642;
      font-size: 22px;
      margin-bottom: 12px;
      display: block;
    }

    .promise-card h3,
    .review-card h3 {
      font-family: Georgia, serif;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .promise-card p,
    .review-card p {
      color: #6b4b3c;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .gallery-card {
      position: relative;
      height: 290px;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 18px 35px rgba(0,0,0,0.12);
    }

    .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.7s ease;
    }

    .gallery-card:hover img {
      transform: scale(1.1);
    }

    .gallery-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    }

    .gallery-card h3 {
      position: absolute;
      left: 20px;
      bottom: 20px;
      z-index: 2;
      color: white;
      font-size: 22px;
    }

    .quote-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: flex-start;
    }

    .quote-info h2 {
      font-family: Georgia, serif;
      font-size: 48px;
      line-height: 1.15;
      margin: 12px 0 20px;
    }

    .quote-info p {
      color: #f7dfc4;
      margin-bottom: 28px;
    }

    .contact-list {
      display: grid;
      gap: 18px;
    }

    .contact-item {
      display: flex;
      gap: 14px;
      align-items: center;
    }

    .contact-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: rgba(255,255,255,0.10);
      color: #f5c76a;
      font-size: 22px;
    }

    form {
      background: white;
      color: #2b1810;
      border-radius: 32px;
      padding: 30px;
      box-shadow: 0 25px 55px rgba(0,0,0,0.20);
    }

    form h3 {
      font-family: Georgia, serif;
      font-size: 32px;
      margin-bottom: 18px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    input,
    select,
    textarea {
      width: 100%;
      padding: 15px 16px;
      border: 1px solid #ead6b8;
      border-radius: 18px;
      background: #fffaf3;
      outline: none;
      margin-bottom: 14px;
      font-size: 15px;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(139, 30, 24, 0.12);
    }

    .form-note {
      color: #6b4b3c;
      font-size: 12px;
      text-align: center;
      margin-top: 10px;
    }

   footer{
  background: linear-gradient(
    135deg,
    #5A0048,
    #8B006B,
    #A4004F
  );
  color:#fff;
  padding:52px 20px 25px;
}

    .footer-grid {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 40px;
    }

    footer h2,
    footer h3 {
      color: white;
      margin-bottom: 14px;
    }

    footer h2 {
      font-family: Georgia, serif;
      font-size: 34px;
    }

    footer a {
      display: block;
      margin-bottom: 8px;
      color: #f7dfc4;
    }

    .copyright {
      max-width: 1200px;
      margin: 34px auto 0;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.12);
      text-align: center;
      font-size: 14px;
    }

    .fixed-buttons {
      position: fixed;
      right: 22px;
      bottom: 22px;
      display: grid;
      gap: 12px;
      z-index: 999;
    }

    .fixed-buttons a {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: white;
      font-size: 24px;
      box-shadow: 0 18px 35px rgba(0,0,0,0.22);
    }

    .call-btn {
      background: #fff;
    }

    .wa-btn{
      background: #fff;
    }

    @media (max-width: 980px) {
      .nav-links {
        display: none;
      }

      .hero-container,
      .about-grid,
      .quote-grid {
        grid-template-columns: 1fr;
      }

      .hero h2 {
        font-size: 40px;
      }

      .home-hero .hero-container {
        padding-top: 14px;
        padding-bottom: 22px;
      }

      .home-hero h2 {
        font-size: 40px;
      }

      .home-hero .hero-image img {
        height: 320px;
      }

      .service-grid,
      .gallery-grid,
      .promise-grid,
      .review-grid {
        grid-template-columns: 1fr 1fr;
      }

      .mini-services,
      .process-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .topbar {
        font-size: 12px;
      }

      .brand h1 {
        font-size: 22px;
      }

      .brand img {
        width: 60px;
        height: 60px;
       /* border-radius: 14px;*/
        padding: 1px;
      }

      .brand p {
        letter-spacing: 2px;
      }

      .hero-container {
        padding: 20px 18px 24px;
      }

      .home-hero .hero-container {
        padding-top: 12px;
        padding-bottom: 18px;
        gap: 18px;
      }

      .hero h2,
      .section-title h2,
      .about-content h2,
      .quote-info h2 {
        font-size: 36px;
      }

      .home-hero h2 {
        font-size: 34px;
        margin-bottom: 12px;
      }

      .home-hero p {
        font-size: 16px;
        margin-bottom: 16px;
      }

      .home-hero .badge {
        margin-bottom: 12px;
      }

      .hero-image img {
        height: 260px;
      }

      .home-hero .hero-image img {
        height: 240px;
        object-position: center 74%;
      }

      .home-hero .floating-card {
        margin-top: 8px;
      }

      .floating-card {
        position: static;
        margin-left: 0;
        max-width: 100%;
      }

      .stats,
      .service-grid,
      .gallery-grid,
      .promise-grid,
      .review-grid,
      .mini-services,
      .process-grid,
      .form-row {
        grid-template-columns: 1fr;
      }

      .about-images {
        grid-template-columns: 1fr;
      }

      .about-images img:nth-child(2) {
        margin-top: 0;
      }

      section {
        padding: 64px 18px;
      }
      /* Hide wrong duplicate mobile WhatsApp button */
.mobile-whatsapp-float {
    display: none !important;
}
.menu-toggle {
    display: none;
    border: 1px solid #c9b6a3;
    background: #fffaf3;
    color: #3a2a2a;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 10001;
}

@media (max-width: 980px) {
    .nav-container {
        position: relative;
    }

    .menu-toggle {
        display: grid;
        place-items: center;
        margin-left: auto;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        background: #fffaf3;
        border: 1px solid #ead6b8;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 18px 35px rgba(0,0,0,0.15);
        z-index: 10000;
    }

    body.menu-open .nav-links {
        display: grid;
        gap: 10px;
    }

    .navbar .btn {
        display: none;
    }
}
    }
/* ===== Codex fix: Laravel header + mobile menu ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,247,240,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(164,0,79,.12);
}

.nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  min-width: 0;
}

.logo img {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 18px;
  object-fit: contain;
  padding: 1px;
  background: #fffaf3;
  border: 2px solid var(--gold);
  box-shadow: 0 12px 25px rgba(75,18,15,.22);
}

.logo span {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 14px;
}

.nav-menu a {
  color: var(--text);
  text-decoration: none;
}

.nav-menu a:hover {
  color: #8b1e18;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #c9b6a3;
  background: #fffaf3;
  color: #3a2a2a;
  font-size: 24px;
  line-height: 1;
  border-radius: 8px;
  cursor: pointer;
  place-items: center;
}

@media (max-width: 980px) {
  .nav-wrapper {
    padding: 10px 16px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    width: auto;
    background: #fffaf3;
    border: 1px solid #ead6b8;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 18px 35px rgba(0,0,0,.15);
    z-index: 10000;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav-menu.active {
    display: flex;
  }
}

@media (max-width: 640px) {
  .logo img {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 14px;
  }

  .logo span {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer {
    padding: 44px 18px 28px;
  }
  html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #c9b6a3;
    background: #fffaf3;
    color: #3a2a2a;
    font-size: 24px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width: 980px) {
    .nav-container {
        position: relative;
    }

    .menu-toggle {
        display: grid;
        place-items: center;
        margin-left: auto;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        background: #fffaf3;
        border: 1px solid #ead6b8;
        border-radius: 10px;
        padding: 14px;
        box-shadow: 0 18px 35px rgba(0,0,0,0.15);
        z-index: 10000;
    }

    .nav-links.active {
        display: grid;
        gap: 12px;
    }

    .header-whatsapp {
        display: none;
    }
    .footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.footer-socials a {
    display: inline-block;
    padding: 9px 14px;
    border: 1px solid rgba(245, 199, 106, 0.5);
    border-radius: 30px;
    color: #f5c76a;
    font-weight: 600;
    text-decoration: none;
}

.footer-socials a:hover {
    background: #f5c76a;
    color: #111;
}
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(245, 199, 106, 0.5);
    border-radius: 50%;
    color: #f5c76a;
    transition: 0.25s ease;
}

.footer-social-icons a:hover {
    background: #f5c76a;
    color: #111;
}

.footer-social-icons svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}
    .footer-social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
    margin-top: 24px;
}

.footer-social-icons a {
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-social-icons a:hover {
    color: #f5c76a;
    transform: translateY(-2px);
}
.footer-social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 24px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #f5c76a;
}
.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 24px;
}

.footer-social-icons a {
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #f5c76a;
}
footer .footer-social-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 24px;
}

footer .footer-social-icons a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
}

footer .footer-social-icons i {
    display: inline-block;
}

footer .footer-social-icons a:hover {
    color: #f5c76a;
}
.navbar,
.header,
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-menu,
.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: nowrap;
}

.nav-menu a,
.nav-links a {
    white-space: nowrap;
}
.nav-menu,
.nav-links {
    gap: 22px;
}
}

}
/* ===== End Codex fix ===== */
