/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Urbanist[wght].ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: Urbanist !important;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

.header-herobanner-container {
  /* padding: 60px; */
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  padding: 16px !important;
  
  @media screen and (min-width: 768px) {
    padding: 32px !important;
  }
  
  @media screen and (min-width: 1199px) {
    padding: 64px !important;
  }
}



/* Hero Section */
.hero-container {
  background: url('./assets/hero-bg.png');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media screen and (min-width: 1199px) {

    padding: 0 80px;
  }
}

.hero-title {
  font-size: 70px;
  font-weight: 500;
  margin: 0;
  line-height: 86.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  @media screen and (min-width:1901px) {
  margin-left: 4em;
  margin-right: 4em;
  }

  @media screen and (max-width: 767px) {
    font-size: 39px;
    font-weight: 500;
    line-height: 56.4px;
  }
}

.hero-description {
  max-width: 1031px;
  width: auto;
  text-align: center;
  margin-top: 40px;

  @media screen and (min-width: 767px) {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.1px;

  }
}

.hero-cta {
  padding: 18px 95px 18px 97px;
  border-radius: 50px;
  background-color: #c9f153;
  margin-top: 24px;
  border-color: transparent;

  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  text-decoration: none;
  color: #212529;
}

.hero-image-container {
  @media screen and (min-height: 1199px) {
    margin: 50px 90px 100px 90px;
  }

  margin: 30px;

  object-fit: contain;
  position: relative;
  max-height: 605.91px;
  min-height: 300px;
  width: fit-content;
}

.hero-image-container img {
  object-fit: contain;
  max-height: 605.91px;
  width: 100%;
}

.features-section{
  margin-top: 2rem;

}
.features-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.features-title {
  margin: 20px auto;
  font-size: 32px;
  margin-left: .5em;
  margin-right: .5em;

@media screen and (min-width: 431px) and (max-width: 768px) {
    margin-left: 4em;
    margin-right: 4em;    
}

@media screen and (min-width: 769px) {
  font-size: 64px;
  line-height: 86.4px;
}

@media screen and (min-width:769px) and (max-width: 1024px) {
  margin-left: 3em;
  margin-right: 3em; 
}

@media screen and (min-width:1025px) and (max-width: 1900px) {
  margin-left: 5em;
  margin-right: 5em; 
}

@media screen and (min-width:1901px) {
  margin-left: 9em;
  margin-right: 9em; 
}

  font-weight: 500;
  text-align: center;
}

.features-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding: 40px;
  gap: 30px;

  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr; /* Stack cards on smaller screens */
    gap: 20px;
    padding: 20px;
  }
}

.features-card-2 {
  p {
      margin: 0;
      /* font-family: Urbanist; */
      font-size: 18px;
      font-weight: 500;
      line-height: 26.1px;
      text-align: center;
      color: #6F7582;
      margin-left: 2rem;
      margin-right: 2rem;   
      @media screen and (min-width: 768px) {
      margin-left: 5rem;
      margin-right: 5rem;   
      }
      @media screen and (min-width: 769px) {
        font-size: 18px;
        line-height: 26.1px;
      }
    
      @media screen and (min-width: 431px) and (max-width: 768px) {
        margin-left: 8rem;
        margin-right: 8rem;  
    }
    
    @media screen and (min-width:769px) and (max-width: 1024px) {
      margin-left: 18em;
      margin-right: 18em; 
    }
    
    @media screen and (min-width:1025px) and (max-width: 1900px) {
      margin-left: 3em;
      margin-right: 3em; 
    }
    
    @media screen and (min-width:1901px) {
      margin-left: 6em;
      margin-right: 6em; 
    }
  }
}

.features-card-4 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.1px;
  text-align: center;
  color: #6F7582;
  margin-left: 0rem;
  margin-right: 0rem;
  @media screen and (min-width: 769px) {
    font-size: 18px;
    line-height: 26.1px;
  }

  @media screen and (min-width: 431px) and (max-width: 768px) {
    margin-left: 8rem;
    margin-right: 8rem;  
}

@media screen and (min-width:769px) and (max-width: 1024px) {
  margin-left: 3em;
  margin-right: 3em; 
}

@media screen and (min-width:1025px) and (max-width: 1900px) {
  margin-left: 3em;
  margin-right: 3em; 
}

@media screen and (min-width:1901px) {
  margin-left: 9.5em;
  margin-right: 9.5em; 
}

}

