.banner-area.owl-carousel {
  position: relative;
  display: block;
}

.banner-area .single_slide_banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner-area .single_slide_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 21, 39, 0.28) 0%, rgba(3, 21, 39, 0.45) 45%, rgba(3, 21, 39, 0.78) 100%);
  z-index: 1;
}

.banner-area .single_slide_banner .container {
  position: relative;
  z-index: 2;
}

.banner-area--page .single_slide_banner {
  height: 420px !important;
  min-height: 360px !important;
  max-height: 420px !important;
}

.banner-area--home .single_slide_banner {
  height: 560px !important;
  min-height: 420px !important;
  max-height: 560px !important;
}

.banner-area .banner-content {
  text-align: center;
  padding: 24px 16px;
}

.banner-area .banner-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.banner-area .banner-content h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin: 14px auto 0;
  background: #d4af37;
  border-radius: 2px;
}

.banner-area .banner-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 22px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.banner-area .banner-content .main_btn {
  background: #d4af37;
  border-color: #d4af37;
  color: #031527;
  font-weight: 650;
  padding: 0 32px;
  line-height: 44px;
  letter-spacing: 0.06em;
}

.banner-area .banner-content .main_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #031527;
}

.banner-area.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
  margin: 0;
}

.banner-area.owl-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.2s, width 0.2s;
}

.banner-area.owl-carousel .owl-dot.active span {
  width: 22px;
  border-radius: 8px;
  background: #d4af37;
}

.banner-area.owl-carousel .owl-nav {
  display: block !important;
}

.banner-area.owl-carousel .owl-nav .owl-prev,
.banner-area.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, 0.8) !important;
  background: rgba(3, 21, 39, 0.45) !important;
  color: #d4af37 !important;
  font-size: 28px !important;
  line-height: 38px !important;
  border-radius: 50%;
  z-index: 4;
  text-align: center;
}

.banner-area.owl-carousel .owl-nav .owl-prev { left: 18px; }
.banner-area.owl-carousel .owl-nav .owl-next { right: 18px; }

.banner-area.owl-carousel .owl-nav .owl-prev:hover,
.banner-area.owl-carousel .owl-nav .owl-next:hover {
  background: #d4af37 !important;
  color: #031527 !important;
  border-color: #d4af37 !important;
}

.right_fix_bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_fix_bar .social_area {
  margin-top: 0 !important;
}

.right_fix_bar .social_area h4 a {
  margin-top: 40px;
  padding: 8px 18px;
  font-size: 12px;
}

#whatsapp-button {
  right: 20px !important;
  bottom: 82px !important;
}

#scroll-top {
  position: fixed;
  right: 22px;
  bottom: 21px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4af37;
  color: #031527;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(3, 21, 39, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

#scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scroll-top:hover,
#scroll-top:focus {
  background: #c49b2a;
  color: #031527;
  outline: none;
}

@media (max-width: 991px) {
  .banner-area--page .single_slide_banner {
    height: 320px !important;
    min-height: 280px !important;
    max-height: 320px !important;
  }
  .banner-area--home .single_slide_banner {
    height: 420px !important;
    min-height: 340px !important;
    max-height: 420px !important;
  }
  .banner-area .banner-content h1 { font-size: 30px; }
  .banner-area .banner-sub { font-size: 15px; }
  .banner-area.owl-carousel .owl-nav { display: none !important; }
}

@media (max-width: 575px) {
  .banner-area .banner-content h1 { font-size: 26px; margin-bottom: 8px; }
  #whatsapp-button { right: 15px !important; bottom: 82px !important; }
  #scroll-top { right: 15px; bottom: 21px; }
}

.cards-row-heading {
  margin-bottom: 40px;
}

.cards-row-heading h3 {
  font-size: 36px;
  line-height: 1.25;
  color: #031527;
  font-weight: 600;
}

.cards-row-intro {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  text-transform: none;
  font-weight: 400;
}

.content-card {
  border: 1px solid #031527;
  background: #fff;
  min-height: 200px;
  height: 100%;
  padding: 28px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-card img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 16px;
}

