/* Regular Font */
@font-face {
    font-family: 'Georgia, serif';
    src: url('fonts/georgia.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  /* Bold Font */
  @font-face {
    font-family: 'Georgia, serif';
    src: url('fonts/georgiab.woff') format('woff');
    font-weight: 600;
    font-style: bold;
  }
  
  /* Italic Font */
  @font-face {
    font-family: 'Georgia, serif';
    src: url('fonts/georgiai.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }  
  
  /* Bold Italic Font */
  @font-face {
    font-family: 'Georgia, serif';
    src: url('fonts/georgiaz.woff') format('woff');
    font-weight: 600;
    font-style: bold italic;
  }  

body, html {
    height: 100%;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
  }

  .bg-image {
    background-image: url('img/win-the-waiting-game-part-1-min.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for contrast */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content {
    position: relative;
    z-index: 2;
    color: white;
  }
  
  .hero .content .container {
    max-width: 1140px;
}

.hero .content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.6;
}

.gh {
    font-size: 26px;
    line-height: 2;
    padding-right: 2rem;
}

.hero .content form label {
    margin-bottom: .7rem;
}

.form-control {
    background-color: transparent;
    border: 1px solid #ffffff85;
    border-radius: 1px;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.mandatory {
    color: #b80909;
    font-style: normal;
    margin-inline-start: 5px;
}

  .btn-orange {
    background-color: #EA7704;
    color: white;
    font-size: 22px;
    border-radius: 1px;
}

  .btn-orange:hover {
    background-color: #e55d00;
  }

  .solution-section {
    background-image: url('img/er86upva8dm3s96udu 1.svg');
    background-repeat: no-repeat;
    background-position: right;
    padding: 30px 0;
  }

  .solution-section .container {
    max-width: 1140px;
}

.sub-heading {
    font-size: 36px;
    font-weight: 600;
    text-decoration: underline;
}

  .before-after img {
    width: 100%;
    height: auto;
  }

  .text-section {
    padding: 20px;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .text-section h3 {
    font-family: 'Georgia, serif';
    font-weight: 400;
    font-size: 32px;
    text-decoration: underline;
    color: #2D1C0B;
    line-height: 2;
  }

  .text-section p, .text-section ul {
    font-family: 'Georgia, serif';
    font-size: 18px;
  }

  .text-section button {
    background-color: #ffc222;
    border: 2px solid #000;
    color: black;
    padding: 10px 40px;
    border-radius: 13px;
    font-family: 'Georgia, serif';
    font-size: 20px;
    transition: background 0.3s ease-in-out;
  }

  .text-section button:hover {
    background-color: #ff9800;
  }

  #how-it-works {
    background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.3), rgba(30, 34, 45, 0.3)), url(img/back_2.png);
    font-family: 'Georgia, serif';
  }

  #how-it-works .container {
    max-width: 1140px;
}

#how-it-works img {
    border-right: 4px solid #fff;
    height: 600px;
}
  
  .content-box {
    color: #fff;
}
  
  #how-it-works h2 {
    font-size: 36px;
    text-decoration: underline;
    color: #fff;
  }

  #how-it-works h4 {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    background-color: #feff05;
    display: inline-block;
}

  #how-it-works p {
    font-size: 20px;
    line-height: 2;
}
  
  #how-it-works ul li {
    margin-bottom: 10px;
  }
  
  #how-it-works .btn-warning {
    padding: 0rem 3rem;
    font-size: 22px;
    border: 2px solid;
    transition: background 0.3s ease-in-out;
  }
  
  #how-it-works .btn-warning:hover {
    background: #ff9800;
  }
  

  #who-we-are {
    background-color: #131313; /* Dark background */
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0.7), rgba(30, 34, 45, 0.7)), url(img/Orange\ Simple\ Marketing\ Funnel\ Diagram\ Graph\ -6-.png); /* Add the background image here */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Georgia, serif';
  }
  
  #who-we-are h3 {
    font-size: 2rem;
    text-transform: capitalize;
    text-decoration: underline;
  }
  
  #who-we-are p {
    font-size: 26px;
    line-height: 1.8;
  }
  
  #who-we-are .btn-warning {
    background-color: #FFC107; /* Yellow button */
    border: none;
    color: #131313;
    font-size: 2rem;
    transition: background 0.3s ease-in-out;
  }
  
  #who-we-are .btn-warning:hover {
    background-color: #ff9800; /* Slightly darker yellow on hover */
  }


  #consultation {
    background-color: #131313; /* Dark background */
    background-image: linear-gradient(to bottom, rgba(2, 10, 33, 0.79), rgba(2, 10, 33, 0.79)), url(img/pexels-photo-1640777.jpeg); /* Add your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Georgia, serif';
  }
  
  #consultation h3 {
    font-size: 1.8rem;
    text-transform: capitalize;
    text-decoration: underline;
  }
  
  #consultation p {
    font-size: 24px;
    line-height: 1.8;
  }

  #consultation form {
    max-width: 450px;
    margin: 0 auto;
}
  
  #consultation .form-label {
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif;
  }
  
  #consultation .form-control {
    
  }
  
  #consultation .form-control::placeholder {
    color: #888;
  }
  
  #consultation .btn-warning {
    background-color: #FFC107; /* Yellow button */
    border: none;
    color: #131313;
    font-size: 1.1rem;
    transition: background 0.3s ease-in-out;
  }
  
  #consultation .btn-warning:hover {
    background-color: #ff9800; /* Slightly darker yellow on hover */
  }
  
  @media (max-width: 991.98px) {
    .hero .content h1 {
        font-size: 26px;
    }
    .gh {
        font-size: 22px;
        padding-right: 0rem;
    }
    #how-it-works img {
        border-right: none;
        height: 100%;
    }
    #who-we-are .btn-warning {
        font-size: 1.4rem;
    }    
  }
  
  
 #flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999; /* Make sure it's on top of other content */
    width: auto;
    max-width: 400px;
    display: none; /* Hidden by default */
}