.container-nav-l {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

@media(min-width: 1201px) and (max-width: 1636px) {
  .utility-nav {
    gap: var(--spacing-xs);
  }
  .utility-nav-link {
    font-size: 0.8rem;
  }
  .search-form {
    width: 150px !important;
  }
  .header-icons {
    gap: var(--spacing-xs) !important;
  }
  .header-icon {
    width: 30px !important;
    height: 30px !important;
  }
}

.textbox-crossover {
    padding: var(--spacing-3xl);
}

.col-6-img img {
    width: 730px !important;
    height: 100%;
}

.col-12-img img {
    width: 1600px !important;
    height: 100%;
}

.contact-about-img img {
    width: 250px;
    height: 250px;
}


.profile-container ul li {
    width: calc(25% - 30px); 
    margin: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

.christmas-theme .header-logo .snowflake-top {
  top: -6px;
  right: -5px !important;
  animation: gentle-float-1 3s ease-in-out infinite;
  font-size: 1.2rem;
}

.christmas-theme .header-logo .snowflake-top-xs {
  top: 10px;
  right: -15px !important;
  animation: gentle-float-1 3s ease-in-out infinite;
  font-size: 0.9rem;
}

.christmas-theme  .header-logo .snowflake-bottom {
  bottom: -5px;
  left: -30px !important;
  animation: gentle-float-2 3s ease-in-out infinite 1.5s;
  font-size: 1rem;
}

.christmas-theme .header-logo .snowflake-bottom-xs {
  bottom: 6px;
  left: -40px !important; 
  animation: gentle-float-2 3s ease-in-out infinite 1.5s;
  font-size: 0.8rem;
}