@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "Cambria-Font-For-Windows";
  src: url("../fonts/Cambria-Font-For-Windows.ttf");
}

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px !important ;
}
/* =============================header================================ */
a:hover {
  text-decoration: none !important;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}
nav .wrapper {
  position: relative;
  line-height: 95px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
}

.site-header {
  z-index: 9999;
  transition: all 0.4s ease;
  box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0 30px;
  position: sticky;
}

/* Fixed Header on Scroll */
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  animation: smoothScroll 0.4s ease;
}
.site-header.sticky .preheader {
  margin-bottom: 0;
  border-radius: 0;
}
.site-header.sticky {
  box-shadow: 0 0 10px 0 #ddd !important;
}

/* Optional Animation */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.pre-header-top {
  background: #01244e;
  padding: 10px 30px;
}

.preheader-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre-email {
  display: flex;
}

.pre-close {
  display: flex;
}

.pre-email ul {
  display: flex;
}

.pre-email ul li {
  padding-right: 10px;
}

.pre-close a {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.pre-close a:hover {
  color: #fff;
  text-decoration: none;
}

.pre-icon ul {
  float: right;
  margin: 0;
}

.pre-close {
  color: #fff;
  margin-right: 18px;
  align-items: center;
}

.pre-icon i {
  margin-left: 10px;
}

.pre-close i {
  padding-right: 8px;
}

.pre-close p {
  margin: 0;
  font-size: 14px;
}

.pre-icon ul li {
  float: left;
}

.pre-icon ul li i {
  color: #fff;
}

.wrapper .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.menu-btn i {
  color: #002053;
}

.nav-links li {
  list-style: none;
  padding: 0 0 0 90px;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "TASA Orbiter", sans-serif;
  position: relative;
  font-weight: 600;
  padding: 10px 0;
}

/* Left to Right Line Hover Effect */
.nav-links li a::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #f5c518;
  transition: width 0.4s ease;
}

.nav-links li a:hover::after {
  width: calc(100% - 44px);
}

.b26 {
  background: transparent;
  color: #4f46e5;
  border: 2px solid #4f46e5;
  overflow: hidden;
}

.b26::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #4f46e5;
  transition: height 0.3s ease;
  z-index: 0;
}

.b26:hover::before {
  height: 100%;
}

.b26 span {
  position: relative;
  z-index: 1;
}

.b26:hover {
  color: #fff;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #ffffff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;

  border-radius: 0px;
  font-size: 13px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffff;
    display: block;
    padding: 35px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 9999;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 0px 10px;
    padding: 0 0 0 0px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
}

.menu-btn {
  color: black;
}

/* ===========================header============================ */
.logo {
  width: 270px;
}

.logo img {
  width: 100%;
}

.b26::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0.2;
  transition: 0.3s;
}

.b26:hover::before {
  height: 100%;
}

.has-search {
  padding-left: 0;
  margin-top: 45px;
}

.has-search .form-control {
  display: block;
  width: 83%;
  height: 34px;
  padding: 6px 0;
  font-size: 14px;
  border: none;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #a7a7a7;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: none;
  font-family: system-ui;

  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 50px;
  right: 30px;
  background: url(../images/search.png) no-repeat 0 0;
  width: 26px;
  height: 25px;
  padding: 0;
  opacity: 0.6;
}

.view-all {
  margin: 33px auto;
  /* position: relative; */
  text-align: center;
  display: block;
  /* margin: 20px 0; */
  border: 2px solid #000;
  width: 12%;
  padding: 9px;
  font-size: 15px;
  font-family: system-ui;

  color: #000;
}

.input-group-btn .btn {
  background: #000;
  color: #fff;
  font-family: system-ui;
  font-weight: 500;
}

/* =======================carousel banner slider====================== */
/* =========================================================
   LOAN HERO SLIDER
   ========================================================= */

.loan-hero-slider {
  position: relative;
  width: 100%;
  min-height: 550px;
  overflow: hidden;
  background: #ffffff;
}

.loan-hero-slides-wrap {
  position: relative;
  width: 100%;
  min-height: 550px;
}

/* =========================================================
   SLIDES
   ========================================================= */

.loan-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 550px;
}

.loan-hero-slide-one {
  animation: loanSlideOne 15s ease-in-out infinite;
}

.loan-hero-slide-two {
  animation: loanSlideTwo 15s ease-in-out infinite;
}

.loan-hero-slide-three {
  animation: loanSlideThree 15s ease-in-out infinite;
}

/* =========================================================
   SLIDE ANIMATION
   ========================================================= */

