*{
margin: 0;
padding: 0;
box-sizing: border-box;

}

html,
body{
    overflow-x:hidden;
   font-family: "IBM Plex Sans", sans-serif;
    color:#1f2937;
    background:#fff;
      width: 100%;
  max-width: 100%;
}
a{
    text-decoration:none!important;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

  /* font-family: "Libre Baskerville", serif; */

/* ========= PFL Home Page start ============== */
/* ========= site-header section topheader+ navbar css start ============== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
}

.site-header {
  background: #fbf8ef;
  border-bottom: 1px solid rgba(22, 34, 56, 0.08);
  position: relative;
  z-index: 20;
}

.pfl-topbar {
  height: 38px;
  background: #0B1B3A;
  color: #ffffff;
  max-height: 38px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.site-header.is-scrolled .pfl-topbar {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.pfl-topbar-grid {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pfl-top-left,
.pfl-top-right {
  display: flex;
  align-items: center;
}

.pfl-top-left {
  gap: 18px;
}

.pfl-top-right {
  gap: 22px;
}

.pfl-topbar a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.pfl-topbar a:hover{
  color:#D4AF37;
}
.top-show i{
    color:#D4AF37;
}
.pfl-top-right .top-show{
    color:#fff;
    font-weight: 600 !important;
}
.pfl-topbar i {
  margin-right: 5px;
}

.pfl-language-dropdown .dropdown-menu {
  min-width: 120px;
  margin-top: 7px;
}

.pfl-language-dropdown:hover > .dropdown-menu,
.pfl-language-dropdown:focus-within > .dropdown-menu {
  display: block;
}

.site-header  .navbar {
  min-height: 100px;
  padding: 0;
  background-color:#fcfaf1;
}

.site-header  .nav-wrap {
  min-height: 71px;
}

.site-header  .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #06142b;
  flex-shrink: 0;
}

.site-header  .brand-logo {
  width: 150px;
  height: auto;
  display: block;
}
.desktop-menu .navbar-nav {
  gap: 18px;
}

.desktop-menu .nav-link {
  color: #0b1b3ac4;
  font-size: 14px;
  font-weight: 500;
  padding: 25px 0;
  white-space: nowrap;
}

.desktop-menu .nav-link:hover,
.desktop-menu .nav-link:focus {
  color: #D4AF37 !important;
}

.dropdown-toggle::after {
  border: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  margin-left: 8px;
  vertical-align: 2px;
}

.site-header  .dropdown-menu {
  min-width: 250px;
  padding: 0;
  border: 1px solid #d7d0c1;
  border-radius: 6px;
  box-shadow: 0 5px 14px rgba(16, 29, 50, 0.08);
  overflow: visible;
}
.site-header .dsmall{
  min-width: 100px !important;
}
.site-header .dsmall .dropdown-item {
  color: #0B1B3A !important;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 400;
}
.site-header .dsmall .dropdown-item:hover {
  color:#D4AF37 !important;
}
.site-header .dropdown-item {
  color: #0B1B3A !important;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 400;
  margin-bottom: 2px;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus,
.site-header .dropdown-item.active-soft {
  background: #eee9dc;
  color: #D4AF37 !important;
}

.site-header  .hover-dropdown:hover > .dropdown-menu,
.hover-dropdown:focus-within > .dropdown-menu,
.submenu-item:hover > .submenu,
.submenu-item:focus-within > .submenu {
  display: block;
}

.site-header  .hover-dropdown > .dropdown-menu {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}

.site-header  .product-menu {
  min-width: 224px;
}

.site-header  .contact-menu {
  min-width: 224px;
}

.site-header  .submenu-item {
  position: relative;
}

.site-header  .with-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header  .with-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.site-header  .submenu {
  top: 0;
  left: calc(100% + 4px);
  min-width: 280px;
}

.site-header  .nav-actions {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-left: 18px;
}

.site-header  .btn {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 11px;
}

.site-header  .quick-pay {
  color: #0B1B3A;
  background: #fffdf7;
  border: 1px solid #d7d0c1;
  box-shadow: 0 2px 5px rgba(23, 35, 58, 0.15);
}

.site-header  .quick-pay:hover {
  background: #D4AF37;
  border-color: #cfc4af;
}

.site-header  .apply-now {
  color: #0B1B3A;
  background: #D4AF37;
  border: 1px solid #D4AF37;
  box-shadow: 0 3px 8px rgba(180, 136, 18, 0.28);
}

.site-header  .apply-now:hover {
  background: #D4AF37;
  border-color: #D4AF37;
}

.site-header  .menu-btn {
  border: 0;
  box-shadow: none;
}

.site-header  .menu-btn:focus {
  box-shadow: none;
}

.site-header  .menu-btn .navbar-toggler-icon {
  width: 26px;
  height: 20px;
  background-image: none;
  position: relative;
  border-top: 2px solid #071832;
  border-bottom: 2px solid #071832;
}

.site-header  .menu-btn .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 26px;
  border-top: 2px solid #071832;
}

.menu-btn[aria-expanded="true"] .navbar-toggler-icon {
  border-top: 0;
  border-bottom: 0;
}

.menu-btn[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 9px;
  transform: rotate(45deg);
}

.menu-btn[aria-expanded="true"] .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 26px;
  border-top: 2px solid #071832;
  transform: rotate(-45deg);
}

.mobile-panel {
  width: 100%;
  background: #fbf8ef;
  color: #071832;
  border-bottom: 1px solid #d8d2c2;
}

.mobile-topbar {
  min-height: 36px;
  padding: 5px 20px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.7fr;
  align-items: center;
  gap: 8px;
  background: #071832;
  color: #ffffff;
  max-height: 46px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.site-header.is-scrolled .mobile-topbar {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

.mobile-topbar a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.mobile-topbar .pfl-language-dropdown {
  position: relative;
}

.mobile-topbar .dropdown-menu {
  top: 100%;
  left: 50%;
  min-width: 105px;
  transform: translateX(-50%);
  margin-top: 7px;
}

.mobile-topbar .dropdown-item {
  color: #46536b;
  font-size: 13px;
  padding: 9px 12px;
}

.mobile-topbar i {
  margin-right: 4px;
}

.mobile-panel-body {
  padding: 20px 24px 28px;
}

.mobile-accordion {
  border-top: 0;
}

.mobile-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e6dfcf;
  background: transparent;
}

.mobile-accordion .accordion-button,
.mobile-link {
  min-height: 49px;
  padding: 0;
  color: #0B1B3A;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  text-decoration: none;
}

.mobile-link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6dfcf;
}

.mobile-accordion .accordion-button::after {
  width: 9px;
  height: 9px;
  background-image: none;
  border-right: 1.7px solid #071832;
  border-bottom: 1.7px solid #071832;
  transform: rotate(45deg);
}

.mobile-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.mobile-accordion .accordion-body {
  padding: 0 0 12px;
}

.mobile-accordion .accordion-body a {
  display: block;
  color: #46536b;
  text-decoration: none;
  padding: 8px 0;
  font-size: 14px;
}

.mobile-actions {
  display: grid;
  gap: 13px;
  margin-top: 16px;
}
.mobile-actions .quick-pay {
    color: #0B1B3A;
    background: #fffdf7;
    border: 1px solid #d7d0c1;
    box-shadow: 0 2px 5px rgba(23, 35, 58, 0.15);
    font-size: 12px;
    font-weight: 500;
}
.mobile-actions .quick-pay:hover {
    background: #D4AF37;
    border-color: #cfc4af;
}
.mobile-actions .apply-now {
    color: #0B1B3A;
    background: #D4AF37;
    border: 1px solid #D4AF37;
    box-shadow: 0 3px 8px rgba(180, 136, 18, 0.28);
     font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
  .desktop-menu .navbar-nav {
    gap: 13px;
  }

  .desktop-menu .nav-link {
    font-size: 14px;
  }

  .brand-title {
    font-size: 39px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 991.98px) {
  .navbar,
  .nav-wrap {
    min-height: 92px;
  }

  .site-header .brand {
    transform: scale(0.9);
    transform-origin: left center;
  }

}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    border-bottom: 0;
  }

  .navbar {
    min-height: 98px;
    background: #fbf8ef;
    border-bottom: 1px solid #ded8c8;
  }

  .nav-wrap {
    min-height: 98px;
    padding-left: 30px;
    padding-right: 26px;
  }

  .site-header .brand {
    transform: none;
  }

  .site-header .brand-title {
    font-size: 34px;
  }

  .site-header .brand-mark {
    width: 46px;
    height: 46px;
    padding: 8px 7px;
  }

  .site-header .brand-mark span {
    width: 4px;
  }

  .site-header .brand-subtitle {
    font-size: 6px;
  }

  .mobile-panel {
    width: 100%;
  }

  .mobile-topbar {
    padding-left: 20px;
    padding-right: 14px;
    gap: 6px;
  }

  .mobile-topbar a {
    font-size: 11px;
  }

}

@media (min-width: 1200px) {
  .pfl-topbar-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pfl-top-left {
    gap: 18px;
  }

  .pfl-top-right {
    gap: 22px;
  }
}

@media (min-width: 1400px) {
  .pfl-topbar .container {
    max-width: 1320px;
  }

  .pfl-top-left {
    gap: 22px;
  }

  .pfl-top-right {
    gap: 25px;
  }
}







/* ========= pfl-hero section  css start ============== */
.pfl-hero {
  position: relative;
  background:
    radial-gradient(circle at 72% 78%, rgba(221, 178, 42, 0.12), transparent 28%),
    linear-gradient(105deg, #202b38 0%, #13223a 55%, #0d1d35 100%);
  color: #ffffff;
  overflow: hidden;
}

.pfl-hero .carousel-item {
  min-height: 690px;
  padding: 86px 0 98px;
}

.pfl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 590px);
  align-items: center;
  gap: 78px;
}

