body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.hero-section {
    background: url("../images/hero-bg2.webp") center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.hero-mobile {
    display: none !important;
  }

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hero-section .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
}

.hero-section h1,
.hero-section h2 {
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    margin-top: 230px;
}

.hero-section .highlight {
    font-size: 3rem;
}

.hero-section .btn-primary {
    background: linear-gradient(45deg, #004aad, #0077b5);
    border: none;
    padding: 14px 34px;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
    margin: 60px 0 0 0;
    border-radius: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .btn-primary:hover {
    background: linear-gradient(45deg, #003b8b, #005fa3);
}

.hero-section .lead {
    font-size: 1.5rem;
    max-width: 60%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .left-content {
    text-align: left;
    align-items: flex-start;
}

.hero-section .right-content {
    text-align: right;
    align-items: flex-end;
}

/* .animate-left,
.animate-right,
.animate-fade-in {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
} */

.animate-left {
    transform: translateX(-150%);
}

.animate-right {
    transform: translateX(150%);
}

.animate-fade-in {
    transform: translateY(50px);
}

.animate-left,
.animate-right,
.animate-fade-in {
    opacity: 0;
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}



@media (min-width: 1900px) {
    .hero-section h1,
    .hero-section h2 {
      font-size: 2.5rem;
      margin-top: 280px;
    }
  
    .hero-section .highlight {
      font-size: 4rem;
    }
  
    .hero-section .btn-primary {
      font-size: 2.4rem;
      padding: 18px 48px;
      margin-top: 70px;
    }
  
    .hero-section .lead {
      font-size: 1.8rem;
      max-width: 65%;
    }
  
    .hero-section .col-md-6 {
      width: 48%;
    }
  
    .hero-section .container {
      max-width: 1800px;
      padding: 0 60px;
    }
  }

  @media (max-width: 1899px) {
    .hero-section h1,
    .hero-section h2 {
      font-size: 2.2rem;
      margin-top: 270px;
    }
  
    .hero-section .highlight {
      font-size: 3.8rem;
    }
  
    .hero-section .btn-primary {
      font-size: 2.1rem;
      padding: 18px 48px;
      margin-top: 70px;
    }
  
    .hero-section .lead {
      font-size: 1.6rem;
      max-width: 65%;
    }
  
    .hero-section .col-md-6 {
      width: 48%;
    }
  
    .hero-section .container {
      max-width: 1800px;
      padding: 0 60px;
    }
  }

  @media (max-width: 1600px) {
    .hero-section h1,
    .hero-section h2 {
      font-size: 1.9rem;
      margin-top: 260px;
    }
  
    .hero-section .highlight {
      font-size: 3.2rem;
    }
  
    .hero-section .btn-primary {
      font-size: 2.1rem;
      padding: 18px 48px;
      margin-top: 65px;
    }
  
    .hero-section .lead {
      font-size: 1.5rem;
      max-width: 65%;
    }
  
    .hero-section .col-md-6 {
      width: 48%;
    }
  
    .hero-section .container {
      max-width: 1800px;
      padding: 0 60px;
    }
  }
  

@media (max-width: 1366px) {

    
    .hero-section h1,
    .hero-section h2 {
        font-size: 2rem;
        margin-top: 200px;
    }

    .hero-section .highlight {
        font-size: 2.5rem;
    }

    .hero-section .lead {
        font-size: 1.4rem;
        max-width: 80%;
    }

    .hero-section .btn-primary {
        font-size: 1.8rem;
        padding: 12px 32px;
        margin-top: 50px;
    }

    .hero-section .col-md-6 {
        width: 40%;
    }
}

@media (max-width: 1199px) {

    
    .hero-section h1,
    .hero-section h2 {
        font-size: 1.4rem;
        margin-top: 150px;
        margin-top: 220px;
    }

    .hero-section .highlight {
        font-size: 1.8rem;
    }

    .hero-section .lead {
        font-size: 1rem;
        max-width: 80%;
    }

    .hero-section .btn-primary {
        font-size: 1rem;
        padding: 12px 32px;
        margin-top: 50px;
    }

    .hero-section .col-md-6 {
        width: 38%;
    }
}


/* @media (max-width: 991px) {
    .hero-section {
        background-size: contain;
        background-position: top center;
        min-height: auto;
      }

    .hero-section .col-md-6 {
        width: 38%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 1rem;
        margin-top: 170px;
    }
  
    .hero-section .highlight {
        font-size: 1.8rem;
    }
  
    .hero-section .lead {
        font-size: 0.9rem;
        max-width: 80%;
    }
  
    .hero-section .btn-primary {
        font-size: 1rem;
        padding: 12px 32px;
        margin-top: 10px;
    }
  } */
  
@media (max-width: 991px) {
    .hero-section {
        background-size: contain;
        background-position: top center;
        min-height: auto;
      }

    .hero-section .col-md-6 {
        width: 40%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 1rem;
        margin-top: 160px;
    }
  
    .hero-section .highlight {
        font-size: 1.8rem;
    }
  
    .hero-section .lead {
        font-size: 0.9rem;
        max-width: 80%;
    }
  
    .hero-section .btn-primary {
        font-size: 1rem;
        padding: 12px 32px;
        margin-top: 10px;
    }
  }


  @media (max-width: 934px) {
    .hero-section {
        background-size: contain;
        background-position: top center;
        min-height: auto;
      }

    .hero-section .col-md-6 {
        width: 40%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 0.9rem;
        margin-top: 160px;
    }
  
    .hero-section .highlight {
        font-size: 1.5rem;
    }
  
    .hero-section .lead {
        font-size: 0.9rem;
        max-width: 80%;
    }
  
    .hero-section .btn-primary {
        font-size: 1rem;
        padding: 12px 32px;
        margin-top: 10px;
    }
  }

  @media (max-width: 814px) {
    .hero-section {
        background-size: contain;
        background-position: top center;
        min-height: auto;
      }

    .hero-section .col-md-6 {
        width: 45%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 0.7rem;
        margin-top: 160px;
    }
  
    .hero-section .highlight {
        font-size: 1.5rem;
    }
  
    .hero-section .lead {
        font-size: 0.7rem;
        max-width: 80%;
        margin-top: -5px;
    }
  
    .hero-section .btn-primary {
        font-size: 1rem;
        padding: 12px 32px;
        margin-top: 0px;
    }
  }

@media (max-width: 715px) {
    .hero-section {
        background-size: contain;
        background-position: top center;
        min-height: auto;
      }

    .hero-section .col-md-6 {
        width: 45%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 0.7rem;
        margin-top: 120px;
    }
  
    .hero-section .highlight {
        font-size: 1.3rem;
    }
  
    .hero-section .lead {
        margin-top: -30px;
    }
  
    .hero-section .btn-primary {
        margin-top: -5px;
    }
  }

@media (max-width: 670px) {
    .hero-section .col-md-6 {
        width: 46%;
    }
  
    .hero-section h1,
    .hero-section h2 {
        font-size: 0.6rem;
        margin-top: 120px;
    }
  
    .hero-section .highlight {
        font-size: 1.1rem;
    }
  
    .hero-section .lead {
        margin-top: -30px;
    }
  
    .hero-section .btn-primary {
        margin-top: -6px;
        padding: 7px 25px;
    }
  }


@media (max-width:576px) {

   .hero-desktop {
    display: none !important;
  }
  .hero-mobile {
    display: block !important;
  }

  .hero-mobile {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    background: url("../images/mobile-hero-bg.png") no-repeat center center;
    background-size: cover;
    padding: 50px 20px 40px;
    text-align: center;
    color: white;
    position: relative;
  }

  .mobile-hero-overlay {
    border-radius: 12px;
    width: 100%;
    max-width: 90%;
  }

  .mobile-hero-overlay h1 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .mobile-hero-overlay h1 .bold {
    color: #8df45e;
    font-weight: 800;
    font-style: italic;
    font-size: 1.5rem;
  }

  .mobile-hero-overlay h2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 30px 0 20px;
  }

  .mobile-hero-overlay h2 .green {
    color: #8df45e;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6rem;
  }

  .mobile-hero-overlay p {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }


  .btn-mobile-contact {
    background: linear-gradient(45deg, #004aad, #26cb2d);
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-style: italic;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .btn-mobile-contact i {
    font-size: 1rem;
  }

  .hero-mobile .top-content {
    margin-top: -70px;
    margin-bottom: 315px;
  }

  .hero-mobile .bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
