/* ========== FOOTER SECTION: DESK 1441px+ ========== */
@media (min-width: 1441px) {
.main-footer-new {
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 48px 0px 124px 0px;
    gap: 24px;
    position: relative;
    width: 1004px;
    height: auto;
    margin: 0 auto;
}
  
.footer-all {
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 56px;
    gap: 32px;
    width: 1004px;
    height: auto;
    background: #FFFFFF;
    border-radius: 56px;
    
    position: relative;
    overflow: hidden;
}

.footer-video {
  position: absolute;
  top: 44px;
  width: 162px;
  height: calc(100% - 88px);
  overflow: hidden;
  z-index: 1;
  opacity: 1;
}

.footer-video-left {
  left: -28px;
  border-radius: 12px 0 0 12px;
  width: 242px;
}

.footer-video-right {
  right: -6px;
  border-radius: 0 12px 12px 0;
}

.footer-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-video-left video {
  object-position: right center;
}

.footer-video-right video {
  object-position: left center;
}
  
.footer-logo {
    width: 57px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
  
  .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 0px;
    gap: 32px;
    width: 688px;
    height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  }
  
  .footer-headings {
  display: flex;
    flex-direction: column;
  align-items: center;
    padding: 0px;
    gap: 8px;
    width: 688px;
    height: auto;
    order: 0;
    position: relative;
    z-index: 2;
}
  
  .footer-title {
    width: 334px;
    height: 34px;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1A1A1A !important;
    margin: 0;
    position: relative;
    z-index: 2;
}
  
  .footer-intro {
    width: auto;
    height: auto;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    z-index: 2;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
}

/* Hide footer videos on smaller screens for performance */


/* ========== FOOTER SECTION: DESK 1024px–1440px ========== */
@media (min-width: 1024px) and (max-width: 1440px) {
  .main-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px 124px 0px;
    gap: 24px;
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
  }
  
  .footer-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px;
    gap: 32px;
    width: 800px;
    height: auto;
    background: #FFFFFF;
    border-radius: 56px;
    
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    overflow: hidden;
  }

  .footer-video {
    position: absolute;
    top: 44px;
    width: 112px;
    height: calc(100% - 88px);
    overflow: hidden;
    z-index: 1;
    opacity: 1;
  }

  .footer-video-left {
    left: -28px;
    border-radius: 12px 0 0 12px;
    width: 192px;
  }

  .footer-video-right {
    right: -6px;
    border-radius: 0 12px 12px 0;
  }

  .footer-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-video-left video {
    object-position: right center;
  }

  .footer-video-right video {
    object-position: left center;
  }
  
  .footer-logo {
    width: 57px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: contain;
    margin: 0 auto;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 688px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .footer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 688px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .footer-title {
    width: 334px;
    height: 34px;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1A1A1A !important;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-intro {
    width: 334px;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

/* ========== FOOTER SECTION: TAB 600px–1023px ========== */
@media (min-width: 600px) and (max-width: 1023px) {
  .main-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 124px 16px;
    gap: 24px;
    position: relative;
    width: 600px;
    height: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    background: transparent;
    box-sizing: border-box;
  }
  
  .footer-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 32px;
    width: 568px;
    height: 274px;
    background: #FFFFFF;
    border-radius: 40px;
    
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .footer-video {
    position: absolute;
    top: 28px;
    width: 160px;
    height: calc(100% - 56px);
    overflow: hidden;
    z-index: 1;
    opacity: 0.8;
  }

  .footer-video-left {
    left: 0px;
    border-radius: 12px 0 0 12px;
  }

  .footer-video-right {
    right: -24px;
    border-radius: 0 12px 12px 0;
  }

  .footer-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-video-left video {
    object-position: right center;
  }

  .footer-video-right video {
    object-position: left center;
  }
  
  .footer-logo {
    width: 57px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: contain;
    margin: 0 auto;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 536px;
    height: 162px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .footer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 536px;
    height: 46px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  
  .footer-title {
    width: 536px;
    height: 22px;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1A1A1A !important;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-intro {
    width: 536px;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    margin: 0;
  }
}

/* ========== FOOTER SECTION: MOB 320px–420px ========== */
@media (min-width: 320px) and (max-width: 420px) {
  .footer-video {
    position: absolute;
    top: 20px;
    width: 120px;
    height: calc(100% - 40px);
    overflow: hidden;
    z-index: 1;
    opacity: 0.6;
  }

  .footer-video-left {
    left: -8px;
    border-radius: 8px 0 0 8px;
  }

  .footer-video-right {
    right: -32px;
    border-radius: 0 8px 8px 0;
  }

  .footer-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-video-left video {
    object-position: right center;
  }

  .footer-video-right video {
    object-position: left center;
  }

  .main-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px 124px 0px;
    gap: 24px;
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .footer-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 32px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
  }
  
  .footer-logo {
    width: 57px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 256px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 256px;
    height: auto;
    order: 0;
  }
  
  .footer-title {
    width: 256px;
    height: auto;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1A1A1A !important;
    margin: 0;
  }
  
  .footer-intro {
    width: 220px;
    height: 32px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
}

/* ========== FOOTER SECTION: MOB 420px–600px ========== */
@media (min-width: 420px) and (max-width: 600px) {
  .footer-video {
    position: absolute;
    top: 24px;
    width: 140px;
    height: calc(100% - 48px);
    overflow: hidden;
    z-index: 1;
    opacity: 0.7;
  }

  .footer-video-left {
    left: -4px;
    border-radius: 10px 0 0 10px;
  }

  .footer-video-right {
    right: -28px;
    border-radius: 0 10px 10px 0;
  }

  .footer-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-video-left video {
    object-position: right center;
  }

  .footer-video-right video {
    object-position: left center;
  }

  .main-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px 124px 0px;
    gap: 24px;
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .footer-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 32px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }
  
  .footer-logo {
    width: 57px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 356px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 356px;
    height: auto;
    order: 0;
  }
  
  .footer-title {
    width: 356px;
    height: 22px;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1A1A1A !important;
    margin: 0;
  }
  
  .footer-intro {
    width: 356px;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
}

/* ========== FOOTER SECTION: MOB 600px–1023px ========== */
@media (min-width: 600px) and (max-width: 1023px) {
  .main-footer-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 124px 16px;
    gap: 24px;
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .footer-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 32px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }
  
  .footer-logo {
    width: 57px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 504px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .footer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 504px;
    height: auto;
    order: 0;
  }
  
  .footer-title {
    width: 504px;
    height: 22px;
    font-family: 'Inria Serif' !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1A1A1A !important;
    margin: 0;
  }
  
  .footer-intro {
    width: 504px;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #505050;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 16px;
    width: 131px;
    height: 36px;
    background: #1A1A1A;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
  }
  
  .cta-button--black .button-text {
    width: 107px;
    height: 20px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .footer-info {
    width: 100%;
    height: 16px;
    font-family: 'Inter' !important;
    letter-spacing: 0.01em;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
} 