body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--dark-color);
  background-image: url('assets/image/greencard_bg.jpg');
}

a {
  text-decoration: none;
}

/* Header/Navigation Styles */
.navbar {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Logo Styles */
.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.logo-img {
  max-height: 150px;
  width: auto;
}

@media (max-width: 991.98px) {
  .logo-img {
    max-height: 150px;
  }
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo-box {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
}

.logo-text {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 18px;
}

.post-property-btn {
  position: relative;
  padding: 1px 1px 1px 1px;
  margin-left: 17px;
  background: white;
  color: #212529;
}
.post-property-btn:hover {
  background: #0257c7;
  color: white;
}
.free-tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ff9800;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
}

.user-btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 17px;
}

.user-text {
  margin-left: 17px;
  text-align: left;
  line-height: 1.2;
  text-align: center;
}







 /* main heading */
.progress-container {
      background-color: transparent;
      padding: 40px 15px;
      text-align: center;
    }

    .progress-container h2 {
      color: #e94e1b;
      font-weight: bold;
      font-size: 24px;
    }

    .progress-container p {
      color: #222;
      font-size: 16px;
      margin-bottom: 40px;
    }

    .step-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .step {
      flex: 1;
      text-align: center;
      position: relative;
      min-width: 90px;
    }

    .step .circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: white;
      border: 3px solid #007bff;
      color: #007bff;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      z-index: 1;
      position: relative;
    }

    .step.active .circle {
      background-color: #007bff;
      color: white;
    }

    .step p {
      font-weight: 600;
      margin: 0;
      font-size: 14px;
      word-break: break-word;
    }

    .step-wrapper::before {
      content: "";
      position: absolute;
      top: 18px;
      left: 141px;
      right: 141px;
      height: 3px;
      background-color: #ccc;
      z-index: 0;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .step-wrapper {
        flex-direction: column;
        gap: 30px;
      }

      .step-wrapper::before {
        display: none;
      }

      .step .circle {
        margin-bottom: 5px;
      }
    }





/* form section */

.main-container {
    
      margin: 30px 45px;
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .left-section {
      padding: 30px;
      background-color: #fff;
    }

    .right-section {
      background-color: #2c6fb7;
      color: #fff;
      padding: 30px;
    }

    .right-section h5 {
      font-weight: bold;
      margin-bottom: 30px;
      border-left: 4px solid #ff5722;
      padding-left: 10px;
      width: 100%;
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .info-item img {
      width: 54px;
      height: 59px;
      margin-right: 15px;
      border-radius: 50px;
    }

    .form-title {
      font-weight: bold;
      color: #1c4f91;
      border-bottom: 2px solid #1c4f91;
      display: inline-block;
      margin-bottom: 20px;
    }

    label {
      font-weight: 200;
    }

    .form-control, .form-select {
      border-radius: 4px;
      font-size: 14px;
    }

    .form-check-input {
      margin-top: 5px;
    }

    .submit-btn {
      background-color: #0056d2;
      color: rgb(255, 255, 255);
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      width: 100%;
    }

    @media (max-width: 991px) {
      .right-section {
        text-align: center;
      }
      .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .info-item img {
        margin-bottom: 10px;
      }
    }

    @media (max-width: 767px) {
      .main-container {
        margin: 10px;
      }

      .form-title {
        font-size: 18px;
      }

      .submit-btn {
        font-size: 14px;
      }
    }



.disclaimer-box {
  font-size: 12px;
  color: #999;
  padding: 15px 20px;
  line-height: 1.6;
  background: transparent;
  border-top: 1px solid #eee;
  text-align: justify;
}






/* Updated Footer Styles */
.footer-logo .logo-text {
  color: white;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white !important;
  text-decoration: none;
}

.contact-info li {
  margin-bottom: 15px;
}

/* Responsive Styles for New Sections */
@media (max-width: 991.98px) {
  .project-features,
  .property-features {
    flex-direction: column;
  }

  .project-features span,
  .property-features span {
    margin-bottom: 5px;
  }

  .service-card-new {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .service-card-new,
  .agent-card {
    margin-bottom: 20px;
  }

  .property-tag,
  .project-badge {
    font-size: 10px;
    padding: 3px 10px;
  }

  .service-card-new {
    padding: 25px 20px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-description {
    font-size: 0.9rem;
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .service-card-new {
    padding: 20px 15px;
  }

  .service-icon-new i {
    font-size: 2rem;
  }
}
