@charset "UTF-8";
/**
 * Theme Name: Romance Bali Wedding Child
 * Description: Romance Bali Wedding Child theme
 * Author: Creative Themes
 * Template: romancebaliwedding
 * Text Domain: romancebaliwedding
 */
/*
 * Body font style
 */
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

/*
 Typography
 */
body {
  font-family: "TikTok Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100;
  color: #525e57 !important;
  font-weight: 400;
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Federo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525e57 !important;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  font-family: "Federo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525e57;
}

.heading-1 {
  font-size: 24px;
}

.heading-2 {
  font-size: 22px;
}

.heading-3 {
  font-size: 20px;
}

.heading-4 {
  font-size: 18px;
}

/* BOX BACKGROUND */
.box-bg-gradient {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f1f1));
  background: linear-gradient(to bottom, #ffffff, #f5f1f1);
}

.box-bg-gradient-bottom {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--coco-soft-1)), to(#ffffff));
  background: linear-gradient(to top, var(--coco-soft-1), #ffffff);
}

.box-bg-soft-1 {
  background: var(--coco-soft-1) !important;
}

.box-bg-coco {
  background: var(--coco-bg) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #8f9892 !important;
}

.bg-button {
  background-color: #424b46 !important;
}

.border {
  border: 1px solid #66736b !important;
  border-radius: 5px;
}

.border-1 {
  border: 1px solid #fff !important;
  border-radius: 5px;
}

.mt-section {
  margin-top: 5em;
}

.black {
  color: #222222 !important;
}

.border-bottom.black {
  border-bottom: 2px solid #525e57 !important;
}

/*
*background primary
*/
.bg-primary-green {
  background-color: #424b46 !important;
}

.sticky-top {
  z-index: 1 !important;
}

/*
* custom teks color
*/
.txt-primary {
  color: #424b46 !important;
}
.txt-primary .select {
  color: #424b46 !important;
}

.txt-white {
  color: #ffffff !important;
}

.txt-grey-1 {
  color: #333333 !important;
}

.txt-heading {
  color: #333333 !important;
}

.txt-paragraph {
  color: #222222 !important;
}

.strikethrough-black {
  -webkit-text-decoration: line-through #000000 !important;
  text-decoration: line-through #000000 !important;
}

.text-small {
  font-size: 80%;
}

a {
  text-decoration: none !important;
}

.uniform-width {
  width: 250px;
}

@media (max-width: 768px) {
  .uniform-width {
    width: 100%;
  }
}
select.form-select,
select.form-select option {
  background-color: #fff !important;
  color: #424b46 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.corner-ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #66736b;
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  z-index: 10;
  border-radius: 5px;
}

.destination {
  position: relative; /* Important: allows the ribbon to position inside this box */
}

/* and iframe shows up */
.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

/* Hero */
.hero {
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.hero h1 {
  max-width: 700px;
}

.hero p {
  max-width: 500px;
}

/* Adjust slider image height for small screen*/
/* Tablet */
/* Tablet */
@media (max-width: 768px) {
  .swiffy-slider .slider-container,
  .swiffy-slider .slider-container li,
  .swiffy-slider .slider-container img {
    height: 45vh !important;
    min-height: 45vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .swiffy-slider .slider-container,
  .swiffy-slider .slider-container li,
  .swiffy-slider .slider-container img {
    height: 45vh !important; /* make taller */
    min-height: 45vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .header-overlay {
    padding: 50px 20px !important; /* ⬅ spacing from bottom */
  }
  .header-overlay .title {
    font-size: 16px !important;
  }
}
/* Extra responsive tweaks */
@media (max-width: 768px) {
  .header-overlay {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .header-overlay {
    padding: 0 20px;
  }
  .header-overlay .title {
    font-size: 22px;
  }
  .header-overlay .heading-3 {
    font-size: 14px;
  }
}
/*
*Google reviews
*/
.reviews-header {
  background: url("/wp-content/themes/baliberdua-child/assets/images/google-reviews.webp") no-repeat center center;
  background-size: object-fit;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.ftco-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: 0.5;
  z-index: 1;
}

/*
* More gallery list single wedding venue
*/
.center-button {
  position: relative;
  float: right;
  bottom: 10px;
  right: 10px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  background-color: #66736b; /* Custom color */
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.center-button:hover {
  background-color: #66736b;
  color: #fff;
}

.more-gallery {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  bottom: 50%;
  top: 50%;
  left: 78%;
  background-color: #66736b;
  padding: 10px 15px 0px 15px;
  height: 60px;
  width: 150px;
  border-radius: 5px;
}

.more-gallery button {
  color: #fff !important;
}

.more-gallery:click {
  border: none !important;
}

.wrapper-image {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.wrapper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-featured {
  width: 100%;
  height: auto;
  max-height: 450px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
*Price discount
*/
#sale_price {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.85em;
  display: inline-block;
  text-decoration: line-through;
}

/*
* Bootstrap custom mega menu
*/
/*
* Bootstrap custom mega menu
*/
.navbar-nav .nav-item,
.nav-link,
.navbar-nav .nav-link.dropdown-toggle {
  font-family: "Federo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525e57 !important;
  font-size: 17px !important;
}

.navbar-nav .dropdown-menu {
  font-size: 17px;
  color: #525e57 !important;
  position: absolute !important;
}

/* Desktop only (≥913px): open submenu on hover */
@media (min-width: 913px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /* Smooth fade/slide animation on desktop */
  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 912px) {
  .offcanvas-body {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  /* Parent nav slides left when submenu is open */
  .offcanvas-header-cstm {
    width: 100% !important;
  }
  .offcanvas-body .navbar-nav {
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .offcanvas-body.submenu-open .navbar-nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  /* Reset Bootstrap default */
  .dropdown-toggle::after {
    content: none !important;
  }
  /* Modern arrow positioned to the right */
  .dropdown-toggle {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown-toggle::before {
    content: "›";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
  }
  /* Rotate arrow when dropdown is open */
  .dropdown-toggle[aria-expanded=true]::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .offcanvas-body .dropdown-menu {
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0.75rem;
    border: none;
    border-radius: 0;
    color: #525e57;
    -webkit-transform: translateX(97%);
            transform: translateX(97%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    z-index: 1060;
  }
  .offcanvas-body .dropdown-menu.active {
    -webkit-transform: translateX(100);
            transform: translateX(100);
    opacity: 1;
    visibility: visible;
  }
  /* Back button visible only on small screen */
  .dropdown-menu .back-btn {
    font-weight: 600;
    display: block;
    background: none;
    border: none;
    color: #525e57;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
    cursor: pointer;
    text-align: left;
    padding: 0px 10px;
    width: 100%;
  }
  .navbar-brand {
    position: absolute !important;
  }
  .navbar {
    min-height: 70px !important;
  }
  .navbar-nav .nav-item,
  .navbar-nav .nav-link.dropdown-toggle,
  .dropdown-item a {
    padding: 5px 0px;
  }
}
@media (min-width: 913px) {
  .dropdown-menu .back-btn {
    display: none !important;
  }
}
/* ===== MEGA MENU TABS (DESKTOP ONLY) ===== */
@media (min-width: 913px) {
  .mega-menu .dropdown-menu.mega-tabs {
    width: 600px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .mega-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 220px;
  }
  /* LEFT SIDE */
  .mega-left {
    width: 35%;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
  }
  .mega-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mega-tab-nav li {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #8f9892;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mega-tab-nav li:hover {
    background: #8f9892;
    color: #fff;
  }
  .mega-tab-nav li.active {
    background: #66736b;
    color: #fff;
  }
  /* RIGHT SIDE */
  .mega-right {
    width: 65%;
    padding: 10px 0px 20px 20px;
    background: #fff;
  }
  .mega-tab-content {
    display: none;
  }
  .mega-tab-content.active {
    display: block;
    -webkit-animation: fadeIn 0.25s ease;
            animation: fadeIn 0.25s ease;
  }
  .mega-right li {
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #8f9892;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    list-style: none !important;
    padding: 10px 0px;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@media (max-width: 912px) {
  /* Mega menu mobile overrides */
  .mega-menu .dropdown-menu.mega-tabs {
    padding: 0;
  }
  .mega-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 120px);
  }
  /* Level 2: Tab nav list (visible by default when mega dropdown is active) */
  .mega-left {
    width: 100%;
    padding: 0;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
  }
  .mega-wrapper.show-level-3 .mega-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    position: absolute;
  }
  .mega-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mega-tab-nav li {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  /* Add arrow indicator for tab items on mobile */
  .mega-tab-nav li::after {
    content: "›";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: bold;
  }
  /* Level 3: Tab content panels */
  .mega-right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    padding: 10px;
    background: #fff;
    min-height: 100%;
  }
  .mega-wrapper.show-level-3 .mega-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  /* Tab content items */
  .mega-tab-content {
    display: none;
  }
  .mega-tab-content.active {
    display: block;
  }
  /* Back button in mega tab content */
  .mega-tab-content .back-btn {
    display: block;
    font-weight: 600;
    background: none;
    border: none;
    font-size: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    padding: 5px 0;
  }
}
.my-sticky-element {
  top: 85px; /* Adjust this value to match your navbar's height */
}

.img-wrapper {
  position: relative;
  display: inline-block;
}

.img-wrapper img {
  border-radius: 12px;
  /* smooth rounded corners */
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-main {
  width: 85%;
  /* main image takes full column width */
  /* float: right; */
}

.img-small {
  position: absolute;
  bottom: -50px;
  /* adjust vertical overlap */
  left: -2px;
  /* adjust horizontal overlap */
  width: 35%;
  /* responsive size (40% of main image width) */
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* soft shadow */
}

/**
* Section contact
*/
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("/wp-content/uploads/2026/05/wedding-proposal-12.webp") no-repeat center center;
  background-size: cover;
}

.hero-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #66736b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  min-height: 600px;
}

.hero-content {
  max-width: 700px;
  text-align: center;
}

.hero-content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .hero-left {
    max-height: 300px !important;
  }
}
.btn-inquiry {
  background-color: #fff;
  color: #424b46;
  border-radius: 6px;
  padding: 10px 25px;
  font-weight: 500;
  margin-bottom: 40px;
}

/**Overlay background image */
.card-wrapper {
  border-radius: 12px;
  overflow: hidden;
  /* Prevent zoom overflow */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.image-linear {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* keeps zoom effect inside */
  border-radius: 12px;
}

.image-linear img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.735rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  /* smooth zoom */
}

/* Hover zoom effect */
.image-linear:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Gradient overlay */
.image-linear::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  /* gradient height */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  border-radius: 12px;
  pointer-events: none;
}

/* Title */
.title-linear {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 10;
  -webkit-transition: none !important;
  transition: none !important;
  /* kill all transitions */
  opacity: 1 !important;
  /* force fully visible */
  visibility: visible !important;
  /* prevent hidden states */
}

/*
* Gallery happy couple
*/
.grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-wrapper > div {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 0.99/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* same height for all */
}

.grid-wrapper > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-wrapper > div.wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.grid-wrapper > div.tall {
  aspect-ratio: 1/2;
}

.grid-wrapper > div.big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  aspect-ratio: 2/2;
  /* 1:1 but spans 2 columns */
}

/* Make the <a> fill the entire card */
.grid-wrapper > div > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Image styling */
.grid-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  display: block;
}

/* Hover effect */
.grid-wrapper > div:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Gradient overlay */
.grid-wrapper > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}

/* Title text */
.grid-wrapper .title {
  position: relative;
  bottom: 65px;
  color: #fff;
  z-index: 2;
  text-align: center;
  letter-spacing: 1px;
  pointer-events: none;
}

/* Media Queries (optional but helpful) */
@media (max-width: 768px) {
  .grid-wrapper .wide {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
    /* reset span */
    aspect-ratio: 1/1 !important;
    /* make it square */
  }
}
@media (max-width: 768px) {
  .grid-wrapper .tall,
  .grid-wrapper .big {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: span 1 !important;
    aspect-ratio: 1/1 !important;
  }
}
.footer,
.footer p {
  font-size: 14px;
  font-weight: normal !important;
}

.footer li a,
.copyright a {
  color: #fff !important;
  text-decoration: none;
}