.content-card h5 {
  font-size: 20px;
  color: #031527;
  margin-bottom: 12px;
}

.content-card h5 a {
  color: inherit;
}

.content-card p {
  margin-bottom: 0;
  color: #4b5563;
}

.stats-heading {
  margin-bottom: 50px;
}

.stats-content {
  max-width: 860px;
  margin: 0 auto;
  color: #031527;
}

.stats-content h1,
.stats-content h2,
.stats-content h3,
.stats-content h4 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}

.stats-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
}

.stats-section.number_area {
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center;
}

.stats-grid {
  margin-top: 10px;
}

.stats-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6e8ee;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(3, 21, 39, 0.06);
}

.stats-card-media {
  display: block;
  padding: 0;
  overflow: visible;
  background: #fff;
  line-height: 0;
}

.stats-card-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  display: block;
}

.stats-card-body {
  padding: 18px 16px 22px;
  text-align: center;
}

.stats-card-body h6,
.stats-card-body .stats-number {
  font-size: 32px;
  font-weight: 700;
  color: #031527;
  margin: 0 0 4px;
}

.stats-card-body .stats-card-heading {
  font-size: 20px;
  font-weight: 700;
  color: #031527;
  margin: 0 0 8px;
  line-height: 1.35;
}

.stats-card-body p {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
}

.tabview-heading {
  margin-bottom: 28px;
}

.tabview-heading h3 {
  font-size: 36px;
  line-height: 1.25;
  color: #031527;
  font-weight: 600;
}

.tabview-nav {
  border-bottom: 1px solid #e6e8ee;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.tabview-nav .nav-item {
  margin-bottom: 0;
}

.tabview-nav .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #6b7280;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 22px;
  background: transparent;
}

.tabview-nav .nav-link:hover {
  color: #031527;
  border-color: transparent;
  background: transparent;
}

.tabview-nav .nav-link.active {
  color: #031527;
  background: transparent;
  border-color: transparent transparent #d4af37;
}

.tabview-content .tab-pane {
  padding-top: 8px;
}

.tabview-area .about-content {
  padding-top: 0;
}

.header_area .navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.header_area .navbar-brand {
  flex: 0 0 auto;
  margin-right: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  order: 1;
}

.header_area .navbar-brand img {
  display: block;
  height: 96px;
  max-height: 96px;
  width: auto;
}

.header_area .navbar-toggler {
  order: 3;
  margin-left: 8px;
}

.header_area .navbar-collapse {
  order: 4;
  flex-basis: 100%;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 10px;
  margin-left: auto;
  order: 2;
  z-index: 2;
  white-space: nowrap;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 210px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 22px;
  overflow: hidden;
  transition: width 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-search:focus-within {
  border-color: #d4af37;
  background: rgba(255, 255, 255, 0.1);
}

.header-search input[type="search"] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px 0 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.header-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.header-search-btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d4af37;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.header-search-btn:hover,
.header-search-btn:focus {
  color: #fff;
  outline: none;
}

.header-fraud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border-radius: 22px;
  background: #d4af37;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(200, 30, 30, 0.28);
}

.header-fraud-btn i {
  font-size: 13px;
}

.header-fraud-btn:hover,
.header-fraud-btn:focus {
  background: #a81818;
  color: #fff !important;
  text-decoration: none;
}

.header-call {
  display: none;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  color: #fff !important;
  font-size: 13px;
  white-space: nowrap;
}

.header-call i {
  color: #d4af37;
}

.header-call:hover,
.header-call:focus {
  border-color: #d4af37;
  color: #d4af37 !important;
  text-decoration: none;
}

.header-utility-page {
  padding-top: 40px;
  padding-bottom: 70px;
}

.banner_area,
.banner_area .banner_inner {
  min-height: 180px;
}

.banner_area .banner_inner {
  background-color: #031527;
}

.banner_area .banner_inner .banner_content {
  padding: 28px 0;
}

.banner_area .banner_inner .banner_content h2 {
  margin-bottom: 8px;
  font-size: 36px;
}