@keyframes loanSlideOne {
  0%,
  2% {
    opacity: 0;
    z-index: 1;
  }

  5%,
  28% {
    opacity: 1;
    z-index: 3;
  }

  33%,
  100% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes loanSlideTwo {
  0%,
  33% {
    opacity: 0;
    z-index: 1;
  }

  36%,
  61% {
    opacity: 1;
    z-index: 3;
  }

  66%,
  100% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes loanSlideThree {
  0%,
  66% {
    opacity: 0;
    z-index: 1;
  }

  69%,
  94% {
    opacity: 1;
    z-index: 3;
  }

  98%,
  100% {
    opacity: 0;
    z-index: 1;
  }
}

/* =========================================================
   HERO ROW
   ========================================================= */

.loan-hero-row {
  min-height: 460px;
  height: 460px;
  margin: 0 !important;
}

/* =========================================================
   LEFT CONTENT
   ========================================================= */

.loan-hero-content-col {
  display: flex;
  align-items: center;
  padding: 30px 0px 48px 90px !important;
}

.loan-hero-text-wrap {
  max-width: 610px;
}

/* =========================================================
   HEADING
   ========================================================= */

.loan-hero-text-wrap h2 {
  font-family: "Playfair Display", serif;
  color: #01244e;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 6px;
  opacity: 0;
  animation: loanFadeUp 0.9s ease-out 0.3s forwards;
}

.loan-hero-text-wrap h3 {
  font-family: "Playfair Display", serif;
  color: #d19a1c;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 18px;

  opacity: 0;
  animation: loanFadeUp 0.9s ease-out 0.5s forwards;
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.loan-hero-description {
  color: #5c6577;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 480px;

  opacity: 0;
  animation: loanFadeUp 0.9s ease-out 0.7s forwards;
}

.loan-hero-description p {
  margin: 0;
}

/* =========================================================
   TEXT ANIMATION
   ========================================================= */

@keyframes loanFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   BUTTONS
   ========================================================= */

.loan-hero-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 44px;
  flex-wrap: wrap;

  opacity: 0;
  animation: loanFadeUp 0.9s ease-out 0.9s forwards;
}

.loan-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: #d19a1c;
  border: 2px solid #d19a1c;

  color: #ffffff;

  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;

  padding: 14px 32px;

  border-radius: 6px;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;

  box-shadow: 0 6px 14px rgba(209, 154, 28, 0.35);
}

.loan-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);

  box-shadow: 0 10px 20px rgba(209, 154, 28, 0.45);

  background-color: #b98416;

  color: #ffffff;
}

.loan-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  border: 2px solid #d19a1c;

  color: #01244e;

  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;

  padding: 14px 32px;

  border-radius: 6px;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.loan-btn-outline:hover {
  transform: translateY(-3px) scale(1.03);

  background-color: #fdf4e2;

  color: #01244e;

  box-shadow: 0 10px 18px rgba(22, 38, 79, 0.12);
}

/* =========================================================
   FEATURES
   ========================================================= */

.loan-hero-features {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: loanFadeUp 0.9s ease-out 1.1s forwards;
}

.loan-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loan-feature-icon {
  width: 28px;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease,
    color 0.4s ease;
}

.loan-feature-item:hover .loan-feature-icon {
  transform: rotate(360deg) scale(1.1);
}

.loan-feature-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.loan-feature-label {
  color: #01244e;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.loan-feature-label p {
  margin: 0;
}
.loan-hero-image-frame {
  width: 100%;
}
.loan-hero-image-frame img {
  width: 100%;
  margin-left: 15px;
}
/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {
  .loan-hero-text-wrap h2 {
    font-size: 42px;
  }

  .loan-hero-text-wrap h3 {
    font-size: 50px;
  }

  .loan-hero-content-col {
    padding-left: 45px !important;
    padding-right: 25px !important;
  }

  .loan-hero-features {
    gap: 20px;
  }

  .loan-feature-label {
    font-size: 13px;
  }

  .loan-hero-image-frame {
    width: 108%;
  }
}

/* =========================================================
   BELOW 992px
   ========================================================= */

