body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  box-sizing: border-box;
}
header {
  background: #043d04;
}
.Main-Header-Index ul li a {
  color: #000;
  font-weight: 600;
}
.Main-Header-Contact {
  background: url(/img/pawel-czerwinski--0xCCPIbl3M-unsplash.jpg) no-repeat
    center center / cover;
  height: 500px;
  font-weight: 600;
}
.Main-Header-Profile {
  background: linear-gradient(rgba(232, 243, 232, 0.02), #b4ecb4cc),
    url(/img/NairaNnn.jpg) no-repdeat center center / cover;
  height: 500px;

  font-weight: 600;
}
.Main-Header-FAQ {
  background: url(/img/alexas_fotos-faq-3408300.jpg) no-repeat center center /
    cover;
  height: 500px;
  font-weight: 600;
}

.Main-Header-Privacy {
  background: url(/img/pawel-czerwinski--0xCCPIbl3M-unsplash.jpg) no-repeat
    center center / cover;
  height: 400px;
  font-weight: 600;
}

.Main-Header-Contact-blur {
  background: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.contact-US {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin: 34px; */
  text-align: center;
}
.contact-US h1 {
  font-size: 50px;
  color: #fff;
}
/* .contact-main-two-tingz {
  color: #fff;
  display: flex;
  font-weight: 300;
} */
/* .contact-main-two-tingz a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
} */
.loan-terms-contact {
  border: 1px solid #fff;
  padding: 10px;
  width: 8%;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

/* GET IN TOUCH */
.Get-In-Touch {
  display: flex;
  margin-left: 80px;
  margin-top: 40px;
  margin-right: 80px;
}
@media (max-width: 900px) {
  .Get-In-Touch {
    display: flex;
    flex-direction: column;
  }
  .needhelpthreethingz {
    letter-spacing: 1.2px;
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .meets button {
    display: none;
  }
}

.writeupgetintouce h1 {
  font-size: 50px;
}
.writeupgetintouce p {
  font-size: 13px;
  line-height: 22px;
  color: #929090;
}
.writeupgetintouce i {
  color: #272599;
  font-size: 15px;
  margin-right: 20px;
}
.dividing-the-hot-line {
  display: flex;
}
.dividing-the-hot-line div:nth-child(2) {
  margin-left: 30px;
}
.dividing-the-hot-line strong {
  color: rgb(49, 44, 44);
  margin-bottom: -110px;
}
form {
  margin-top: 50px;
  margin-left: 20px;
}
form input {
  border: none;
  width: 250%;
  background: #e7e6e6;
  padding: 12px;
}
form div {
  margin-top: 30px;
}
form label {
  font-size: 12px;
}
form textarea {
  width: 250%;
  background: #e7e6e6;
  padding: 12px;
  height: 120px;
}
.sendmessage {
  margin-top: 50px;
  width: 90%;
  border: none;
  color: #fff;
  font-size: 15px;
  outline: none;
  padding: 12px;
  background: #043d04;
}

/* NEED MORE HELP */
.needhelpheader {
  text-align: center;
  margin-top: 7%;
}
.needhelpheader h1 {
  font-size: 50px;
  font-weight: 800;
}
.needhelpthreethingz {
  letter-spacing: 1.2px;
  display: flex;
  text-align: center;
}
.needhelpthreethingz h4 {
  font-weight: 600;
  font-size: 20px;
}

.needhelpthreethingz div {
  background: #ffffff;
  margin: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  color: #727171;
  padding: 20px;
}
.needhelpthreethingz div button {
  border-radius: 8px;
  padding: 19px;
  font-size: 18px;
  background: #fff;
  border: 2px solid #72efff;
  color: #043d04;
  border: 1px solid #043d04;
  width: 80%;
}
.needhelpthreethingz div i {
  border-radius: 50%;
  padding: 13px;
  border: 1px solid #000;
  margin-left: 10px;
}
/* FAQ */
.FAQ-CONTACt h1 {
  text-align: center;
  font-size: 44px;
}
.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-left: 120px;
  margin-right: 120px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
}

.left-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-faq {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #043d04;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #043d04;
  font-weight: bold;
}

.faq-question h3 {
  margin: 0;
  font-size: 23px;
  color: #1a202c;
}

.toggle-icon-faq {
  font-size: 24px;
  color: #4a5568;
  transition: transform 0.4s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 30px;
  color: #4a5568;
}

.faq-answer p {
  margin: 15px 0;
}

/* Active-faq State */
.faq-item.active-faq .faq-answer {
  max-height: 200px;
  padding: 0 20px 20px 20px;
}

.faq-item.active-faq .toggle-icon-faq {
  transform: rotate(45deg);
}
.meets {
  background: #043d04;
  text-align: center;
  margin-left: 78px;
  margin-right: 78px;
  padding: 45px;
  border-radius: 20px;
  display: flex;
  margin-top: 30px;
}
.meets h1 {
  font-size: 30px;
  line-height: 33px;
  color: #b7e903;
  letter-spacing: 2px;
  font-weight: 800;
}
.meets button {
  background: #e7e6e6;
  color: #043d04;
  margin-left: 220px;
  /* padding: 20px; */
  text-align: center;
  outline: none;
  border: none;
  border-radius: 9px;
  width: 20%;
  margin-top: 35px;
  height: 60px;
}
.meets button a {
  text-decoration: none;
  color: #272599;
  font-size: 20px;
}
/* FOOTER */
/* ================= FOOTER MAIN ================= */
.footer {
  background: linear-gradient(to right, #043d04, #043d04);
  color: #fff;
  margin-top: 70px;
  padding: 40px 60px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Headings */
.footer h3 {
  margin-bottom: 20px;
  color: #b7e903;
  font-size: 20px;
}

/* Links */
.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: #ffff;
  text-decoration: none;

  transition: 0.3s;
}

.footer ul li a:hover {
  color: #b7e903;
}

/* COTATION SECTION */
.cotation-title {
  color: #b7e903;
  margin-top: 25px;
  font-size: 12px;
  letter-spacing: 1px;
}

.naira-price {
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
}

.percentage {
  font-size: 20px;
  margin-left: 10px;
}

.date-time {
  margin-top: 10px;
  font-size: 14px;
  color: #b7e903;
}

/* CONTACT-Main-contact */
.contact-Main-contact p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #ccc;
}

/* ================= BOTTOM BAR ================= */
.bottom-bar {
  background: #075007;
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.logo {
  font-size: 28px;
  font-weight: bold;
}

.social-icons a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #000;
}

/* Scroll Top Button */
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #aaa;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
 
  .footer-container {
    grid-template-columns: 1fr;
  }
}

/* HEADEER */

/* ================= NAVBAR-contact-page ================= */
.navbar-contact-page {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  /* background: linear-gradient(to right, #0d1b2a, #1b263b); */
}

.logo-contact-page {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

/* MENU */
.nav-links-contact-page {
  display: flex;
  list-style: none;
  gap: 8px;
  margin-left: 10px;
}
.Main-Header-Contact-blur img {
  margin-left: 10px;
  width: 180px;
  height: 60px;
}

.nav-links-contact-page li {
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  margin: 5px;
}

.nav-links-contact-page a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 0;
  position: relative;
}

/* Animated Underline */
.nav-links-contact-page a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: limegreen;
  transition: 0.4s ease;
}

.nav-links-contact-page a:hover::after {
  width: 100%;
}

/* ================= MEGA MENU ================= */
.mega-menu-contact-menu {
  position: absolute;
  top: 57.88px;
  left: 50%;
  transform: translate(-50%, 20px);
  width: 250px;
  background: rgba(255, 255, 255, 10);
  backdrop-filter: blur(15px);
  /* border-radius: 10px; */
  padding: 30px;
  display: flex;
  gap: 50px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.33);
}