.features-card-1 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.1px;
  text-align: center;
  color: #6F7582;
  margin-left: 1rem;
  margin-right: 1rem;

  @media screen and (min-width: 769px) {
    font-size: 18px;
    line-height: 26.1px;
  }

  @media screen and (min-width: 431px) and (max-width: 768px) {
    margin-left: 11rem;
    margin-right: 11rem;  
}

@media screen and (min-width:769px) and (max-width: 1024px) {
  margin-left: 14em;
  margin-right: 14em; 
}

@media screen and (min-width:1025px) and (max-width: 1900px) {
  margin-left: 5em;
  margin-right: 5em; 
}

@media screen and (min-width:1901px) {
  margin-left: 9em;
  margin-right: 9em; 
}
}

.features-card-1,
.features-card-2,
.features-card-3,
.features-card-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 20px;
  border-radius: 20px;
  background-color: #f7f9fc;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.features-card-1 {
  grid-column: span 6 / span 6;
  background-color: #e3f7ff;

  @media screen and (max-width: 1024px) {
    grid-column: span 12 / span 12;
  }
}

.features-card-4 {
  grid-column: span 6 / span 6;
  background-color:  #ECEFFE;
  padding-bottom: 0px;

  @media screen and (max-width: 1024px) {
    grid-column: span 12 / span 12;
  }
}

.features-card-1:last-of-type {
  padding-bottom: 0; /* Remove bottom padding for second card */
/* justify-content: end!important; */
}
.features-card-4:last-of-type {
  padding-bottom: 0; /* Remove bottom padding for second card */
/* justify-content: end!important; */
}

.features-card-2 {
  grid-column: span 4 / span 4;
  background-color: #f4ffe9;
  padding-bottom: 0; /* Remove bottom padding for card 2 */

  @media screen and (max-width: 1024px) {
    grid-column: span 12 / span 12;
  }
}

.features-card-3 {
  grid-column: span 8 / span 8;
  background-color: #fefaf3;
  gap: 30px;
  flex-direction: row; /* Desktop layout */
  padding-bottom: 0; /* Remove bottom padding for card 3 */
  align-items: end;
  @media screen and (max-width: 1024px) {
    align-items: self-start;
    text-align: left;
    grid-column: span 12 / span 12;
    flex-direction: column; /* Stack text and image for smaller screens */
  }
}

.features-card-3-text {
  margin: 3em 3em;
  text-align: left;
  max-width: 500px;
  justify-content: center;
  margin-bottom: auto;

  @media screen and (max-width: 1024px) {
    max-width: 100%;
  }
  @media screen and (min-width:1025px) and (max-width: 1900px) {
    margin-left: 2em;
    margin-right: 0em;
    margin-bottom: 2em;
  }
  @media screen and (min-width: 1900px) {
    margin-left: 3em;
    margin-bottom: 15em;
    margin-right: 3em;
  }
}

.features-card-3-text h3 {
  font-size: 40px;
  font-weight: 500;
  color: #13213c;

  @media screen and (max-width: 1024px) {
    text-align: left;
  }
}

.features-card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #13213c;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.features-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  @media screen and (max-width: 768px) {
    text-align: left;
    font-size: 14px;
  }
}

.feature-card-image-container-1,
.feature-card-image-container-2,
.feature-card-image-container-3,
.feature-card-image-container-4 {
  width: 100%;
  margin-top: auto;
  height: auto;
  padding: 10px 0 0 0; /* Ensure bottom padding is removed */
}

.feature-card-image-container-1 img,
.feature-card-image-container-2 img,
.feature-card-image-container-3 img,
.feature-card-image-container-4 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 1440px) {
  .features-card-grid {
    gap: 40px;
    padding: 60px;
  }

  .features-card-1,
  .features-card-2,
  .features-card-3,
  .features-card-4 {
    padding: 40px 40px 0 40px;
  }

  .features-card h3 {
    font-size: 28px;
  }

  .features-card p {
    font-size: 18px;
  }
}

/* ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin: 5px 0;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
} */

.highlight-container {
  display: inline-block;
  position: relative;
  font-weight: bold;
  width: fit-content;
  color: #1b1b32;
  line-height: 1.2;
}

.highlight-text {
  position: relative;
  color: black;
  /* padding: 5px 10px; */
  z-index: 1;
  text-wrap-mode: nowrap;

}

.highlight-text::before,
.highlight-text::after {
  content: "";
  position: absolute;
  background: #c9ef58;
  z-index: -1;
}

.highlight-text::before {
  top:1;
  width: 92%;
  transform: rotate(-2.67deg);
  height: 100%; 
  left: 32px; 
  top: 24%; 
  background: #c9ef58; 
}