.pfl-hero-content {
  max-width: 650px;
}

.pfl-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 6px 18px;
  border: 1px solid rgba(221, 178, 42, 0.74);
  border-radius: 999px;
  color: #D4AF37;
  background-color: #d4af372b;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
}

.pfl-hero h1 {
  margin: 24px 0;
  color: #fffdf7;
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  font-weight: 400 !important;
  line-height: 65px;
}

.pfl-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.pfl-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pfl-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 400;
}

.pfl-hero-points i {
  color: #D4AF37;
}

.pfl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.pfl-primary-btn,
.pfl-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 42px;
  padding: 11px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.pfl-primary-btn {
  gap: 12px;
  color: #0B1B3A;
  background: #D4AF37;
  border: 1px solid #D4AF37;
}

.pfl-outline-btn {
  color: #ffffff;
  background: transparent;
  border: 1px solid #D4AF37;
}
.pfl-outline-btn:hover{
   color: #0B1B3A;
  background: #D4AF37;
  border: 1px solid #D4AF37;
}
.pfl-hero-image-wrap {
  padding: 15px;
  border: 1px solid rgba(221, 178, 42, 0.46);
  border-radius: 14px;
}

.pfl-hero-image {
  width: 100%;
  aspect-ratio: 1.36 / 1;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.pfl-hero-indicators {
  bottom: 28px;
  gap: 8px;
}

.pfl-hero-indicators [data-bs-target] {
  width: 13px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(221, 178, 42, 0.34);
  opacity: 1;
}

.pfl-hero-indicators .active {
  width: 33px;
  background-color: #D4AF37;
}






/* ========= pfl-about section  css start ============== */
.pfl-about {
  padding: 90px 0;
  background: #fcfaf1;
  color: #0B1B3A;
  font-family: "IBM Plex Sans", sans-serif;
}

.pfl-about-content {
  max-width: 610px;
}

.pfl-section-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.7;
  text-transform: uppercase;
}

.pfl-about h2 {
  margin: 0;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
}

.pfl-title-line {
  display: block;
  width: 64px;
  height: 1px;
  margin: 28px 0 34px;
  background: #D4AF37;
}

.pfl-about-content p {
  margin: 0 0 24px;
  color: #4a556c;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.pfl-principles {
  display: grid;
  gap: 20px;
}

.pfl-principle-card {
  position: relative;
  min-height: 155px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 32px;
  background: #ffffff;
  border: 1px solid #d8d0be;
  border-radius: 8px;
}
.pfl-principle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 35px rgba(11, 27, 58, 0.13);
}
.pfl-principle-card h3 {
  margin: 0 0 14px;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.pfl-principle-card p {
  margin: 0;
  color: #243858;
  font-size: 14px;
  line-height: 1.5;
}

.pfl-principle-card span {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 26px;
  background: #D4AF37;
}

.pfl-principle-card strong {
  color: rgba(212, 175, 55, 0.35);
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}







/* ========= pfl-solutions section  css start ============== */
.pfl-solutions {
  padding: 94px 0 92px;
  background: #eeebe2;
  color: #0B1B3A;
  font-family: "IBM Plex Sans", sans-serif;
}

.pfl-solutions-head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.pfl-solutions-head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.pfl-solutions-head h2 {
  margin: 0;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.18;
}

.pfl-solutions-head i {
  display: block;
  width: 64px;
  height: 1px;
  margin: 28px auto 0;
  background: #D4AF37;
}

.pfl-solutions-grid {
  max-width: 1230px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pfl-solution-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #dcd7c9;
  border-radius: 7px;
  transition: all 0.35s ease;
}

.pfl-solution-card:hover {
  transform: translateY(-5px);
  border-color: #D4AF37;
  box-shadow: 0 24px 45px rgba(11, 27, 58, 0.13);
}

.pfl-solution-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #D4AF37;
  background: #0B1B3A;
  border-radius: 6px;
  font-size: 20px;
}

.pfl-solution-card h3 {
  margin: 0 0 16px;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

.pfl-solution-card p {
  margin: 0 0 24px;
  color: #344664;
  font-size: 15px;
  line-height: 1.6;
}

.pfl-solution-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.pfl-solution-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #344664;
  font-size: 14px;
}

