.main-navbar {
  background: #ffffff;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  z-index: 999;
  position: sticky;
  top: 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 30px;
}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.menu li {
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.menu .active a {
  color: #ff6600;
}

ul.submenu {
  border: 2px dashed red !important;
}

.menu-toggle-label {
  display: none;
  font-weight: bold;
}

.btn-create-account {
  background-color: #ff6600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.search-button {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .menu-toggle-label {
    display: block;
    cursor: pointer;
  }

  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .menu-toggle-checkbox:checked + .menu {
    display: flex;
  }

  .submenu {
    position: static;
    box-shadow: none;
  }
}

/* .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 700;
    background-color: #eae8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body.sticky-padding {
    padding-top: 100px; 
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-padding {
  padding-top: 100px; 
} */

/* .slider-adjust-top {
  margin-top: 100px; 
  transition: margin-top 0.3s ease;
} */

.sticky-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#process {
  margin-top: -80px !important;
  position: relative !important;
  z-index: 2 !important;
}

.section-box {
  margin: 30px auto !important; 
  padding: 30px;
  background-color: #ffffff;  
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 1140px;
  position: relative;
  z-index: 2;
}

/* #slider1.shrink-slider {
    margin-top: 40px; 
    transition: margin-top 0.3s ease;
} */

body {
  font-family: 'Outfit', sans-serif !important;
}

.blue-text {
  color: #0831ff !important;
}

.tag-rapidOrange {
  background-color: #ff7400;
  color: white;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
}

.apply-loan {
    background-color: #0831ff;
    color: #4854ff;     
    border: 2px solid #4854ff;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.apply-loan:hover {
    background-color: #4854ff;
    color: #000;
    border-color: #4854ff;
}

.search-form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #4854ff;
    padding: 5px;
    width: 250px; /* Adjust as needed */
}

.search-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    color: #000;
    font-size: 16px;
}

.search-button {
    background: none;
    border: none;
    color: #4854ff;
    cursor: pointer;
    font-size: 18px;
}

.search-button i {
    pointer-events: none;
}

.clickable-box {
    text-decoration: none;
    color: inherit;
    display: block;
}

.clickable-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.btn-custom-rapidlink {
    background-color: #4854ff; 
    color: #fff; 
    border-color: #4854ff; 
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-custom-rapidlink:hover,
.btn-custom-rapidlink:focus {
    background-color: #3b45e6; 
    border-color: #3b45e6; 
    color: #fff; 
}

.btn-custom-rapidlink:active {
    background-color: #2e36bf; 
    border-color: #2e36bf;
}

#logo img {
  max-height: 50px !important;
}

.menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  list-style: none !important;
  gap: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.search-wrapper {
  flex-shrink: 0 !important;
}

/* .has-submenu {
  position: relative !important;
}
.has-submenu > .submenu {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  display: none !important;
  min-width: 220px !important;
  width: auto !important;
}
.has-submenu:hover > .submenu {
  display: block !important;
} */

.btn-create-account {
  background-color: #0831ff;
  color: white;
  padding: 0.45em 1em;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-create-account:hover {
  background-color: #001d99;
}

.search-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.search-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 2em;
  border-radius: 8px;
  width: 95%;
  max-width: 1140px; /* Increased from 400px to mimic modal-xl */
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.search-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Remove all top spacing from page */
body, html {
  margin: 0;
  padding: 0;
}

/* Ticker Wrapper - flush to top, no gap */
.quicknews-ticker-wrapper {
  margin: 0;
  padding: 8px 0;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 10000;
}

/* Ticker scrolling */
.quicknews-ticker {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-scroll 20s linear infinite;
}

.quicknews-item {
  display: inline-block;
  margin-right: 50px;
  font-size: 1rem;
  color: #333;
}

.quicknews-item i {
  margin-right: 5px;
  color: #007bff;
}

/* Scrolling animation */
@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.card {
  transition: transform 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background-color: #fff !important;
}

.card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  z-index: 2 !important;
}

.swipe-hint {
  font-size: 0.95rem;
  color: #6c757d;
}

.arrow-bounce {
  font-size: 24px;
  animation: bounce 1s infinite alternate;
  color: #007bff; 
}

