﻿.campaign-container .campaign-section:nth-child(odd) {
  background-color: #fafafa;
}

.campaign-container .campaign-section:nth-child(even) {
  background-color: #fff;
}
strong {
  font-weight: 700;
  font-family: 'ProximaNova-Bold', Arial, Helvetica, sans-serif;
}

.btn-header a {
  display: flex;
  width: 100%;
  justify-content: center;
  min-width: 250px;
  height: 55px;
  margin-top: 10px;
}

.campaign-section-title {
  margin: 16px 0 16px !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  color: #1d2c3c;
  font-family: 'Proxima Nova Condensed-Black', Helvetica;
  text-align: center;
}

.campaign-section-subtitle {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Proxima Nova Condensed-Black', Helvetica;
  text-align: center;
  max-width: 660px;
}

section.campaign-section {
  padding: 0;
}

.campaign-section > .section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 30px;
}

.secondary-color {
  background-color: #123559;
  border-color: #123559;
  color: #fff !important;
}

.secondary-color:hover {
  color: #fff !important;
  background-color: #06182b;
  border-color: #06182b;
}

.secondary-color-outline {
  border: 4px solid #123559;
  color: #1d2c3c;
}

.secondary-color-outline:hover {
  color: #fff !important;
  background-color: #06182b;
  border-color: #06182b;
}
.primary-color {
  background-color: #00a499;
  border-color: #00a499;
  color: #fff;
}
.primary-color:hover {
  color: #fff;
  background-color: #00958b;
  border-color: #00958b;
}

.primary-color-outline {
  border: 4px solid #00a499;
  color: #1d2c3c;
}
.primary-color-outline:hover {
  color: #fff !important;
  background-color: #007f76;
  border-color: #007f76;
}

.btn-group-custom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.btn-group-custom .btn-call {
  flex: 1;
  width: 100%;
}

.btn-call {
  border-radius: 12px;
  text-transform: capitalize;
  padding: 0.8rem 1rem;
  display: flex;
  width: max-content;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-color: #123559;
}

.btn:focus {
  max-height: unset !important;
}

.container-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.container-title span {
  color: #6dcdb8;
}

.container-subtitle {
  font-size: 18px;
}

.campaign-section .top-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  flex-direction: column;
}

.campaign-section .section-container {
  gap: 20px;
}

.campaign-section .top-container > * {
  flex: 1;
  width: 100%;
}

.campaign-section-heading {
  color: #123559;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.campaign-section-subheading {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.campaign-section .bg-teal {
  background-color: #6dcdb8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -16px;
  left: -16px;
  z-index: 0;
}

.campaign-section .card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  width: 100%;
  gap: 40px;
  margin-top: 30px;
}

.card-box .inner-content {
  width: 100%;
  z-index: 1;
  position: relative;
  height: 100%;
  max-width: 500px;
  object-fit: cover;
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  box-shadow: 0px 5px 5px #6dcdb8;
}

.card-box img {
  object-fit: cover;
  width: 100%;
}

.card-box .text {
  font-size: 24px;
  color: #15375f;
  text-align: center;
}

.section-0 .group-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.section-0 .group-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1d2c3c 10px, rgba(29, 44, 60, 0) 18.39%);
}

.section-0-container {
  display: flex;
  background-color: #1d2c3c;
}

.section-0.campaign-section > .section-container {
  padding: 0 10px 10px;
  justify-content: end;
}

.section-0 .left-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-0 .left-container-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.section-0 .left-container-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.section-0 .left-container-title span {
  color: #6dcdb8;
}

