/* --------------------------------------------------------------------------
   Portfolio Recovery + Gallery Patch v15
   Paste at the very end of assets/css/main.css.
   -------------------------------------------------------------------------- */

:root {
  --background-color: #000000;
  --default-color: #fafafa;
  --heading-color: #ffffff;
  --accent-color: #27a776;
  --surface-color: #1a1a1a;
  --contrast-color: #ffffff;
  --nav-color: rgba(255, 255, 255, 0.5);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #1a1a1a;
  --nav-dropdown-background-color: #1a1a1a;
  --nav-dropdown-color: rgba(255, 255, 255, 0.5);
  --nav-dropdown-hover-color: #ffffff;
  --default-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Montserrat", sans-serif;
}

html,
body,
.index-page,
.main,
section,
.section {
  background-color: var(--background-color) !important;
  color: var(--default-color);
}

body {
  margin: 0;
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid var(--background-color);
}

.header .logo {
  line-height: 1;
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex !important;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
    list-style: none;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 20px;
    right: 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    z-index: 9998;
    list-style: none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: auto !important;
  }

  .navmenu li {
    list-style: none;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
  }

  /* CRITICAL: show the nav when hamburger is active */
  .mobile-nav-active .navmenu ul {
    display: block !important;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
    z-index: 9997;
  }

  .mobile-nav-active .navmenu > ul {
    display: block !important;
    height: auto !important;
    bottom: auto !important;
  }
}

.hero {
  width: 100%;
  min-height: 30vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}

.hero h2 {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 700;
  color: var(--heading-color);
}

.hero h2 .underlight {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline-block;
}

.hero h2 .underlight:before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--accent-color);
  z-index: -1;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 30px;
  font-size: 18px;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery .gallery-card-shell,
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  cursor: pointer;
  background: #111111;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.gallery .gallery-card-shell.lifted-row,
.gallery .gallery-item.lifted-row {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 20;
}

.gallery .gallery-card-shell .swiper,
.gallery .gallery-card-shell .swiper-wrapper,
.gallery .gallery-card-shell .swiper-slide {
  width: 100%;
  height: 100%;
}

.gallery .gallery-card-shell img,
.gallery .gallery-card-shell video,
.gallery .gallery-item img,
.gallery .gallery-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.35s ease;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery .gallery-card-shell.lifted-row img,
.gallery .gallery-card-shell.lifted-row video,
.gallery .gallery-item.lifted-row img,
.gallery .gallery-item.lifted-row video {
  transform: scale(1.035);
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}

.gallery .gallery-links h4,
.gallery .gallery-links a {
  pointer-events: auto;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #ffffff;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery-card-counter {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.86);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.75);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 2px #000000;
  pointer-events: none;
}

.gallery .gallery-card-shell.lifted-row .gallery-card-counter,
.gallery .gallery-item.lifted-row .gallery-card-counter {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  text-shadow: none;
}

.gallery-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.gallery-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.glightbox-image-counter {
  display: none !important;
}

.lightbox-title-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #000000;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