.pfl-solution-card li i {
  color: #D4AF37;
  font-size: 12px;
}

.pfl-solution-card a {
  margin-top: auto;
  color: #0B1B3A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pfl-solution-card a i {
  margin-left: 8px;
  font-size: 12px;
}

.pfl-solution-card:hover a {
  color: #D4AF37;
}








/* ========= pfl-stats section  css start ============== */
.pfl-stats {
  padding: 54px 0 58px;
  background: #0b1b3a;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}

.pfl-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 40px;
  text-align: center;
}

.pfl-stat-item h3 {
  margin: 0 0 8px;
  color: #D4AF37;
  font-family: "Libre Baskerville", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.pfl-stat-item p {
  margin: 0;
  color:#ffffffb8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}








/* ========= pfl-presence-map section  css start ============== */

.pfl-presence {
  padding: 80px 0 90px;
  background: #fcfaf1;
  color: #0B1B3A;
  font-family: "IBM Plex Sans", sans-serif;
}

.pfl-presence-head {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.pfl-presence-head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.pfl-presence-head h2 {
  margin: 0;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.18;
}

.pfl-presence-head i {
  display: block;
  width: 58px;
  height: 1px;
  margin: 24px auto 18px;
  background: #D4AF37;
}

.pfl-presence-head p {
  max-width: 630px;
  margin: 0 auto;
  color: #344664;
  font-size: 15px;
  line-height: 1.6;
}

.pfl-presence-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 36px;
}

.pfl-map-card {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #dcd7c9;
  border-radius: 6px;
}

.pfl-map-card img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  display: block;
}

.pfl-map-card span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 13px;
  color: #0B1B3A;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.pfl-branch-card {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #dcd7c9;
  border-radius: 7px;
}

.pfl-branch-card label {
  display: block;
  margin-bottom: 9px;
  color: #344664;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pfl-branch-card select {
  width: 100%;
  height: 38px;
  padding: 0 14px;
  color: #0B1B3A;
  background: #fcfaf1;
  border: 1px solid #dcd7c9;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}

.pfl-office-box {
  margin-top: 28px;
  padding: 24px 22px;
  background: #eeebe2;
  border-radius: 5px;
}

.pfl-office-box h3 {
  margin: 0 0 18px;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.pfl-office-box p {
  display: flex;
  gap: 12px;
  margin: 0 0 13px;
  color: #344664;
  font-size: 13px;
  line-height: 1.5;
}

.pfl-office-box p:last-child {
  margin-bottom: 0;
}

.pfl-office-box i {
  margin-top: 3px;
  color: #D4AF37;
}









/* ========= pfl-calculator section  css start ============== */

.pfl-calculator {
	padding: 90px 0;
	background: #eeebe2;
	color: #0B1B3A;
	font-family: "IBM Plex Sans", sans-serif
}

.pfl-calc-head {
	text-align: center;
	margin-bottom: 34px
}

.pfl-calc-head span {
	color: #D4AF37;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase
}

.pfl-calc-head h2 {
	margin: 16px 0 22px;
	font-family: "Libre Baskerville", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.15
}

.pfl-calc-head i {
	display: block;
	width: 64px;
	height: 1px;
	margin: auto;
	background: #D4AF37
}

.pfl-calc-tabs {
	width: max-content;
	max-width: 100%;
	display: flex;
	gap: 6px;
	margin: 0 auto 42px;
	padding: 5px;
	background: #fff;
	border: 1px solid #dcd7c9;
	border-radius: 999px
}

.pfl-calc-tabs button {
	border: 0;
	background: transparent;
	color: #0b1b3ac4;
	padding: 10px 22px;
	border-radius: 999px;
	font-weight: 500;
  font-size: 13px;
}

.pfl-calc-tabs button.active {
	background: #0B1B3A;
	color: #fff
}

.pfl-calc-box {
	max-width: 1100px;
	margin: auto;
	padding: 48px;
	background: #fff;
	border: 1px solid #dcd7c9;
	border-radius: 7px
}

.pfl-calc-panel {
	display: none
}

.pfl-calc-panel.active {
	display: block
}

.pfl-calc-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 42px;
	align-items: center
}

.pfl-calc-controls {
	display: grid;
	gap: 42px
}

.pfl-range-row {
	display: grid;
	grid-template-columns: 1fr 170px;
	gap: 28px;
	align-items: start
}

.pfl-range-row label {
	display: block;
	margin-bottom: 18px;
	color: #0b1b3a;
	font-size: 14px;
	font-weight: 500
}

.pfl-range-row strong {
	font-family: "Libre Baskerville", serif;
	font-size: 22px;
	font-weight: 400;
	text-align: right
}

.pfl-range-row input[type=range] {
	width: 100%;
	accent-color: #0d7df2
}

.pfl-result-card {
	min-height: 256px;
	padding: 32px;
	background: #0B1B3A;
	border-radius: 7px;
	color: #fff
}
.pfl-result-card .yelo{
color: #D4AF37 !important;
}

.pfl-result-card span,
.pfl-result-card small {
	display: block;
	color: #fcfaf191;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase
}

.pfl-result-card h3 {
	margin: 8px 0 22px;
	color: #D4AF37;
	font-family: "Libre Baskerville", serif;
	font-size: 52px;
	font-weight: 400
}

.pfl-result-card p {
	max-width: 440px;
	margin: 0 0 26px;
	color: #fcfaf1a6;
	font-size: 15px;
	line-height: 1.55
}

.pfl-result-card hr {
	margin: 24px 0;
    border-color: rgb(255 255 255 / 46%);
}

.pfl-result-mini,
.pfl-score-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

.pfl-score-row {
	grid-template-columns: repeat(3, 1fr)
}

.pfl-result-card strong {
	display: block;
	margin-top: 6px;
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-size: 25px;
	font-weight: 400
}

.pfl-credit-form {
	display: grid;
	gap: 14px
}

.pfl-credit-form label {
	font-size: 14px;
	font-weight: 500;
  color:#0b1b3a;
}

.pfl-credit-form input[type=text],
.pfl-credit-form input[type=tel] {
	height: 42px;
	padding: 0 14px;
	border: 1px solid #dcd7c9;
	border-radius: 5px;
	background: #fcfaf1
}

.pfl-check {
	display: flex;
	gap: 9px;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.5
}

.pfl-credit-form button {
	height: 44px;
	border: 0;
	border-radius: 5px;
	background: rgba(212, 175, 55, .45);
	color: #7d7d7d;
	font-weight: 700
}
.pfl-score-row  .sub-tt{
font-size: 15px;
}
.pfl-score-row  .sub-ttt{
font-size: 15px;
color:#D4AF37;
}








/* ========= pfl-cta section  css start ============== */
.pfl-cta {
  padding: 72px 0;
  background: #D4AF37;
  color: #0B1B3A;
  font-family: "IBM Plex Sans", sans-serif;
}

.pfl-cta-wrap {
  max-width: 1040px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.pfl-cta-content h2 {
  margin: 0 0 14px;
  color: #0B1B3A;
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.pfl-cta-content p {
  margin: 0;
  color: #0B1B3A;
  font-size: 16px;
  line-height: 1.5;
}

.pfl-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.pfl-cta-primary,
.pfl-cta-outline {
  min-width: 132px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pfl-cta-primary {
  color: #ffffff;
  background: #0B1B3A;
  border: 1px solid #0B1B3A;
}

.pfl-cta-primary:hover {
  color: #ffffff;
  background: #0B1B3A;
}

.pfl-cta-outline {
  color: #0B1B3A;
  background: transparent;
  border: 1px solid #0B1B3A;
}

.pfl-cta-outline:hover {
  color: #ffffff;
  background: #0B1B3A;
}







/* ========= pfl-footer section  css start ============== */
.pfl-footer {
  background: #0b1b3a;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}



.pfl-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 72px 0 58px;
}

.pfl-footer-logo img {
  width: 165px;
  height: auto;
  display: block;
}

.pfl-footer-social {
  display: flex;
  gap: 12px;
}

.pfl-footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pfl-footer-social a:hover {
  color: #D4AF37;
  border-color: #D4AF37;
}

.pfl-footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.pfl-footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1.25fr;
  gap: 58px;
  padding: 46px 0 48px;
}

.pfl-footer-col h3 {
  margin: 0 0 20px;
  color: #D4AF37;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  
}

.pfl-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pfl-footer-col li {
  margin-bottom: 6px;
}

.pfl-footer-col a {
  color: #ffffffb8;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pfl-footer-col a:hover {
  color: #D4AF37;
}

.pfl-footer-contact p {
  display: flex;
  gap: 12px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}
.pfl-footer-contact p  span{
  color:#ffffffb8;
}
.pfl-footer-contact p  strong{
  color:#fff;
  font-weight: 500;
}
.pfl-footer-contact i {
  min-width: 16px;
  margin-top: 3px;
  color: #D4AF37;
}

.pfl-footer-contact strong {
  font-weight: 700;
}

.pfl-footer-cin {
  padding: 22px 0 60px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 13px;
}

.pfl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.pfl-footer-bottom .container {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pfl-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}





/* ========= PFL About Us Page start ============== */
/* ----- about sec start css ---- */
.about-page-mid {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2937;
  background: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}

.about-page-mid h1,
.about-page-mid h2,
.about-page-mid h3 {
  color: #0b1b3a;
  font-family: "Libre Baskerville", serif;
}

/* Section 1: About intro text */
.about-intro-section {
  width: 100%;
  padding: 86px 0 72px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.94)),
    repeating-linear-gradient(170deg, rgba(220, 215, 200, 0.34) 0 1px, transparent 1px 18px);
}

.about-kicker {
  color: #d4af37;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-page-section .about-intro-section h1 {
  margin-bottom: 28px;
  color: #0b1b3a;
  font-size: 50px !important;
      font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  
}

.about-intro-section p {
  max-width: 1180px;
  color: #4a556b;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
}

/* Section 2: About promise cards */
.about-promise-section {
  width: 100%;
  padding: 72px 0;
  background: #fcfaf1;
}

.about-promise-card {
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dcd7c8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 27, 58, 0.06);
}