.highlight-text::after {
  height: 46px;
  width: 80%;
  transform: rotate(-5.02deg);
  left: -20px;
  /* left: 3px; */
  top: -14px;
}

.discover {
  padding: 0 66px;
  @media screen and (min-width: 1024px) {
    
   /* margin-top: 110px;*/
  }

  .discover-container {
    background-color: #145455;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 22px 0 22px;
    border-radius: 12px;

    @media screen and (min-width: 768px) {
      padding: 60px 45px 0 45px;
      border-radius: 14px;
    }

    @media screen and (min-width: 1199px) {
      padding: 120px 90px 0 90px;
      border-radius: 20px;
    }

    h2 {
      max-width: 806px;
      text-align: center;
      color: #ffffff;
      font-size: 32px;
      font-weight: 500;
      line-height: 42px;
      margin: 0 16px;

      @media screen and (min-width: 768px) {
        font-size: 48px !important;
        line-height: 48px;
        margin: 0 32px;
      }

      @media screen and (min-width: 1199px) {
        font-size: 64px !important;
        line-height: 69.12px;
        margin: 0;
      }
    }

    p {
      max-width: 752px;
      margin-top: 32px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 26.1px;
      color: #DDDDDD;
      font-family: Urbanist !important;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
    }

    .button-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 18px;
      margin: 24px auto 0;

      @media screen and (min-width: 768px) {
        gap: 10px;
      }

      button {
        padding: 18px 96px;
        border-radius: 50px;
        background-color: #c9f153;
        border: none;
        font-size: 18px;
        font-weight: 600;
        line-height: 19.8px;
        cursor: pointer;

        &:hover {
          opacity: 0.9;
        }
      }
      .btn {
        padding: 18px 95px 18px 97px;
        border-radius: 50px;
        background-color: #c9f153;
        margin-top: 24px;
        border-color: transparent;

        font-size: 18px;
        font-weight: 500;
        line-height: 19.8px;
      }
    }

    .discover-img-container {
      margin-top: 45px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 38px;

      @media screen and (min-width: 768px) {
        margin-top: 50px;
      }

      @media screen and (min-width: 1199px) {
        margin-top: 100px;
      }

      .discover-img-container-1 {
        width: 22%;
        height: 100%;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        margin-top: auto;
        
        @media screen and (max-width: 766px) {
          width: 90%;
        }

        @media screen and (min-width: 1460px) {
          display: block;
          margin-top: auto;
        }

        img {
          width: 100%;
          height: 100%;
        }
      }
    }

    .discover-img-container-2 {
      width: 60.8%;
      height: 40%;
      border-radius: 20px 20px 0 0;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
      }

      @media screen and (max-width: 767px) {
        display: none;
      }
    }
  }
}

.plans {
  @media screen and (max-width: 767px) {
    margin-top: 50px;
  }
  
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  p {
    margin-top: 16px;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6F7582;
  }

}

.plan-secion-description{
  @media screen and (min-width:1025px) and (max-width: 1900px) {
    margin-left: 4em;
    margin-right: 4em; 
  }
  
  @media screen and (min-width:1901px) {
    margin-left: 20em;
    margin-right: 20em; 
  }
}

.plans-title {
  margin: 0;
  font-family: Urbanist;
  font-size: 80px;
  font-weight: 500;
  line-height: 86.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  @media screen and (max-width:768px) {
    font-size: 32px;
    
  }
}

.plan-container {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  width: fit-content;



  @media screen and (min-width: 1199px) {
    gap: 16px;
    margin: 0 85px;
    grid-template-columns: 1fr 1fr 1fr !important;

  }

  @media screen and (min-width: 768px) {
    gap: 16px;
    margin: 0 64px;
    grid-template-columns: 1fr 1fr;


  }

  .plan-card {
    max-width: 400px;
    padding: 50px;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border: 1px solid #ebedef;

    /* margin-bottom: 16px; */
    .img-container {
      width: 120px;
      height: 120px;
      object-fit: contain;

      img {
        height: 100%;
      }
    }
  }

  h3 {
    margin: 0;
    margin-top: 32px;
    /* font-family: Urbanist; */
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;

    color: #13213c;
  }

  p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6f7582;
  }

  ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    border-top: 1px solid #03473733;
    padding-top: 64px;
    text-align: left;
    margin-bottom: 174px;

    /* list-style: url('./assets/tick-icon.png'); */
    .tick {
      list-style-image: url("./assets/green-tick.svg");
      color: #13213c;
    }

    .circle {
      list-style-image: url("./assets/red-circle.svg");
      text-decoration-line: line-through;
      color: #9ca3af;
    }

    :first-child {
      /* font-family: Urbanist; */
      font-size: 18px;
      font-weight: 500;
      line-height: 26.1px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #13213c;
    }

    li {
      /* font-family: Urbanist; */
      font-size: 18px;
      font-weight: 500;
      line-height: 26.1px;
      text-align: left;
    }
  }

  button {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 58px;

    border-radius: 50px;
    border: 1px solid black;
    background: white;
    color: #13213c;
  }
  .plan-btn {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 58px;

    border-radius: 50px;
    border: 1px solid black;
    background: white;
    color: #13213c;
    text-decoration: none;
  }
  .btn-green {
    border: 1px solid #145455;
    background: #145455;
    color: #ffffff;
  }
  .btn-yellow {
    border: 1px solid #e1bd2c;
    background: #e1bd2c;
    color: #13213c;
  }
}

