.header {
    text-align: center;
    padding: 20px;
    background-color: #161616;
    color: white;
    border-color: #EDB115;
  }
  
  .mt-200 {
    margin-top: 200px !important;
  }
  
  .contact-info {
    background-color: black;
    color: white;
  }
  
  .contact-info .info-item h5 {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .contact-info .info-item p {
    color: #ccc;
  }
  
  .btn-contact {
    background-color: #E3B25A;
    border: none;
    color: black;
    padding: 10px 10px;
    font-size: 0.8rem;
    border-radius: 5px;
  }
  
  .btn-contact:hover {
    background-color: #c49a4c;
  }
  
  .form-label {
    font-size: 1rem;
    color: white;
  }
  
  
  .contact-description {
    background-color: white;
    color: black;
  }
  
  .contact-description h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
  }
  
  .contact-description .line {
    width: 50px;
    border-top: 2px solid #E3B25A;
  }
  
  .contact-description p {
    font-size: 1rem;
    color: #555;
  }
  
  .font-600 {
    font-weight: 600;
  }
  
  .color-yellow {
    color: #E3B25A;
  }
  
  .accordion-button.collapsed {
    color: black;
    background-color: #fff;
    border: 1px solid #E3B25A;
  }
  
  .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #f7dba7 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  }
  
  .dropdown-menu {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #161616;
    color: white;
  }
  
  .option_dropdown {
    color: white !important
  }

  .card-services {
    background-color: #161616;
    color: white;
    border-color: #EDB115;
  }

  .card-services .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .card-services .card-content {
    flex-grow: 1;
  }
  
  .card-services .card-buttons {
    margin-top: auto;
    text-align: center;
    padding-top: 20px;
  }