@keyframes bounce {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}

#stats {
  position: relative;
  overflow: hidden;
}

/* Both semi-circles */
#stats::before,
#stats::after {
  content: "";
  position: absolute;
  width: 100px;              
  height: 50px;
  background-color: #0831ff;  
  z-index: 1;
}

/* Left-center half-circle */
#stats::before {
  top: 50%;
  left: -50px;                
  transform: translateY(-50%);
  border-radius: 50px 0 0 50px; 
}

/* Right-center half-circle */
#stats::after {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  border-radius: 0 50px 50px 0; 
}

@media (max-width: 767.98px) {
  #stats::before,
  #stats::after {
    display: none;
  }
}

.image-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-date-banner {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff7400;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 2;
  width: 60px;
}

.news-date-banner .day {
  font-size: 1.5rem;
  font-weight: bold;
}

.news-date-banner .day-name {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2px;
}

.news-date-banner .month-year {
  font-size: 0.6rem;
  margin-top: 2px;
}

/* .image-container {
  position: relative;
  overflow: hidden;
} */

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: background 0.3s ease;
  z-index: 2;
}

.news-overlay h6,
.news-overlay p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.read-more-hover {
  display: none;
  margin-top: 0.5rem;
  color: #ffd700;
  font-weight: 600;
  text-decoration: underline;
}

.news-card:hover .read-more-hover {
  display: inline-block;
}

.news-card:hover .news-overlay {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/* Optional: dim the image on hover */
.news-card:hover img {
  filter: brightness(0.7);
}

/* Date badge remains as before */
.news-date-banner {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff7400;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  z-index: 3;
}

.news-date-banner .day {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.news-date-banner .day-name,
.news-date-banner .month-year {
  font-size: 11px;
  line-height: 1.2;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5); /* Slightly transparent black */
  color: #fff;
  transition: background 0.3s ease;
  z-index: 2;
}

.news-overlay h6,
.news-overlay p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.read-more-hover {
  display: none;
  margin-top: 0.5rem;
  color: #ff7400; 
  font-weight: 600;
  text-decoration: underline;
}

.news-card:hover .read-more-hover {
  display: inline-block;
}

.news-card:hover .news-overlay {
  background: rgba(0, 0, 0, 1); /* Darker on hover */
  cursor: pointer;
}

.news-card:hover img {
  filter: brightness(0.7); /* Dim image on hover */
}

.section-padding {
  background: linear-gradient(135deg, #f0f0f5 0%, #ffffff 100%);
  padding-top: 60px;
  padding-bottom: 10px;
}

/* Smooth fade-in with slide effect */
.download-our-app {
  background: linear-gradient(135deg, #f0f0f5 0%, #ffffff 100%);
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.download-our-app .container {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.download-our-app.show .container {
  opacity: 1;
  transform: translateY(0);
}

/* Image subtle hover scale */
.download-our-app .app-image {
  transition: transform 0.4s ease;
}

.download-our-app .app-image:hover {
  transform: scale(1.05);
}

/* Button enhancements */
.download-our-app .btn {
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-our-app .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

/* .download-our-app .container {
  animation: slideFade 1s ease-in-out infinite;
} */

.download-our-app .app-image {
  animation: slideFade 3s ease-in-out infinite;
}

.footer-logo-img {
  height: 80px;
  position: relative;
  top: -10px; /* Moves it up */
}

.news-letter-w3-pvt::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Adjust darkness */
  z-index: 0;
}

.news-letter-w3-pvt {
  position: relative;
  z-index: 1;
}

.contact-form {
  width: 100%;
  max-width: 1000px;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}

#backToTop a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

#backToTop span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  background: #ff7400;
  color: #fff;
  border-radius: 50%;
  transition: background 0.3s ease;
}

#backToTop span:hover {
  background: #ff7420;
}

.table-compact {
  width: auto; /* or set a specific width like 60% */
  font-size: 14px; /* smaller text */
  border-collapse: collapse;
  margin-top: 10px;
}

.table-compact th,
.table-compact td {
  padding: 6px 10px; /* smaller padding */
  text-align: center;
  border: 1px solid #ccc;
}

.table-compact thead {
  background-color: #0831ff;
  color: #fff;
}

.forex-update-date {
  font-size: 14px;
  font-weight: bold;
  color: #2c3e50;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left; 
}

/* .hero-header {
  background-size: cover;
  background-position: center;
  height: 70vh;
  position: relative;
  color: white;
  text-align: left;
  padding: 0 50px;
} */
.hero-header {
  background-size: cover;
  background-position: center;
  height: 80vh;
  position: relative;
  color: white;
  text-align: left;
  padding: 0 50px;
  padding-top: 50px;
  display: flex; /* This is the key change */
  justify-content: space-between; /* Pushes content to the left and compass to the right */
  align-items: center; /* Vertically centers both the content and compass */
}

/* .hero-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
} */
.hero-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  height: 100%; 
  position: relative; 
  z-index: 2;
  margin-top: 50px;
} */
.hero-content {
  display: flex;
  flex-direction: column;
  /* The parent now handles vertical centering, so height: 100% is not needed here */
  position: relative;
  z-index: 2;
  margin-top: 50px; /* Use this for fine-tuning vertical position */
}

.hero-content p {
  font-size: 1.2rem;
  color: #f0f0f0;
  padding: 50px 0;
  max-width: 600px; /* or whatever value you choose */
}

.hero-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px; /* space between buttons */
  flex-wrap: wrap; /* responsive wrapping on smaller screens */
}

.hero-btn {
  display: inline-block;
  background-color: #ff6600; /* Rapid Orange */
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.hero-btn:hover {
  background-color: #e05400;
}

.hero-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px; /* space between buttons */
  flex-wrap: wrap; /* responsive wrapping on smaller screens */
}

.hero-btn {
  display: inline-block;
  background-color: #ff6600; /* Rapid Orange */
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.hero-btn:hover {
  background-color: #e05400;
}

.hero-btn.active {
  background-color: #ffffff;
  color: #ff6600;
  border: 2px solid #ff6600;
}

@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-btn {
    width: 100%;
  }
}

.image-text-section {
  padding: 60px 20px;
  margin: 70px 70px;
  border-radius: 8px;
  background-color: white;
}

.image-text-container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.image-box {
  flex: 0 0 50%; 
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-box {
  flex: 1; /* Take the rest of the space */
  color: #333;
}

.text-box h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.text-box p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.section-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff6600, #ff8800);
  color: white;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Shine / reflection effect */
.section-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-20deg);
  transition: left 0.4s ease;
  z-index: 2;
}

