/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #sbs-2277 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 0;
  
    background-image: url("/assets/images/interconnected.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 10rem;
  }
  #sbs-2277::before {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
    background: rgba(255, 255, 255, 0.7); /* dark overlay, adjust opacity */
    z-index: -1;
  }
  #sbs-2277 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
    #sbs-2277 .cs-content {
      /* set text align to center if content needs to be centrally aligned */
      text-align: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* aligns content to the left, set to center to centrally align */
      align-items: flex-start;
    }
    #sbs-2277 .cs-flex {
      /* 48px - 64px */
      margin-bottom: clamp(3rem, 6vw, 4rem);
    }
    #sbs-2277 .cs-wrapper {
      width: 100%;
    }
    #sbs-2277 .cs-title {
      max-width: 25ch;
    }
    #sbs-2277 .cs-text:last-of-type {
      margin-bottom: 2rem;
    }
    #sbs-2277 .cs-ul {
      width: 100%;
      max-width: 39.375rem;
      margin: 2rem 0 2rem 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }
    #sbs-2277 .cs-li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
    }
    #sbs-2277 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 0.5rem 0;
      color: var(--headerColor);
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 0.75rem;
    }
    #sbs-2277 .cs-icon {
      width: 1.0625rem;
      height: auto;
      margin-top: 0.1875rem;
    }
    #sbs-2277 .cs-item-text {
      font-size: 1rem;
      line-height: 1.5em;
      color: var(--bodyTextColor);
      margin: 0;
    }
    #sbs-2277 .cs-item-text strong {
      color: var(--headerColor);
    }
    #sbs-2277 .cs-button-solid {
      font-size: 1rem;
      font-weight: 700;
      /* 46px - 56px */
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-align: center;
      text-decoration: none;
      min-width: 9.375rem;
      margin: 0;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
      padding: 0 1.5rem;
      background-color: var(--primary);
      color: #fff;
      display: inline-block;
      position: relative;
      z-index: 1;
    }
    #sbs-2277 .cs-button-solid:before {
      content: "";
      width: 0%;
      height: 100%;
      background: #cd181f;
      opacity: 1;
      border-radius: 0.25rem;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
    }
    #sbs-2277 .cs-button-solid:hover:before {
      width: 100%;
    }
    #sbs-2277 .cs-image-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      position: relative;
      z-index: 1;
    }
    #sbs-2277 .cs-card-group {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      row-gap: 0.5rem;
      /* 16px - 20px */
      column-gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #sbs-2277 .cs-item {
      list-style: none;
      width: 100%;
      /* 24px - 32px */
      padding: clamp(1.5rem, 4vw, 2rem);
      background-color: #cd181f;
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
    }
    #sbs-2277 .cs-item:last-of-type {
      background-color: var(--primary);
    }
    #sbs-2277 .cs-item-icon {
      width: 3rem;
      height: auto;
      display: block;
    }
    #sbs-2277 .cs-number {
      /* 31px - 49px */
      font-size: clamp(1.9375rem, 4vw, 3.0625rem);
      line-height: 1.2em;
      font-weight: 700;
      margin: 0;
      color: var(--bodyTextColorWhite);
      display: block;
    }
    #sbs-2277 .cs-desc {
      font-size: 1.25rem;
      line-height: 1.2em;
      display: block;
    }
    #sbs-2277 .cs-picture {
      width: 100%;
      height: 90vw;
      max-height: 31.25rem;
      display: block;
      position: relative;
      z-index: 1;
    }
    #sbs-2277 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    #sbs-2277 .cs-floater {
      width: auto;
      /* 50px - 160px */
      height: clamp(5rem, 10vw, 14rem);
      position: absolute;
      /* 18px - 60px */
      top: clamp(1.125rem, 6vw, 3.75rem);
      right: -3rem;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #sbs-2277 .cs-container {
      max-width: 80rem;
    }
    #sbs-2277 .cs-card-group {
      flex-direction: row;
      position: absolute;
      top: -40px;
      right: 2rem;
    }
    #sbs-2277 .cs-item {
      width: 12.5rem;
      flex-direction: column;
    }
    #sbs-2277 .cs-picture {
      height: 30rem;
      max-height: initial;
      /* 60px - 80px */
      margin-top: clamp(3.75rem, 7vw, 5rem);
      position: relative;
      z-index: -1;
    }
  }
  /* Small Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #sbs-2277 .cs-content {
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-2277 .cs-title {
      margin: 0;
    }
    #sbs-2277 .cs-wrapper {
      display: flex;
      gap: 3rem;
    }
    #sbs-2277 .cs-flex {
      max-width: 26.25rem;
      margin: 0;
      /* 60px - 80px, same amount as the margin top on the cs-picture on tablet  */
      padding-top: clamp(3.75rem, 7vw, 5rem);
    }
    #sbs-2277 .cs-image-group {
      height: auto;
    }
    #sbs-2277 .cs-picture {
      height: 100%;
    }
  }


  #awards-section {
    padding: var(--sectionPadding);
    background: #f7f7f7;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

#awards-section .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    gap: clamp(3rem, 6vw, 4rem);

}

#awards-section .cs-content {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#awards-section .cs-topper {
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}

#awards-section .cs-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 1rem 0;
    max-width: 43.75rem;
    color: var(--headerColor);
    text-align: center;
    align-items: center;
    display: block;
}

