.contact-section {
    background: #fffaf5;
    padding: 60px 20px;
    text-align: center;
  }
  
  .contact-header {
    margin-bottom: 40px;
  }
  
  .logo-img {
    max-width: 100px;
    margin-bottom: 15px;
  }
  
  .contact-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    background: #fff7ee;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .contact-details p {
    margin-bottom: 15px;
    font-size: 0.8rem;
    line-height: 1.6;
  }
  
  .contact-details a {
    color: #000;
    text-decoration: none;
  }
  
  .contact-details a:hover {
    text-decoration: underline;
  }
  
  .contact-note {
    margin-top: 30px;
    text-align: center;
  }
  
  .flag-icon {
    width: 24px;
    vertical-align: middle;
    margin-left: 8px;
  }
  