@media (max-width: 991px) {
  .loan-hero-slider {
    min-height: 850px;
  }

  .loan-hero-slides-wrap {
    min-height: 850px;
  }

  .loan-hero-slide {
    min-height: 850px;
  }

  .loan-hero-row {
    height: auto;
    min-height: 850px;
  }

  .loan-hero-content-col {
    min-height: 390px;

    padding: 55px 40px 30px !important;

    justify-content: center;

    text-align: center;
  }

  .loan-hero-text-wrap {
    max-width: 700px;
    margin: 0 auto;
  }

  .loan-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .loan-hero-buttons {
    justify-content: center;
  }

  .loan-hero-features {
    justify-content: center;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .loan-hero-slider {
    min-height: 800px;
  }

  .loan-hero-slides-wrap {
    min-height: 800px;
  }

  .loan-hero-slide {
    min-height: 800px;
  }

  .loan-hero-row {
    min-height: 800px;

    display: flex;
    flex-direction: column;
  }

  .loan-hero-content-col {
    min-height: 390px;

    padding: 45px 25px 25px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
  }

  .loan-hero-text-wrap {
    width: 100%;
    max-width: 100%;
  }

  .loan-hero-text-wrap h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .loan-hero-text-wrap h3 {
    font-size: 42px;
    line-height: 1.15;

    margin-bottom: 15px;
  }

  .loan-hero-description {
    font-size: 15px;
    line-height: 1.55;

    max-width: 100%;

    margin-bottom: 25px;
  }

  .loan-hero-buttons {
    gap: 12px;
    margin-bottom: 30px;

    justify-content: center;
  }

  .loan-btn-primary,
  .loan-btn-outline {
    padding: 12px 22px;
    font-size: 12px;
  }

  .loan-hero-features {
    gap: 15px 20px;
    justify-content: center;
  }

  .loan-feature-item {
    gap: 7px;
  }

  .loan-feature-icon {
    width: 28px;
    min-width: 28px;
  }

  .loan-feature-label {
    font-size: 11px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .loan-hero-slider {
    min-height: 760px;
  }

  .loan-hero-slides-wrap {
    min-height: 760px;
  }

  .loan-hero-slide {
    min-height: 760px;
  }

  .loan-hero-row {
    min-height: 760px;
  }

  .loan-hero-content-col {
    min-height: 365px;

    padding: 35px 18px 20px !important;
  }

  .loan-hero-text-wrap h2 {
    font-size: 28px;
  }

  .loan-hero-text-wrap h3 {
    font-size: 34px;
  }

  .loan-hero-description {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .loan-hero-buttons {
    gap: 10px;
    margin-bottom: 25px;
  }

  .loan-btn-primary,
  .loan-btn-outline {
    padding: 11px 17px;
    font-size: 11px;
  }

  .loan-hero-features {
    gap: 12px 14px;
  }

  .loan-feature-icon {
    width: 25px;
    min-width: 25px;
  }

  .loan-feature-label {
    font-size: 10px;
  }

  .loan-hero-slide .col-lg-6:last-child {
    height: 395px;
    min-height: 395px;
  }

  .loan-hero-image-frame {
    width: 100%;

    clip-path: ellipse(100% 112% at 100% 50%);
  }

  .loan-hero-image-frame img {
    clip-path: ellipse(98.5% 110% at 100% 50%);
  }
}

/* =============================== LOAN PRODUCTS SECTION=================== ============ */

.tm-loan-section {
  padding: 60px 0 40px;
}

.tm-loan-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 26px 26px;
  height: 100%;
  box-shadow: 0 2px 14px rgba(28, 42, 70, 0.05);
  border: 1px solid #eef1f6;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  opacity: 0;
  animation: tmFadeUp 0.7s ease forwards;
}

.tm-loan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(28, 42, 70, 0.12);
}

.tm-loan-card:nth-child(1) {
  animation-delay: 0.05s;
}
.tm-loan-card:nth-child(2) {
  animation-delay: 0.2s;
}
.tm-loan-card:nth-child(3) {
  animation-delay: 0.35s;
}
.tm-loan-card:nth-child(4) {
  animation-delay: 0.5s;
}

.tm-loan-header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.tm-loan-icon-wrap {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.tm-loan-card:hover .tm-loan-icon-wrap {
  transform: scale(1.1) rotate(-6deg);
}

.tm-loan-icon-wrap img {
  width: 100%;
}

.tm-loan-title-box h3 {
  font-size: 1.28rem;
  font-weight: 600;
  color: #01244e;
  margin: 0;
}

.tm-loan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px !important;
}

.tm-loan-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: #55627a;
}

.tm-loan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c08a26;
}

.tm-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #01244e;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.tm-learn-more svg {
  width: 15px;
  height: 15px;
  stroke: #01244e;
  transition:
    transform 0.3s ease,
    stroke 0.3s ease;
}

.tm-learn-more:hover {
  color: #c08a26;
  border-color: #c08a26;
}

.tm-learn-more:hover svg {
  transform: translateX(6px);
  stroke: #c08a26;
}

/* ============================== WHY CHOOSE SECTION ================================= */
.tm-why-section {
  padding: 60px 0 80px;
}

.tm-why-heading-wrap {
  text-align: center;
  margin-bottom: 44px;
}

.tm-why-heading-wrap h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #01244e;
  margin: 0 0 12px;
}

.tm-why-heading-underline {
  width: 56px;
  height: 3px;
  background: #c08a26;
  border-radius: 4px;
  margin: 0 auto;
}

/* ================================
   MAIN GRID
================================ */

.tm-why-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 25px;
  align-items: start;
}

/* ================================
   GRID ITEM
================================ */

.tm-why-grid-item {
  min-width: 0;
}

.tm-why-item {
  text-align: center;
  padding: 6px 4px;
  opacity: 0;
  animation: tmFadeUp 0.7s ease forwards;
}

/* ================================
   ANIMATION DELAY
================================ */

.tm-why-grid-item:nth-child(1) .tm-why-item {
  animation-delay: 0.05s;
}

.tm-why-grid-item:nth-child(2) .tm-why-item {
  animation-delay: 0.15s;
}

.tm-why-grid-item:nth-child(3) .tm-why-item {
  animation-delay: 0.25s;
}

.tm-why-grid-item:nth-child(4) .tm-why-item {
  animation-delay: 0.35s;
}

.tm-why-grid-item:nth-child(5) .tm-why-item {
  animation-delay: 0.45s;
}

.tm-why-grid-item:nth-child(6) .tm-why-item {
  animation-delay: 0.55s;
}

.tm-why-grid-item:nth-child(7) .tm-why-item {
  animation-delay: 0.65s;
}

/* ================================
   ICON
================================ */

.tm-why-icon-circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  transition: transform 0.4s ease;
}

.tm-why-icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tm-why-item:hover .tm-why-icon-circle {
  transform: translateY(-6px) scale(1.08);
}

/* ================================
   TEXT
================================ */

.tm-why-text-box strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #01244e;
  font-size: 1rem;
  line-height: 1.3;
}

/* ================================
   ANIMATION
================================ */

@keyframes tmFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   LARGE TABLET
================================ */

@media (max-width: 1199px) {
  .tm-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 20px;
  }
}

/* ================================
   TABLET
================================ */

