.logo {
    max-width: 320px; 
    height: auto; 
}

@media (max-width: 575.98px) {
    .logo {
        max-width: 250px; 
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        max-width: 250px; 
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        max-width: 260px; 
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo {
        max-width: 280px; 
    }
}

@media (min-width: 1200px) {
    .logo {
        max-width: 300px; 
    }
}

@font-face{
  font-family: 'Effra Medium';
  src: url('./fonts/Effra\ Medium.ttf') format('truetype'),
       url('./fonts/Effra\Medium.ttf') format('truetype');
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: 'Effra Regular';
  src: url('./fonts/Effra\ Regular.ttf') format('truetype'),
       url('./fonts/Effra\ Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica-Regular';
  src: url('./fonts/Gelica-Regular.otf') format('opentype'),
       url('./fonts/Gelica-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica-Medium';
  src: url('./fonts/Gelica-Medium.otf') format('opentype'),
       url('./fonts/Gelica-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica-Semibold';
  src: url('./fonts/Gelica-Semi-Bold.otf') format('opentype'),
       url('./fonts/Gelica-Semi-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



body, p {
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;;
    line-height: 1.6;
    overflow-x: hidden;
    min-width: 300px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

:root{
  --hero-min: 420px;     
  --hero-max: 78dvh;     
  --hero-aspect-h: 56.25vw;  
}


.sub-script {
    vertical-align: 0.4em;  
  }
  
  .hero {
    position: relative;
    width: 100vw;
    aspect-ratio: 1920 / 750;
    min-height: 500px;
    overflow: hidden;
    flex-direction: column;
    display: grid;
    align-items: center;      
    justify-items: start;     
  
    background-image: linear-gradient(90deg, #041a69 45%, rgba(255, 255, 255, 0) 68%),
      url("images/HeroImage.png"); 
  
    background-size: 100% 100%, 62% auto;
    background-position: left center, right center;
    background-repeat: no-repeat;
  }
  
  
  
  
  .hero-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyAgZmlsbD0iUkdCQSgyNTUsMjU1LDI1NSwwKSIgdmlld0JveD0iMCAwIDE5MjAgMjU2MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gc2xpY2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzUuNDMsMEgxOTIwVjI1NjBIMTE3Ni4zOGMtMTk2LjY4LTM2OC45NS0zMTAuOS04MDguNzItMzEwLjktMTI4MC44OUM4NjUuNDgsODA3LjcsOTc5LjMzLDM2OC41OCwxMTc1LjQzLDBaIi8+PC9zdmc+");
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
  
    mask-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyAgZmlsbD0iUkdCQSgyNTUsMjU1LDI1NSwwKSIgdmlld0JveD0iMCAwIDE5MjAgMjU2MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gc2xpY2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzUuNDMsMEgxOTIwVjI1NjBIMTE3Ni4zOGMtMTk2LjY4LTM2OC45NS0zMTAuOS04MDguNzItMzEwLjktMTI4MC44OUM4NjUuNDgsODA3LjcsOTc5LjMzLDM2OC41OCwxMTc1LjQzLDBaIi8+PC9zdmc+");
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
  }
  
  
  .text-container {
    margin: 0;
    z-index: 2;
    max-width: 820px;
    margin-left: 8%;
    color: #fff;
    text-align: left;
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  
  .text-container h1 {
    margin: 0;
    font-family: 'Gelica-Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
  }
  
  .text-container h3 {
    white-space: nowrap;
    margin: 8px 0 0 0;
    padding-top: 0;
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
  }
  
  .text-container a {
    padding-top: 0;
    margin-top: 0px;
    text-decoration: none;
  }
  
  .start-account-btn {
    background-color: #fdce0d !important;
    color: #041a69 !important;
    border: 2px solid #fdce0d !important;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 20px;
  }

  .start-account-btn:hover{
    background-color: #fff !important;
    color: #041a69 !important;
    border:2px solid #fdce0d !important;
  }

  .sub-script {
    font-size: 0.9em;
    vertical-align: super;
  }
  


  @media (max-width: 1068px) {
    .hero {
      height: auto;
      min-height: 420px;
      display: grid;
      align-items: center;
      justify-items: center;
      background-image:
        linear-gradient(
          90deg,
          rgba(4, 26, 105, 0.95) 0%,
          rgba(4, 26, 105, 0.85) 100%
        ),
        url("images/HeroImage.jpg");
      background-size: 100% 100%, cover;
      background-position: left top, center;
    }
  
    .text-container {
      max-width: 95%;
      margin: 0 auto;
      padding: 0 30px;
      text-align: center;
      align-items: center;
    }
  
    .text-container h1 {
      font-size: 38px;
      text-align: center;
    }
  
    .text-container h3 {
      font-size: 24px;
      white-space: nowrap;
      text-align: center;
    }
  
    .text-container a {
      margin-top: 22px;
      display: flex;
      justify-content: center;
    }
  
    .start-account-btn {
      margin: 0 auto;
    }
  }
  
/* FINAL MOBILE HERO FIX */
@media (max-width: 480px) {
  .hero {
    width: 100%;
    min-height: 425px;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 16px;
    background-image:
      linear-gradient(
        90deg,
        rgba(4, 26, 105, 0.96) 0%,
        rgba(4, 26, 105, 0.90) 100%
      ),
      url("images/HeroImage.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero .text-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
  }

  .hero .text-container h1 {
    font-size: 34px;
    line-height: 1.22;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }

  .hero .text-container h3 {
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    white-space: wrap;
    margin: 14px 0px 0;
    max-width: 100%;
  }

  .hero .text-container a {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero .start-account-btn {
    margin: 0 auto;
    font-size: 17px;
    padding: 5px 24px;
  }
}

@media (max-width: 390px) {
  .hero .text-container h1 {
    font-size: 30px;
  }

  .hero .text-container h3 {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  .hero .text-container h3 {
    white-space: normal;
  }
}
  
  @media (max-width: 980px) {
    .text-container {
      max-width: 90%;
      margin: 0 auto;
      text-align: center;
      align-items: center;
    }
  
    .text-container h1 {
      font-size: 38px;
    }
  
    .text-container h3 {
      font-size: 24px;
    }
  }
  

  @media (min-width: 1600px) {
    .hero {
      height: 550px; 
      aspect-ratio: 1920 / 950; 
    }
  
    .text-container {
      max-width: 80%; 
      padding-left: 8% !important; 
    }

    .text-container h1{
      font-size: 46px;
    }

    .start-account-btn {
      margin-top: 20px;
    }


  }
  

  @media (min-width: 1070px) and (max-width: 1600px) {
    .hero {
      height: auto;
      aspect-ratio: 1950 / 780;
      min-height: unset;
      position: relative;
    }
  
    .hero-mask {
      height: 100%;
    }
  
    .text-container {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
  
      max-width: 620px;
      width: 620px;
  
      margin: 0;
      padding: 0;
  
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
  
    .text-container h1 {
      font-size: 44px;
      line-height: 1.3;
      margin: 0;
    }
  
    .text-container h3 {
      font-size: 25px;
      line-height: 1.25;
      margin: 10px 0 0 0;
      white-space: nowrap;
    }
  
    .text-container a {
      margin-top: 24px;
      padding-top: 0;
    }
  }
.section-2 {
  padding: 60px 0 0 0;  
}

.custom-font{
  color: #56565A !important;
}

.custom-font b{
  color:#041a69;
  font-weight: 500;
  font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;;
}


@media (min-width: 1200px) {
    .section-2 {
        padding: 20px 0 0 10px; 
    }

    .custom-font {
        font-size: 20px; 
        line-height: 1.6; 
        padding-top: 20px;
        font-weight: 500 !important;        
    }
}

/* Responsive Adjustments for Laptops and Medium Devices */
@media (max-width: 1199px) {
    .section-2 {
        padding: 20px 0 0 10px; 

    }

    .custom-font { 
        font-size: 20px; 
        padding: 5px 0px 5px 0px;
        font-weight: 500 !important;  
        line-height: 1.5;
        text-align: center;      

    }
}

/* Responsive Adjustments for Tablets */
@media (max-width: 992px) {
    .section-2 {
        padding: 20px 0px; 

    }

    .custom-font { 
        font-size: 1rem; 
        padding: 5px; 
        font-weight: 400 !important;        

    }
}

/* Responsive Adjustments for Mobile and Small Devices */
@media (max-width: 768px) {
    .headline {
        max-width: 92%;
        font-size: clamp(20px, 4.2vw, 16px);
        line-height: 1.4;
    }
    .section-2 {
        height: auto; 
        padding: 25px 0px; 

    }

    .custom-font {
        padding-top: 20px; 
        font-size: 18px !important; 
        line-height: 1.4; 
        max-width: 150%; 
        font-weight: 400 !important;        


    }
}

/* Additional adjustments for extra small screens (phones, foldable devices) */
@media (max-width: 480px) {
    .custom-font {
        padding: 15px; 
        line-height: 1.3; 
        max-width: 100%; 
        
    }
}

/* Adjustments for Foldable Devices (Phones with foldable screens) */
@media (max-width: 600px) and (orientation: landscape) {
    .section-2 {
        padding: 20px 10px; 
    }

    .custom-font {
        font-size: 18px; 
        padding: 10px; 
        text-align: center; 
        padding-top: 20px;

    }
}


/* how it works section */
.open-account-btn {
    display:flex;
    width: fit-content;  
    background-color: #fdce0d !important;
    color: #041a69 !important;
    border-radius: 24px;
    letter-spacing: 0px;
    font-size: 17px;
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;;
    font-weight: 600;
    padding: 7px 20px;
    /* margin-left: 38%; */
    text-decoration: none;
    /* background-image: linear-gradient(360deg, #01b0c0 0%, #0099a7 99%); */
    border: 2px solid #fdce0d !important;

}

.open-account-btn:hover {
    background-color: #fff !important;
    color: #041a69 !important;
    transform: translateY(-5px); 
    border:2px solid #fdce0d !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}



@media (max-width: 768px) {
    /* Decrease the size of headings and text */
    body{
    overflow-x: hidden;

    }
    h1, h2, h5 {
        font-size: 1.5rem;
    }
    
    p{
        font-size: 1rem !important;
    }
}

img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
}

@media (max-width: 768px) {
    .faq-image {
        max-width: 100%;
        height: auto;
    }
}

/* Image styling for better alignment and size control */
.bonus-image {
    max-width: 85%;
    height: auto; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.5); 
}


.added-bonus-section h2{
    font-family: 'Gelica-Regular', Helvetica, Arial, Lucida, sans-serif;;
    color: #3256fb !important;
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 34px;
    padding-top:0px !important;
    margin-top: 30px !important;
}

.added-bonus-section strong{
    color: #041a69;
    font-family: 'Effra Medium';
    font-weight: 500;
}

.added-bonus-section p{
    padding-left: 0px;
    font-size: 20px;
    color: #56565A!important;
    text-align: left !important;
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;;
    font-weight: 500;
}

.added-bonus-section b{
  color: #56565A;
}

.added-bonus-section .special-note{
    font-size: 15px;
    text-align: left; 
    padding: 0 0px 20px 0px;
    line-height: 1.5em;
}

/* Responsive handling */
@media (max-width: 768px) {
    .added-bonus-section {
        padding: 0px 10px 5px 10px !important;
    }

    .added-bonus-section h2{
        padding-top: 0px !important;
        font-size: 30px;
    }

    .added-bonus-section p {
        text-align: center !important;
        padding: 0px 10px !important;
    }

    .added-bonus-section .col-md-6 {
        margin-bottom: 0px;
    }
    
    .open-account-btn {
        margin-top: 0px;
    }

    .bonus-image {
        max-width: 100%; 
    }

    .added-bonus-section .special-note{
        font-size: 0.7em !important;
        color: #333;
        padding: 0 10px !important;
        text-align: center !important; 
        line-height: 1rem;
    }

    .bonus-list{
        font-size:16px;
        padding-right: 10px !important;
    }
  
}


/* Center the image + content stack (tablets/sm laptops) */
@media (min-width: 769px) and (max-width: 1199px) {
  .added-bonus-section .row {
    display: flex;                 
    flex-direction: column;
    align-items: center;           
  }

  /* center each column and cap its width */
  .added-bonus-section .col-md-6 {
    width: 100%;
    max-width: 720px;        
    margin: 0 auto;
    text-align: center;
  }

  .added-bonus-section p{
    font-size: 18px;
    text-align: center !important;
  }
  /* center the image itself */
  .bonus-image {
    display: block;
    width: min(100%, 640px);
    height: auto;
    margin: 0 auto 28px;          
    float: none;
  }

  /* keep bullets centered as a block but left-aligned inside */
  .bonus-list {
    display: inline-block;
    text-align: center;
  }

  .added-bonus-section .special-note{
    text-align: center; 
    padding: 10px 0px 20px 0px !important;
    line-height: 1rem;
  }
}



/* FAQ Section Styling */
.faq-section h2 {
    font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: left;    
}

.faq-section .faq-h2 {
    color: #3256fb;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-family: 'Gelica-Regular', Helvetica, Arial, Lucida, sans-serif;;
    font-size: 32px;
}

.faq-section h6{
     padding: 0 100px !important;
     line-height: 1.5em;
     font-weight: 400;
     font-size: 19px;
}


.faq-note {
  display: block;
  font-size: 14px;
  line-height: 1.4 !important;
  margin-top: 8px;
}

/* Accordion General Styling */
.accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #FFFFFF;
  padding: 1px;
  font-weight: 500;
}


.accordion-item .accordion-toggle i {
transition: transform 0.3s ease; 
}

.accordion-item .accordion-toggle:not(.collapsed) i {
transform: rotate(180deg); 
}

.accordion-item .accordion-toggle:not(.collapsed) {
background-color: #fff; 
}

.accordion-header {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}


.accordion-toggle {
  background-color: #FFFFFF;
  border: none;
  font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;
  font-size: 19px;
  color: #041a69;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 20px 50px 20px 25px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  line-height: 1.5em;
  margin-right: 20%;
}


.accordion-body {
  padding: 0px 25px;
  padding-bottom: 20px;
  font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #56565A;
  margin: 0;
  background-color: #ffffff;
  line-height: 1.4em;
}


.accordion-body a, strong {
  color: #3256fb;
  text-decoration: none;
  text-underline-offset: 2px;
  font-weight: 500;
  font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;
}

.accordion-body a:hover {
  text-decoration: underline;
}


.accordion-toggle i {
  font-size: 15px; 
  color: #3256fb; 
  margin-left: 5px;
}

.accordion-toggle:not(.collapsed) i {
  content: ""; 
}


.image-container img {
    max-width: 90%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.faq-image {
    height: 60%;
    object-fit: cover;
}


/* =========================
   CONTACT SECTION (FINAL)
========================= */
.contact-section {
    padding: 15px 0;
  }
  
  /* Headline */
  .contact-section h2 {
    font-family: 'Gelica-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #3256fb;
    font-weight: 500;
    font-size: 34px;          
    margin: 0 0 12px;
  }
  
  /* Paragraph */
  .contact-section p {
    margin: 0;                
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1.5;
  }
  
  /* Phone link in the sentence */
  .contact-section p a {
    color: #041a69;
    text-underline-offset: 2px;
    font-weight: 500;
    font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;
  }
  
  .contact-section p a:hover {
    text-decoration: underline;
  }
  
  /* =========================
     ICONS AREA
  ========================= */
  
  /* Right-side container (icons) */
  .contact-section .contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 240px;               
  }
  
  /* Each icon+label */
  .contact-section .contact-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  
  /* Icon image */
  .contact-section .img-custom {
    width: 95px;
    height: 95px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
  }
  
  /* Icon label */
  .contact-section h6 {
    margin: 0;
    font-family: 'Effra Medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #041a69;
    text-underline-offset: 2px;
  }

  .contact-section h6:hover {
    text-decoration: underline;
  }
  
  /* =========================
     OFFER TEXT (KEEPING YOUR STYLE)
  ========================= */
  .offer-text p {
    font-size: 14px !important;
    color: #56565A;
    font-weight: 400;
    text-align: justify !important;
    margin: 0;
  }
  
  .offer-text b {
    color: #56565A;
    font-weight: 600;
  }
  
  /* =========================
     CTA BUTTON (Get Started)
  ========================= */

  .contact-section a.learnmore {
    display: inline-block;
    background-color: #fdce0d !important;
    color: #041a69 !important;
    border-radius: 24px;
    font-family: 'Effra Regular', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 20px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #fdce0d !important;
  }

  .contact-section a.learnmore:hover {
    background-color: #fff !important;
    color: #041a69 !important;
    text-decoration: none;
    transform: translateY(-5px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    border: 2px solid #fdce0d !important;

  }

  /* .contact-section a.learnmore i {
    color: #fff;
    font-size: 17px; 
  } */
  
  /* Center wrapper */
  .contact-section .text-center {
    margin-top: 24px;
  }
  

  
  @media (max-width: 991px) {
    .contact-section h2 {
      font-size: 32px;
      text-align: center;
    }
  
    .contact-section p {
      text-align: center;
      font-size: 18px;
    }
  
    .contact-section .contact-icons {
      gap: 100px;
      margin-top: 25px;
    }
  
    .contact-section .img-custom {
      width: 80px;
      height: 80px;
    }
  
    .contact-section h6 {
      font-size: 18px;
    }

    .faq-section h6{
        padding: 0px 10px !important;
    }
  }
  
/* Adjustments for Medium and Large Screens */
@media (min-width: 1024px) {
  
    .contact-section p {
        padding-right: 0px; 
        font-size: 20px;
    } 

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-section .img-custom {
        width: 85px;
        height: 85px !important;
    }
    .offer-text p{
        font-size: 14px;
        text-align: justify;
    }
}

/* Adjustments for Foldable and Smaller Screens */
@media (max-width: 768px) {
    .faq-section h6 {
        font-size: 15px;
        line-height: 1.4em;
        margin: 20px 20px 20px 8px !important;
        padding: 0 0px !important;
        width: 93%;
    }
    .accordion-body {
        font-size: 16px;
    }
    .accordion-toggle {
        font-size: 16px;
    }

    .faq-section .faq-h2 {
        font-size: 28px;
    }

    .contact-section {
        padding: 20px 0;
        text-align: center; 
    }

    .contact-section .img-custom {
        width: 80px !important;
        height: 80px !important;
        margin: 0 auto; 
    }

    .contact-section h6 {
        font-size: 16px;
        text-align: center;
        padding: 0 0px; 
    }

    .contact-section p {
        padding: 0 0 10px 0px !important;
        text-align: center !important;
    }

    .contact-section h2 {
        font-size: 32px !important;
        text-align: center;
    }

    
    .contact-section .row {
        display: flex;
        justify-content: center; 
        align-items: center; 
        flex-wrap: wrap;
    }

    .contact-section .row .col-md-12 {
        margin-top: 0px !important;
        display: flex;
        flex-direction: column; 
        align-items: center; 
        padding-top: 0px !important;
    }

    /* Offer text styling */
    .offer-text p {
        text-align: justify !important;
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .contact-section .spanish-text {
        padding: 10px 30px 10px 20px !important;
        line-height: 1.3rem !important;
    }

  
    .contact-right .contact-icons {
        display: flex !important;
        justify-content: center !important;
        flex-direction: column !important; 
        flex-wrap: wrap; 
        gap: 30px; 
    }

    .contact-right .contact-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
}


/* Adjustments for Extra-Small Screens (e.g., foldable phones) */
@media (max-width: 480px) {


    .contact-section h2 {
        padding-bottom: 10px;
        font-size: 28px !important;
        text-align: center;
    }

    .contact-section .img-custom {
        padding: 0 10px;
        width: 70px ;
        height: 70px ;
    }

    .contact-section .row {
        justify-content: center;
    }
}




/* Sign-up Section */
.sign-up p {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 14px;
    color: #56565A;
    text-align: center;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  position: relative;
  background-color: #3256fb;
  color: #ffffff;
  padding: 40px 24px;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('./images/footer-pattern.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-left {
  text-align: left;
  font-size: 14px;
  line-height: 1rem;
  margin-top: 25px!important;
}

.footer-right {
  text-align: right;
}

.footer-logo {
  max-width: 180px;
}

@media (max-width: 480px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-left, .footer-right {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .footer-logo {
    margin: 0 auto;
  }
}