.section-btn:hover::after {
  left: 100%;
}

/* Crystal sparkles */
.section-btn::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: radial-gradient(rgba(255,255,255,0.3) 1px, transparent 1px);
  background-size: 10px 10px;
  animation: sparkle 3s linear infinite;
  opacity: 0.3;
  z-index: 1;
}

/* Hover effect */
.section-btn:hover {
  background: linear-gradient(135deg, #e05400, #ff7700);
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.4);
  transform: scale(1.03);
}

/* Sparkle animation */
@keyframes sparkle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

@media (max-width: 768px) {
  .image-text-container {
    flex-direction: column;
  }

  .image-box, .text-box {
    flex: 1 1 100%;
  }
}

.details-section {
  display: block; 
  margin: 20px 0;
}

.detail-block {
  margin-bottom: 30px; 
}

.detail-block h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
}

.loan-list {
  padding-left: 20px;
  color: #444;
  line-height: 1.6;
}

.loan-list li {
  margin-bottom: 8px;
}

.loan-application-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.loan-application-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #004BD2;
  text-align: center;
}

.section-intro {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#formToast {
  background-color: #eb1a2f !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  min-width: 300px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

#formToast .toast-body {
  padding: 1rem 1.25rem !important;
  font-weight: 500 !important;
}

#formToast .btn-close {
  filter: invert(1) !important;
  opacity: 0.9 !important;
}

.toast-container-centered {
  position: fixed !important;
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1100 !important;
}

.toast.hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.push-down {
  margin-top: 40px; 
}

.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* .hero-content {
  flex: 1;
  min-width: 300px;
} */