/* Team Section */

.team>p {
  margin-top: 12px;

  @media screen and (min-width: 1199px) {
    /* width: 50%; */
    margin: 0 auto;
    margin-top: 16px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
  }

  @media screen and (min-width: 769px) {
    margin-top: 12px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
    
  }
  @media screen and (min-width:769px) and (max-width: 1024px) {
    margin-left: 7em;
    margin-right: 7em; 
  }
  
  @media screen and (min-width:1025px) and (max-width: 1900px) {
    margin-left: 14.25em;
    margin-right: 14.25em; 
  }
  @media screen and (min-width:1901px) {
    margin-left: 30em;
    margin-right: 30em;
  }

      margin-top: 16px;
      /* font-family: Urbanist; */
      font-size: 18px;
      font-weight: 500;
      line-height: 26.1px;
      text-align: center;
      color: #6f7582;
}

.team {
  
  @media screen and (max-width: 767px) {
    margin-top: 84px;
  }

  .team-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 86.4px;
    text-align: center;
    color: #13213c;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;

    @media screen and (max-width: 767px) {
      font-size: 32px;
      font-weight: 500;
      line-height: normal !important;
    }
  }

  .team-container {
    display: grid;
    place-items: center;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    gap: 16px;

    @media screen and (min-width: 768px) {
      margin-top: 42px;
      gap: 24px;
      grid-template-columns: repeat(2, 1fr) !important;
    }

    @media screen and (min-width: 1199px) {
      margin-top: 86px;
      gap: 48px;
      grid-template-columns: repeat(3, 1fr) !important;
    }

    .team-member {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-bottom: 1px solid #e5e7eb;
      width: 100%;
      height: 100%;

      @media screen and (min-width: 1440px) {
        width: 400px;

      }

      .text {
        width: 100%;
        @media screen and (min-width:769px) and (max-width: 1024px) {
          height: 33%;
        }
        
        @media screen and (min-width:1025px) and (max-width: 1900px) {
          height: 35%;
        }
        
        @media screen and (min-width:1901px) {
          height: 33%;
        }
      }

      h3 {
        margin: 32px 0 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 26.1px;
        text-align: center;
        color: #13213c;
      }

      p {
        margin-top: 8px;
        font-size: 18px;
        font-weight: 500;
        line-height: 26.1px;
        text-align: center;
        color: #6f7582;
        margin-bottom: 16px;
        

        @media screen and  (max-width: 768px) {
          margin-left: 6em;
          margin-right: 6em;    
      }
        @media screen and (min-width:769px) and (max-width: 1024px) {
          margin-left: 8em;
          margin-right: 8em; 
        }
        
        @media screen and (min-width:1025px) and (max-width: 1900px) {
          margin-left: 4em;
          margin-right: 4em; 
        }
        
        @media screen and (min-width:1901px) {
          margin-left: 5.5em;
          margin-right: 5.5em; 
        }
      }

      .img-container {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
}


.subscribe {
  display: flex;
  justify-content: center;

  @media screen and (max-width: 767px) {
    margin-top: 66px;
  }
  

  .subscribe-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1309px;
    height: 510px;
    border-radius: 20px;
    gap: 40px;

    background-image: url(./assets/subscribe-container-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;

    .subscribe-title {
      margin: 0;
      /* font-family: Urbanist; */
      color: #ffffff;
      text-align: center;
      font-size: 32px;

      @media screen and (min-width: 1199px) {
        font-weight: 500;
        line-height: 69.12px;
        font-size: 64px !important;
        max-width: 1048px;
      }

      @media screen and (min-width: 768px) {
        font-weight: 500;
        line-height: 69.12px;
        font-size: 64px !important;
        /* max-width: 1048px; */
        margin: 32px;
      }

      @media screen and (max-width: 767px) {
        font-weight: 500;
        line-height: 48px;
        font-size: 40px !important;
        /* max-width: 1048px; */
        margin: 16px;
      }
    }

    button {
      width: 313.88px;
      height: 55.8px;
      /* padding: 17.1px 57.65px 18.9px 58px; */
      display: flex;
      justify-content: center;
      align-items: center;

      border-radius: 50px;
      background-color: #c9f153;
      color: #145455;
      border: 0;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 500;
      line-height: 19.8px;
      text-align: center;

    }
    
    .btn {
      width: 313.88px;
      height: 55.8px;
      padding: 17.1px 57.65px 18.9px 58px;
      border-radius: 50px;
      background-color: #c9f153;
      color: #145455;
      border: 0;
      /* font-family: Urbanist; */
      font-size: 18px;
      font-weight: 500;
      line-height: 19.8px;
      text-align: center;
    }
  }
}

.feature-card-image-container-1 {
  @media screen and (min-width: 1901px) {
  padding: 0px 0px 32px 0px !important;
  }
  
}

.feature-card-image-container-1 img{
  width: 100% !important;
}

.feature-card-image-container-2{
 width: 92%;
}
.feature-card-image-container-2 img {
  width: 82% !important;
  @media screen and (min-width:431px) and (max-width: 1024px) {
    width: 70% !important;
    }
    @media screen and (min-width:1025px) and (max-width: 1900px) {
      width: 72% !important;
    }
}

.feature-card-image-container-3 img {
  width: 100% !important;
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    width: 100% !important;
    }

}

.feature-card-image-container-4 img {
  width: 92% !important;

}

.features-card-1 h3, .features-card-4 h3{
  font-size: 20px !important;
  line-height: 26px;
  @media screen and (min-width: 768px) {
  font-size: 24px !important;
  line-height: 26px;
  }
}

.features-card-2 h3{
  font-size: 24px !important;
  line-height: 26px;
}
.green-circle {
  list-style-image: url("./assets/green-circle_15.svg");
}

.features-card-3-text ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin: 5px 0;
}



