/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary-color: #002366;
  --secondary-color: #f9a63a;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #333333;
  --light-gray: #f8f9fa;
  --border-color: #dee2e6;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  line-height: 1.6;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.video-overlay a:hover {
  background-color: #0074b4 !important;
  border-color: #0074b4;
}


/* -------------------------------------------------------------- */
.social-subtitle {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 36px);
}


@media (max-width: 1199.98px) {

  .solution-section .swiper-button-prev,
  .highlight-section .swiper-button-prev {
    left: -20px !important;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px #0000004a;
  }

  .solution-section .swiper-button-next,
  .highlight-section .swiper-button-next {
    right: -20px !important;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px #0000004a;
  }
}

@media (max-width: 576.98px) {

  .solution-section .swiper-button-prev,
  .highlight-section .swiper-button-prev {
    left: 1% !important;
    background-color: #ffffff;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px #0000004a;
  }

  .solution-section .swiper-button-next,
  .highlight-section .swiper-button-next {
    right: 1% !important;
    background-color: #ffffff;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px #0000004a;
  }

  .solution-section .swiper-button-prev::after,
  .solution-section .swiper-button-next::after,
  .highlight-section .swiper-button-prev::after,
  .highlight-section .swiper-button-next::after {
    font-size: 12px !important;
    color: #333;
    font-weight: 700;
  }
}

.marquee-content p {
  margin-bottom: 0 !important;
}

.stock-bar .tabs {
  margin-bottom: 0 !important;
}

/* -------------------------------------------------------------- */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.83) !important;
}

.header.stuck {
  position: fixed;
  top: 0;
  background-color: #fff !important;
  animation: stuckMoveDown .6s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.header .container {
  position: static !important;
}

.header .navbar {
  justify-content: space-between;
  width: 94%;
  padding: 0;
}

.navbar-brand img {
  max-width: 200px;
  height: auto !important;
}

.main-item {
  position: static;
}

/* Navigation Links */
.nav-link {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.header:not(.stuck) .nav-link {
  color: #fff !important;
}

.header:not(.stuck) .submenu-wrapper .nav-link {
  color: #0074b4 !important;
}

.header.stuck .nav-link {
  color: #0074b4 !important;
}

.nav-link:hover {
  color: #0074b4 !important;
}

li.main-item a {
  position: relative;
}

.submenu-wrap .sub-menu li.has-submenu:hover a:after {
  transform: translateX(0px) rotate(90deg);
  transition: .3s ease-in;
  right: 30px;
}

.has-submenu>a:after {
  content: "›";
  font-size: 19px;
  display: block;
  position: absolute;
  padding-left: 10px;
  transform: rotate(90deg);
  right: -19px;
  bottom: 10px;
}

/* Override arrow position inside mega menu dropdowns */
.submenu-wrap .has-submenu>a:after {
  right: 0;
}

/* Submenu Styles - Sycned with Home Page */
.submenu-wrapper {
  padding: 30px;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  /* Wrapper itself is transparent, row is white */
}

.has-submenu:hover .submenu-wrapper {
  display: block;
}

.submenu-row {
  width: 100%;
  padding: 20px 20px 70px;
  flex-wrap: nowrap !important;
  background-color: #fff;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.submenu-row .col-md-3,
.submenu-row .col-md-9 {
  max-width: 100% !important;
  /* flex: 0 0 100% !important; */
  padding: 0;
}


.submenu-title {
  padding: 20px 20px 10px 20px;
}

.submenu-title h3 {
  font-size: 31px;
  color: #958585;
  margin: 0;
}

.submenu-wrap {
  padding: 0 20px 20px 20px;
}

.submenu-wrap .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3%;
  row-gap: 0;
  list-style: none;
  padding: 0;
}

.submenu-wrap .sub-menu.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.submenu-wrap .sub-menu>li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 116, 180, 0.29);
  padding: 9px 0;
  position: relative;
}

.submenu-wrap .sub-menu li a {
  text-transform: uppercase;
  color: #0074b4 !important;
  transition: .3s ease-in;
  display: block;
}

.submenu-wrap .sub-menu>li:hover {
  background-color: #f1f1f1;
  border-color: #0074b4;
}

.submenu-wrap .sub-menu>li:hover a {
  transform: translateX(15px);
}

/* Super Submenu (Level 3) */
ul.super-sub-menu {
  display: none;
  position: absolute;
  /* left: 98%;
  top: 0; */
  left: 0;
  top: 100%;
  background-color: #fff;
  list-style: none;
  padding: 15px 0px;
  /* box-shadow: 0 0 4px rgba(51, 51, 51, 0.34); */
  min-width: 200px;
  z-index: 1;
  width: 100%;
}

.submenu-wrap .sub-menu>li:hover ul.super-sub-menu {
  display: block;
}

/* Mobile Menu */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header.stuck .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
}