@media (max-width: 767px) {
  .tm-why-section {
    padding: 40px 0 50px;
  }

  .tm-why-heading-wrap {
    margin-bottom: 35px;
  }

  .tm-why-heading-wrap h2 {
    font-size: 1.6rem;
  }

  .tm-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 15px;
  }

  .tm-why-icon-circle {
    width: 60px;
    height: 60px;
  }

  .tm-why-text-box strong {
    font-size: 0.9rem;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 480px) {
  .tm-why-section {
    padding: 35px 0 45px;
  }

  .tm-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 10px;
  }

  .tm-why-icon-circle {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }

  .tm-why-text-box strong {
    font-size: 0.85rem;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 360px) {
  .tm-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 5px;
  }

  .tm-why-icon-circle {
    width: 52px;
    height: 52px;
  }

  .tm-why-text-box strong {
    font-size: 0.8rem;
  }
}
/* ================================= PARTNERS SECTION ================================= */
.tm-partners-section {
  padding: 10px 0 70px;
  overflow: hidden;
}

/* =========================================
   HEADING
========================================= */

.tm-partners-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.tm-partners-heading-wrap h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #01244e;
  margin: 0 0 12px;
}

.tm-partners-heading-underline {
  width: 56px;
  height: 3px;
  background: #c08a26;
  border-radius: 4px;
  margin: 0 auto;
}

/* =========================================
   SLIDER VIEWPORT
========================================= */

.tm-partners-slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 70px,
    #000 calc(100% - 70px),
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 70px,
    #000 calc(100% - 70px),
    transparent 100%
  );
}

/* =========================================
   SLIDER TRACK
========================================= */

.tm-partners-slider-track {
  display: flex;
  align-items: center;
  width: max-content;

  gap: 56px;

  animation: tmSlideInfinite 30s linear infinite;

  will-change: transform;
}

/* =========================================
   PAUSE ON HOVER
========================================= */

.tm-partners-slider-viewport:hover .tm-partners-slider-track {
  animation-play-state: paused;
}

/* =========================================
   PARTNER BADGE
========================================= */

.tm-partner-badge {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* =========================================
   PARTNER HOVER
========================================= */

.tm-partner-badge:hover {
  transform: translateY(-4px) scale(1.05);
}

/* =========================================
   PARTNER IMAGE
========================================= */

.tm-partner-badge img {
  width: 140px;
  height: auto;

  display: block;

  object-fit: contain;
}

/* =========================================
   INFINITE SLIDER ANIMATION
========================================= */

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

  100% {
    transform: translateX(calc(-50% - 28px));
  }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
  .tm-partners-slider-track {
    animation: none;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .tm-partners-section {
    padding: 10px 0 60px;
  }

  .tm-partners-heading-wrap {
    margin-bottom: 35px;
  }

  .tm-partners-heading-wrap h2 {
    font-size: 1.7rem;
  }

  .tm-partners-slider-track {
    gap: 45px;
    animation-duration: 28s;
  }

  .tm-partner-badge img {
    width: 110px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .tm-partners-section {
    padding: 10px 0 50px;
  }

  .tm-partners-heading-wrap {
    margin-bottom: 30px;
  }

  .tm-partners-heading-wrap h2 {
    font-size: 1.5rem;
  }

  .tm-partners-heading-underline {
    width: 50px;
    height: 3px;
  }

  .tm-partners-slider-track {
    gap: 35px;
    animation-duration: 24s;
  }

  .tm-partner-badge img {
    width: 100px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .tm-partners-section {
    padding: 10px 0 45px;
  }

  .tm-partners-heading-wrap {
    margin-bottom: 25px;
  }

  .tm-partners-heading-wrap h2 {
    font-size: 1.4rem;
  }

  .tm-partners-slider-viewport {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 30px,
      #000 calc(100% - 30px),
      transparent 100%
    );

    mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 30px,
      #000 calc(100% - 30px),
      transparent 100%
    );
  }

  .tm-partners-slider-track {
    gap: 28px;
    animation-duration: 20s;
  }

  .tm-partner-badge img {
    width: 85px;
  }
}

/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 360px) {
  .tm-partners-slider-track {
    gap: 24px;
    animation-duration: 18s;
  }

  .tm-partner-badge img {
    width: 75px;
  }
}

/* ==============================footer================================= */
.take-money-copyright-wrapper a{
    color: #ffb100
}
/* =========================================
           MAIN FOOTER
        ========================================= */

.take-money-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #062c59 0%, #062b56 55%, #06294f 100%);
  color: #ffffff;
  font-family: "Inter";
  padding: 80px 30px;
  padding-bottom: 0;
}

/* Skyline background */

.take-money-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  height: 105px;
  background-image: url("images/take-money-skyline.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 105px;
  opacity: 0.85;
  pointer-events: none;
}

/* Subtle top light */

.take-money-footer::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 20%;
  width: 60%;
  height: 150px;
  background: rgba(255, 255, 255, 0.025);
  filter: blur(40px);
  pointer-events: none;
}

/* =========================================
           MAIN CONTENT AREA
        ========================================= */

.take-money-footer-main {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 22px 0 11px;
}

.take-money-footer-row {
  margin: 0;
}

/* =========================================
           COLUMN COMMON
        ========================================= */

.take-money-footer-column {
  position: relative;
  min-height: 168px;
}

.take-money-footer-column-inner {
  position: relative;
  height: 100%;
}

/* Vertical separators */

.take-money-footer-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 210px;
  background: rgba(255, 255, 255, 0.09);
}

/* =========================================
           BRAND COLUMN
        ========================================= */

.take-money-brand-column {
  padding-right: 48px;
}

.take-money-logo-wrapper {
  width: 250px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  animation: takeMoneyLogoReveal 0.8s ease both;
  background-color: #fff;
  padding: 12px;
  border-radius: 5px;
}