.about-promise-card span {
  display: block;
  color: rgba(212, 175, 55, 0.48);
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 22px;
}

.about-promise-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.about-promise-card p {
  color: #4a556b;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.about-promise-dark {
  background: #0b1b3a;
  border-color: #0b1b3a;
}

.about-promise-dark h3 {
  color: #ffffff;
}

.about-promise-dark p {
  color: rgba(255, 255, 255, 0.78);
}


/*==============================
Breadcrumb
==============================*/

.pcf-breadcrumb{
    margin:20px 0px; 
}

.pcf-breadcrumb .breadcrumb-list{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.pcf-breadcrumb .breadcrumb-list li{
    display:flex;
    align-items:center;
    color:rgba(255,255,255,.75);
    font-size:15px;
    font-weight:500;
}

.pcf-breadcrumb .breadcrumb-list li:not(:last-child)::after{
    content:"/";
    margin-left:8px;
    color:rgba(255,255,255,.45);
}

.pcf-breadcrumb .breadcrumb-list li a{
    color:#ffffff;
    text-decoration:none;
    transition:all .3s ease;
    font-weight: 400;
    font-size: 13px;
}

.pcf-breadcrumb .breadcrumb-list li a:hover{
    color:#D4AF37;
}

.pcf-breadcrumb .breadcrumb-list li[aria-current="page"]{
    color:#D4AF37;
    font-weight:400;
     font-size: 13px;
}

@media (max-width:576px){

    .pcf-breadcrumb .breadcrumb-list{
        gap:6px;
    }

    .pcf-breadcrumb .breadcrumb-list li{
        font-size:13px;
    }

    .pcf-breadcrumb .breadcrumb-list li:not(:last-child)::after{
        margin-left:6px;
    }

}


/* ----- about sec  Values, Vision & Mission start css ---- */
/* Common page style */
.link-back{
  color: #fff;
}
.pcf-page-mid {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2937;
  background: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}

.pcf-page-mid h1,
.pcf-page-mid h2,
.pcf-page-mid h3,
.pcf-page-mid h4 {
  color: #0b1b3a;
  font-family: "Libre Baskerville", serif;
}

.pcf-kicker {
  color: #d4af37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pcf-lead {
  /* color: #fcfaf1c7 !important; */
color:#4a556b;
  font-size: 16px;
  line-height:25px;
}

/* Section 1: Hero banner */
.pcf-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 82px 0 72px;
background-color: #0B1B3A;
}


.pcf-hero .container {
  position: relative;
  z-index: 1;
}

.pcf-hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: 50px !important;
  line-height: 55px !important;
  font-weight: 400 !important;
}

.pcf-ss{
  padding: 40px 0px;
  background-color: #fcfaf140;
}

.pcf-ss h1{
      margin-bottom: 28px;
    color: #0b1b3a;
    font-size: 45px !important;
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    line-height: 1.15;
}

.pcf-ss .pps{
    max-width: 1180px;
    color: #4a556b;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 20px;
}

/* Section 2: Three principles */
.pcf-section {
  width: 100%;
  padding: 82px 0;
  background-color: #fcfaf1;
}

.pcf-section-white {
  background: #fff !important;
}

.pcf-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #dcd7c8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 27, 58, 0.06);
}

.pcf-number {
  color: rgba(212, 175, 55, 0.42);
  font-family: "Libre Baskerville", serif;
  font-size: 54px;
  line-height: 1;
}

.pcf-iconbox {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  background: #0b1b3a;
  color: #d4af37;
  border-radius: 6px;
  font-weight: 800;
}

/* Section 3: Statistics band */
.pcf-stat-band {
  width: 100%;
  background: #0b1b3a;
  color: #ffffff;
  padding: 34px 0;
}

.pcf-stat {
  text-align: center;
}

.pcf-stat strong {
  display: block;
  color: #d4af37;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.pcf-stat span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Section 4: Values, Vision and Mission cards */


.pcf-check-list li {
  position: relative;
  color: #4a556b;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 24px;
  margin-top: 10px;
}

.pcf-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid #d4af37;
  border-radius: 50%;
}