.section-0 .left-container-bottom {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.section-0 .right-container {
  height: auto;
  max-width: 50%;
}

.section-1 .section-container {
  gap: 40px;
}

.section-1 img {
  width: 300px;
  height: 414px;
}

.section-1 .profile-title {
  color: #123559;
  text-align: center;
  text-decoration: underline;
}

.section-1 .right-container {
  max-width: 700px;
}

.section-2 .section-container {
  gap: 30px;
}

.section-2 .more-info {
  display: flex;
  align-items: center;
  color: #38bfbd;
  font-weight: 700;
  font-size: 28px;
  max-width: 500px;
}

.section-2 .more-info a {
  color: #38bfbd;
  font-weight: 700;
  font-size: 28px;
  text-decoration: underline;
}

.section-3 .section-container {
  padding: 0 !important;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 !important;
}

.section-3 .primary-color-outline {
  color: #fff;
}

.section-3 .left-container {
  padding: 50px 30px;
  background-color: #123559;
  color: #fff;
}

.section-3 .section-container > * {
  height: 100%;
}

.section-3 img {
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.section-3 li {
  list-style: disc;
  font-size: 24px;
  line-height: 1.3;
}

.section-3 .container-title {
  margin-bottom: 30px !important;
  padding: 0 !important;
}

.section-4 .section-container {
  align-items: start;
}
.section-4 .table-group {
  gap: 50px;
  display: grid;
  align-items: start;
}
.section-4 > * {
  width: 100%;
}

.section-4 table {
  border-collapse: separate;
  border-spacing: 0;
}

.section-4 .left-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section-4 th,
td {
  padding: 4px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
}
.section-4 tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.section-4 tr:first-child th:last-child {
  border-top-right-radius: 20px;
}
.section-4 tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.section-4 tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.section-4 th {
  background-color: #38bfbd;
  color: white;
}

.section-4 .star-info {
  color: #123559;
  font-size: 16px;
  margin-top: 10px;
}

.section-4 .section-container,
.section-2 .section-container {
  padding: 36px 20px;
}

@media (min-width: 768px) {
  .btn-header {
    position: absolute;
    top: 26px;
    right: 26px;
  }
  .card-box .inner-content {
    padding: 40px 20px 20px 30px;
  }
  .holyname-pre-nav .navbar.navbar-light {
    padding: 0 40px;
  }

  .campaign-section-title {
    margin: 16px 0 36px !important;
    text-transform: uppercase;
    font-size: 48px;
  }

  .campaign-section-subtitle {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 28px;
  }

  .btn-group-custom {
    flex-direction: row;
    width: unset;
    margin-top: 0;
  }

  .btn-group-custom .btn-call {
    flex: unset;
    width: max-content;
  }

  .nav-bar-holyname .navbar.navbar-light {
    padding: 0.5rem 40px;
  }

  .section-0 {
    background: url(./assets/images/section-0.webp) top / cover no-repeat;
  }

  .section-5 {
    background: url(./assets/images/section-5.webp) right / cover no-repeat;
  }

  .section-0-container {
    height: 70vh;
    min-height: 700px;
    background: linear-gradient(
      90deg,
      #1d2c3c 20.71%,
      rgba(29, 44, 60, 0) 58.39%
    );
  }

  .section-5 .section-0-container {
    background: none;
  }

  .section-0.campaign-section > .section-container {
    padding: 36px 30px;
    justify-content: center;
  }

  .section-0 .left-container-title {
    font-size: 48px;
    line-height: 1.2;
  }

  .section-0 .left-container-box {
    gap: 52px;
  }
  .campaign-section .section-container {
    gap: 70px;
  }

  .section-4 th,
  td {
    padding: 10px;
    font-size: 22px;
  }
  .section-4 .star-info {
    font-size: 22px;
  }
  .section-1 .section-container {
    flex-direction: row;
  }
  .campaign-section .section-container .top-container {
    flex-direction: row;
    gap: 100px;
  }

  .campaign-section .section-container .top-container > * {
    width: 50%;
  }

  .section-3 .section-container {
    grid-template-columns: auto minmax(50%, 1fr);
  }
}

@media (min-width: 992px) {
  .campaign-section .section-container {
    padding: 100px;
  }

  .campaign-section-heading {
    font-size: 36px;
  }

  .campaign-section-subheading {
    font-size: 20px;
  }

  .section-0.campaign-section > .section-container {
    padding: 36px 100px;
  }

  .section-4 .section-container,
  .section-2 .section-container {
    padding: 36px 100px;
  }

  .campaign-section .container-title {
    padding: 100px;
  }
}

@media (min-width: 1200px) {
  .campaign-section .card-container {
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    max-width: 1580px;
    margin: 0 auto;
  }
  .section-0.campaign-section > .section-container {
    padding: 36px 150px 60px;
  }

  .section-0 .left-container-title {
    font-size: 64px;
  }

  .campaign-section .container-title {
    font-size: 54px;
  }
  .campaign-section-heading {
    font-size: 48px;
  }

  .section-4 .table-group {
    grid-template-columns: 1fr 1fr;
  }
  .section-3 .section-container .left-container {
    padding: 100px 80px;
  }

  .section-3 .left-container img {
    max-height: 700px;
  }
}

@media (min-width: 1500px) {
  .campaign-section .section-container {
    padding: 100px 150px 100px;
  }
  .section-0 .left-container-title {
    font-size: 72px;
  }
}
