@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
:root,
body {
  font-family: "Poppins", sans-serif;
}

.__nav {
  z-index: 999;
}
.__nav .navbar {
  color: black;
}
.__nav .navbar:not(.hasscroll), .__nav .navbar.bg-white {
  background-color: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}
.__nav .navbar.bg-white {
  transition: all 1000ms;
}
.__nav .navbar.navbar-light .navbar-nav .nav-link {
  color: black;
}
.__nav .navbar.navbar-light .navbar-nav .nav-link:hover, .__nav .navbar.navbar-light .navbar-nav .nav-link.active {
  color: #56a5da;
}
.__nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0px;
}

main {
  margin-top: 100px;
}

.__hero_bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)), url("../img/side-decor-2.png"), url("../img/side-decor-1.png");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  min-height: 60vh;
}

.__hero h1 {
  max-width: 200px;
  font-size: 4rem;
  color: #1c5fa6;
  font-weight: 600;
}
.__hero img {
  height: 100%;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .__hero h1 {
    font-size: 2rem;
  }
  .__hero img {
    width: 100px;
  }
}
.__hero .__theme {
  background-color: #56a5da;
  padding: 8px 16px;
  color: white;
  font-size: 2rem;
}
.__hero .__venue {
  font-size: 1.8rem;
}

.__counter {
  background-color: #56a5da;
  border-radius: 9999px;
  max-width: 992px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.__counter img {
  filter: invert(100%) brightness(100) contrast(100%);
  opacity: 0.5;
  width: 68%;
}
.__counter .__counter_segment div {
  font-size: 4rem;
  color: white;
}
.__counter .__counter_segment span {
  font-size: 1.5rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .__counter .__counter_segment span {
    font-size: 0.7rem;
  }
  .__counter .__counter_segment div {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .__counter .__img_c {
    padding: 2px;
  }
}

.__cta_card_hover {
  z-index: 1;
  width: 360px;
  height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
  margin: 16px;
  border-radius: 16px;
}
.__cta_card_hover:has(.__cta_card_hover__link:hover) .__cta_card_hover__extra {
  transform: translateY(0);
  transition: transform 0.35s;
}
.__cta_card_hover img {
  filter: blur(0px);
}
.__cta_card_hover:hover .__cta_card_hover__content {
  background-color: #024282;
  bottom: 100%;
  transform: translateY(100%);
  padding: 50px 60px;
  transition: all 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.__cta_card_hover:hover .__cta_card_hover__link {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.3s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.__cta_card_hover:hover img {
  transform: scale(1);
  transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.__cta_card_hover__content {
  width: 100%;
  text-align: center;
  background-color: #024282;
  padding: 0 60px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
  will-change: bottom, background-color, transform, padding;
  z-index: 1;
}
.__cta_card_hover__content::before, .__cta_card_hover__content::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: inherit;
  position: absolute;
  left: 0;
  z-index: -1;
}
.__cta_card_hover__content::before {
  top: -80px;
  -webkit-clip-path: ellipse(60% 80px at bottom center);
          clip-path: ellipse(60% 80px at bottom center);
}
.__cta_card_hover__content::after {
  bottom: -80px;
  -webkit-clip-path: ellipse(60% 80px at top center);
          clip-path: ellipse(60% 80px at top center);
}
.__cta_card_hover__title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  color: white;
}
.__cta_card_hover__title span {
  color: #06C9C4;
}
.__cta_card_hover__text {
  font-size: 0.75rem;
  color: white;
}
.__cta_card_hover__link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 10%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #56a5da;
  opacity: 0;
  padding: 10px;
  transition: all 0.35s;
}
.__cta_card_hover__link:hover {
  color: white;
}
.__cta_card_hover__link:hover svg {
  transform: translateX(4px);
}
.__cta_card_hover__link svg {
  width: 18px;
  margin-left: 4px;
  transition: transform 0.3s;
}
.__cta_card_hover__extra {
  height: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  background-color: #aad2ec;
  padding: 80px;
  bottom: 0;
  z-index: 0;
  color: white;
  transform: translateY(100%);
  will-change: transform;
  transition: transform 0.35s;
}
.__cta_card_hover__extra h4 {
  margin-top: 4rem;
  line-height: 0.8;
  font-size: 2rem;
  color: #024282;
}
.__cta_card_hover__extra h4 span {
  font-size: 1.2rem;
  color: #024282;
}
.__cta_card_hover__extra span {
  color: white;
}
.__cta_card_hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  transform: scale(1.2);
  transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.__cta_cards {
  padding-top: 100px;
  padding-bottom: 160px;
  background-image: url("../img/swirl.svg"), url("../img/fish-group-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 340px, 360px;
  background-position: 110% -6%, 2% 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 32px -120px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 992px) {
  .__cta_cards {
    background-size: 150px, 200px;
    background-position: 110% -1%, 0% 98%;
  }
}
.__cta_cards .__cta_text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #024282;
  font-size: 40px;
  font-weight: 600;
  max-width: 755px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .__cta_cards .__cta_text {
    font-size: 1.8rem;
  }
}
.__cta_cards .__cta_text::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #024282;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.wlcm {
  background: #fff;
  padding-top: 60px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.lgCnt {
  max-width: 1200px;
  margin: 0 auto;
}

.event-info .event-dot {
  width: 16px;
  height: 16px;
  background-color: #0077b6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .event-info .event-dot {
    height: 12px;
  }
}

.location-info .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.location-info .venue {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.section-title {
  font-size: 32px;
  color: #0077b6;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.about-text .description {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

.event-image {
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Optional: prevent image squishing on very tall text */
@media (min-width: 768px) {
  .wlcm .row.align-items-stretch {
    min-height: 500px;
  }
}
.__about_gallery {
  --g: 2px;
  /* the gap */
  display: grid;
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  /* to avoid visual glitches */
}
.__about_gallery > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  --_p: calc(-1 * var(--g));
  grid-area: 1/1;
  width: 100%;
  /* control the size */
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.4s 0.1s;
}
.__about_gallery > img:first-child {
  -webkit-clip-path: polygon(0 0, calc(100% + var(--_p)) 0, 0 calc(100% + var(--_p)));
          clip-path: polygon(0 0, calc(100% + var(--_p)) 0, 0 calc(100% + var(--_p)));
}
.__about_gallery > img:last-child {
  -webkit-clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%);
          clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%);
}
.__about_gallery > img:hover + img {
  --_p: calc(-50% - var(--g));
}
.__about_gallery:hover > img:last-child,
.__about_gallery:hover > img:first-child:hover {
  --_p: calc(50% - var(--g));
}

.__about_gallery:hover > img:first-child,
.__about_gallery:hover > img:first-child:hover + img {
  --_p: calc(-50% - var(--g));
}

.expo-page {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  overflow-x: hidden;
  background-position: 45% 1%;
}
@media screen and (min-width: 992px) {
  .expo-page .__fish_grp {
    scale: 1.3;
  }
}
.expo-page h2 {
  position: relative;
}
.expo-page h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  translate: -110% 0;
  margin-top: 8px;
  background-image: url("../img/swirl2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.expo-page h2 {
  color: #024282;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.expo-page p {
  color: #343a40;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.expo-page ul {
  padding-left: 1.2rem;
  color: #495057;
  font-size: 1.05rem;
  line-height: 1.75;
}
.expo-page ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1rem;
}
.expo-page ul li::marker {
  color: #0077b6;
}
.expo-page ul li strong {
  color: #024282;
}
.expo-page .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.expo-page .row {
  margin-bottom: 60px;
  align-items: center;
}
.expo-page .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .expo-page h2 {
    font-size: 1.5rem;
  }
  .expo-page p,
  .expo-page ul {
    font-size: 1rem;
  }
}