.close-menu img {
  width: 20px;
  filter: invert(1);
}

#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 2rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in;
  z-index: 1000;
  overflow-y: auto;
  text-align: left;
  height: max-content;
}

.navbar-collapse.show {
  transform: translateX(0) !important;
}

/* Mobile Menu Logo */
.mobile-menu-logo {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-logo img {
  max-width: 150px;
  height: auto;
  display: inline-block;
}

/* Mobile menu background changes when header is stuck (white) */
.header.stuck #mobileMenu {
  background-color: #fff;
}

.header.stuck #mobileMenu .nav-link {
  color: #0074b4 !important;
  border-bottom: 1px solid #e0e0e0;
}

.header.stuck .mobile-menu-logo {
  border-bottom: 1px solid #e0e0e0;
}

.header.stuck .close-menu img {
  filter: invert(1);
}

#mobileMenu .nav-link {
  color: #fff !important;
  border-bottom: 1px solid #332f2f;
  padding: 8px;
}

#mobileMenu .sub-menu {
  padding-left: 1rem;
}

#mobileMenu .sub-menu .nav-link {
  font-size: 14px;
}

/* Mobile menu submenu arrows */
#mobileMenu .submenu-arrow {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 300;
}

/* When header is stuck (white bg), change arrow color */
.header.stuck #mobileMenu .submenu-arrow {
  color: #0074b4;
}

/* Make bullet points visible on black background */
#mobileMenu .sub-menu li::marker,
#mobileMenu .sub-menu-1 li::marker {
  color: #fff;
}

/* Change bullet color when header is stuck (white bg) */
.header.stuck #mobileMenu .sub-menu li::marker,
.header.stuck #mobileMenu .sub-menu-1 li::marker {
  color: #0074b4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Footer Styles */
.footer-section {
  background-color: #1f2530 !important;
  color: #ffffff !important;
}

.footer-bg-dark {
  background-color: #1f2530 !important;
  color: #ffffff !important;
}

.footer-section .text-light,
.footer-bg-dark .text-light,
.footer-section p,
.footer-bg-dark p,
.footer-section h5,
.footer-bg-dark h5,
.footer-section a,
.footer-bg-dark a {
  color: #ffffff !important;
}

.call-area {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 30px;
  background-color: #1a252f !important;
}

.footer-upper {
  color: #ffffff !important;
}

.footer-upper p {
  color: #ffffff !important;
}

.footer-upper .icon-circle {
  width: 50px;
  height: 50px;
  background-color: #0074b4 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-upper .icon-circle i {
  color: #ffffff !important;
  font-size: 24px;
}

.footer-upper .pointer {
  cursor: pointer;
}

.footer-upper .pointer:hover {
  color: #0074b4 !important;
}

.footer-logo {
  max-width: 200px;
  height: auto;
}

.footer-social-icons a {
  transition: opacity 0.3s;
  color: #ffffff !important;
}

.footer-social-icons a:hover {
  opacity: 0.7;
}

.footer-social-icons i {
  color: #ffffff;
}

.copyright-box {
  background-color: #1a252f !important;
  border-top: 1px solid #ffffff1a;
  padding: 20px 15px;
}

.copyright-box p {
  margin: 0;
  color: #ffffff !important;
}

.footer {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 4rem 0;
}

.contact-details p,
.location p {
  margin-bottom: 0.5rem;
}

.quick-links {
  list-style: none;
  padding: 0;
}

.quick-links li {
  margin-bottom: 0.5rem;
}

.quick-links a {
  color: var(--white-color);
}

.social-media {
  margin-top: 2rem;
  text-align: center;
}

.social-media a {
  color: var(--white-color);
  margin: 0 0.5rem;
  font-size: 20px;
}

.copyright {
  margin-top: 2rem;
  text-align: center;
}