.pcf-dark-card {
  background: #0b1b3a;
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.08);
}

.pcf-dark-card h2,
.pcf-dark-card h3,
.pcf-dark-card h4 {
  color: #ffffff;
}

.pcf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #0b1b3a;
  background: #0b1b3a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pcf-btn:hover {
  background: #d4af37;
  border-color: #d4af37;
  color: #0b1b3a;
  transform: translateY(-2px);
}


/* ----- about sec   Management Team start css ---- */
.pcf-team-card {
  position: relative;
  overflow: hidden;
}

.pcf-team-photo {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  background: #eeebe2;
      border-radius: 0px 0px 9px 0px
}

.pcf-team-content {
  padding: 28px;
}

.pcf-role {
  color: #d4af37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Section 3: Leadership approach */
.pcf-soft-panel {
  background: #fcfaf1;
  border: 1px solid #dcd7c8;
  border-radius: 8px;
  padding: 30px;
}

.pcf-timeline {
  border-left: 2px solid rgba(212, 175, 55, 0.36);
  padding-left: 26px;
}

.pcf-timeline-item {
  position: relative;
  padding-bottom: 24px;
}

.pcf-timeline-item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #d4af37;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}


/* ----- about sec   Growth Partners page start css ---- */
.pcf-kicker h2{
  font-weight: 400;
  font-size: 35px !important;
}

.pcf-partner-card {
  display: grid;
  align-content: space-between;
  min-height: 230px;
  padding: 26px;
  text-align: center;
}

.pcf-partner-logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  border-bottom: 1px solid #dcd7c8;
}

.pcf-partner-logo img {
  max-width: 160px;
  max-height: 92px;
  object-fit: contain;
}

/* Section 3: Partner benefits */


.pcf-dark-card {
  background: #0b1b3a;
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.08);
}

.pcf-dark-card h2,
.pcf-dark-card h3,
.pcf-dark-card h4 {
  color: #ffffff;
}

/* ========= PFL About Us Page End ============== */






/* ========= PFL About Us Page End ============== */
.pfl-loan-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fcfaf1;
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.pfl-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pfl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #d4af37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pfl-eyebrow::before {
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
}
.pfl-t{
  padding: 0px !important;
}
.pfl-heading {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size:38px;
  line-height: 1.08;
  font-weight: 400;
}

.pfl-copy {
  margin: 18px 0 0;
  color: #4a556b;
  font-size: 16px;
  line-height: 1.8;
}

.pfl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pfl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(11, 27, 58, 0.16);
}

.pfl-btn-gold {
  background: #d4af37;
  color: #0b1b3a;
}

.pfl-btn-navy {
  background: #0b1b3a;
  color: #ffffff;
}

.pfl-btn-outline {
  border-color: rgba(11, 27, 58, 0.22);
  background: transparent;
  color: #0b1b3a;
}

.pfl-personal-hero .pfl-btn-outline {
  border-color: rgba(252, 250, 241, 0.38);
  color: #fcfaf1;
}

.pfl-personal-hero {
  padding: 64px 0 72px;
background-color: #ffffff;
}
.heading-c{
  color:#fff !important;
}
.pfl-breadcrumb {
  margin: 0 0 72px;
}




.breadcrumb-list a:hover {
  color: #d4af37;
}

.pfl-personal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.pfl-personal-hero .pfl-heading,
.pfl-personal-hero .pfl-copy {
  color: #0b1b3a;
}

.pfl-personal-hero .pfl-copy {
  max-width: 610px;
  color:#243653
}

.pfl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pfl-loan-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  background: rgba(252, 250, 241, 0.06);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}

.pfl-loan-panel::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  content: "";
  pointer-events: none;
}

.pfl-loan-panel-title {
  position: relative;
  margin: 0 0 22px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
}

.pfl-feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pfl-feature-card {
  min-height: 112px;
  padding: 18px;
  background: #fcfaf1;
}

.pfl-feature-card span {
  display: block;
  margin-bottom: 10px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pfl-feature-card strong {
  display: block;
  color: #0b1b3a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.pfl-detail-section {
  padding: 72px 0;
  background: #fcfaf1;
}

.pfl-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 54px;
  align-items: start;
}

.pfl-section-title {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
}

.pfl-detail-grid {
  display: grid;
  gap: 14px;
}

.pfl-detail-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(11, 27, 58, 0.05);
}

.pfl-detail-card small {
  color: #d4af37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pfl-detail-card strong {
  display: block;
  margin-top: 5px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
}

.pfl-detail-number {
  color: rgba(212, 175, 55, 0.35);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 42px;
}

.pfl-form-section {
  /* min-height: 100vh; */
  padding: 58px 0 70px;
  background:
    linear-gradient(180deg, rgba(252, 250, 241, 0.96), rgba(238, 232, 226, 0.92)),
    #fcfaf1;
}

.pfl-form-shell {
  overflow: hidden;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 27, 58, 0.1);
      border-radius: 20px;
}

.pfl-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  background: #0b1b3a;
  color: #fcfaf1;
}

.pfl-form-title {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}

.pfl-form-subtitle {
  margin: 8px 0 0;
  color: rgba(252, 250, 241, 0.72);
  font-size: 14px;
}

.pfl-application-form {
  padding: 32px;
}

.pfl-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 22px;
}

.pfl-form-field {
  min-width: 0;
}

.pfl-form-field-wide {
  grid-column: span 3;
}

.pfl-label {
  display: block;
  margin: 0 0 8px;
  color: #0b1b3a;
  font-size: 13px;
  font-weight: 500;
}

.pfl-required {
  color: #c24130;
}

.pfl-control {
  width: 100%;
  height: 46px;
  border: 1px solid #dcd7c8;
  border-radius: 2px;
  background: #fffdf8;
  color: #1f2937;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pfl-control:focus {
  border-color: #d4af37;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.pfl-control::placeholder {
  color: #8a8f9b;
}

.pfl-consent-box {
  max-height: 190px;
  margin: 26px 32px 0;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #dcd7c8;
  background: #fcfaf1;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.75;
}

.pfl-consent-box p {
  margin: 0 0 10px;
}

.pfl-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 32px 0;
  color: #4a556b;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.pfl-consent-check input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  accent-color: #d4af37;
}

.pfl-form-actions {
  display: flex;
  justify-content: center;
  padding: 26px 32px 34px;
}

.pfl-track-wrap {
  width: min(900px, 100%);
  margin: 0 auto;
}

.pfl-track-form {
  padding: 32px;
}

.pfl-track-grid {
  display: grid;
  gap: 20px;
}

.pfl-track-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