.location-section {
  background-color: #fff;
  padding-top: 170px;
  background-image: url("../img/swirl.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 2%;
  background-size: 330px, 600px;
}
@media screen and (max-width: 992px) {
  .location-section {
    padding-top: 100px;
    background-position: 0% 1%;
    background-size: 200px, 600px;
  }
}
.location-section .location-info {
  background: url("/img/trade-centre3.png") center/cover no-repeat;
  color: white;
  text-align: center;
  position: relative;
}
.location-section .location-info .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  margin: 0 auto;
}
.location-section .location-info h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
}
.location-section .location-info p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.location-section .location-info p a {
  color: lightblue;
  text-decoration: underline;
}
.location-section .location-info p a:hover {
  color: #0077b6;
}
.location-section .map-container {
  translate: 0 -20%;
}
.location-section .map-container iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
}
.location-section .map-container .map-scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  touch-action: auto;
}

.map-scroll-wrapper iframe {
  pointer-events: none;
}

.map-scroll-wrapper.__pointer_event iframe {
  pointer-events: auto;
}

.footer-background {
  background: #1c1c2b;
  color: #fff;
  font-size: 0.95rem;
}
.footer-background a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-background a:hover {
  color: #0077b6;
}
.footer-background .footer-logo img {
  max-height: 80px;
}
.footer-background .footer-links {
  font-size: 0.9rem;
}
.footer-background .footer-links a {
  margin: 0 0.25rem;
}
.footer-background .footer-links span {
  color: rgba(255, 255, 255, 0.4);
}
.footer-background .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-background .social-icons li {
  margin: 0 10px;
}
.footer-background .social-icons li a {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  line-height: 43px;
  text-align: center;
  border-radius: 46%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.footer-background .social-icons li a:hover {
  background: #0077b6;
  color: #1c1c2b;
  border-color: #0077b6;
}
.footer-background .powered-by {
  font-size: 0.85rem;
}
.footer-background .powered-by a {
  color: rgba(255, 255, 255, 0.6666666667);
  text-decoration: underline;
}
.footer-background .powered-by a:hover {
  color: #ffffff;
}

.__primary_bg {
  background-color: #56a5da;
}

.__primary_gradient_bg {
  background: #315d8c;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 101, 162, 0.9), rgba(0, 101, 162, 0.9)), url("../img/tariff-bg.jpg");
}

.__esa_payment table,
.__esa_payment th,
.__esa_payment td {
  border: 10px solid #56a5da;
  border-collapse: collapse;
}
.__esa_payment th,
.__esa_payment td {
  padding: 12px;
  text-align: center;
  background-color: white;
}
.__esa_payment th {
  padding: 12px;
  text-align: center;
  color: #56a5da;
}

.__esa_payment a {
  color: #56a5da;
}
.__esa_payment a.btn {
  color: white;
  padding: 12px 16px;
  background-color: #ed8f3b;
}
.__esa_payment .btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 2px solid;
  outline-color: rgba(215, 141, 32, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.__esa_payment .btn-5:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(215, 141, 32, 0);
  outline-offset: 15px;
  color: white;
}
.__esa_payment h3 {
  font-size: 1rem !important;
  margin-top: 16px;
  font-weight: 400;
}
.__esa_payment td {
  padding: 16px !important;
}

.how-to-reach-section {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  color: #2c3e50;
  font-family: "Segoe UI", sans-serif;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../img/fish-group-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right -18%;
  background-size: 350px 350px;
}
@media screen and (max-width: 768px) {
  .how-to-reach-section {
    background-position: right -7%;
    background-size: 350px 350px;
  }
}

.how-to-reach-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0d47a1;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.how-to-reach-section h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0d47a1;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.how-to-reach-section .intro {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  color: #444;
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.reach-card {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.reach-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.reach-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(13, 71, 161, 0.15), transparent 60%);
  transform: rotate(45deg);
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 0;
}

.reach-card:hover::before {
  opacity: 1;
}

.reach-card .icon {
  font-size: 48px;
  color: #0d47a1;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.reach-card:hover .icon {
  transform: scale(1.2) rotate(-5deg);
}

.reach-card h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.reach-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1.8;
  color: #444;
  position: relative;
  z-index: 2;
}

