body, html {
    overflow-x: hidden;
  }

  body {
    font-family: 'Inter', sans-serif;
  }

.navbar {
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
 
  }
  
  .navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8); 
    backdrop-filter: blur(6px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .navbar-brand {
    font-weight: 600;
    font-size: 1.1rem;
  }
  
  .navbar-toggler {
    background: none;
  }
  

  @media (min-width: 576px) {
    .navbar-brand {
      display: none; 
    }
  }

.hero-section {
    background: url('../images/1.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding-top: 80px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
  }
  
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* затемнення */
    z-index: 2;
  }

  .hero-section .container {
    position: relative;
    z-index: 3;
  }

  .navbar-nav .nav-link {
    font-weight: 600;
  }
  
  .social-icons a {
    font-size: 1.2rem;
  }
  
  .custom-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #233f47;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 12px 24px;
    font-weight: 600;
  }
  

  /*-----------------*/
  .why-section {
    background-color: #ffffff;
  }
  
  .why-section h2 {
    font-size: 2rem;
  }
  
  .why-section p {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .why-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

    /*-----------------*/
    .offers-section {
        min-height: 90vh;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
      }
      
      .offers-section h2 {
        font-size: 2.5rem;
        letter-spacing: 0.5px;
        margin-top: -5%;
        margin-bottom: +10%;
      }
      
      .offers-section h5 {
        font-size: 1.25rem;
      }
      
      .offers-section p {
        font-size: 1rem;
        line-height: 1.6;
        color: #333;
        max-width: 320px;
        margin: 0 auto;
      }
      
      .offers-section .row {
        row-gap: 60px;
      }
      
  
    /*-----------------*/

    .partners-logos {
        background-color: #ffffff;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
      }
      
      .partners-logos h2 {
        font-size: 2.2rem;
        margin-bottom: 60px;
      }
      
      .partner-logo {
        max-height: 200px;
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
        margin: 0 auto;
      }
      
      .partner-logo:hover {
        transform: scale(1.05);
      }
      
      @media (max-width: 768px) {
        .partners-logos {
          
          padding-top: 80px;
          padding-bottom: 80px;
        }
      
        .partner-logo {
          max-height: 120px; /* залишаємо трохи менше для мобільних */
        }
      }
      

      
    /*-----------------*/

    .parallax-cta {
        background-image: url('../images/2.jpg');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 80vh;
        padding: 80px 20px;
        position: relative;
        z-index: 1;
      }
      
      .parallax-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5); /* затемнення */
        z-index: 2;
      }
      
      .parallax-cta .container {
        position: relative;
        z-index: 3;
      }
      
      .custom-orange-btn {
        color: #ffffff;
        background-color: #f5914f;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 12px 28px;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        display: inline-block;
        transition: background 0.3s ease;
      }
      
      .custom-orange-btn:hover {
        background-color: #e47d36;
      }
      
   /*-----------------*/

   .advantages-section {
    background-color: #ffffff;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    min-height: auto;
  }
  
  .advantages-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .advantages-list {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .advantages-list li {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  
  .svg-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .svg-check svg {
    width: 36px;
    height: 36px;
    fill: #f5914f;
  }
  

  /*------------------------------------*/

  .registration-form-section {
    background-image: url('../images/3.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 80px 20px;
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .registration-form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  
  .registration-form-section .container {
    position: relative;
    z-index: 2;
  }
  
  .registration-form h2 {
    font-size: 2.5rem;
  }
  
  .form-field {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 12px 16px;
    width: 100%;
  }
  
  .form-field::placeholder {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .form-field:focus {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    outline: none;
    border-color: #f5914f;
  }
  
  .custom-orange-btn {
    color: #ffffff;
    background-color: #f5914f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: background 0.3s ease;
  }
  
  .custom-orange-btn:hover {
    background-color: #e47d36;
  }
  
  @media (max-width: 768px) {
    .registration-form .row {
      flex-direction: column;
    }
  
    .registration-form .col-md-4,
    .registration-form .col-12 {
      width: 100% !important;
    }
  
    .custom-orange-btn {
      width: 100%;
      text-align: center;
    }
  }
  



  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .modal-box {
    background: white;
    color: black;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }