/* Global Styles */
:root {
  --primary-color: #3767d9;
  --secondary-color: #87ceeb;
  --text-color: #333;
  --light-color: #fff;
  --dark-blue: #4478f2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 769px) {
  .logo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  #popup-y34o7DeNLjxgSIF6fjpf {
    display: none;
  }

  .hero {
    background-image: linear-gradient(rgba(25, 25, 25, 0.1),
        rgba(25, 25, 25, 0.1)),
      url("../images/Desktop/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;
  }

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

  .cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .cta-buttons .btn-schedule,
  .cta-buttons .btn-apply {
    font-size: 12px;
    padding: 15px 15px;
    width: 275px;
    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: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

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

  feature-text-stream {
    flex: 1;
  }

  .feature-text-stream h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .feature-text-stream p {
    color: #4b5563;
    /* Tailwind gray-700 or adjust based on your brand */
    font-size: 18px;
    max-width: 600px;
    line-height: 1.6;
    margin-top: 20px;
  }


  .feature-text-stream span {
    color: #4a7cff;
    /* or whatever your brand blue color is */
  }


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

  .feature-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
  }

  .feature-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .feature-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .feature-text {
    flex: 1;
    text-align: left;
    align-items: center;
  }


  .feature-points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 60px;
    background-color: #ecf5ff;
    border-radius: 20px;
    max-width: 75%;
    margin: 60px auto;
    box-sizing: border-box;
  }



  .feature-icon {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
  }

  .feature-icon img {
    max-width: 100%;
    height: auto;
  }

  .feature-content {
    flex: 1;
    min-width: 600px;
  }


  .feature-heading {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .feature-heading-why-choose {
    text-align: center;
  }

  .why-choose {
    background-color: #ecf5ff;
    border-radius: 16px;
    padding: 70px 70px;
    /* slightly bigger padding */
    max-width: 1350px;
    /* slightly wider */
    margin: 0 auto;
    box-sizing: border-box;
  }




  .highlight {
    color: #4f7cff;
  }

  .feature-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    color: #333;
  }

  .feature-list li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
  }

  .feature-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3b6ad6;
    /* or whatever blue you're using */
  }

  .bold {
    font-weight: bold;
  }




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

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

  .feature-icon {
    flex: 0 0 auto;
    max-width: 50%;
    margin-right: 10px;
    text-align: center;
  }

  /* Services Section */
  .services {
    padding-bottom: 100px;
    /* 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(2, 1fr);
    /* Responsive grid */
    gap: 20px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
  }

  /* Service Item */
  .service-item {
    text-align: center;
    padding: 30px 10px;
    background-color: #3b6ad6;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-item img {
    max-width: 100%;
    height: auto;
    /* margin-bottom: 10px; */
  }

  .service-item h3 {
    color: white;
    font-size: 20px;
    margin: 0;
  }

  .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  }

  .feature-heading-why-choose {
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .feature-points-horizontal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 20px;
    background-color: #ecf5ff;
    border-radius: 16px;
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .why-heading {
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
  }


  .why-content {
    padding-bottom: 20px;
  }

  .why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    /* 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: 10px 20px;
    text-align: left;
    width: 250px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-item img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
  }

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

  .why-paragraph {
    max-width: 800px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .why-paragraph p {
    margin-bottom: 40px;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .process {
    padding: 20px 60px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .process-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
  }

  .process-left {
    flex: 5;
  }

  .process-steps {
    flex: 3;
    /* Right side (bullets) narrower */
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .process-left h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-top: 40px;
  }

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

  .process-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .process-list {
    padding-left: 20px;
  }

  .process-list li {
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 1;
    font-weight: bold;
  }


  .fraud {
    padding: 50px 60px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .fraud-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
  }

  .fraud-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .fraud-left {
    flex: 5;
    /* Left side (text block) wider */
  }

  .fraud-steps {
    flex: 3;
    /* Right side (bullets) narrower */
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .fraud-text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 18px;
  }

  .fraud-list {
    padding-left: 20px;
  }

  .fraud-list li {
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 1;
    font-weight: bold;
  }

  .fraud-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contact {
    background-image: url("../images/Desktop/lastBackground.png");
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: white;
    text-align: center;
    padding: 120px 40px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
  }

  .contact-content h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    max-width: 80%;
  }

  .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;
  }


  .footer-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  footer {
    background-color: black;
    padding: 20px 0;
    text-align: center;
  }

  .footer-spacer {
    background-color: white;
    height: 100px;
    /* or adjust this number for how much white space you want */
    width: 100%;
  }


  .footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10px;
    margin: 20px 0;
    /* Add vertical spacing */
    text-align: center;
    /* Center-align the links */
  }

  .footer-maxana {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    align-items: center;
    text-align: center;
  }

  .footer-link:hover {
    text-decoration: underline;
  }
}