/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2283 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #sbs-2283 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2283 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-2283 .cs-content-images {
    display: none;
  }
  #sbs-2283 .cs-text {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  #sbs-2283 .cs-text:last-of-type {
    margin: 0;
  }
  #sbs-2283 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    order: 3;
  }
  #sbs-2283 .cs-item {
    list-style: none;
    /* 24px - 32px */
    padding: clamp(1.5rem, 5vw, 2rem);
    border-left: 4px solid var(--primary);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
  }
  #sbs-2283 .cs-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-2283 .cs-item-picture {
    display: none;
  }
  #sbs-2283 .cs-h3 {
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }
  #sbs-2283 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbs-2283 .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-2283 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-2283 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2283 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .74em, resets at desktop */
    font-size: min(2.48vw, 1rem);
    width: 36.5em;
    height: 38.6875em;
    display: block;
    position: relative;
    z-index: 1;
    order: 2;
  }
  #sbs-2283 .cs-picture {
    display: block;
    position: absolute;
  }
  #sbs-2283 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2283 .cs-picture1 {
    width: 23.8125em;
    height: 23.8125em;
    border-right: 0.875em solid var(--primary);
    border-bottom: 0.875em solid var(--primary);
    top: 0;
    bottom: 17.5625em;
    left: 0;
    position: absolute;
  }
  #sbs-2283 .cs-picture2 {
    width: 23.875em;
    height: 20.375em;
    right: 0;
    bottom: 0;
    z-index: 3;
    border-right: 0.875em solid var(--secondary);
    border-bottom: 0.875em solid var(--secondary);
    position: absolute;
  }
  #sbs-2283 .cs-picture3 {
    width: clamp(12em, 10vw, 13.4375em);
    height: clamp(8rem, 10vw, 13rem);
    bottom: 10em;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2283 .cs-container {
    max-width: 80rem;
    gap: 2rem;
  }
  #sbs-2283 .cs-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.75rem;
    position: relative;
    z-index: 10;
  }
  #sbs-2283 .cs-flex {
    width: 100%;
    max-width: 46.125rem;
  }
  #sbs-2283 .cs-content-images {
    width: 45vw;
    max-width: 25.75rem;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    order: -1;
  }
  #sbs-2283 .cs-li {
    align-items: center;
  }
  #sbs-2283 .cs-image-group {
    display: none;
  }
  #sbs-2283 .cs-picture1 {
    width: 100%;
    /* -133px to -165px */
    height: calc(100% + clamp(8.3125rem, 13vw, 10.3125rem));
    top: 0;
  }
  #sbs-2283 .cs-picture3 {
    width: 56%;
    min-height: 100px;
    max-width: 14.5625rem;
    left: 50%;
    top: calc(100% + 5rem);
    transform: translateX(-50%);
  }
  #sbs-2283 .cs-picture3 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: auto;
    left: -7rem;
    object-fit: initial;
  }
  #sbs-2283 .cs-card-group {
    width: 50%;
    max-width: 32.5625rem;
    margin-left: auto;
    position: relative;
    z-index: 11;
  }
  #sbs-2283 .cs-item-picture {
    width: 30vw;
    max-width: 25.8125rem;
    border: none;
    display: block;
    position: absolute;
    /* 72px - 130px */
    right: calc(100% + clamp(4.5rem, 8.5vw, 8.125rem));
    top: 2.25rem;
    bottom: 0;
  }
  #sbs-2283 .cs-item-picture:before {
    display: none;
  }
  #sbs-2283 .cs-picture2 {
    width: 100%;
    height: 100%;
  }
}
    

