* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
:root {
  --headingsfont: "Newsreader", serif;
  --bodyfont: "Inter", sans-serif;
}
@media screen and (min-width: 1900px) {
  .custom-container {
    max-width: 1880px !important;
  }
}

p,
a,
label,
select {
  font-family: var(--bodyfont) !important;
}

.body-brown {
  color: #584237;
}

/* NAV */
.navbar {
  padding: 20px 0;
  background: #fff7ede5;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin: 0 25px;
  text-decoration: none;
  color: #333;
  font-family: var(--bodyfont);
}

.logo span {
  color: #ff6a00;
}

.navbar-brand img {
  width: 180px;
  height: 100%;
  object-fit: cover;
}
/* BUTTONS */
.btn-dark {
  background: #101c2d;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 8px 10px -6px #101c2d1a;
  box-shadow: 0px 20px 25px -5px #101c2d1a;
}

.btn-orange {
  background: #ff6a00;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
}

/* HERO */
.hero {
  background: radial-gradient(
    46.87% 85.96% at 50% 50%,
    rgba(249, 115, 22, 0.08) 0%,
    rgba(249, 115, 22, 0) 100%
  );
  padding: 80px 0;
  min-height: 98vh;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hero-text h1 {
  font-size: 40px;
}

.hero-text span {
  color: #ff6a00;
}

.hero-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hero-card input,
.hero-card select {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

.result {
  margin-top: 15px;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
}

.badge {
  border: 1px solid #e0c0b1;
  background-color: #fce3d9;
}

.dot {
  background-color: #f97316;
  width: 8px;
  height: 8px;
}

.hero-title {
  font-family: var(--headingsfont);
  font-size: 48px;
}

.hero-title span {
  color: #f97316;
  font-family: var(--headingsfont);
  font-size: 48px;
}

.form-card-wrapper {
  padding: 32px;
  border: 1px solid #e0c0b1;
  box-shadow: 0px 40px 80px 0px #0e1a2b14;
}

.form-card-wrapper h5 {
  font-family: var(--headingsfont);
}

.form-label {
  color: #584237;
}

.form-control,
.form-select {
  background-color: #fff1eb;
}

.estimated-fundbox span {
  font-family: var(--bodyfont);
}

.estimated-fundbox strong {
  font-family: var(--headingsfont);
}

.estimated-fundbox {
  background-color: #ffdbca;
}

/* Trusted Brands */
.trusted-logos-wrapper {
  row-gap: 25px;
}

.trusted-logo {
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .trusted-logo {
    max-width: 90px;
  }
}

@media (max-width: 480px) {
  .trusted-logos-wrapper {
    gap: 18px !important;
  }

  .trusted-logo {
    max-width: 70px;
  }
}
.trusted-brands {
  background-color: #fff1eb;
}

.trusted-brands h2 {
  font-family: var(--bodyfont);
  color: #58423799;
}

/* PROGRAMS */
.programs {
  padding: 60px 0;
}

.programs-section h2 {
  font-family: var(--headingsfont);
}

.programs-section {
  background-color: #fff8f6;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.programs-card {
  border: 1px solid #e0c0b1;
  padding: 32px;
}

.programs-card h5 {
  font-family: var(--headingsfont);
}

.programs-card img {
  width: 48px;
  height: 48px;
}

.right-icon {
  width: 15px !important;
  height: 15px !important;
}

.programs-card a {
  color: #9d4300;
}

/* STEPS */
.steps-section h2 {
  font-family: var(--headingsfont);
  font-size: 48px;
}

.steps-section span {
  font-family: var(--headingsfont);
  color: #fb5a0a;
  font-size: 48px;
}

.steps-card h3 {
  font-family: var(--headingsfont);
}

.steps-card {
  border: 1px solid #e0c0b1;
  box-shadow: 0px 1px 2px 0px #0000000d;
}

.step-numbers {
  color: rgba(249, 115, 22, 0.2);
  font-weight: 600;
  font-size: 48px;
  font-family: var(--headingsfont) !important;
}

.steps {
  padding: 60px 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.step {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

/* INVESTORS */
.investors-section {
  background-color: #fff8f6;
}

.investors-section h2 {
  font-family: var(--headingsfont);
}

.underlined {
  background-color: rgba(249, 115, 22, 1);
  width: 80px;
  height: 4px;
}

.investor-card-wrapper h3 {
  font-family: var(--headingsfont);
}

/* TESTIMONIALS */
.testimonials {
  background: #0f1c2e;
  color: #fff;
  padding: 60px 0;
}

.testimonial {
  background: #1a2a40;
  padding: 20px;
  border-radius: 15px;
}

.testimonials-section h2 {
  font-family: var(--headingsfont);
  font-size: 48px;
  font-weight: 600;
}

.test-cards {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
/* FORM */
.deal-section {
  background:  #FFF8F6;

}

/* Left side */
.deal-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #3a2a22;
  font-family: var(--headingsfont);
}

.deal-subtext {
  color: #5f5148;
  max-width: 500px;
}

/* Icon */
.icon-box {
  width: 40px;
  height: 40px;
  background: #f3e2d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Form Card */
.deal-form-card {
  background: #efefef;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(224, 192, 177, 1)
}

/* Inputs */
.custom-input {
  background: #e7d8cf;
  border: none;
  border-radius: 30px;
  padding: 12px 16px;
}

.custom-input:focus {
  box-shadow: none;
  outline: none;
}

/* Button */
.submit-btn {
  background: #ff6a00;
  color: #fff;
  border-radius: 50px;
  padding: 14px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  box-shadow: 0px 4px 6px -4px rgba(249, 115, 22, 0.2);

box-shadow: 0px 10px 15px -3px rgba(249, 115, 22, 0.2);

}

.submit-btn:hover {
  background: #e65c00;
}

/* FAQs */
.faq-section {
 background: rgba(255, 241, 235, 1);

}

/* Title */
.faq-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a2a22;
  font-family: var(--headingsfont);
}

/* Accordion styling */
.custom-accordion .accordion-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #d9b9a6;
  margin-bottom: 16px;
  overflow: hidden;
}

/* Remove default BS styles */
.custom-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: #3a2a22;
  padding: 18px 20px;
  font-family: var(--bodyfont) !important;
}

.accordion-button , .accordion-body{
    font-family: var(--bodyfont) !important;
}

/* Arrow icon */
.custom-accordion .accordion-button::after {
  filter: brightness(0.4);
}

/* Active state */
.custom-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #3a2a22;
}

/* Body */
.custom-accordion .accordion-body {
  padding: 0 20px 20px;
  color: #5f5148;
}

/* Remove border between header & body */
.custom-accordion .accordion-collapse {
  border-top: none;
}


/* CTA */
.cta-section{
    background-color: #FFF8F6;
}

.cta-card{
background: rgba(16, 28, 45, 1);
}

.cta-section h2{
    font-family: var(--headingsfont);
        font-weight: 600;
          font-size: clamp(32px, 4vw, 48px);


}
.btn-cta-primary{
    padding: clamp(14px, 2vw, 20px) clamp(20px, 4vw, 40px);
    color: #fff;
    font-weight: 600;
    background-color: rgba(249, 115, 22, 1);
    box-shadow: 0px 8px 10px -6px rgba(249, 115, 22, 0.2);

box-shadow: 0px 20px 25px -5px rgba(249, 115, 22, 0.2);
}
.btn-cta-secondary{
    padding: clamp(14px, 2vw, 20px) clamp(20px, 4vw, 40px);
    color: #fff;
    font-weight: 600;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}

/* FOOTER */
/* Background */
.site-footer {
  background: rgba(15, 23, 42, 1);
  color: #fff;
}

/* Logo */
.footer-logo {
  width: clamp(120px, 10vw, 160px);
}

/* Text */
.footer-text {
  color: #94a3b8;
  line-height: 1.6;
}

/* Titles */
.footer-title {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 16px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

/* Icons */
.footer-icons a {
  color: #94a3b8;
  margin-right: 12px;
  font-size: 18px;
}

.footer-icons a:hover {
  color: #fff;
}

/* Newsletter */
.newsletter-box {
  display: flex;
  align-items: center;
  background: #16243f;
  border-radius: 40px;
  overflow: hidden;
  padding: 4px;
}

.newsletter-box input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 14px;
  color: #fff;
  outline: none;
}

.newsletter-box button {
  background: #ff6a00;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-links a {
  color: #94a3b8;
  margin-left: 16px;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #fff;
}