/* .feature-compass {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  flex-shrink: 0;
  animation: rotateIcons 8s infinite linear;
} */
.feature-compass {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  animation: rotateIcons 8s infinite linear;
  z-index: 2; 
}

.icon-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #007bff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  background: #fff;
  font-size: 20px;
}

.icon-circle.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon-circle.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon-circle.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon-circle.left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Optional rotating effect */
@keyframes rotateIcons {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Container to position it at the edge (e.g., right of the screen/section) */
.bar-stack-edge {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  width: 12px;
  gap: 10px;
  padding-right: 10px;
  z-index: 10;
}

/* The bars */
.bar {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1); /* Transparent default */
  animation: barColorCycle 2.5s linear infinite;
}

/* Sequential delay */
.bar:nth-child(1) {
  animation-delay: 0s;
}
.bar:nth-child(2) {
  animation-delay: 0.5s;
}
.bar:nth-child(3) {
  animation-delay: 1s;
}
.bar:nth-child(4) {
  animation-delay: 1.5s;
}
.bar:nth-child(5) {
  animation-delay: 2s;
}

/* Color cycle animation: Blue > Green > Transparent */
@keyframes barColorCycle {
  0% {
    background: #4854ff
  }
  33% {
    background: #ff6600
  }
  66% {
    background: rgba(255, 255, 255, 0.1); /* Transparent fade */
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
  }
}

.company-profile-section {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 200px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  text-align: left;
}

.company-profile-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.company-profile-content {
  position: relative;
  z-index: 2;
  width: 100%;      
  max-width: none;   
  margin: 0 auto;   
}

.profile-heading {
  font-size: 2rem;
  margin-bottom: 20px;
}

.company-profile-content p {
  font-size: 1.2rem;
  color: #f0f0f0;
  line-height: 1.6;
  margin-right: 30px; 
}

@media (max-width: 600px) {
  .company-profile-section {
    height: auto;
    padding: 50px 20px;
  }

  .profile-heading {
    font-size: 1.5rem;
  }

  .company-profile-content p {
    font-size: 1rem;
  }
}

.join-family-link {
  display: inline-block;
  margin-top: 20px;
  color: #0831ff;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.join-family-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.stats-section {
  position: relative;
  padding: 80px 30px;
  background-color: #f8f9fa;
  text-align: center;
}

.stats-card {
  background: rgba(255, 255, 255, 0.8); 
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.stats-card h2 {
  margin-bottom: 30px;
  color: #333;
  font-size: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
}

.stat-item h3 {
  font-size: 2rem;
  color: #ff6600;
  margin-bottom: 10px;
}

.stat-item p {
  margin: 0;
  color: #555;
  font-weight: 500;
}

/* Circle Icons */
.institution-profile-icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.institution-profile-circle-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ff6600;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.institution-profile-circle-icon.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.institution-profile-circle-icon.right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.institution-profile-circle-icon.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.institution-profile-circle-icon.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .institution-profile-icon-circle {
    display: none;
  }
}

.board-section {
  padding: 60px 30px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.director-card {
  padding: 20px;
  text-align: center;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.director-card img {
  width: 100%;
  height: 350px;             /* Taller height for full visibility */
  object-fit: cover;         /* Ensures image fills space but may crop */
  object-position: center;   /* Keeps the focal point centered */
  border-radius: 12px;       /* Smooth rounded corners */
  transition: transform 0.3s ease;
  display: block;
}

.director-card:hover img {
  transform: scale(1.05);
}

/* Flex container for text + button */
.director-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap; /* makes it responsive */
  text-align: left;
}

/* Text on the left */
.director-text {
  flex: 1;
}

.director-text h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #222;
}

.director-text p {
  margin: 0;
  color: #777;
  font-size: 0.95rem;
}

/* Button on the right */
.view-profile-btn {
  background-color: #ff6600;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
}

.view-profile-btn:hover {
  background-color: #e05400;
}

.boarddirector-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.boarddirector-modal-content {
  background: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  margin: 50px auto;
  padding: 25px 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.boarddirector-modal-content h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #333;
}

.boarddirector-modal-content h4 {
  font-size: 1.1rem;
  color: #666;
  margin-top: 5px;
}

.boarddirector-modal-content p {
  margin-top: 15px;
  color: #444;
  line-height: 1.5;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}