.take-money-logo-wrapper img {
  width: 100%;
  display: block;
}

.take-money-description-wrapper {
  animation: takeMoneyTextReveal 0.9s ease 0.1s both;
}

.take-money-description-wrapper p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 400;
}

/* =========================================
           SOCIAL ICONS
        ========================================= */

.take-money-social-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.take-money-social-link {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.take-money-social-link:hover {
  transform: translateY(-4px);
  background: #e9a400;
  border-color: #e9a400;
  color: #ffffff;
}

/* =========================================
           QUICK LINKS
        ========================================= */

.take-money-links-column {
  padding-left: 25px;
  padding-right: 35px;
}

.take-money-heading-wrapper {
  margin-bottom: 13px;
}

.take-money-heading-wrapper h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 28px;
}

.take-money-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.take-money-link-item {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.take-money-link-item a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.take-money-link-item a i {
  color: #e9a400;
  font-size: 11px;
  transition: transform 0.25s ease;
}

.take-money-link-item a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.take-money-link-item a:hover i {
  transform: translateX(3px);
}

/* =========================================
           CONTACT COLUMN
        ========================================= */

.take-money-contact-column {
  padding-left: 26px;
}

.take-money-contact-heading-wrapper {
  margin-bottom: 12px;
}

.take-money-contact-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.take-money-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-height: 35px;
}

.take-money-contact-icon {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
  color: #e9a400;
  font-size: 17px;
  line-height: 21px;
}

.take-money-contact-text {
  flex: 1;
  min-width: 0;
}

.take-money-contact-text p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}

.take-money-contact-text a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.take-money-contact-text a:hover {
  color: #e9a400;
}

/* =========================================
           COPYRIGHT
        ========================================= */