@media (max-width: 960px) {
  .pfl-personal-layout,
  .pfl-detail-layout {
    grid-template-columns: 1fr;
  }

  .pfl-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfl-form-field-wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .pfl-container {
    width: min(100% - 28px, 1120px);
  }

  .pfl-personal-hero,
  .pfl-detail-section,
  .pfl-form-section {
    padding: 44px 0;
  }

  .pfl-breadcrumb {
    margin-bottom: 42px;
  }

  .pfl-hero-actions,
  .pfl-form-header,
  .pfl-track-actions,
  .pfl-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pfl-btn {
    width: 100%;
  }

  .pfl-feature-grid,
  .pfl-form-grid {
    grid-template-columns: 1fr;
  }

  .pfl-loan-panel,
  .pfl-application-form,
  .pfl-track-form {
    padding: 22px;
  }

  .pfl-form-header {
    padding: 24px 22px;
  }

  .pfl-consent-box,
  .pfl-consent-check {
    margin-left: 22px;
    margin-right: 22px;
  }

  .pfl-form-actions {
    padding-left: 22px;
    padding-right: 22px;
  }
}





.pfl-1{
  margin: 0;
    color: #0b1b3a;
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(32px, 4.4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
}
.pfl-1p{
  color: #4a556b;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}





























































.pfl-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pcf-page-mid,
.pcf-hero {
  width: 100%;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.pcf-hero {
  min-height: 120px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(11, 27, 58, 0.98), rgba(29, 46, 76, 0.98)),
    #0b1b3a;
}

.pcf-hero .container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pcf-breadcrumb {
  margin: 0;
}



.breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}



.breadcrumb-list a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-list a:hover {
  color: #d4af37;
}




.pfl-heading {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}

.pfl-copy {
  margin: 18px 0 0;
  color: #4a556b;
  font-size: 16px;
  line-height: 1.8;
}



.pfl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(11, 27, 58, 0.16);
}



.pfl-btn-navy {
  background: #0b1b3a;
  color: #ffffff;
}



.pfl-personal-hero .pfl-btn-outline {
  border-color: rgba(11, 27, 58, 0.22);
  color: #0b1b3a;
}

















.pfl-feature-card strong {
  overflow-wrap: anywhere;
}

.pfl-detail-section {
  padding: 72px 0;
  background: #fcfaf1;
}

.pfl-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 54px;
  align-items: start;
}

.pfl-section-title {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
}

.pfl-detail-grid {
  display: grid;
  gap: 14px;
}

.pfl-detail-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(11, 27, 58, 0.05);
}

.pfl-detail-card small {
  color: #d4af37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pfl-detail-card strong {
  display: block;
  margin-top: 5px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
}

.pfl-detail-number {
  color: rgba(212, 175, 55, 0.35);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 42px;
}

.pfl-form-section {
  min-height: 100vh;
  padding: 58px 0 70px;
  background:
    linear-gradient(180deg, rgba(252, 250, 241, 0.96), rgba(238, 232, 226, 0.92)),
    #fcfaf1;
}

.pfl-form-shell {
  overflow: hidden;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 27, 58, 0.1);
}

.pfl-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  background: #0b1b3a;
  color: #fcfaf1;
}

.pfl-form-title {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}

.pfl-form-subtitle {
  margin: 8px 0 0;
  color: rgba(252, 250, 241, 0.72);
  font-size: 14px;
}

.pfl-application-form {
  padding: 32px;
}

.pfl-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 22px;
}

.pfl-form-field {
  min-width: 0;
}

.pfl-form-field-wide {
  grid-column: span 3;
}

.pfl-label {
  display: block;
  margin: 0 0 8px;
  color: #0b1b3a;
  font-size: 13px;
  font-weight: 700;
}

.pfl-required {
  color: #c24130;
}

.pfl-control {
  width: 100%;
  height: 46px;
  border: 1px solid #dcd7c8;
  border-radius: 2px;
  background: #fffdf8;
  color: #1f2937;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pfl-control:focus {
  border-color: #d4af37;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.pfl-control::placeholder {
  color: #8a8f9b;
}

.pfl-consent-box {
  max-height: 190px;
  margin: 26px 32px 0;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #dcd7c8;
  background: #fcfaf1;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.75;
}

.pfl-consent-box p {
  margin: 0 0 10px;
}

.pfl-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 32px 0;
  color: #4a556b;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.pfl-consent-check input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  accent-color: #d4af37;
}

.pfl-form-actions {
  display: flex;
  justify-content: center;
  padding: 26px 32px 34px;
}

.pfl-track-wrap {
  width: min(900px, 100%);
  margin: 0 auto;
}

.pfl-track-form {
  padding: 32px;
}

.pfl-track-grid {
  display: grid;
  gap: 20px;
}

.pfl-track-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

@media (max-width: 960px) {
  .pfl-personal-layout,
  .pfl-detail-layout {
    grid-template-columns: 1fr;
  }

  .pfl-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfl-form-field-wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .pfl-container {
    width: min(100% - 28px, 1120px);
  }

  .pfl-personal-hero,
  .pfl-detail-section,
  .pfl-form-section {
    padding: 44px 0;
  }

  .pcf-hero {
    min-height: 70px !important;
    padding: 0px !important;
  }

  .pfl-hero-actions,
  .pfl-form-header,
  .pfl-track-actions,
  .pfl-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pfl-btn {
    width: 100%;
  }

  .pfl-feature-grid,
  .pfl-form-grid {
    grid-template-columns: 1fr;
  }

  .pfl-loan-panel,
  .pfl-application-form,
  .pfl-track-form {
    padding: 22px;
  }

  .pfl-form-header {
    padding: 24px 22px;
  }

  .pfl-consent-box,
  .pfl-consent-check {
    margin-left: 22px;
    margin-right: 22px;
  }

  .pfl-form-actions {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.career-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fcfaf1;
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.career-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.career-hero {
  padding: 70px 0;
  background: #ffffff;
}

.career-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.career-title {
  max-width: 780px;
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.12;
}

.career-copy {
  max-width: 760px;
  margin: 20px 0 0;
  color: #4a556b;
  font-size: 17px;
  line-height: 1.8;
}

.career-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.career-note {
  padding: 34px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: #fcfaf1;
  box-shadow: 0 24px 60px rgba(11, 27, 58, 0.08);
}

.career-note span,
.job-summary-grid span {
  display: block;
  margin-bottom: 10px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.career-note strong {
  display: block;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.career-note p {
  margin: 16px 0 0;
  color: #4a556b;
  line-height: 1.75;
}

.career-section {
  padding: 68px 0;
}

.career-section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.career-section-heading h2,
.career-opening-card h2,
.job-content-card h2 {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}

.career-section-heading p,
.career-opening-card p {
  color: #4a556b;
  line-height: 1.75;
}

.career-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.career-value-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(11, 27, 58, 0.06);
}

.career-value-card span {
  color: rgba(212, 175, 55, 0.55);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 38px;
}

.career-value-card h3 {
  margin: 18px 0 10px;
  color: #0b1b3a;
  font-size: 23px;
}

.career-value-card p {
  margin: 0;
  color: #4a556b;
  line-height: 1.75;
}

.career-openings-section {
  background: #eee8e2;
}

.career-opening-card,
.job-content-card,
.career-form-card {
  padding: 34px;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 27, 58, 0.08);
}

.career-opening-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: end;
}

.career-opening-form label {
  display: block;
  margin-bottom: 10px;
  color: #0b1b3a;
  font-size: 13px;
  font-weight: 700;
}

.career-opening-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}