.banner_area .banner_inner .banner_content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.site-flash {
  display: block;
  max-width: 1140px;
  margin: 16px auto;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.site-flash--ok {
  background: #e8f6ee;
  color: #1e5c38;
  border: 1px solid #b7e0c5;
}

.site-flash--err {
  background: #fdecec;
  color: #8a1f1f;
  border: 1px solid #f3c4c4;
}

.contact-section .site-flash {
  margin: 0 0 24px;
}

.contact-form-anchor {
  scroll-margin-top: 130px;
}

.contact-map {
  margin: 0 0 36px;
  overflow: hidden;
  background: #e8eaee;
  min-height: 360px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.page-search-form {
  display: flex;
  gap: 10px;
  max-width: 640px;
  margin-bottom: 28px;
}

.page-search-form input[type="search"] {
  flex: 1 1 auto;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d5d8e0;
  border-radius: 4px;
  font-size: 16px;
}

.page-search-form button {
  height: 48px;
  padding: 0 22px;
  border: 0;
  background: #d4af37;
  color: #031527;
  font-weight: 700;
  border-radius: 4px;
}

.page-search-form button:hover {
  background: #c49b2a;
}

.search-count,
.search-hint,
.search-empty {
  color: #4b5563;
  margin-bottom: 18px;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results li {
  padding: 18px 0;
  border-bottom: 1px solid #e6e8ee;
}

.search-results a {
  color: #031527;
  font-size: 22px;
  font-weight: 600;
}

.search-results a:hover {
  color: #d4af37;
}

.search-results p {
  margin: 8px 0 0;
  color: #6b7280;
}

.fraud-alert-banner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
  margin-bottom: 36px;
  background: #fff6f6;
  border: 1px solid #f3c4c4;
  border-left: 5px solid #c81e1e;
}

.fraud-alert-banner i {
  color: #c81e1e;
  font-size: 26px;
  margin-top: 4px;
}

.fraud-alert-banner h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #031527;
  margin: 0 0 8px;
}

.fraud-alert-banner p {
  margin: 0;
  color: #4b5563;
}

.fraud-alert-panel h4 {
  font-size: 22px;
  color: #031527;
  margin: 0 0 14px;
}

.fraud-list {
  padding-left: 18px;
  margin-bottom: 28px;
  color: #4b5563;
}

.fraud-list li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.fraud-report-box {
  background: #031527;
  color: #fff;
  padding: 28px 24px;
}

.fraud-report-box h4,
.fraud-report-box p,
.fraud-report-box a {
  color: #fff;
}

.fraud-report-box p {
  margin-bottom: 12px;
}

.fraud-report-box .main_btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .header_area .navbar .container-fluid {
    flex-wrap: nowrap;
    flex-flow: row nowrap;
  }

  .header_area .navbar-brand {
    order: 1;
  }

  .header_area .navbar-collapse {
    display: flex !important;
    order: 2;
    flex: 1 1 auto;
    flex-basis: auto !important;
    min-width: 0;
  }

  .header_area .menu_nav {
    width: auto !important;
    flex-wrap: nowrap;
    justify-content: flex-end !important;
  }

  .header-tools {
    order: 3;
    margin-left: 12px;
    flex: 0 0 auto;
  }

  .header_area .navbar-toggler {
    order: 4;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 16px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 96px;
    white-space: nowrap;
  }

  .header_area .navbar .nav.navbar-nav.navbar-right {
    display: none;
  }
}

@media (min-width: 1400px) {
  .header-call {
    display: inline-flex;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-search {
    width: 160px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .header_area .navbar-brand img {
    height: 80px;
    max-height: 80px;
  }

  .header_area .navbar-toggler {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .header-tools {
    margin-right: 0;
  }

  .header-search {
    width: 42px;
  }

  .header-search.is-open,
  .header-search:focus-within {
    width: min(220px, 48vw);
  }

  .header-fraud-btn {
    padding: 0 12px;
  }
}

@media (max-width: 575px) {
  .header-fraud-btn span {
    display: none;
  }

  .header-fraud-btn {
    width: 40px;
    padding: 0;
  }

  .page-search-form {
    flex-direction: column;
  }
}
