@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  p,
  li {
    font-size: 1rem;
  }

  .btn {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .hero {
    background-image: url("../images/Mobile/firstBackground.png");
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: white;
    text-align: center;
    padding: 50px 0;
    position: relative;
    width: auto;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .logo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .logo {
    display: block;
    margin: 0 auto;
    max-width: 65%;
    height: auto;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .hero .btn {
    font-size: 1rem;
    padding: 12px 30px;
  }

  .features {}

  .feature-box {
    padding: 15px;
  }

  .services {
    /* padding: 20px 20px; */
  }

  .service-grid {
    display: block;
  }

  .service-item {
    margin-bottom: 20px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .why-content {
    flex-direction: column;
    gap: 20px;
  }

  .why-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    /* padding: 20px; */
  }

  .why-list {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-icon {
    width: 50%;
    height: auto;
    margin-bottom: 5px;
  }

  .why-item {
    background-color: white;
    /* White background for each item */
    font-weight: bold;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-item p {
    font-size: 1rem;
    padding: 10px 20px;
    width: 75%;
  }

  .process {
    min-width: 100%;
    padding: 15px;
  }

  .process-content {
    flex-direction: column;
    gap: 20px;
  }

  .process-steps {
    min-width: 100%;
    padding: 15px;
    margin-left: 20px;
    font-weight: bold;
  }

  .process-list li {
    margin-bottom: 5px;
    line-height: 1.6;
  }

  .process-text {
    margin-top: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .fraud-content {
    flex-direction: column;
    gap: 20px;
  }

  .fraud-text,
  .fraud-steps {
    min-width: 100%;
    padding-top: 15px;
  }

  .contact-content {
    flex-direction: column;
    gap: 20px;
  }

  .contact-form,
  .contact-info {
    min-width: 100%;
    padding: 15px;
  }

  footer {
    padding: 20px 15px;
  }

  .footer-logo {
    width: 100px;
    margin-bottom: 15px;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .cta-buttons .btn-schedule,
  .cta-buttons .btn-apply {
    font-size: 18px;
    padding: 15px 15px;
    width: 350px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }

  .cta-buttons .btn-schedule {
    background-color: white;
    color: var(--primary-color);
    border: 2px solid white;
  }

  .cta-buttons .btn-schedule:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .cta-buttons .btn-apply {
    background-color: black;
    color: white;
  }

  .cta-buttons .btn-apply:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .feature-text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .feature-text-stream {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .feature-text h2 span {
    color: var(--primary-color);
  }

  .feature-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
  }

  .feature-text {
    flex: 1;
    min-width: 300px;
    padding: 40px 20px;
  }

  .feature-points {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #ecf5ff;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .why-choose {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 20px 0;
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* Heading */
  .why-heading {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  /* Why List */
  .why-list-container {
    min-width: 300px;
  }

  .why-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .why-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    color: var(--text-color);
  }

  .why-list .bullet {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #3b82f6;
    /* Light blue bullet color */
  }

  /* Why Content */
  .why-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
  }

  .why-logo img {
    width: 200px;
    height: auto;
  }

  .why-paragraph {
    flex: 1;
    max-width: 600px;
    text-align: center;
  }

  .why-paragraph p {
    font-size: 1.25rem;
    color: #1e3a8a;
    font-weight: 600;
    line-height: 1.8;
    margin: 20px;
  }

  /* Headings */
  .feature-text h2 {
    font-size: 2rem;
    color: var(--text-color);
  }

  .feature-text h2 span {
    color: var(--primary-color);
  }

  .feature-points h3 {
    font-size: 1.8rem;
    text-align: left;
    color: var(--text-color);
  }

  .highlight {
    color: var(--primary-color);
  }

  /* Paragraphs */
  .feature-text p {
    font-size: 20px;
    color: var(--text-color);
  }

  /* Lists */
  .feature-list {
    list-style-type: disc;
    /* padding: 20px; */
    color: var(--text-color);
    margin-left: 20px;
  }

  .feature-list li {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .feature-list .bold {
    font-weight: bold;
    color: var(--text-color);
  }

  .feature-heading {
    margin-bottom: 15px;
  }

  .feature-heading-why-choose {}


  /* Services Section */
  .services {
    /* padding: 40px 20px; */
  }

  .services h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-color);
  }

  .services h2 .highlight {
    color: var(--primary-color);
    /* Blue color for "Results" */
  }

  /* Service Grid */
  .service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,
        minmax(250px, 1fr));
    /* Responsive grid */
    gap: 20px;
    justify-content: center;
  }

  /* Service Item */
  .service-item {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #3b6ad6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .fraud {
    min-width: 100%;
    padding: 15px;
  }

  .fraud-content {
    flex-direction: column;
    gap: 20px;
  }

  .fraud-steps {
    min-width: 100%;
    padding: 15px;
    margin-left: 20px;
    font-weight: bold;
  }

  .fraud-list li {
    margin-bottom: 5px;
    line-height: 1.6;
  }

  .fraud-content h3 {
    padding-top: 30px;
  }

  .contact {
    background-image: url("../images/Mobile/lastBackground.png");
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: white;
    text-align: center;
    padding: 50px 0;
    position: relative;
    width: auto;
  }

  .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .logo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .logo {
    display: block;
    margin: 0 auto;
    max-width: 65%;
    height: auto;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .hero .btn {
    font-size: 1rem;
    padding: 12px 30px;
  }

  footer {
    background-color: black;
  }

  .footer-links {
    margin: 20px 0;
    /* Add vertical spacing */
    text-align: center;
    /* Center-align the links */
  }

  .footer-maxana {
    color: white;
    align-items: center;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }

  .footer-link {
    color: white;
    text-decoration: none;
  }

  .footer-link:hover {
    text-decoration: underline;
    /* Add underline on hover for better UX */
  }

  /* Service Icon */
  .service-icon {
    width: 50%;
    height: auto;
    margin-bottom: 5px;
  }

  /* Service Title */
  .service-title {
    font-size: 1.2rem;
    color: white;
    margin: 0;
  }

  /* Images */

  .feature-icon img {
    width: 75%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}