.custom_content_section {
  padding-bottom: 80px;
}

.custom_content_section:has(+ .custom_faq_section),
.custom_content_section:has(+ .custom_gallery_section) {
  padding-bottom: 0 !important;
}

.custom_content_section .site_container {
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom_content_section .wysiwyg_content_editor p {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #444444;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
}

.custom_content_section .wysiwyg_content_editor p:first-child {
  margin-top: 30px;
}

.custom_content_section .wysiwyg_content_editor p strong {
  color: #222222;
  font-weight: bold;
}

.custom_content_section .wysiwyg_content_editor h2 {
  background-color: #e2e2e2;
  color: #d11a2a;
  font-size: 28px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.custom_content_section .wysiwyg_content_editor h3,
.custom_content_section .wysiwyg_content_editor h4,
.custom_content_section .wysiwyg_content_editor h5,
.custom_content_section .wysiwyg_content_editor h6 {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #d11a2a;
  display: inline-block;
  width: 100%;
  padding: 0 0 6px 0;
}

.custom_content_section .wysiwyg_content_editor ul {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 0;
}

.custom_content_section .wysiwyg_content_editor ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444444;
  font-size: 15px;
  line-height: 22px;
}

.custom_content_section .wysiwyg_content_editor a {
  color: #d11a2a;
  text-decoration: underline;
}

.custom_content_section .wysiwyg_content_editor a:hover {
  color: #a0101e;
}

@media (max-width: 1199px) {
  .custom_content_section {
    padding-bottom: 60px;
  }

  .custom_content_section .wysiwyg_content_editor h1,
  .custom_content_section .wysiwyg_content_editor h2 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom_content_section .wysiwyg_content_editor h6 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom_content_section .wysiwyg_content_editor h3,
  .custom_content_section .wysiwyg_content_editor h4,
  .custom_content_section .wysiwyg_content_editor h5 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .custom_content_section {
    padding-bottom: 50px;
  }

  .custom_content_section .wysiwyg_content_editor h1,
  .custom_content_section .wysiwyg_content_editor h2,
  .custom_content_section .wysiwyg_content_editor h6 {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .custom_content_section .wysiwyg_content_editor h3,
  .custom_content_section .wysiwyg_content_editor h4,
  .custom_content_section .wysiwyg_content_editor h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .custom_content_section {
    padding-bottom: 40px;
  }

  .custom_content_section .wysiwyg_content_editor h1,
  .custom_content_section .wysiwyg_content_editor h2,
  .custom_content_section .wysiwyg_content_editor h6 {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .custom_content_section .wysiwyg_content_editor h3,
  .custom_content_section .wysiwyg_content_editor h4,
  .custom_content_section .wysiwyg_content_editor h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .custom_content_section .wysiwyg_content_editor p,
  .custom_content_section .wysiwyg_content_editor ul li {
    font-size: 14px;
    line-height: 22px;
  }
}

































/* Custom Image Gallery Section CSS */

.custom_gallery_section .site_container {
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom_gallery_section .gallery_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.custom_gallery_section .gallery_item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.custom_gallery_section.two_column .gallery_item {
  width: 50%;
}

.custom_gallery_section.three_column .gallery_item {
  width: 33.3333%;
}

.custom_gallery_section.four_column .gallery_item {
  width: 25%;
}

.custom_gallery_section .gallery_card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom_gallery_section .gallery_card:focus,
.custom_gallery_section .gallery_card:focus-visible {
  outline: none !important;
}

.custom_gallery_section .gallery_card img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .custom_gallery_section.four_column .gallery_item {
    width: 50%;
  }

  .custom_gallery_section.three_column .gallery_item {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .custom_gallery_section.two_column .gallery_item,
  .custom_gallery_section.three_column .gallery_item,
  .custom_gallery_section.four_column .gallery_item {
    width: 100%;
  }

  .custom_gallery_section .gallery_item {
    margin-bottom: 20px;
  }

  .custom_gallery_section .gallery_card {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

































/* Custom FAQ Section */



.custom_faq_section .site_container {
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom_faq_section .faq_wrapper {
  width: 100%;
  box-sizing: border-box;
}

.custom_faq_section .faq_main_title {
  background-color: #e2e2e2;
  color: #d11a2a;
  font-size: 28px;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
  border-radius: 0px;
  box-sizing: border-box;
}

.custom_faq_section .faq_accordion_container {
  width: 100%;
}

.custom_faq_section .faq_item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  box-sizing: border-box;
}

.custom_faq_section .faq_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  user-select: none;
}

.custom_faq_section .faq_title {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 26px;
  padding: 0;
}

.custom_faq_section .faq_icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_faq_section .faq_icon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #d11a2a;
}

.custom_faq_section .faq_icon::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  background-color: #d11a2a;
}

.custom_faq_section .faq_item.active .faq_icon::after {
  display: none;
}

.custom_faq_section .faq_content {
  display: none;
  padding-bottom: 22px;
}

.custom_faq_section .faq_content p {
  color: #444444;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

@media (max-width: 1199px) {
  .custom_faq_section .faq_main_title {
    font-size: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 25px;
  }

  .custom_faq_section .faq_title {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .custom_faq_section .faq_main_title {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .custom_faq_section .faq_title {
    font-size: 18px;
  }

  .custom_faq_section .faq_header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .custom_faq_section .faq_content {
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .custom_faq_section .faq_main_title {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 15px;
  }

  .custom_faq_section .faq_title {
    font-size: 16px;
    line-height: 22px;
  }

  .custom_faq_section .faq_content p {
    font-size: 14px;
    line-height: 22px;
  }

  .custom_faq_section .faq_header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .custom_faq_section .faq_content {
    padding-bottom: 15px;
  }
}