@media (max-width: 767px) {
  .image4 .row.content {
    flex-direction: column;
  }
  .image4 .col-lg-7 {
    width: 100%;
    max-width: 100%;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
h1,
strong {
  font-weight: 700;
}
.image4 .container {
  max-width: 100%;
  border: 1px solid;
  border-radius: 15px;
  margin-bottom: 50px;
}
.image4 .row.content {
  display: flex;
}
.image4 .col-lg-7 {
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0;
}
.image4 .col-lg {
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0;
}
.image4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.image4 .text-wrapper {
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.image4 .text-wrapper p {
  margin-bottom: 1rem;
  font-weight: 16.0px;
}
@media (max-width: 767px) {
  .image4 .row.content {
    flex-direction: column;
  }
  .image4 .col-lg,
  .image4 .col-lg-7 {
    width: 100%;
    max-width: 100%;
  }
}


.image4 .text-wrapper p {
  margin-bottom: 1rem;
  font-weight: 16.0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


.custom-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 600px;
  min-height: 600px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 63, 78, 0.5);
}
.custom-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  padding: 0 15px;
}
.custom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.custom-col {
  max-width: 100%;
}
.custom-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}
.custom-text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.custom-btn-container {
  display: inline-block;
}
.custom-btn {
  padding: 12px 30px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}
.custom-btn .custom-icon {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .custom-title {
    font-size: 2.5rem;
  }
  .custom-text {
    font-size: 1rem;
  }
  .custom-btn {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .custom-banner {
    display: none;
  }
}
.custom-video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  opacity: 0;
}
.custom-video-popup-content {
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  max-width: 90%;
  max-height: 90%;
  width: 800px;
  transform: scale(0.9);
}
.custom-video-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(60, 60, 60, 0.8);
  border: none;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  padding: 0;
  z-index: 1051;
}
.custom-video-popup-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.custom-video-popup-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .custom-banner {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 19px;
  padding-top: 80px;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
.fhope-navbar-style {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 0;
}
.navbar-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-brand {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 700;
}
.navbar-logo img {
  max-height: 50px;
  margin-right: 10px;
}
.navbar-caption-wrap {
  display: flex;
  align-items: center;
}
.navbar-caption {
  font-size: 1.2em;
  color: #c10000;
}
.navbar-collapse {
  display: flex;
  align-items: center;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.nav-item {
  position: relative;
}
.nav-link {
  display: block;
  padding: 15px;
  color: #0a2f88;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
}
.dropdown-item {
  display: block;
  padding: 8px 15px;
  color: #0a2f88;
  font-size: 1em;
  white-space: nowrap;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 1px;
}
.navbar-toggler {
  display: none;
  background: 0 0;
  border: none;
  padding: 10px;
}
.hamburger {
  width: 24px;
  height: 20px;
  position: relative;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #555;
  border-radius: 3px;
  opacity: 1;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
}
@media (max-width: 992px) {
  .navbar-content-wrapper {
    position: relative;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-collapse {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    width: 100%;
  }
  .nav-link {
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  .dropdown-menu {
    position: static;
    display: none;
    border: none;
    box-shadow: none;
    width: 100%;
    background-color: #f8f9fa;
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
  }
  .dropdown-submenu .dropdown-menu {
    padding-left: 30px;
    background-color: #f0f0f0;
  }
  .dropdown-toggle::after {
    float: right;
    margin-top: 5px;
  }
  .dropdown-submenu > .dropdown-toggle::after {
    content: " ▼";
  }
  body {
    padding-top: 70px;
  }
}
.product-list-section {
  padding: 40px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.product-list-section p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .product-list-section {
    padding: 1px;
  }
}