.career-opening-row select,
.career-field input,
.career-field select,
.career-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dcd7c8;
  border-radius: 2px;
  background: #fffdf8;
  color: #1f2937;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.career-field textarea {
  resize: vertical;
}

.career-opening-row select:focus,
.career-field input:focus,
.career-field select:focus,
.career-field textarea:focus {
  border-color: #d4af37;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.job-detail-hero {
  padding: 66px 0 42px;
  background: #ffffff;
  text-align: center;
}

.job-detail-hero .career-title,
.job-detail-hero .career-copy {
  margin-left: auto;
  margin-right: auto;
}

.job-detail-hero .pfl-btn {
  margin-top: 28px;
}

.job-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #dcd7c8;
}

.job-summary-grid strong {
  color: #0b1b3a;
  font-size: 17px;
}

.job-content-card {
  display: grid;
  gap: 30px;
}

.job-content-card h2 {
  position: relative;
  padding-left: 18px;
  font-size: 30px;
}

.job-content-card h2::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 30px;
  background: #d4af37;
  content: "";
}

.job-content-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #4a556b;
  line-height: 1.9;
}

.job-content-card p {
  color: #4a556b;
  line-height: 1.8;
}

.career-form-section {
  background: #ffffff;
}

.career-form-card .career-section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.career-apply-form {
  margin-top: 28px;
}

.career-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.career-form-grid.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-field {
  min-width: 0;
}

.career-field-wide {
  grid-column: 1 / -1;
}

.career-field label {
  display: block;
  margin-bottom: 8px;
  color: #0b1b3a;
  font-size: 13px;
  font-weight: 700;
}

.career-field small {
  display: block;
  margin-top: 7px;
  color: #4a556b;
  font-size: 12px;
}

.career-split-field > div,
.career-money-field > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.career-money-field > div {
  grid-template-columns: minmax(0, 1fr) 120px;
}

.document-upload-area {
  margin: 34px 0 24px;
  padding-top: 28px;
  border-top: 1px solid #dcd7c8;
}

.document-upload-area h3 {
  margin: 0 0 20px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
}

.document-upload-area h3 span {
  color: #d4af37;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.career-form-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.career-cancel-btn {
  background: #6b7280;
  color: #ffffff;
}

@media (max-width: 960px) {
  .career-hero-grid,
  .career-opening-card {
    grid-template-columns: 1fr;
  }

  .career-value-grid,
  .job-summary-grid,
  .career-form-grid.three-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .career-container {
    width: min(100% - 28px, 1120px);
  }

  .career-hero,
  .career-section,
  .job-detail-hero {
    padding: 44px 0;
  }

  .career-value-grid,
  .job-summary-grid,
  .career-form-grid,
  .career-form-grid.three-col,
  .career-opening-row {
    grid-template-columns: 1fr;
  }

  .career-opening-card,
  .job-content-card,
  .career-form-card,
  .career-note {
    padding: 22px;
  }

  .career-actions,
  .career-form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}




































/*-============== corporate & registered office css===================== */

.office-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fcfaf1;
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}
.office-layout > *,
.office-card,
.office-info-item {
  min-width: 0;
}

.office-copy,
.office-info-item p {
  overflow-wrap: anywhere;
}

.office-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.office-hero {
  padding: 68px 0 76px;
  background: #ffffff;
}

.office-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.office-kicker {
  margin: 0 0 18px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.office-title {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 1.12;
}

.office-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4a556b;
  font-size: 17px;
  line-height: 1.8;
}

.office-card {
  padding: 34px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(11, 27, 58, 0.08);
}

.office-card h2 {
  margin: 0 0 22px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  line-height: 1.25;
}

.office-info-list {
  display: grid;
  gap: 18px;
}

.office-info-item {
  padding: 18px;
  background: #fcfaf1;
  border: 1px solid #eee8e2;
}