/* Pointer Arrow */
.mega-menu-contact-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  z-index: 2;
}

/* Show dropdown */
.nav-links-contact-page li:hover .mega-menu-contact-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* Mega Columns */
.mega-column {
  flex: 1;
}

.mega-column a {
  display: block;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.mega-column a:hover {
  color: limegreen;
}

/* ================= Mobile ================= */
.hamburger-contact-page {
  display: block;
  /* flex-direction: column; */
  background: #000000;
  cursor: pointer;
  gap: 5px;
  top: 20%;
}

.hamburger-contact-page span {
  width: 25px;
  height: 3px;
  background: #000000;
}

.main-header-header-header a {
  font-weight: 900;
  color: #043d04;
}

/* SMALL PROFILE IN MANY PAGE */

/* Section Header */
.section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.section-title small {
  color: #1f4fd8;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}

.section-title h1 {
  font-size: 42px;
  margin-top: 10px;
  font-weight: 700;
  color: #222;
}

.see-more-btn {
  padding: 12px 22px;
  border: 2px solid #043d04;
  background: transparent;
  color: #b7e903;
  background-color: #043d04;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.see-more-btn:hover {
  background-color: #043d04;
  color: white;
}

/* Cards Layout */
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

/* Individual Card */
.profile-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  display: block;
}

/* Name Overlay */
.profile-info {
  position: absolute;
  bottom: -12px;
  right: 1px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  text-align: center;
}

.profile-info h3 {
  font-size: 16px;
  font-weight: 600;
}

/* Hover Effect */
.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section-title h1 {
    font-size: 32px;
  }
}