/*-- -------------------------- -->
<---         Why Choose         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-441 {
        padding: var(--sectionPadding);
        background-color: var(--primary);
        position: relative;
        z-index: 1;
    }
    
    #why-choose-441 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.9;
    }
    
    #why-choose-441 .cs-background:before {
        /* overlay */
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        opacity: 1;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }
    
    #why-choose-441 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        
    }
    #why-choose-441 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375em;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #why-choose-441 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }
    #why-choose-441 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: var(--secondary);
        margin-bottom: 0.25rem;
        display: block;
    }
    #why-choose-441 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 50rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
    }
    #why-choose-441 .cs-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: 40.625rem;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #why-choose-441 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /* 12px - 20px */
        gap: clamp(0.75rem, 1.5vw, 1.25rem);
        
    }
    #why-choose-441 .cs-item {
        list-style: none;
        width: 100%;
        /* changes on tablet */
        max-width: 28.875rem;
        /* 24px - 40px top & bottom */
        /* 24px - 40px left & right */
        padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        border-radius: 1rem;
        background-color: #fff;
        border: 1px solid #dad9e3;
        box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
        position: relative;
        transition:
            background-color 0.3s,
            transform 0.3s,
            box-shadow 0.3s,
            border 0.3s;

    }
    #why-choose-441 .cs-item:before {
        /* green border on hover */
        content: "";
        width: 100%;
        height: 100%;
        background: transparent;
        border: 4px solid var(--secondary);
        border-radius: 0.75rem;
        /* prevents border from affecting height and width */
        box-sizing: border-box;
        /* prevents the mouse from interacting with it */
        pointer-events: none;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: opacity 0.3s;
        
    }
    #why-choose-441 .cs-item:hover {
        background-color: #fff;
        transform: translateY(-0.4375rem);
        border-color: var(--secondary);

    }
    #why-choose-441 .cs-item:hover:before {
        opacity: 1;
    }
    #why-choose-441 .cs-item:hover .cs-picture {
        animation-play-state: paused;
    }
    #why-choose-441 .cs-link {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: default;
    }
    #why-choose-441 .cs-picture {
        /* Made icons much larger */
        width: 7rem;
        height: 7rem;
        margin: 0;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--secondary));
        position: relative;
        z-index: 1;
        /* Floating animation */
        animation: float 3s ease-in-out infinite;
        box-shadow: 0 8px 25px rgba(246, 59, 59, 0.3);
    }
    
    /* Different animation delays for each item */
    #why-choose-441 .cs-item:nth-child(1) .cs-picture {
        animation-delay: 0s;
    }
    #why-choose-441 .cs-item:nth-child(2) .cs-picture {
        animation-delay: 1s;
    }
    #why-choose-441 .cs-item:nth-child(3) .cs-picture {
        animation-delay: 2s;
    }
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-15px);
        }
    }
    
    #why-choose-441 .cs-icon {
        /* Made icons larger */
        height: 3rem;
        width: auto;
        filter: brightness(0) invert(1); /* Makes icons white */
    }
    #why-choose-441 .cs-number {
        font-size: clamp(1.125rem, 2.5vw, 1.5rem); /* smaller than before */
        font-weight: 600;
        text-align: center;
        line-height: 1.2em;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
        transition: color 0.3s;
    }
    #why-choose-441 .cs-desc {
        /* Removed description text as requested */
        display: none;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #why-choose-441 .cs-container {
        max-width: 80rem;
    }
    #why-choose-441 .cs-card-group {
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;

    }
    #why-choose-441 .cs-item {
        width: 100%;
    }
    
    /* Larger icons on tablet+ */
    #why-choose-441 .cs-picture {
        width: 8rem;
        height: 8rem;
    }
    #why-choose-441 .cs-icon {
        height: 3.5rem;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #why-choose-441 .cs-card-group {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: stretch;
    }

    #why-choose-441 .cs-item {
        flex: 1 1 calc(50% - 1rem); /* two per row */
        max-width: calc(50% - 1rem);
        display: flex;
        flex-direction: column;
    }

    #why-choose-441 .cs-picture {
        width: 9rem;
        height: 9rem;
    }
    #why-choose-441 .cs-icon {
        height: 4rem;
    }
}

  /*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1068 {
        padding: var(--sectionPadding);
    }
    #sbsr-1068 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-1068 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbsr-1068 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-1068 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-1068 .cs-list {
        margin: 0 0 2rem 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }
    #sbsr-1068 .cs-li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.25rem;
    }
    #sbsr-1068 .cs-icon {
        width: 3rem;
        height: auto;
        display: block;
    }
    #sbsr-1068 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        text-align: left;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
    }
    #sbsr-1068 .cs-li-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.8vw, 1rem);
        line-height: 1.5em;
        text-align: left;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #sbsr-1068 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #sbsr-1068 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #sbsr-1068 .cs-button-solid:hover:before {
        width: 100%;
    }
    #sbsr-1068 .cs-image-group {
        /* scales the whole group based on the view width size and stop when that vales equals .8em, resets at desktop */
        font-size: min(2.235vw, 0.8em);
        width: 40.625em;
        height: 40.8125em;
        display: block;
        position: relative;
        z-index: 1;
    }
    #sbsr-1068 .cs-picture {
        position: absolute;
    }
    #sbsr-1068 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #sbsr-1068 .cs-picture1 {
        width: 22.75em;
        height: 23.4375em;
        top: 0;
        right: 0;
        z-index: 10;
        border-left: 0.875em solid var(--secondary);
        border-bottom: 0.875em solid var(--secondary);
    }
    #sbsr-1068 .cs-picture2 {
        width: 24.25em;
        height: 24.25em;
        bottom: 0;
        left: 0;
        border-left: 0.875em solid var(--primary);
        border-bottom: 0.875em solid var(--primary);

    }
    #sbsr-1068 .cs-stripes {
        width: 31.8125em;
        height: auto;
        display: block;
        position: absolute;
        top: 4.375em;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
    }
    #sbsr-1068 .cs-graphic {
        width: 8.75em;
        height: auto;
        position: absolute;
        top: 5.9375em;
        left: 6.5625em;
    }
    #sbsr-1068 .cs-box {
        width: 100%;
        max-width: 10.625rem;
        padding: 1.5rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        z-index: 20;
        right: 6.375em;
        bottom: 4.9375em;
    }
    #sbsr-1068 .cs-number {
        /* 20px - 39px */
        font-size: clamp(1.25rem, 4vw, 2.4375rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        /* 4px - 8px */
        margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #sbsr-1068 .cs-desc {
        /* 12px - 16px */
        font-size: clamp(0.75rem, 1.9vw, 1rem);
        text-align: center;
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        max-width: 12ch;
        margin: 0;
        color: var(--bodyTextColorWhite);
        display: block;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-1068 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sbsr-1068 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
        /* sends it to the right in the 2nd position */
        order: 2;
    }
}
                   

/*-- -------------------------- -->
<---          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: 50rem;
  }
  
  #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);
  }
  }