.reach-card ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.reach-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d47a1;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .reach-card {
    text-align: left;
    padding: 30px 20px;
  }
  .reach-card .icon {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
  }
}
.__esa_general_info {
  color: black;
}
.__esa_general_info p.subtitle,
.__esa_general_info a.subtitle {
  color: #56a5da;
}
.__esa_general_info a {
  color: black;
}
.__esa_general_info .info-box {
  border: 2px solid #56a5da;
  padding: 16px;
}
.__esa_general_info .info-box h2 {
  color: white;
  background: #56a5da;
  margin: -16px -16px 16px -16px;
  padding: 8px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__esa_general_info h2 {
  font-size: 1.2rem !important;
  font-weight: 400;
  margin-bottom: 1rem;
}
.__esa_general_info a.btn {
  color: #56a5da;
}
.__esa_general_info .btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.__esa_general_info .btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #885042;
  color: orangered;
}

.sponsor-section {
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}
.sponsor-section h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0d47a1;
  margin-bottom: 40px;
}
.sponsor-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #0d47a1;
  margin: 10px auto;
}
.sponsor-section .sponsor-logo-wrapper {
  width: 100%;
  padding: 8px;
}
.sponsor-section .sponsor-logo-wrapper .sponsor-logo {
  width: 100%;
}
.sponsor-section .tier-title {
  font-size: 1.8rem;
  margin: 25px 0;
  font-weight: 600;
}
.sponsor-section .tier-title.platinum {
  color: #34495e;
}
.sponsor-section .tier-title.diamond {
  color: #1e88e5;
}
.sponsor-section .tier-title.gold {
  color: #f39c12;
}
.sponsor-section .platinum-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.sponsor-section .sponsor-logo {
  width: 300px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.sponsor-section .sponsor-logo img {
  max-width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsor-section .carousel {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.__details_page {
  margin-top: 120px;
}
.__details_page.container {
  max-width: 1200px;
  padding: 2rem 1rem;
}
.__details_page .__title_banner {
  background: url("/img/seafood-strip.jpg") center/cover no-repeat;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.__details_page .__title_banner1 {
 
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.__details_page .__title_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.__details_page .__title_banner h1,
.__details_page .__title_banner p {
  position: relative;
  z-index: 2;
}
.__details_page .__title_banner h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.__details_page .__title_banner p {
  font-size: 1.25rem;
  max-width: 600px;
}

.__details_content {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.__details_content .__details_section {
  margin-bottom: 3rem;
}
.__details_content .__details_section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #024282;
}
.__details_content .__details_section p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}
.__details_content .__details_section .__bullet_list {
  padding-left: 1.5rem;
}
.__details_content .__details_section .__bullet_list li {
  margin-bottom: 0.5rem;
  list-style: none;
}
.__details_content .__details_section .__stall_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.__details_content .__details_section .__stall_table th,
.__details_content .__details_section .__stall_table td {
  padding: 0.75rem;
  border: 1px solid #ccc;
  text-align: center;
}
.__details_content .__details_section .__stall_table thead {
  background-color: #56a5da;
  font-weight: bold;
  color: white;
}
.__details_content .__details_section .__stall_table .__stall_total {
  font-weight: bold;
  background-color: #d4ebff;
}
.__details_content .__details_section .__inquiry_form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.__details_content .__details_section .__inquiry_form input,
.__details_content .__details_section .__inquiry_form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
}
.__details_content .__details_section .__inquiry_form textarea {
  grid-column: 1/-1;
  min-height: 100px;
  resize: vertical;
}
.__details_content .__details_section .__inquiry_form button {
  grid-column: 1/-1;
  padding: 0.75rem;
  background-color: #56a5da;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.__details_content .__details_section .__inquiry_form button:hover {
  background-color: #56a5da;
}
.__details_content .__details_section.__form {
  box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border-radius: 24px;
}
.__details_content h2 {
  text-align: center;
}

.__details_section .__bullet_list {
  list-style: none;
  padding-left: 0;
  list-style-type: none;
  margin-left: 5rem;
}
.__details_section .__bullet_list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
}
.__details_section .__bullet_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: #56a5da;
}

.__esa_payment h1 {
  font-size: 2rem;
}
.__esa_payment h2 {
  font-size: 1.8rem;
  font-family: "Merriweather", sans-serif;
}
.__esa_payment th {
  font-weight: 600;
  vertical-align: middle;
  padding: 16px 12px;
}
.__esa_payment li {
  font-size: small;
}
.__esa_payment table,
.__esa_payment th,
.__esa_payment td {
  border: 6px solid #56a5da;
}

.__contact_page h2::before {
  content: none;
  background-image: none;
}
.__contact_page .accordion-button {
  background-color: #0077b6;
  color: white;
}
.__contact_page .accordion-button::after {
  color: white;
  filter: invert(100%) brightness(100) contrast(100%);
}
.__contact_page .accordion-item {
  border: none;
}
.__contact_page ul {
  list-style: none;
  padding: 0;
}
.__contact_page ul li {
  padding: 0;
}
.__contact_page .address-map::before,
.__contact_page .address-mail::before,
.__contact_page .address-website::before,
.__contact_page .address-phone::before,
.__contact_page .address-fax::before,
.__contact_page .address-user::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
}
.__contact_page .address-map::before {
  content: "\f3c5";
}
.__contact_page .address-mail::before {
  content: "\f0e0";
  font-size: 18px;
}
.__contact_page .address-website::before {
  content: "\f0ac";
}
.__contact_page .address-phone::before {
  content: "\f095";
}
.__contact_page .address-fax::before {
  content: "\f1ac";
}
.__contact_page .address-user::before {
  content: "\f007";
  font-size: 18px;
  top: -2px;
}
.__contact_page a {
  color: #0077b6;
  text-decoration: none;
}
.__contact_page .address-title {
  font-weight: 600;
}