/*--------------------------------------------------------------
# Stock Bar
--------------------------------------------------------------*/
.stock-bar {
  background-color: #333 !important;
  color: #ffffff !important;
  padding: 15px 0;
  overflow: hidden;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

.tab {
  background-color: #34495e;
  color: #ffffff;
  border: none;
  border-right: 1px solid #2c3e50;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.tab:hover,
.tab.active {
  background-color: #2c3e50;
  color: #ffffff;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-container.hidden {
  display: none;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.stock-ticker {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stock-item {
  display: flex;
  align-items: center;
}

.stock-name {
  font-weight: 700;
  margin-right: 0.5rem;
}

.stock-value {
  margin-right: 0.5rem;
}

.stock-change {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Appointment Popup Modal
--------------------------------------------------------------*/
.appointment-popup .modal-content {
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0074b4 0%, #1e88c7 100%);
  border: none;
}

.appointment-popup .popup-header {
  background: linear-gradient(135deg, #0074b4 0%, #1e88c7 100%);
  color: #ffffff;
  padding: 40px 50px 30px;
  text-align: left;
}

.appointment-popup .popup-header h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.appointment-popup .popup-form-container {
  padding: 40px 50px;
  background: linear-gradient(135deg, #0074b4 0%, #1e88c7 100%);
}

.appointment-popup .form-label {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
}

.appointment-popup .form-control {
  border-radius: 5px;
  border: none;
  padding: 12px 15px;
  background-color: #ffffff;
}

.appointment-popup .form-control:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.appointment-popup .btn-light {
  background-color: #ffffff;
  border: none;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: 600;
  color: #0074b4;
}

.appointment-popup .btn-light:hover {
  background-color: #f8f9fa;
  color: #005a8d;
}

.appointment-popup .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  opacity: 1;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-upper .icon-circle {
    width: 40px;
    height: 40px;
  }

  .footer-upper .icon-circle i {
    font-size: 20px;
  }

  .appointment-popup .popup-header h2 {
    font-size: 32px;
  }

  .appointment-popup .popup-header,
  .appointment-popup .popup-form-container {
    padding: 30px 20px;
  }
}

/*  home page css */

/* Retirement Planning Page Styles */
.mutual-fund-intro {
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder - replace with actual hero image if different */
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0;
}

.mutual-fund-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 35, 102, 0.8);
  /* Primary color overlay */
  z-index: 1;
}

.mutual-fund-intro .container {
  position: relative;
  z-index: 2;
}

.fund-detail h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.fund-detail b {
  display: block;
  color: #3498db;
  /* Light blue accent */
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.fund-detail p {
  font-size: 16px;
  line-height: 1.8;
}

/* 
.fund-cta {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
  color: #333;
} */

.fund-cta h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
}

.fund-cta .forms a {
  display: block;
  color: #0074b4;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
}

.fund-cta .forms a:hover {
  text-decoration: underline;
}

.primary-button {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.primary-button:hover {
  background: #005a8d;
  color: #fff;
}

.travel-buttons {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.travel-buttons a {
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.travel-buttons a:hover {
  background: #005a8d;
}

.indi-section {
  background: #333;
  /* Dark background */
  color: #fff;
  padding: 60px 0;
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder */
  background-size: cover;
  position: relative;
}

.indi-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Dark overlay */
}

.indi-detail-inner {
  position: relative;
  z-index: 2;
}

.indi-detail-inner h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.indi-detail-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.indi-points {
  padding: 60px 0;
}

.indi-points h3 {
  color: #0074b4;
  font-size: 24px;
  margin-bottom: 20px;
}

.indi-points ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.indi-points ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}

.indi-points ul li::before {
  content: "•";
  color: #0074b4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.contac-us {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.contac-us a {
  color: #0074b4;
  font-weight: 600;
}

.cta-section {
  background: #1a252f;
  color: #fff;
  text-align: center;
}

.cta-section .text-col p {
  color: #fff !important;
}

.cta-section a {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
}

.cta-section a:hover {
  background: #005a8d;
  color: #fff;
}

/* Retirement Planning Page Styles */
.mutual-fund-intro {
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder - replace with actual hero image if different */
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0;
}

.mutual-fund-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 35, 102, 0.8);
  /* Primary color overlay */
  z-index: 1;
}

.mutual-fund-intro .container {
  position: relative;
  z-index: 2;
}

.fund-detail h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 10px;
}

.fund-detail b {
  display: block;
  color: #3498db;
  /* Light blue accent */
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.fund-detail p {
  font-size: 16px;
  line-height: 1.8;
}


.primary-button {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.primary-button:hover {
  background: #005a8d;
  color: #fff;
}

.travel-buttons {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.travel-buttons a {
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.travel-buttons a:hover {
  background: #005a8d;
}

.indi-section {
  background: #333;
  /* Dark background */
  color: #fff;
  padding: 60px 0;
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder */
  background-size: cover;
  position: relative;
}

.indi-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Dark overlay */
}

.indi-detail-inner {
  position: relative;
  z-index: 2;
}

.indi-detail-inner h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.indi-detail-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.indi-points {
  padding: 60px 0;
}

.indi-points h3 {
  color: #0074b4;
  font-size: 24px;
  margin-bottom: 20px;
}

.indi-points ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.indi-points ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}

.indi-points ul li::before {
  content: "•";
  color: #0074b4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.contac-us {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.contac-us a {
  color: #0074b4;
  font-weight: 600;
}

.cta-section {
  background: #1a252f;
  color: #fff;
  text-align: center;
}

.cta-section .text-col p {
  color: #fff !important;
}

.cta-section a {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
}

.cta-section a:hover {
  background: #005a8d;
  color: #fff;
}

/* Retirement Planning Page Styles */
.mutual-fund-intro {
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder - replace with actual hero image if different */
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0;
}

.mutual-fund-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  /* Primary color overlay rgba*/
  z-index: 1;
}

.mutual-fund-intro .container {
  position: relative;
  z-index: 2;
}

.fund-detail h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 10px;
}

.fund-detail b {
  display: block;
  color: #3498db;
  /* Light blue accent */
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.fund-detail p {
  font-size: 16px;
  line-height: 1.8;
}


.primary-button {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.primary-button:hover {
  background: #005a8d;
  color: #fff;
}

.travel-buttons {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.travel-buttons a {
  background: #0074b4;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.travel-buttons a:hover {
  background: #005a8d;
}

.indi-section {
  background: #333;
  /* Dark background */
  color: #fff;
  padding: 60px 0;
  background: url('https://staging.cloud1.me/laraweb/uploads/d492ba7fb1ccbc14d104bfe83da56df2a89da919/elderly-couple-walking-beach-radiating-happiness-holding-hands.jpg') no-repeat center center;
  /* Placeholder */
  background-size: cover;
  position: relative;
}

.indi-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Dark overlay */
}

.indi-detail-inner {
  position: relative;
  z-index: 2;
}

.indi-detail-inner h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.indi-detail-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.indi-points {
  padding: 60px 0;
}

.indi-points h3 {
  color: #0074b4;
  font-size: 24px;
  margin-bottom: 20px;
}

.indi-points ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.indi-points ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}

.indi-points ul li::before {
  content: "•";
  color: #0074b4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.contac-us {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.contac-us a {
  color: #0074b4;
  font-weight: 600;
}

.cta-section {
  background: #1a252f;
  color: #fff;
  text-align: center;
}

.cta-section .text-col p {
  color: #fff !important;
}

.cta-section a {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
}

.cta-section a:hover {
  background: #005a8d;
  color: #fff;
}

/* Page Title Banner */
section.page-title {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-color: #1072af;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center top;
}

section.page-title:before {
  content: "";
  background-color: #0000009e;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

section.page-title:after {
  background-image: url(https://staging.cloud1.me/laraweb/public/dotted.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: invert(1);
  opacity: 0.2;
  background-size: auto;
  bottom: 0;
}

section.page-title h3 {
  margin-top: 75px !important;
}

section.page-title h1 {
  margin-top: 75px !important;
}

.page-small-title h3 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.page-small-title h1 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

section.page-title h3 {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
}

section.page-title.contact-banner:before,
section.page-title.contact-banner:after {
  display: none;
}

@media (max-width: 767px) {
  section.page-title h3 {
    font-size: 24px;
    padding-top: 0;
  }

  section.page-title {
    height: 200px;
  }
}

/* Premier Wealth Page Styles */
.wealth-blocks {
  background: #f8f9fa;
  padding: 50px 0;
}

.wealth-blocks .indi-detail-inner h3 {
  color: #0074b4;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.wealth-blocks .indi-detail-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;

}

.wealth-title {
  text-align: center;
  margin-bottom: 40px;
}

.wealth-title h3 {
  color: #0074b4;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.wealth-title h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background: #b18c4d;
}

.indi-client-section .fund-block {
  margin-bottom: 30px;
}

.fund-block-inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

/* 
.fund-block-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
} */

.fund-block-inner ul {
  padding-left: 20px;
  margin: 0;
}

.fund-block-inner ul li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #555;
}

.faqs {
  padding: 0px 0;
}

.faqs h3 {
  color: #0074b4;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.faqs h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.faqs p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}

.faqs a {
  display: inline-block;
  background: #0074b4;
  color: #fff;
  padding: 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  transition: background 0.3s ease;
}

.faqs a:hover {
  background: #005a8d;
  color: #fff;
}

.corporate-section {
  background: #f8f9fa;
  padding: 50px 0;
}

.corporate-section .indi-detail-inner {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.corporate-section .indi-detail-inner h3 {
  color: #0074b4;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.corporate-section .indi-detail-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}

.corporate-section .indi-detail-inner ul {
  padding-left: 25px;
  margin: 20px 0;
}

.corporate-section .indi-detail-inner ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

.cop-text h4 {
  color: #0074b4;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* End of existing styles */

/* Responsive Header Styles from Home Page */
@media (max-width: 1025px) {
  ul.navbar-nav .px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  .header .navbar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header ul li.main-item.px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .nav-link {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 920px) {
  .navbar-collapse {
    overflow-y: scroll;
    max-height: max-content;
  }

  .header {
    min-height: 70px;
  }
}

/* Scroll to Top Button */
#scrollTopBtn {
  position: fixed;
  bottom: 65px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #0074b4;
  display: none;
  z-index: 1000;
}

#scrollTopBtn svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

#scrollTopBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#progressCircle {
  transition: stroke-dashoffset 0.2s ease-in-out;
}

body #scrollTopBtn {
  bottom: 110px;
}