.office-info-item span {
  display: block;
  margin-bottom: 8px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.office-info-item strong,
.office-info-item a {
  color: #0b1b3a;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
}
.office-info-item a {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.office-info-item p {
  margin: 0;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.7;
}
.office-email-link {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.office-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.office-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  background: #d4af37;
  color: #0b1b3a;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.office-btn-outline {
  border-color: rgba(11, 27, 58, 0.2);
  background: transparent;
}

.office-support-section {
  padding: 72px 0;
  background: #eee8e2;
}

.office-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.office-support-card {
  min-height: 190px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #dcd7c8;
}

.office-support-card span {
  color: rgba(212, 175, 55, 0.45);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.office-support-card h3 {
  margin: 18px 0 10px;
  color: #0b1b3a;
  font-size: 22px;
}

.office-support-card p {
  margin: 0;
  color: #4a556b;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .office-layout,
  .office-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .office-container {
    width: 100%;
    max-width: 100%;
  }

  .office-hero,
  .office-support-section {
    padding: 46px 16px;
  }

  .office-card,
  .office-support-card {
    padding: 22px;
  }
  .office-title {
    font-size: clamp(34px, 11vw, 42px);
    line-height: 1.08;
  }
  .office-actions {
    flex-direction: column;
  }
   .office-copy {
    font-size: 16px;
    line-height: 1.9;
  }
 .office-card h2 {
    font-size: 32px;
  }
.office-info-item {
    padding: 16px;
  }

  .office-btn {
    width: 100%;
  }
   .office-page {
    width: 100%;
  }
}



/* ==================== signin page css  =========================== */
.signin-page {
  width: 100%;
  /* min-height: 100vh; */
  padding: 70px 16px;
  /* background:
    linear-gradient(180deg, rgba(252, 250, 241, 0.94), rgba(238, 232, 226, 0.88)),
    #fcfaf1; */
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  overflow-x: hidden;
}

.signin-wrap {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  overflow: hidden;
  border: 1px solid #dcd7c8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(11, 27, 58, 0.12);
}

.signin-info {
  padding: 44px;
  background:
    radial-gradient(circle at 82% 14%, rgba(212, 175, 55, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(11, 27, 58, 0.98), rgba(29, 46, 76, 0.98)),
    #0b1b3a;
  color: #fcfaf1;
}

.signin-kicker {
  margin: 0 0 18px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.signin-info h1 {
  margin: 0;
  color: #fcfaf1;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.14;
}

.signin-info p {
  margin: 22px 0 0;
  color: rgba(252, 250, 241, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.signin-points {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.signin-points li {
  padding-left: 18px;
  position: relative;
  color: rgba(252, 250, 241, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

.signin-points li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #d4af37;
  content: "";
}

.signin-card {
  padding: 44px;
  background: #ffffff;
}

.signin-card h2 {
  margin: 0 0 8px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
}

.signin-card > p {
  margin: 0 0 28px;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.65;
}

.signin-form {
  display: grid;
  gap: 18px;
}

.signin-field label {
  display: block;
  margin-bottom: 8px;
  color: #0b1b3a;
  font-size: 13px;
  font-weight: 700;
}

.signin-control {
  width: 100%;
  height: 48px;
  border: 1px solid #dcd7c8;
  border-radius: 2px;
  background: #fffdf8;
  color: #1f2937;
  padding: 11px 13px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.signin-control:focus {
  border-color: #d4af37;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.signin-password-box {
  position: relative;
}

.signin-password-box .signin-control {
  padding-right: 46px;
}

.signin-eye {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fcfaf1;
  color: #0b1b3a;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.signin-eye:hover,
.signin-eye:focus {
  background: #d4af37;
  color: #0b1b3a;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
  outline: none;
}

.signin-eye svg {
  display: block;
}

.signin-eye-closed {
  display: none !important;
}

.signin-eye[aria-pressed="true"] .signin-eye-open {
  display: none;
}

.signin-eye[aria-pressed="true"] .signin-eye-closed {
  display: block !important;
}

.signin-captcha-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.signin-captcha-box {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1b3a;
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.45);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  user-select: none;
}

.signin-refresh {
  border: 0;
  background: transparent;
  color: #0b1b3a;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.signin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.signin-btn {
  /* min-width: 150px;
  min-height: 44px; */
     border: 0;
    background: #d4af37;
    color: #0b1b3a;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
}

.signin-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.signin-links a {
  color: #0b1b3a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.signin-links a:hover {
  color: #d4af37;
}

@media (max-width: 860px) {
  .signin-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .signin-page {
    padding: 34px 12px;
  }

  .signin-info,
  .signin-card {
    padding: 26px 22px;
  }

  .signin-captcha-row,
  .signin-actions {
    grid-template-columns: 1fr;
  }

  .signin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .signin-btn {
    width: 100%;
  }

  .signin-links {
    justify-content: center;
  }
}















/* =================== referral-page css ================== */

.referral-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fcfaf1;
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.referral-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.referral-hero {
  padding: 72px 0;
  background: #ffffff;
}

.referral-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 56px;
  align-items: center;
}

.referral-kicker {
  margin: 0 0 18px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.referral-title {
  max-width: 760px;
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 700;
  line-height: 1.12;
}

.referral-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4a556b;
  font-size: 17px;
  line-height: 1.8;
}

.referral-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.referral-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  background: #d4af37;
  color: #0b1b3a;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
}

.referral-btn-outline {
  border-color: rgba(11, 27, 58, 0.22);
  background: transparent;
}

.referral-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(11, 27, 58, 0.08);
}

.referral-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  content: "";
  pointer-events: none;
}

.referral-card h2 {
  position: relative;
  margin: 0 0 24px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  line-height: 1.25;
}

.referral-stat-grid {
  position: relative;
  display: grid;
  gap: 14px;
}

.referral-stat {
  padding: 20px;
  background: #fcfaf1;
}

.referral-stat span {
  display: block;
  margin-bottom: 8px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.referral-stat strong {
  color: #0b1b3a;
  font-size: 20px;
  line-height: 1.35;
}

.referral-section {
  padding: 72px 0;
  background: #fcfaf1;
}

.referral-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.referral-section-head h2 {
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.2;
}

.referral-section-head p {
  margin: 18px 0 0;
  color: #4a556b;
  line-height: 1.75;
}

.referral-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.referral-step {
  min-height: 230px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #dcd7c8;
}

.referral-step span {
  color: rgba(212, 175, 55, 0.48);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.referral-step h3 {
  margin: 20px 0 12px;
  color: #0b1b3a;
  font-size: 23px;
}

.referral-step p {
  margin: 0;
  color: #4a556b;
  line-height: 1.7;
}

.referral-cta {
  padding: 54px 0;
  background: #0b1b3a;
  color: #ffffff;
}

.referral-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.referral-cta h2 {
  margin: 0;
  color: #fcfaf1;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
}

.referral-cta p {
  margin: 12px 0 0;
  color: rgba(252, 250, 241, 0.76);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .referral-hero-grid,
  .referral-step-grid {
    grid-template-columns: 1fr;
  }

  .referral-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .referral-container {
    width: min(100% - 28px, 1120px);
  }

  .referral-hero,
  .referral-section {
    padding: 46px 0;
  }

  .referral-card,
  .referral-step {
    padding: 22px;
  }

  .referral-actions {
    flex-direction: column;
  }

  .referral-btn {
    width: 100%;
  }
}







































.policy-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fcfaf1;
  color: #1f2937;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.policy-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.policy-hero {
  padding: 68px 0 58px;
  background: #ffffff;
}

.policy-kicker {
  margin: 0 0 16px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.policy-title {
  max-width: 860px;
  margin: 0;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size:45px;
  font-weight: 700;
  line-height: 1.12;
}

.policy-lead {
  max-width: 940px;
  margin: 22px 0 0;
  color: #4a556b;
  font-size: 17px;
  line-height: 1.8;
}

.policy-content {
  padding: 64px 0;
}

.policy-card {
  padding: 34px;
  border: 1px solid #dcd7c8;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(11, 27, 58, 0.07);
}

.policy-card + .policy-card {
  margin-top: 22px;
}

.policy-card h2 {
  margin: 0 0 18px;
  color: #0b1b3a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size:22px;
  line-height: 1.25;
}

.policy-card h3 {
  margin: 26px 0 10px;
  color: #0b1b3a;
  font-size: 19px;
  line-height: 1.4;
}

.policy-card p {
  margin: 0 0 14px;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.8;
}

.policy-card ul,
.policy-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #4a556b;
  font-size: 15px;
  line-height: 1.75;
}

.policy-table-wrap {
  overflow-x: auto;
  border: 1px solid #dcd7c8;
  background: #ffffff;
}

.policy-table {
  width: 100%;
  min-width: 820px;
  table-layout: fixed;
  border-collapse: collapse;
}

.policy-table th:nth-child(1),
.policy-table td:nth-child(1) {
  width: 7%;
}

.policy-table th:nth-child(2),
.policy-table td:nth-child(2) {
  width: 25%;
}

.policy-table th:nth-child(3),
.policy-table td:nth-child(3) {
  width: 68%;
}

.policy-table td {
  word-break: normal;
  overflow-wrap: anywhere;
}
.policy-table th,
.policy-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #eee8e2;
  color: #243653;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.65;
}

.policy-table th {
  background: #0b1b3a;
  color: #fcfaf1;
  font-weight: 700;
}

.policy-table tr:last-child td {
  border-bottom: 0;
}

.policy-table td:first-child {
  width: 70px;
  color: #d4af37;
  font-weight: 700;
}

.policy-note {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid #d4af37;
  background: #fcfaf1;
  color: #4a556b;
  line-height: 1.75;
}

.policy-contact-box {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: #fcfaf1;
  border: 1px solid #eee8e2;
}

.policy-contact-box a {
  color: #0b1b3a;
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .policy-container {
    width: min(100% - 28px, 1120px);
  }

  .policy-hero {
    padding: 46px 0;
  }

  .policy-content {
    padding: 42px 0;
  }
.policy-title{
  font-size: 29px;
}
  .policy-card {
    padding: 22px;
  }
}