.close-modal:hover {
  color: #000;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}


.vision-mission-section {
  padding: 80px 30px;
  background-color: #f9f9f9;
}

.vision-mission-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.flip-box {
  width: 350px;
  height: 350px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 50%;
}

.flip-box.flipped .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}

.flip-front h3 {
  font-size: 1.3rem;
  color: #ff6600;
  margin-bottom: 10px;
}

.flip-front p {
  font-size: 0.95rem;
  color: #444;
}

.flip-back {
  transform: rotateY(180deg);
  font-size: 1.5rem;
  color: #ff6600;
}

.flip-box:hover .flip-inner {
  transform: scale(1.05) rotateY(0deg);
}


.careers-section {
  padding: 80px 30px;
  background-color: #f8f9fa;
  text-align: center;
}

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

.section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
}

.section-description {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #555;
}

/* .career-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.career-card {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  width: 300px;
  text-align: left;
}

.career-card h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ff6600;
}

.career-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.apply-btn {
  background-color: #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background-color: #e05400;
} */

.careers-section {
  padding: 80px 30px;
  background-color: #f9f9f9;
  text-align: center;
}

.careers-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.section-title {
  font-size: 2rem;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
}

.section-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
  text-align: center;
}

.career-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}

.career-card h4 {
  color: #ff6600;
  margin-bottom: 5px;
}

.read-more-btn {
  background-color: #ff6600;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.read-more-btn:hover {
  background-color: #e05400;
}

/* Modal Styling */
.careers-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.job-modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.job-modal-header {
  background-color: #007bff;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.job-modal-header h3,
.job-modal-header p {
  margin: 0;
  color: white;
}


.fancy-apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #0831ff, #0056b3);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s;
}

.fancy-apply-btn i {
  margin-right: 8px;
}