/* FORM CONTAINER */
.form-container {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* TOAST MESSAGE */
.toast {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #28a745, #7cfc00);
  color: white;
  padding: 18px 25px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 9999;
  transition: 0.5s ease;
}

.toast.show {
  top: 30px;
}

.toast button {
  background: white;
  color: #28a745;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-weight: bold;
}

/* DADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD */

/* MAIN CONTAINER */
.wrapperTHINGZANDTHINGZ {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

/* FLEX SECTION */
.loan-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT CONTENT */
.left-contentTHINGZANDTHINGZ {
  flex: 2;
}

.left-contentTHINGZANDTHINGZ h1 {
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 20px;
}

.left-contentTHINGZANDTHINGZ p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.left-contentTHINGZANDTHINGZ h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* BULLET LIST */
.benefits {
  list-style: none;
}

.benefits li {
  margin-bottom: 15px;
  color: #444;
  display: flex;
  align-items: center;
}

.benefits li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #043d04;
  border-radius: 50%;
  margin-right: 15px;
}

/* RIGHT SIDEBAR */
.right-sidebar {
  flex: 1;
}

.right-sidebar h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.loan-btn {
  display: block;
  background: #23da23;
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.loan-btn span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65%;
  background: #043d04;
  transition: 0.3s;
}

.loan-btn p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.loan-btn:hover span {
  width: 100%;
}

/* BOTTOM BUTTONS */
/* ========================= */
/* PROFESSIONAL BUTTON STYLE */
/* ========================= */

.bottom-buttons {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.pro-btn {
  flex: 1;
  padding: 18px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* PRIMARY BUTTON */
.primary-btn {
  background: linear-gradient(135deg, #043d04, #043d04);
  color: #fff;
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(29, 94, 168, 0.3);
}

/* SECONDARY BUTTON */
.secondary-btn {
  background: linear-gradient(135deg, #043d04, #043d04);
  color: #fff;
}

.secondary-btn:hover {
  background: linear-gradient(135deg, #043d04, #043d04);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(29, 94, 168, 0.2);
}

/* ICON STYLE */
.btn-icon {
  font-size: 18px;
}

/* Ripple effect */
.pro-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease;
}

.pro-btn:active::after {
  width: 300px;
  height: 300px;
}

/* Responsive */
@media (max-width: 992px) {
  .bottom-buttons {
    flex-direction: column;
  }
}

/* ========================= */
/* RESPONSIVE DESIGN */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .loan-section {
    flex-direction: column;
  }

  .bottom-buttons {
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .left-contentTHINGZANDTHINGZ h1 {
    font-size: 28px;
  }

  .left-contentTHINGZANDTHINGZ h2 {
    font-size: 22px;
  }

  .right-sidebar h3 {
    font-size: 22px;
  }

  .loan-btn {
    padding: 12px;
    font-size: 14px;
  }
}
.bottom-buttons a {
  color: #ffffff;
  text-decoration: none;
}
.bottom-buttons a:hover {
  color: #ffffff;
}

.licensedbyCentral {
  font-size: 13px;
  text-align: center;
}

.Warning {
  display: flex;
  background: #075007;
  margin-top: 30px;
  border-radius: 30px;
  color: #fff;
  line-height: 27px;
  margin-right: 90px;
  padding: 3f0px;
  margin-left: 90px;
}
.Warning img{
  width: 350px;
  height: 150px;
}
.Warning h3 {
  margin-top: 20px;
  color: #7cfc00;
  font-size: 30px;
  font-weight: 700;
}