#awards-section .cs-desc {
    font-size: 1.25rem;
    max-width: 60ch;
    margin: 0 auto;
    opacity: 0.95;
    color: var(--bodyTextColor);
}

#awards-section .awards-carousel {
    position: relative;
}

#awards-section .swiper {
    width: 100%;
    padding: 4rem 0 4rem;
    overflow: visible;
}

#awards-section .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

#awards-section .award-card {
    width: 100%;
    max-width: 620px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 2rem;
}

#awards-section .award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f7931e, var(--secondary));
}

#awards-section .award-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.3);
}

#awards-section .award-image {
    flex-shrink: 0;
    width: 280px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white; /* fallback if no image */
}

#awards-section .award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures proper fit */
    display: block;
}

#awards-section .award-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#awards-section .award-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--headerColor);
    margin: 0 0 0.5rem 0;
    text-align: left;
}

#awards-section .award-year {
    font-size: 1rem;
    color: #f7931e;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
}

#awards-section .award-description {
    font-size: 0.95rem;
    color: var(--bodyTextColor);
    text-align: left;
    line-height: 1.6;
}

/* Swiper Navigation */
#awards-section .swiper-button-next,
#awards-section .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    color: var(--primary);
    font-weight: 900;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#awards-section .swiper-button-next:hover,
#awards-section .swiper-button-prev:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#awards-section .swiper-button-next:after,
#awards-section .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}

#awards-section .swiper-button-next:hover:after,
#awards-section .swiper-button-prev:hover:after {
    color: #fff;
}

/* Swiper Pagination */
#awards-section .swiper-pagination {
    bottom: 10px;
    overflow: visible;
}

#awards-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(136, 136, 136, 0.9);
    opacity: 1;
    transition: all 0.3s ease;
}

#awards-section .swiper-pagination-bullet-active {
    background: #f7931e;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(247, 147, 30, 0.5);
}

#awards-section .award-card.landscape .award-image {
    aspect-ratio: 5 / 3;
    max-height: 240px;
}

/* Responsive Design */
@media (max-width: 768px) {
    #awards-section .section-title {
        font-size: 2.5rem;
    }
    
    #awards-section .award-card {
        max-width: 100%;
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    #awards-section .award-image {
        width: 200px;
        height: 160px;
        align-self: center;
    }

    #awards-section .award-image::before {
        font-size: 3.5rem;
    }
    
    #awards-section .award-content {
        text-align: center;
    }

    #awards-section .award-title,
    #awards-section .award-year,
    #awards-section .award-description {
        text-align: center;
    }
    
    #awards-section .swiper-button-next,
    #awards-section .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#awards-section .award-card {
    animation: fadeInUp 0.6s ease forwards;
}

#awards-section .award-card:nth-child(1) { animation-delay: 0.1s; }
#awards-section .award-card:nth-child(2) { animation-delay: 0.2s; }
#awards-section .award-card:nth-child(3) { animation-delay: 0.3s; }
  

/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-1446 {
      padding: var(--sectionPadding);
  }
  
  #gallery-1446 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(2.5rem, 4.5vw, 4rem);
  }
  
  #gallery-1446 .cs-content {
      text-align: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
  
  #gallery-1446 .cs-topper {
      font-size: 1rem;
      color: var(--primary);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 0.5rem;
  }
  
  #gallery-1446 .cs-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: var(--headerColor);
      margin: 0;
      max-width: 70rem;
  }
  
  #gallery-1446 .swiper {
      width: 100%;
  }
  
  #gallery-1446 .swiper-wrapper {
      align-items: stretch;
  }
  
  #gallery-1446 .swiper-slide {
      height: auto;
      display: flex;
  }
  
  #gallery-1446 .cs-image {
      width: 100%;
      height: 100%;
      min-height: clamp(16.25rem, 60vw, 25rem);
      border-radius: 1rem;
      overflow: hidden;
      display: block;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  #gallery-1446 .cs-image:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  
  #gallery-1446 .cs-image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }
  
  #gallery-1446 .cs-image:hover img {
      transform: scale(1.05);
  }
  
  /* Navigation Buttons Container */
  #gallery-1446 .navigation-buttons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      z-index: 10;
  }
  
  /* Navigation Buttons */
  #gallery-1446 .swiper-button-next,
  #gallery-1446 .swiper-button-prev {
      width: 3rem;
      height: 3rem;
      margin-top: 0;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      position: static;
  }
  
  #gallery-1446 .swiper-button-next:after,
  #gallery-1446 .swiper-button-prev:after {
      font-size: 1rem;
      font-weight: 700;
      color: var(--primary);
  }
  
  #gallery-1446 .swiper-button-next:hover,
  #gallery-1446 .swiper-button-prev:hover {
      background: var(--primary);
      transform: scale(1.1);
  }
  
  #gallery-1446 .swiper-button-next:hover:after,
  #gallery-1446 .swiper-button-prev:hover:after {
      color: #fff;
  }
  
  #gallery-1446 .swiper-button-disabled {
      opacity: 0.5;
      cursor: not-allowed;
  }
  }
  
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
  #gallery-1446 .swiper-slide {
      width: auto;
  }
  }
  
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
  #gallery-1446 .cs-image {
      min-height: clamp(20rem, 30vw, 28rem);
  }
  }
