.page-id-203 .container{
    max-width: 100%;
    padding: 0 0 0 0;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    color: var(--Main, #2C4537);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Heading 1 */
    font-family: "EB Garamond";
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 84px */
    text-transform: capitalize;
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}

.center-buttons{
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-direction: row;
    align-items: center;
}

.things-to-know {
    padding: 80px 20px;
    background-color: var(--white);
    text-align: center;
  }
  
  .things-to-know-title h2 {
    color: var(--Main, #2C4537);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Heading 2 */
    font-family: "EB Garamond";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    text-transform: capitalize;
  }
  
  .things-to-know-items {
    max-width: 900px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  
  .things-to-know-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .item-photo {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
  }
  
  .photo-1 {
    background-image: url('/wp-content/uploads/2025/07/Frame1386.webp');
  }
  
  .photo-2 {
    background-image: url('/wp-content/uploads/2025/07/Frame1387.webp');
  }
  
  .photo-3 {
    background-image: url('/wp-content/uploads/2025/07/Frame1388.webp');
  }
  
  .item-content h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    color: var(--accent, #787370);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Open Sans;
font-family: Open Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;

font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 36.4px */
text-transform: uppercase;
  }
  
  .item-content p {
    color: var(--charcoal, #222);
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Body */
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
  }
  
  /* Responsive adjustments */
  @media (min-width: 768px) {
    .things-to-know-item {
      flex-direction: row;
      text-align: left;
      justify-content: flex-start;
    }
    .item-content {
      text-align: left;
      max-width: 700px;
    }
    .item-content h3 {
      font-size: 1.25rem;
    }
  }
  
  /* cta_welcome_1_css
  ---------------------------------------------------------- */
  .cta_welcome_11 {
      text-align: center;
      padding: 100px 0;
      position: relative;
      z-index: 1;
      background-color: #82A5A8;
  }
  
  .cta_welcome_11 .container1 {
    margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 40px 0;
      width: min(100%, 1500px);
  }
  
  .cta_welcome_11 .welcome-top-title1 * {
      margin: 0;
  }
  
  .cta_welcome_11 .welcome-top-title1 h2 {
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Heading 2 */
    font-family: "EB Garamond";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    text-transform: capitalize;
  }
  
  
  .cta_welcome_11 p a,
  .cta_welcome_11 .welcome1 p a:visited {
      color: var(--black);
      font-weight: bold;
  }
  
  .cta_welcome_11 .welcome-button1 a {
      margin: 0 auto;
  }
  
  .cta_welcome_11 .welcome-content1 p {
      margin: 0;
      color: var(--white, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Lato;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
  }

  /* --- NEW STYLES for .welcome-50 --- */
.welcome-50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
  
  .welcome-50 .card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    max-width: 650px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }

  .welcome-50 .card h3{
    color: var(--Main, #2C4537);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Open Sans";
    font-size: 30.491px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 39.639px */
    letter-spacing: 2.439px;
    text-transform: uppercase;
  }

  .content h2{
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Desktop/Heading 2 */
    font-family: "EB Garamond";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    text-transform: capitalize;
  }

  .content p{
    color: var(--white, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Body large */
font-family: Lato;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 34.5px */
  }
  
  .welcome-50 .card h3 {
    color: #2C4537;
    font-family: "EB Garamond";
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .welcome-50 .card-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .welcome-50 .card-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  
  .welcome-50 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #2C4537;
    cursor: pointer;
  }
  
  /* --- MOBILE RESPONSIVE --- */
  @media (max-width: 767px) {
    .welcome-50 {
      flex-direction: column;
      align-items: center;
    }
  }
  

  /* MOBILE RESPONSIVE TWEAKS */
@media (max-width: 767px) {
    .cta_welcome_1 .welcome-top-title h2 {
      font-size: 40px;
      line-height: 120%;
    }
  
    .center-buttons {
      flex-direction: column;
      gap: 20px;
    }
  
    .things-to-know {
      padding: 40px 15px;
    }
  
    .things-to-know-title h2 {
      font-size: 36px;
    }
  
    .things-to-know-items {
      margin-top: 40px;
      gap: 40px;
    }
  
    .item-content h3 {
      font-size: 24px;
      text-align: center;
    }
  
    .item-content p {
      font-size: 18px;
      text-align: center;
    }
  
    .things-to-know-item {
      gap: 15px;
    }
  
    .cta_welcome_11 {
      padding: 60px 20px;
    }
  
    .cta_welcome_11 .welcome-top-title1 h2 {
      font-size: 36px;
    }
  
    .cta_welcome_11 .welcome-content1 p {
      font-size: 18px;
    }
  
    .cta_welcome_11 .welcome-button1 a {
      width: 100%;
      max-width: 300px;
      display: inline-block;
    }
  }
  