.take-money-copyright-area {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.take-money-copyright-wrapper {
  text-align: center;
}

.take-money-copyright-wrapper p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

/* =========================================
           CSS-ONLY ANIMATION
        ========================================= */

.take-money-footer-column {
  animation: takeMoneyColumnReveal 0.8s ease both;
}

.take-money-footer-column:nth-child(1) {
  animation-delay: 0.05s;
}

.take-money-footer-column:nth-child(2) {
  animation-delay: 0.15s;
}

.take-money-footer-column:nth-child(3) {
  animation-delay: 0.25s;
}

.take-money-contact-item {
  animation: takeMoneyContactReveal 0.6s ease both;
}

.take-money-contact-item:nth-child(1) {
  animation-delay: 0.3s;
}

.take-money-contact-item:nth-child(2) {
  animation-delay: 0.4s;
}

.take-money-contact-item:nth-child(3) {
  animation-delay: 0.5s;
}

.take-money-contact-item:nth-child(4) {
  animation-delay: 0.6s;
}

.take-money-contact-item:nth-child(5) {
  animation-delay: 0.7s;
}

@keyframes takeMoneyColumnReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes takeMoneyLogoReveal {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes takeMoneyTextReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes takeMoneyContactReveal {
  from {
    opacity: 0;
    transform: translateX(8px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =========================================
           TABLET
        ========================================= */

@media (max-width: 991px) {
  .take-money-footer-main {
    max-width: 92%;
  }

  .take-money-brand-column {
    padding-right: 30px;
  }

  .take-money-links-column {
    padding-left: 20px;
    padding-right: 25px;
  }

  .take-money-contact-column {
    padding-left: 20px;
  }

  .take-money-description-wrapper {
    max-width: 180px;
  }
}

/* =========================================
           MOBILE
        ========================================= */

@media (max-width: 767px) {
  .take-money-footer-main {
    max-width: 90%;
    padding: 28px 0 20px;
  }

  .take-money-footer-row {
    row-gap: 25px;
  }

  .take-money-footer-column {
    min-height: auto;
    padding: 0 0 22px !important;
  }

  .take-money-footer-column:not(:last-child)::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }

  .take-money-brand-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .take-money-description-wrapper {
    max-width: 280px;
  }

  .take-money-social-wrapper {
    justify-content: center;
  }

  .take-money-links-column,
  .take-money-contact-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .take-money-heading-wrapper,
  .take-money-contact-heading-wrapper {
    text-align: center;
  }
  .take-money-contact-list {
    max-width: 310px;
    margin: 0 auto;
  }

  .take-money-copyright-area {
    min-height: 48px;
    padding: 8px 15px;
  }

  .take-money-copyright-wrapper p {
    font-size: 12px;
  }
}

/* =========================================
           SMALL MOBILE
        ========================================= */

@media (max-width: 400px) {
  .take-money-footer-main {
    max-width: 88%;
  }

  .take-money-logo-wrapper,
  .take-money-logo-wrapper img {
    width: 175px;
  }

  .take-money-description-wrapper p,
  .take-money-link-item a,
  .take-money-contact-text p {
    font-size: 13px;
  }
}

/* ===============================services page================================= */
.loan-services-section {
  position: relative;
  padding: 70px 0 40px;
  overflow: hidden;
}

.loan-services-bgwrap {
  position: absolute;
  inset: 0;
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  background-position: center;
}

.loan-services-container {
  position: relative;
  z-index: 1;
}

.loan-services-heading-wrap {
  text-align: center;
  margin-bottom: 45px;
}

.loan-services-heading-wrap h1 {
  font-family: "Playfair Display";
  font-weight: 600;
  color: #0b2454;
  font-size: 2.7rem;
  letter-spacing: 0.5px;
  animation: loanFadeDown 0.8s ease;
}

.loan-services-heading-wrap p {
  color: #33415c;
  font-size: 1.05rem;
  margin: 0;
}

.loan-services-divider {
  width: 55px;
  height: 3px;
  background-color: #e7a13c;
  margin: 14px auto 0;
  border-radius: 2px;
}

.loan-card-col {
  margin-bottom: 30px;
}

.loan-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 18px 18px 26px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(11, 36, 84, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.loan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e7a13c, #0b2454);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.loan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(11, 36, 84, 0.18);
}

.loan-card:hover::before {
  transform: scaleX(1);
}

.loan-card-imgwrap {
  border-radius: 10px;
  overflow: hidden;
  height: 190px;
  position: relative;
}

.loan-card-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.loan-card:hover .loan-card-imgwrap img {
  transform: scale(1.12) rotate(0.5deg);
}

.loan-card-iconwrap {
  width: 68px;
  height: 68px;
  background-color: #e7a13c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -34px auto 14px;
  position: relative;
  z-index: 2;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}

.loan-card:hover .loan-card-iconwrap {
  transform: rotate(360deg) scale(1.08);
  background-color: #0b2454;
}

.loan-card-iconwrap svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.loan-card-title-wrap {
  text-align: center;
  margin-bottom: 14px;
}

.loan-card-title-wrap h3 {
  font-family: "Playfair Display", serif;
  color: #0b2454;
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0;
}

.loan-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.loan-card-list li {
  display: flex;
  align-items: center;
  color: #1c2b4a;
  font-size: 0.95rem;
  padding: 5px 8px;
  border-radius: 6px;
  transition:
    background-color 0.25s ease,
    padding-left 0.25s ease;
}

.loan-card-list li:hover {
  background-color: #fbf1de;
  padding-left: 14px;
}

.loan-card-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 50%;
  background-color: #e7a13c;
  margin-right: 10px;
  transition: transform 0.25s ease;
}

.loan-card-list li:hover::before {
  transform: scale(1.4);
}

.loan-card-link-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b2454;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
}

.loan-card-link-wrap a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #e7a13c;
  transition: width 0.3s ease;
}

.loan-card-link-wrap a:hover::after {
  width: 100%;
}

.loan-card-link-wrap svg {
  width: 15px;
  height: 15px;
  fill: #0b2454;
  transition: transform 0.3s ease;
}

.loan-card-link-wrap a:hover svg {
  transform: translateX(6px);
}

.loan-help-banner {
background: linear-gradient(90deg, #0b2454, #133a7a);
    border-radius: 14px;
    padding: 40px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(11, 36, 84, 0.25);
    position: relative;
    z-index: 1;
}

.loan-help-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.loan-help-iconcircle {
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}

.loan-help-banner:hover .loan-help-iconcircle {
  transform: scale(1.1) rotate(-8deg);
  background-color: rgba(255, 255, 255, 0.12);
}

.loan-help-iconcircle svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

.loan-help-textwrap h2 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 4px;
}

.loan-help-textwrap p {
  color: #cdd8ef;
  margin: 0;
  font-size: 0.95rem;
}

.loan-help-btnwrap a {
  background-color: #e7a13c;
  color: #0b2454;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.loan-help-btnwrap a:hover {
  transform: translateY(-4px);
  background-color: #f4b559;
  box-shadow: 0 10px 20px rgba(231, 161, 60, 0.5);
}

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

@media (max-width: 767px) {
  .loan-help-banner {
    justify-content: center;
    text-align: center;
  }
  .loan-help-left {
    flex-direction: column;
  }
}

/* =====================about us page================================= */

/* =========================================
   ABOUT SECTION
========================================= */

.tm-about-section {
  width: 100%;
  overflow: hidden;
  background: #f8faff;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.tm-about-container {
  width: 100%;
  display: flex;
}

/* =========================================
   LEFT CONTENT
========================================= */

.tm-about-content {
  width: 51%;
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 55px 55px 55px 5.2%;

  background: #f8faff;
}

/* =========================================
   TITLE
========================================= */

.tm-about-title-wrap {
  margin-bottom: 12px;
}

.tm-about-title-wrap h1 {
  margin: 0;
  font-family: "Playfair Display";
  font-size: 3.05rem;
  line-height: 1.05;
  font-weight: 400;
  color: #102b5c;
}

/* =========================================
   SUB TITLE
========================================= */

.tm-about-content h2 {
  margin: 0;

  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.48rem;
  line-height: 1.55;
  font-weight: 400;

  color: #111111;
}

/* =========================================
   GOLD DIVIDER
========================================= */

.tm-about-divider {
  width: 67px;
  height: 3px;

  background: #c58b19;

  margin: 17px 0 27px;
}

/* =========================================
   DESCRIPTION
========================================= */

.tm-about-content p {
  max-width: 500px;

  margin: 0;

  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;

  color: #151515;
}

/* =========================================
   IMAGE
========================================= */

.tm-about-image-inner img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center center;

  transform: scale(1.01);
}
/* =========================================
   LARGE DESKTOP
========================================= */