.green-circle::before {
vertical-align: middle;
}

.contact-message-contact-us-form .phone-number-field .country-select {
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(49, 121, 90, 0.2);
  background: #fff;
  padding: 0.2em;
  background-color: #f5f8f7;
  width: 7em;
}
.contact-message-contact-us-form .phone-number-field .form-type-textfield input {
  max-width: 100%;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(49, 121, 90, 0.2);
  background: #fff;
  width: 26em;
  background-color: #f5f8f7;
}
.contact-message-contact-us-form .phone-number-field label {
  width: 100%;
  margin-bottom: 5px;
}
.contact-message-contact-us-form .form-control {
  background-color: #f5f8f7;
}
span.contact-us-txt {
  font-size: 14px;
}
.contact-message-contact-us-form .button--primary {
  background-color: #155859;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 60px;
}

/* Container to hold the image and the text */
.contact-section .image-container {
  position: relative; /* Enables absolute positioning for the text */
  display: inline-block; /* Adjusts container width to the image's width */
}

/* Image styling (optional, can be customized) */
.contact-section .image-container .image {
  display: block; /* Removes space below the image */
  width: 100%; /* Optional, ensures the image takes full width of container */
}
.contact-section .image-container .bottom-text h2 {
  font-size: 1.5rem;
}
/* Styling and positioning of the text */
.contact-section .image-container .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* color: white; */
  padding: 2em;
  text-align: left;
  font-size: 14px;
}

.contact-card {
  background-color: #1c4f4b;
  color: white;
  border-radius: 15px;
  padding: 20px;
}
.icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon img {
  width: 25px;
  height: 25px;
}

.phone-number-field .form-type-tel {

@media screen and (min-width:1400px) {
 width: 80%;
}
@media screen and (min-width:1200px) and (max-width: 1399px) {
width: 76%;
}
@media screen and (min-width:992px) and (max-width: 1199px) {
width: 71%;
}
@media screen and (min-width:768px) and (max-width: 991px) {
width: 59%;
}
@media screen and (min-width:536px) and (max-width: 767px) {
width: 75%;
}
@media screen and (max-width: 535px) {
width: 61%;
}
}
.phone-number-field .local-number {
  max-width: 100%;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(49, 121, 90, 0.2);
  background: #fff;
  background-color: #f5f8f7;
}