.glightbox-clean .gslide-description {
  background: rgba(39, 39, 39, 0.5) !important;
  backdrop-filter: blur(3px);
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .gallery .gallery-card-shell,
  .gallery .gallery-item {
    border-radius: 10px;
  }

  .gallery-card-counter {
    top: 8px;
    right: 8px;
    min-width: 34px;
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .gallery-video-play {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .glightbox-image-counter {
    bottom: 18px;
    min-width: 56px;
    padding: 8px 11px;
    font-size: 13px;
  }
}

/* Final lightbox/card safety fixes */
.glightbox-container .gnext,
.glightbox-container .gprev {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1000002 !important;
}

.glightbox-container .gnext.disabled,
.glightbox-container .gprev.disabled {
  opacity: 0.25 !important;
}

.gallery .gallery-links a.glightbox,
.gallery .gallery-links a.glightbox[style],
.gallery .gallery-links a.glightbox[style*="display:none"],
.gallery .gallery-links a.glightbox[style*="display: none"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.gallery .gallery-card-shell video.lazy-video,
.gallery .gallery-item video.lazy-video {
  animation: none !important;
}

.gallery .gallery-card-shell video.lazy-video::-webkit-media-controls-start-playback-button,
.gallery .gallery-item video.lazy-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.glightbox-container .gslide-media,
.glightbox-container .gslide-video,
.glightbox-container .gvideo-wrapper {
  max-width: 96vw !important;
  width: 96vw !important;
  max-height: 86vh !important;
}

.glightbox-container .gslide-video video,
.glightbox-container .gvideo-wrapper video,
.glightbox-container video {
  width: 100% !important;
  height: auto !important;
  max-height: 86vh !important;
  object-fit: contain !important;
  background: #000000 !important;
}

.glightbox-container .gslide-video iframe,
.glightbox-container .gvideo-wrapper iframe {
  width: 96vw !important;
  height: 86vh !important;
  max-width: 96vw !important;
  max-height: 86vh !important;
}

/* --------------------------------------------------------------------------
   Testimonials Carousel Recovery Patch
   -------------------------------------------------------------------------- */
.testimonials {
  overflow: hidden;
}

.testimonials .swiper,
.testimonials .init-swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 48px;
}

.testimonials .swiper-wrapper {
  height: auto !important;
  display: flex;
  align-items: flex-start;
}

.testimonials .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.testimonials .testimonial-item {
  background-color: var(--surface-color, #1a1a1a);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  padding: 30px;
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
  color: #ffc107;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 18px auto;
  line-height: 1.55;
  color: var(--default-color, #fafafa);
}

.testimonials .testimonial-item .profile {
  margin-top: auto;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  border-radius: 50% !important;
  border: 4px solid var(--background-color, #000000);
  margin: 0 auto 10px auto;
  display: block;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: var(--heading-color, #ffffff);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color, #fafafa), transparent 40%);
  margin: 0;
}

.testimonials .swiper-pagination {
  margin-top: 12px;
  position: relative;
  bottom: auto !important;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color, #fafafa), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color, #27a776);
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .testimonial-item {
    margin: 35px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.08);
  }
}

/* --------------------------------------------------------------------------
   Section Title Fix — Testimonials & Global
   -------------------------------------------------------------------------- */

.section-title p {
  font-size: 15px !important;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 0;
}

.section-title h2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 4px;
}

/* --------------------------------------------------------------------------
   Contact Page Fix
   -------------------------------------------------------------------------- */

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 64px;
  font-weight: 400;
  color: var(--heading-color);
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--default-color);
}

.page-title nav ol li + li {
  padding-left: 10px;
}

.page-title nav ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.page-title nav ol a {
  color: var(--accent-color);
}

.contact .info-wrap {
  margin-top: 2em;
  margin-bottom: 30px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 40%);
  margin-right: 15px;
  flex-shrink: 0;
  background-color: transparent;
}

.contact .info-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: var(--default-font);
  color: var(--heading-color);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--default-color);
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  margin-bottom: 2em;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
  outline: none;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  padding: 14px 40px;
  border: 0;
  border-radius: 4px;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact .php-email-form button[type=submit]:hover {
  background-color: color-mix(in srgb, var(--accent-color) 90%, white 10%);
}

.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  color: var(--default-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

/* --------------------------------------------------------------------------
   Footer — Original Style Restored + Visibility Override
   -------------------------------------------------------------------------- */

#footer.footer,
body .footer,
.footer {
  --background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%) !important;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  font-size: 14px;
  padding: 40px 0;
  flex-shrink: 0;
}

/* index-page specific override — locks footer to solid dark on homepage */
body.index-page .footer,
body.index-page #footer.footer {
  background-color: #0d0d0d !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
}

.footer .copyright p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.footer .social-links {
  display: flex;
  justify-content: center;
}

.footer .social-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: color 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
}

/* --------------------------------------------------------------------------
   Scroll-to-Top Button — Original Style Restored
   -------------------------------------------------------------------------- */

.scroll-top {
  position: fixed !important;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.scroll-top.active {
  visibility: visible !important;
  opacity: 1 !important;
  bottom: 15px;
}

/* --------------------------------------------------------------------------
   Gallery Section — Fix overflow clip cropping cards
   -------------------------------------------------------------------------- */

#gallery.gallery.section {
  overflow: visible !important;
  padding-bottom: 80px;
}

#gallery .row {
  overflow: visible !important;
}

/* --------------------------------------------------------------------------
   Sticky Footer — always sits at bottom of viewport
   -------------------------------------------------------------------------- */

html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body .main {
  flex: 1 0 auto;
}

/* --------------------------------------------------------------------------
   Preloader — Exact original implementation
   -------------------------------------------------------------------------- */

#preloader {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloader:before,
#preloader:after {
  content: "";
  background-color: #000000;
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloader .line:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloader .line:after {
  content: "";
  position: absolute;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloader.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloader.loaded .line:after {
  opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

/* --------------------------------------------------------------------------
   About Page — CTA Button Fix
   -------------------------------------------------------------------------- */

.cta-btn {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 20px;
}

.cta-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color) 90%, white 10%);
  color: var(--contrast-color);
}