.__logo_banner {
  -webkit-backdrop-filter: blur(3px);
  border-radius: 8px;
  padding: 0.5rem;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__logo_banner img {
  width: 150px;
  opacity: 0.75;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .__logo_banner img {
    width: 60px;
  }
}

.__b_slide2 .__logo_banner, .__b_slide3 .__logo_banner {
  position: absolute;
  top: 20%;
  right: 2%;
  z-index: 1;
}
.__b_slide2 .__logo_banner::before, .__b_slide3 .__logo_banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  background-repeat: no-repeat;
  filter: blur(20px) contrast(1);
  box-shadow: 0 0 0 10px #fff;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .__b_slide2 .__logo_banner::before, .__b_slide3 .__logo_banner::before {
    width: 60px;
    height: 60px;
    filter: blur(20px) contrast(10);
  }
}

.__b_slide3 .__logo_banner {
  position: absolute;
  top: 90%;
  left: 10%;
  transform: translate(-50%, -50%);
}
.__b_slide3 .__logo_banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: white;
  background-repeat: no-repeat;
  filter: blur(32px) contrast(1);
  box-shadow: 0 0 0 6px #fff;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .__b_slide3 .__logo_banner::before {
    width: 60px;
    height: 60px;
    filter: blur(32px) contrast(1);
  }
}