body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  padding: 0;
}

.estimation-header {
  position: relative;
  width: 100%;
  height: 320px;
  background: url('feb70d4175b4ed21410f0b29180e02687e58017f.jpg') center center / cover no-repeat;
  background-attachment: scroll;
  overflow: hidden;
}
.header-overlay {
  height: 100%;
  padding: 0 40px;
  background: linear-gradient(
    270deg,
    rgba(205, 219, 0, 0.4) 27.08%,
    rgba(157, 168, 7, 0.5) 45.32%,
    #727a07 70.84%,
    #4a5001 99.88%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.header-overlay::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 74px);
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(173, 174, 167, 0.3)
}



.navbar {
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.nav-right {
  justify-content: flex-end;
}

.nav-center {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.sign{
  display: flex;
  align-items: center;
  gap: 24px; 
}

.nav-left a,
.nav-right a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}


.nav-center .logo {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.nav-center .highlight {
  font-weight: 700;
}

.sign-in {
  background: black;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.estimation-content {
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.estimation-title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}

.estimation-title h1 {
  font-size: 36px;
  margin: 0;
}

.breadcrumb {
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb .active {
  font-weight: bold;
  color: #d7ff00;
}

.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.estimation-image-section {
  margin: 0;
  padding: 0;
}

.estimation-image-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: #4A5001;
  padding: 20px;
  gap: 16px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.info-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 90px;
  gap: 24px;
  width: 100%;
  max-width: 1439px;
  box-sizing: border-box;
}

.info-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.info-block h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

.info-block p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
}

.info-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: bold;
}

.cta {
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 25px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 230px;
  height: 220px;
  font-family: "Poppins", sans-serif;
}

.cta-yellow {
  background-color: #d4df00;
}

.cta-black {
  background-color: #0d0d0d;
  color: white;
}

.cta-btn {
  width: 56px;
  height: 32px;
  border-radius: 4px; 
  padding: 8px 4px; 
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cta-btn img {
  width: 100%;
  height: 28px;
  display: block;
}
    .how-it-works {
 
      min-height: 720px;
      background: linear-gradient(103.87deg, #666E00 29.29%, #869000 50.67%, #CDDB00 83.84%);
      padding: 60px 80px;
      font-family: 'Poppins', sans-serif;
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .how-it-works::before {
      content: '';
      position: absolute;
      top: 50px;
      left: 45px;
      width: 120px;
      height: 120px;
      background: rgba(205, 219, 0, 0.25) ;
      border-radius: 50%;
      filter: blur(20px);
      z-index: 1;
    }

    .how-it-works::after {
      content: '';
      position: absolute;
  
      top: 250px;
      left: 550px;

      width: 100px;
      height: 100px;
      background: rgba(102, 110, 0, 1);
      filter: blur(40px);
      z-index: 1;
    }

    .blur-circle-1 {
      position: absolute;
      bottom: 220px;
      left: 810px;
      width: 100px;
      height: 100px;
      background:  rgba(102, 110, 0, 1);
      border-radius: 50%;
      filter: blur(45px);
      z-index: 1;
    }

    .blur-circle-2 {
      position: absolute;
      top: 250px;
      left: 1080px;
      width: 100px;
      height: 100px;
      background: rgba(102, 110, 0, 1);
      border-radius: 50%;
      filter: blur(45px);
      z-index: 1;
    }

    .blur-circle-3 {
      position: absolute;
      bottom: 220px;
      left: 1320px;
      width: 150px;
      height: 150px;
      background:  rgba(102, 110, 0, 1);
      border-radius: 50%;
      filter: blur(45px);
      z-index: 1;
    }

.hiw-header {
  text-align: left;
  margin-bottom: 60px;
}

.hiw-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.hiw-header p {
  font-size: 18px;
  color: #E3FF00;
  margin: 0;
}

.hiw-container {
  position: relative;
  width: 1298px;
  height: 400px; 
}

.hiw-flow {
  display: flex;
  gap: 12px;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 75px; 
}

.hiw-item {
  position: relative;
}

.card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(222, 222, 216, 1) ;
  border-radius: 16px;
  padding: 24px;
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 24px 42px 0px rgba(185, 185, 185, 0.25);
  backdrop-filter: blur(48px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  opacity: 0.9;
  box-sizing: border-box;
}

.card-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #111827;
  line-height: 1.3;
}

.card p {
  font-size: 14px;
  color: #6B7280;
  margin: 0;
  line-height: 1.5;
}

.curved-arrow {
  position: absolute;
  width: 280px;
  height: 80px;
  z-index: 5;
}


.top-arrow-1 {
  top: 10px;
  left: 150px; 
}

.top-arrow-2 {
  top: 10px;
  left: 600px; 
}


.bottom-arrow-1 {
  bottom: 10px;
  left: 350px;
}

.bottom-arrow-2 {
  bottom: 10px;
  left: 900px; 
}

.cta-button {
  margin-top: 40px;
  text-align: left;
}

.cta-button button {
  background-color: #000;
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.faq-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  color: black;
}

.faq-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.faq-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 40px;
}

.faq-container {
  max-width: 700px;
  margin: 0 auto;
  
}

.faq-item {
  background: #fff;
  padding: 18px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: #f9f9f9;
}

.arrow {
  font-size: 20px;
  color: #000;
}

.faq-footer {
  font-size: 14px;
  margin-top: 30px;
  color: #777;
}

.faq-footer a {
  color: #d6d600; 
  font-weight: 500;
  text-decoration: none;
}

.faq-footer a:hover {
  text-decoration: underline;
}

.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 60px 80px 40px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand {
  flex: 1;
  max-width: 300px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  background-color: #CDDB00;
  color: #1a1a1a;
  padding: 8px 16px;
  border-radius: 8px;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
}

.footer-description {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons a {
  color: #cccccc;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #CDDB00;
}

.footer-links {
  display: flex;
  gap: 60px;
  flex: 2;
}

.footer-column h4 {
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #CDDB00;
}
.footer-copyright {
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
}

.footer-copyright p {
  color: #999;
  font-size: 14px;
  margin: 0;
}


@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .hamburger {
    display: block;
    margin-left: auto;
  }

  .estimation-content {
    padding: 20px;
  }
  .estimation-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .estimation-title h1 {
    font-size: 28px;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .sign {
    order: 2;
    display: block;
    margin-right: 10px;
  }

  .sign-in {
    padding: 6px 12px;
    font-size: 14px;
  }

  .sign,
  .hamburger {
    display: flex;
    align-items: center;
  }

  .info-section {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    align-items: flex-start; 
    text-align: left; 
  }

  .info-left,
  .info-right {
    width: 100%;
  }
  
  .info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-block {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start; 
    text-align: right;
  }
  .info-block h3,
  .info-block p {
    text-align: left; 
  }
  .info-icon {
    display: none; 
  }

  .only-mobile {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    align-self: flex-start; 
  }

  .cta {
    width: 330px;
    height: 200px;
    margin-top: 20px;
  }

  .cta-btn {
    margin-top: 20px;
  }

  .cta-btn img {
    width: 32px;
  }

  .how-it-works {
    padding: 40px 20px;
    overflow-x: auto; 
    overflow-y: hidden; 
    -webkit-overflow-scrolling: touch; 
  }

  .hiw-container {
    width: auto;
    min-width: 1298px; 
    height: 400px;
  }

  .hiw-flow {
    min-width: 1298px; 
    width: 1298px; 
  }

  .hiw-header {
    margin-bottom: 40px;
  }

  .hiw-header h2 {
    font-size: 28px;
  }

  .hiw-header p {
    font-size: 16px;
  }


  .card {
    width: 250px;
    height: 250px;
    flex-shrink: 0; 
  }

  
  .curved-arrow {
    position: absolute;
    width: 280px;
    height: 80px;
    z-index: 5;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
  }

  
  .footer-copyright {
    padding: 15px 0;
  }
}


@media (max-width: 480px) {
  .info-section {
    padding: 15px;
  }

  .how-it-works {
    padding: 30px 15px;
  }

  .hiw-header h2 {
    font-size: 24px;
  }

  .estimation-title h1 {
    font-size: 24px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto; 
    gap: 30px 20px; 
    flex: none; 
  }
   .footer-links .footer-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-links .footer-column:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-links .footer-column:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-links .footer-column:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}