.site-main .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom:0px;
}

/* Single Team Page Header */
.partnership-page-header {
    min-height: 800px;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url('../images/team-profile/team-header-bg.jpg');
    background-size: cover;
    background-position: center;
    margin-top:-10px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.et_pb_bottom_inside_divider
{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+");
  background-size: 100% 130px;
  background-repeat: repeat-x;
  bottom: 0;
  height: 130px;
  z-index: 1;
  margin-bottom: -1px;
}

.partnership-page-header h1 {
    
    color: white;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 90px;
    line-height: 1.4em;

}


.partnership-page-header p {
    color: white;
    z-index: 1;
    font-size: 25px;
    text-align: center;
    margin: 0;
    position: relative;
}

.partner-image-cover {
    background-image: url("/wp-content/themes/divi-child/assets/images/partners/partners-page-cover-v5.jpg");
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .partner-image-cover h1 {
    font-size: 60px;
    text-align: center;
    color: #fd001b;
    font-weight: 700;
  }
  
  .partners-section {
    margin-top: 60px;
  }
  
  .accordion-container {
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .accordion {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
  }
  
  .accordion:hover {
    background-color: #f0f0f0;
  }
  
  .accordion-image {
    width: 150px;
    height: 100%;
    max-height: 112px;
    margin-right: 15px;
    object-fit: contain;
    border-radius: 4px;
  }
  
  .accordion-content {
    flex-grow: 1;
  }
  
  .accordion-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  .accordion-text {
    color: #666;
    line-height: 1.4;
  }
  
  .accordion-toggle {
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
    transition: transform 0.3s ease;
    display: grid;
    align-content: center;
  }
  
  .accordion-panel {
    padding: 0px;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .accordion-panel.active {
    max-height: 500px;
  }
  
  .accordion-content {
    padding: 15px;
  }
  
  .accordion-content p {
    margin-bottom: 0px;
  }
  
  /* For smooth rotation of toggle button */
  .accordion-panel.active ~ .accordion-toggle {
    transform: rotate(180deg);
  }
  
  .become-sponsor {
    background-image: url("/wp-content/themes/divi-child/assets/images/partners/parners-bottom-background-v1.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: grid;
    justify-content: center;
    align-content: center;
    position:relative;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  
  .et_pb_button:hover {
    background-color: #007aff;
    color: white !important;
  }


  .et_pb_button 
  {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    background-color: white;
    border: 2px solid #007aff;
    color: #007aff !important;
  }


  .become-sponsor-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .become-sponsor-inner-container {
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  
  .become-sponsor-inner-container a:link,
  .become-sponsor-inner-container a:visited {
    color: var(--red);
    text-decoration: underline;
  }
  
  .become-sponsor-inner h2 {
    margin-bottom: 20px;
    display: block;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
  }

  .become-sponsor-inner p 
  {
    font-size: 20px;
  }
  
  .become-sponsor-inner h2,
  .become-sponsor-inner p {
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 80%;
    color: white;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  }
  
  .become-sponsor-inner a.btn {
    text-align: center;
    margin: 20px auto;
    text-decoration: none;
  }

  @media (max-width: 1280px) {

    .header-text h1
    {
      font-size: 75px;
    }

    .become-sponsor-inner h2,
    .become-sponsor-inner p {
      width: 100%;
    }
  }


  @media (max-width: 980px) 
  {
    .partnership-page-header
    {
      min-height: 550px;
    }

    .header-text h1
    {
      font-size: 65px;
    }

    .partnership-page-header p
    {
      font-size: 22px;
    }

    .become-sponsor-inner h2,
    .become-sponsor-inner p {
      width: 100%;
    }
  }

  
  @media (max-width: 768px) 
  {
    .partnership-page-header
    {
      min-height: 550px;
    }

    .header-text h1
    {
      font-size: 45px;
    }

    .partnership-page-header p
    {
      font-size: 20px;
    }

    .become-sponsor-inner h2,
    .become-sponsor-inner p {
      width: 100%;
    }
  
    .become-sponsor-inner {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .accordion
    {
      padding: 10px;
    }

    .accordion-title
    {
      font-size: 18px;
    }

  }
  
  @media (max-width: 480px) 
  {

    .partnership-page-header
    {
      min-height: 450px;
    }

    .header-text h1
    {
      font-size: 35px;
    }

    .partnership-page-header p
    {
      font-size: 18px;
    }

    .become-sponsor-inner p {
      font-size: 14px;
    }
  
    .become-sponsor-inner h2 {
      font-size: 22px;
    }

    .accordion-title
    {
      font-size: 14px;
    }

    .accordion-content
    {
      padding: 10px;
    }

    .accordion-image 
    {
      max-width: 100px !important;
    }

    .accordion-toggle
    {
      font-size: 30px;
      width: 30px;
      height: 30px;
    }

    .site-main
    {
      width: 90%;
    }

  }
  