.fancy-apply-btn:hover {
  background: linear-gradient(135deg, #0056b3, #4a4c57);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.secondary-nav {
  position: sticky;
  top: 70px;
  z-index: 998;
  width: 100% !important;
  /* background-color: rgba(8, 49, 255, 0.6); */
  background-color: #ff7400 !important;
  padding: 10px 0 !important;
  border-top: 1px solid #ff7400 !important;
}


.secondary-menu {
  display: flex !important;
  justify-content: center !important;
  gap: 2em !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.secondary-menu li a {
  text-decoration: none !important;
  color: #000 !important; /* black text */
  font-weight: 500 !important;
  transition: color 0.3s ease !important;
}

.secondary-menu li a:hover {
  color: #ffcc00 !important; /* hover color - gold */
}

.secondary-menu li {
  position: relative !important;
  padding: 0 10px !important;
}

.secondary-menu li + li::before {
  content: "|" !important;
  position: absolute !important;
  left: -10px !important;
  top: 0 !important;
  color: #07070788 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  /*.sticky-header-wrapper {*/
  /*  position: static;*/
  /*}*/

  body {
    padding-top: 0;
  }
}

.banner-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #ffffff 100%);
}

.slider-wrapper {
  display: flex;
  width: 100%; /* Adjust depending on number of slides */
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 1 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* Hide by default */
/* .dropdown-parent .mega-menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    background-color: red !important;
    padding: 20px !important;
    list-style: none !important;
    margin: 0 !important;
    z-index: 999 !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

.dropdown-parent:hover .mega-menu {
    display: flex !important;
}

.mega-menu li {
    width: 700px !important;
    margin-bottom: 10px !important;
    color: white !important;
}

.mega-menu li strong {
    display: block !important;
    margin-bottom: 5px !important;
    color: white !important;
    font-weight: bold !important;
}

.mega-menu li a {
    color: white !important;
    text-decoration: none !important;
}

.mega-menu li a:hover {
    text-decoration: underline !important;
} */

.dropdown-parent .mega-menu {
  display: none !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 20px) !important;
  width: 50vw !important;
  background-color: white !important;
  padding: 20px !important;
  list-style: none !important;
  /*margin: 0 !important;*/
  margin-top: -20px !important;
  z-index: 999 !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

/* Show the mega menu on hover */
.dropdown-parent:hover .mega-menu {
  display: flex !important;
}

/*.dropdown-parent {*/
/*  padding-bottom: 0px !important; */
/*}*/

.mega-menu .menu-column {
  display: flex !important;
  flex-direction: column !important;
  min-width: 200px !important;
}

.mega-menu .menu-column strong {
  font-size: 16px !important;
  color: black !important;
  margin-bottom: 10px !important;
  font-weight: bold !important;
}

.mega-menu .menu-column a {
  color: black !important;
  text-decoration: none !important;
  margin-bottom: 8px !important;
  font-size: 15px !important;
}

.mega-menu .menu-column a:hover {
  text-decoration: none !important; /* Remove underline */
  color: #4854ff !important; 
}

.digital-channel-section {
    padding: 40px 0;
    background-color: #f9f9f9; /* Light background, adjust as needed */
}

.digital-channel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.digital-channel {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 in a row */
    gap: 20px;
}

.digital-channel-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digital-channel-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.digital-channel-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0;
}

.read-more-btn {
    padding: 10px 20px;
    background-color: #0077b6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #005f86;
}

@media (max-width: 992px) {
    .digital-channel {
        grid-template-columns: repeat(2, 1fr); /* Tablet: 2 in a row */
    }
}

@media (max-width: 600px) {
    .digital-channel {
        grid-template-columns: 1fr; /* Mobile: 1 in a row */
    }
}


/* Styling for the "No Stories" message */
.no-stories-message {
    text-align: center;
    padding: 200px 20px;
    border-radius: 12px;
}

.no-stories-message p {
    font-size: 1.2rem;
    color: #444444;
    margin: 0;
}

.faq-section {
    padding: 20px 0;
    /* font-family: Arial, sans-serif; */
    background-color: #f5f5f5;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
    outline: none; /* This is the key line */
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-icon {
    font-size: 1.5rem;
    color: #007bff;
    transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.faq-answer.open {
    max-height: 200px;
    padding: 20px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: #666;
}

.contact-us-section {
    padding: 60px 20px;
    /* font-family: sans-serif; */
    background-color: #f9f9f9;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr; /* Adjust the ratio as needed */
    gap: 30px;
    align-items: start;
}

.contact-details {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.contact-info-block {
    margin-bottom: 25px;
}

.contact-info-block h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-info-block p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.contact-info-block a {
    color: #007bff;
    text-decoration: none;
}

.contact-info-block a:hover {
    text-decoration: underline;
}

.contact-map {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* To contain the border-radius of the iframe */
}

.map-placeholder-text {
    text-align: center;
    color: #999;
    padding: 20px;
}

.contact-form {
    grid-column: 1 / 3; /* Make the form span across both columns */
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.contact-form h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / 3;
}

.form-group label {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group textarea {
    resize: vertical;
}

.submit-button {
    background-color: #007bff; 
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #0831ff;
}

/* Responsive layout */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr; /* Stack elements on smaller screens */
    }

    .contact-map {
        order: 2; /* Move map below contact details */
    }

    .contact-form {
        order: 3; /* Keep form at the bottom */
        grid-column: 1; /* Ensure form takes full width */
    }
}


.branch-selector {
    display: flex;
    justify-content: center;
    gap: 15px;
    grid-column: 1 / 3; /* Spans across both columns */
    margin-bottom: 30px;
}

.branch-btn {
    padding: 12px 25px;
    border: 2px solid #007bff;
    border-radius: 5px;
    background-color: transparent;
    color: #007bff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.branch-btn:hover {
    background-color: #f0f8ff;
}

.branch-btn.active {
    background-color: #0831ff;
    color: #fff;
}

.currency-table-container {
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto; /* This centers the container horizontally */
    padding: 20px; /* Adds padding around the table inside the container */
}

/* The rest of your existing CSS for the table */
.currency-table {
    width: 100%;
    border-collapse: collapse;
}

.currency-table th,
.currency-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.currency-table thead th {
    background-color: #0831ff;
    color: white;
    font-weight: bold;
}

.currency-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.currency-table tbody tr:hover {
    background-color: #e9e9e9;
}

.currency-table td:first-child {
    /* color: #0831ff; */
    font-weight: 500;
}

.currency-rates-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.centered-heading {
    text-align: center;
}

.loan-calculator-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 20px;
    background-color: #eef1f5; /* Light grey background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loan-calculator-card {
    width: 100%;
    max-width: 550px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    text-align: center;
}

.card-title {
    color: #0d1a3c;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.loan-type-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.toggle-btn {
    padding: 12px 25px;
    border: 2px solid #e0e6ed;
    background-color: transparent;
    color: #5d6d8a;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background-color: #e05400;
    color: white;
    border-color: #e05400;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.toggle-btn:hover:not(.active) {
    background-color: #f1f4f8;
}

.input-group {
    margin-bottom: 20px;
    text-align: left;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 0.95rem;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background-color: #f1f4f8;
    border-radius: 8px;
    padding: 0 15px;
}

.input-wrapper input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 12px 0;
    font-size: 1rem;
    color: #e05400;
    outline: none;
}

.input-wrapper input::placeholder {
    color: #a0aec0;
}

.currency-symbol,
.percentage-symbol {
    font-size: 1rem;
    color: #5d6d8a;
    font-weight: 600;
}

.calculate-btn {
    width: 100%;
    padding: 15px;
    background-color: #0831ff; 
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.calculate-btn:hover {
    background-color: #0056b3;
}

.calculate-btn:active {
    transform: translateY(2px);
}

.results-card {
    margin-top: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #e0e6ed;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.result-item {
    text-align: center;
    padding: 0 10px;
}

.result-label {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
    color: #5d6d8a;
    text-transform: uppercase;
    font-weight: 500;
}

.result-value {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #007bff;
}

.result-value#total-repayment {
    color: #e05400;
}

.tariff-guide-section {
    padding: 40px 20px;
    background-color: #f4f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-guide-container {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.tariff-guide-title {
    color: #0d1a3c;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.tariff-guide-date {
    color: #7b8b9e;
    font-size: 1rem;
    margin-bottom: 30px;
}

.tariff-guide-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-header {
    background-color: #001f3f;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
}

.header-item {
    font-weight: bold;
    font-size: 1rem;
}

.document-item {
    color: #e57373;
}

.action-item {
    color: #81c784;
}

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}

