
.container {

  width: 90%;  /* Adjust as needed */
 max-width: 1140px; /* Bootstrap max-width for large screens */
 margin: 0 auto; /* Centering the container */
 padding: 0 15px; /* Bootstrap-like padding */
}


.section-gap {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
.section-less-gap {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }




  .gapplybtn{
    background: var(--primary-color) !important; color: white; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer;
  }

  .gapplybtn:hover{
  background: var(--btnhover-primary-600-color) !important;
  }


  .section-subtitle {
      display: block;
      color: var(--primary-color);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
  }

  .section-title {
      font-size: 2.5rem;
      color: #1f2937;
      margin-bottom: 15px;
  }


  .section-description {
      color: #969696 !important;
      max-width: 600px;
      margin: 0 auto;
  }



.glob_btn {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