@media (max-width: 1200px) {
  .tm-about-content {
    padding-left: 5%;
    padding-right: 40px;
  }

  .tm-about-title-wrap h1 {
    font-size: 2.8rem;
  }

  .tm-about-content h2 {
    font-size: 1.35rem;
  }

  .tm-about-content p {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .tm-about-container {
    min-height: 390px;
  }

  .tm-about-content {
    width: 52%;

    padding: 45px 30px 45px 5%;
  }

  .tm-about-image {
    width: 48%;
    min-height: 390px;
    right: 0px;
    transform: translateX(-15px);
  }

  .tm-about-title-wrap h1 {
    font-size: 2.35rem;
  }

  .tm-about-content h2 {
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .tm-about-divider {
    margin: 14px 0 22px;
  }

  .tm-about-content p {
    font-size: 0.88rem;
    line-height: 1.7;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .tm-about-container {
    display: flex;
    flex-direction: column;

    min-height: auto;
  }

  /* CONTENT */

  .tm-about-content {
    width: 100%;

    padding: 45px 25px 40px;

    order: 1;
  }

  .tm-about-title-wrap h1 {
    font-size: 2.5rem;
  }

  .tm-about-content h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .tm-about-content h2 br {
    display: none;
  }

  .tm-about-divider {
    width: 60px;
    margin: 15px 0 22px;
  }

  .tm-about-content p {
    max-width: 100%;

    font-size: 0.9rem;
    line-height: 1.75;
  }

  /* IMAGE */

  .tm-about-image {
    width: 100%;
    height: 330px;
    min-height: 330px;

    order: 2;

    border-left: 0;
    border-radius: 0;

    transform: none;
  }

  .tm-about-image-inner {
    width: 100%;
    height: 100%;

    border-radius: 0;
  }

  .tm-about-image-inner img {
    object-position: center;
  }

  .tm-about-image::before {
    display: none;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .tm-about-content {
    padding: 38px 20px 35px;
  }

  .tm-about-title-wrap h1 {
    font-size: 2.2rem;
  }

  .tm-about-content h2 {
    font-size: 1.05rem;
  }

  .tm-about-content p {
    font-size: 0.86rem;
    line-height: 1.7;
  }

  .tm-about-image {
    height: 270px;
    min-height: 270px;
  }
}

/* ===== Top MVV Section ===== */
.mvv-section {
  padding: 80px 0px 60px 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.mvv-corner-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 140px;
  background: linear-gradient(
    135deg,
    #d4a13d 0%,
    #b8860b 40%,
    #4a4a4a 70%,
    #1a1a1a 100%
  );
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0.9;
}

.mvv-card-wrapper {
  margin-bottom: 24px;
}

.mvv-card {
  background-color: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 18px rgba(20, 30, 70, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  cursor: pointer;
}

.mvv-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 35px rgba(180, 130, 20, 0.18);
  border-color: #e8c574;
}

.mvv-icon-box {
  width: 62px;
  border-radius: 50%;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background: #fff8ec;
  flex-shrink: 0;
  transition:
    transform 0.5s ease,
    background 0.5s ease;
}

.mvv-card:hover .mvv-icon-box {
  transform: rotate(360deg) scale(1.1);
  background: #fdeec2;
}

.mvv-icon-box img {
  width: 100%;
  transition: stroke 0.4s ease;
}

.mvv-card:hover .mvv-icon-box svg {
  stroke: #b8790c;
}

.mvv-text-box .mvv-heading {
  font-family: "Playfair Display", serif;
  color: #142a5c;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
}

.mvv-text-box p {
  color: #3f4759;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===== Why Customers Trust Us Section ===== */
.trust-section {
  background-color: #eef2f8;
  padding: 60px 20px 70px 20px;
}

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

.trust-title-wrapper .trust-heading {
  font-family: "Playfair Display", serif;
  color: #142a5c;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 14px;
}

.trust-underline {
  width: 70px;
  height: 3px;
  background-color: #d69a1f;
  margin: 0 auto;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.trust-title-wrapper:hover .trust-underline {
  width: 120px;
}

.trust-panel {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 6px 24px rgba(20, 30, 70, 0.06);
}

.trust-item-col {
  position: relative;
  text-align: center;
  padding: 10px 12px;
}

.trust-item-col::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #e1e4ec;
}

.trust-item-col:last-child::after {
  display: none;
}

.trust-icon-wrapper {
  width: 85px;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  transition:
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.4s ease;
  padding: 10px;
}

.trust-item-col:hover .trust-icon-wrapper {
  transform: translateY(-8px) scale(1.12);
  background: #fff5df;
}

.trust-icon-wrapper img {
  width: 100%;
  stroke: #d69a1f;
  fill: none;
  transition: stroke 0.4s ease;
}

.trust-item-col:hover .trust-icon-wrapper svg {
  stroke: #b8790c;
  animation: trustPulse 0.6s ease;
}

@keyframes trustPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.trust-label-box .trust-label-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #142a5c;
  font-size: 16px;
  margin-bottom: 0;
  transition: color 0.4s ease;
}

.trust-item-col:hover .trust-label-heading {
  color: #b8790c;
}

@media (max-width: 767px) {
  .trust-item-col::after {
    display: none;
  }
  .trust-item-col {
    margin-bottom: 30px;
  }
  .mvv-corner-decor {
    width: 160px;
    height: 90px;
  }
}

/* ================================contact us page===================================== */
.contact-info-card {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
/* Contact Information Row */
.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 24px;
}

.contact-info-row:last-of-type {
    margin-bottom: 0;
}

/* Contact Text */
.contact-info-text {
    padding-top: 2px;
}

/* =========================
   SOCIAL MEDIA
========================= */

.contact-social {
    margin-top: 28px;
}

.contact-social-title {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 14px;
}

.contact-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-social-icons a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Facebook */
.contact-social-icons a:nth-child(1) {
    background: #1877F2;
}

/* Instagram */
.contact-social-icons a:nth-child(2) {
    background: linear-gradient(
        45deg,
        #F58529 0%,
        #DD2A7B 45%,
        #8134AF 70%,
        #515BD4 100%
    );
}

/* LinkedIn */
.contact-social-icons a:nth-child(3) {
    background: #0A66C2;
}

/* YouTube */
.contact-social-icons a:nth-child(4) {
    background: #FF0000;
}

/* WhatsApp */
.contact-social-icons a:nth-child(5) {
    background: #25D366;
}

/* Social Icons */
.contact-social-icons i {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

/* Hover Effect */
.contact-social-icons a:hover {
    color: #ffffff;
    transform: translateY(-4px);
    opacity: 0.88;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

    .contact-info-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .contact-info-heading {
        font-size: 21px;
        margin-bottom: 24px;
    }

    .contact-info-row {
        gap: 12px;
        margin-bottom: 20px;
    }

    .contact-icon-circle {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .contact-icon-circle svg {
        width: 19px;
        height: 19px;
    }

    .contact-info-title {
        font-size: 15px;
    }

    .contact-info-text p {
        font-size: 13px;
    }

    .contact-social {
        margin-top: 24px;
        padding-top: 20px;
    }

    .contact-social-icons {
        gap: 8px;
    }

    .contact-social-icons a {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .contact-social-icons i {
        font-size: 15px;
    }
}

/* ===== Section Wrapper with background ===== */
.contact-section {
  position: relative;
  padding: 70px 20px 90px 20px;
  overflow: hidden;
  background-color: #eef2f8;
}

.contact-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(238, 242, 248, 0.97) 0%,
    rgba(238, 242, 248, 0.9) 35%,
    rgba(238, 242, 248, 0.55) 60%,
    rgba(238, 242, 248, 0.25) 100%
  );
  z-index: 1;
}

.contact-inner-container {
  position: relative;
  z-index: 2;
}

/* ===== Heading ===== */
.contact-heading-wrapper {
  text-align: center;
  margin-bottom: 45px;
}

.contact-heading-wrapper .contact-main-heading {
  font-family: "Playfair Display", serif;
  color: #142a5c;
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 14px;
}

.contact-heading-wrapper p {
  color: #3f4759;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-underline {
  width: 60px;
  height: 3px;
  background-color: #d69a1f;
  margin: 16px auto 0 auto;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.contact-heading-wrapper:hover .contact-underline {
  width: 110px;
}

/* ===== Form Card ===== */
.contact-form-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 18px 45px rgba(20, 30, 70, 0.14);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.contact-form-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(20, 30, 70, 0.2);
}

.contact-field-group {
  margin-bottom: 10px;
}

.contact-field-group label {
  display: block;
  font-weight: 600;
  color: #1a1a2e;
  font-size: 15px;
  margin-bottom: 3px;
  font-family: "Inter";
}

.contact-input,
.contact-textarea,
.contact-select {
  width: 100%;
  border: 1px solid #dde1ea;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1a1a2e;
  background-color: #ffffff;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus,
.contact-select:focus {
  outline: none;
  border-color: #d69a1f;
  box-shadow: 0 0 0 3px rgba(214, 154, 31, 0.15);
}

.contact-textarea {
  resize: vertical;
  min-height: 90px;
}

.contact-select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233f4759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.contact-submit-btn {
  display: block;
  width: 100%;
  background-color: #d69a1f;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.35s ease,
    transform 0.25s ease,
    box-shadow 0.35s ease;
}

.contact-submit-btn:hover {
  background-color: #b8790c;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(184, 121, 12, 0.35);
}

.contact-submit-btn:active {
  transform: translateY(0);
}

/* ===== Contact Info Card ===== */
.contact-info-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 38px 34px;
  box-shadow: 0 18px 45px rgba(20, 30, 70, 0.14);
  height: 100%;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(20, 30, 70, 0.2);
}

.contact-info-card .contact-info-heading {
  font-family: "Playfair Display", serif;
  color: #142a5c;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #edeff5;
  transition: transform 0.35s ease;
}

.contact-info-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-row:hover {
  transform: translateX(6px);
}

.contact-icon-circle {
  min-width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1.6px solid #d69a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background-color 0.35s ease,
    transform 0.4s ease;
}

.contact-info-row:hover .contact-icon-circle {
  background-color: #d69a1f;
  transform: rotate(360deg);
}

.contact-icon-circle svg {
  width: 32px;
  stroke: #d69a1f;
  fill: none;
  transition: stroke 0.35s ease;
}

.contact-info-row:hover .contact-icon-circle svg {
  stroke: #ffffff;
}

.contact-info-text .contact-info-title {
  font-weight: 600;
  color: #142a5c;
  font-size: 24px;
  margin-bottom: 6px;
}

.contact-info-text p {
  color: #556079;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Inter";
}

@media (max-width: 991px) {
  .contact-bg-overlay {
    background: rgba(238, 242, 248, 0.95);
  }
  .contact-info-card {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .contact-heading-wrapper .contact-main-heading {
    font-size: 32px;
  }
  .contact-form-card,
  .contact-info-card {
    padding: 28px 22px;
  }
}