.document-name {
    color: #4a5568;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.view-document-btn {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #e05400;
    color: #001f3f;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.view-document-btn:hover {
    background-color: #e05400;
}

.tariff-guide-section {
    /*font-family: sans-serif;*/
    padding: 40px 20px;
    background-color: #f4f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-guide-container {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.tariff-guide-date {
    color: #0d1a3c;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.tariff-guide-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-body {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 15px; 
}

.view-document-btn {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #0831ff;
    color: #001f3f;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.view-document-btn:hover {
    background-color: #0831ff;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.modal-header h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #0d1a3c;
}

/* The Close Button */
.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
}

.download-btn {
    padding: 8px 15px;
    background-color: #0831ff;
    color: #0d1a3c;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #0831ff;
}

/* Modal Body for the iframe */
.modal-body {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body iframe {
    width: 100%;
    height: 70vh; /* Adjust height as needed */
    border: none;
}

.account-section {
    padding: 20px 0;
    background-color: #f5f5f5;
}

/* General Wizard Form Styling */
.account-opening-section {
    padding: 20px 0px;
    /* background-color: #f9f9f9; */
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h2 {
    color: #0d1a3c;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-header p {
    color: #555;
    font-size: 0.9rem;
    margin: 0;
}

/* Progress Bar */
.progress-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.progress-step {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.progress-step.active {
    background-color: #001f3f;
}

.progress-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

/* Form Steps */
.form-step {
    display: none; /* Hide all steps by default */
}

.form-step.active {
    display: block; /* Show the active step */
}

.step-title, .sub-section-title {
    font-size: 1.5rem;
    color: #001f3f;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}

.sub-section-title {
    font-size: 1.2rem;
    margin-top: 30px;
}

/* Form Groups and Inputs (from previous response) */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row .form-group {
    flex-grow: 1;
    margin-bottom: 0;
}

.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.product-type-options,
.radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checkbox-label,
.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #444;
}

.checkbox-label input,
.radio-label input {
    accent-color: #001f3f;
}

.terms-and-conditions {
    background-color: #f2f7fb;
    border: 1px solid #c7d9e7;
}

.terms-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.9rem;
    color: #555;
}

.terms-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.accept-terms {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.accept-terms label {
    font-weight: bold;
}

/* Navigation Buttons */
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

/* Navigation Buttons */
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.wizard-nav-btn {
    padding: 12px 25px;
    background-color: #001f3f;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wizard-nav-btn.wizard-prev {
    background-color: #6c757d;
}

.wizard-nav-btn:hover {
    background-color: #001429;
}

.wizard-nav-btn.wizard-prev:hover {
    background-color: #5a6268;
}

.wizard-nav-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Ensures consistent sizing */
    background-color: #fff; /* Ensures white background */
    cursor: pointer;
    -webkit-appearance: none; /* Removes default browser styles for consistency */
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23001f3f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13.2-5.4H18.6a17.6%2017.6%200%200%200-13.2%205.4A17.6%2017.6%200%200%200%200%2082.6s128.6%20140.4%20128.6%20140.4c5.2%205.7%2013%208.6%2020.8%208.6s15.6-2.9%2020.8-8.6C163.8%20223%20287%2082.6%20287%2082.6a17.6%2017.6%200%200%200%200-13.2z%22%2F%3E%3C%2Fsvg%3E'); /* Custom SVG dropdown arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}


/* Hide the hamburger menu on desktop */
.hamburger-menu {
    display: none;
}

/* Hide the mobile menu on desktop by default */
.main-nav.mobile-nav {
    display: none;
}

/* Desktop Navigation */
.main-nav.desktop-nav {
    display: block; /* Ensure it's visible on desktop */
}

/* Mobile Styles */
@media (max-width: 768px) {
    /* Show the hamburger menu icon */
    .hamburger-menu {
        display: block;
        cursor: pointer;
        z-index: 1000;
    }
    
    .news-letter-w3-pvt {
      /* Use a different image for mobile */
      background: url(../images/banner-image.jpeg) no-repeat center center;
      background-size: contain;
    }
    
    /*.banner-slider {*/
    /*  margin-top: -100px;*/
    /*}*/
    .banner-slider {
      margin-top: -20dvh;
    }
    
    .btn.btn-dark {
      /* Hides the "Download on" text */
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
    }
    
    /* Adds "App Store" back in */
    .btn.btn-dark::after {
      content: 'App Store';
      position: relative;
      text-indent: 0;
      display: inline-block;
    }

    /* Hides the "Get it on" text */
    .btn.btn-success {
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
    }
    
    /* Adds "Google Play" back in */
    .btn.btn-success::after {
      content: 'Google Play';
      position: relative;
      text-indent: 0;
      display: inline-block;
    }
    
    #footer_logo {
      text-align: left;
    }
    
    .table-compact {
      width: 100%;
      font-size: 16px;
      margin-top: 20px;
    }
    
    .copy-right-grids {
      letter-spacing: normal;
    }

    #logo {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
    
    .quicknews-ticker-wrapper {
        /*
         * You can either change position to static
         * or lower its z-index
         */
        position: static;
    }

    .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #333; /* Icon color */
        margin-bottom: 5px;
    }

    /* Transform the hamburger icon into a close icon */
    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Hide the desktop navigation */
    .main-nav.desktop-nav {
        display: none;
    }

    /* Show and style the mobile navigation as an off-canvas menu */
    .main-nav.mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        right: -280px; /* Hide the menu off-screen to the right */
        width: 280px; /* Fixed width for the menu */
        height: 100%;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        overflow-y: scroll;
        z-index: 999;
        transition: right 0.3s ease-in-out;
    }

    /* Styles for the active (visible) mobile menu */
    .main-nav.mobile-nav.active {
        right: 0; /* Slide the menu into view */
    }

    .main-nav.mobile-nav ul {
        flex-direction: column;
        padding: 20px;
    }

    .main-nav.mobile-nav li {
        width: 100%;
        text-align: left;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
}


.feature-soon {
    text-align: center;
    padding: 30px;
    margin: 50px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-soon h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.feature-soon p {
    color: #666;
    font-size: 1rem;
}