body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }
  
  h1, h2 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }
  
  h3 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  }

  p {
    color: #713a11;
  }
  
  .big-heading {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 3rem;
  }
  
  .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
/* Containers */

  .container-fluid{
    padding: 7% 15%;
  }

  /* Kolory sekcji */
  .colored-section {
    background-color: #FFE6A5;
    color: #713a11;
  }
  
  .white-section {
    background-color: #FBF4DB;
    color: #713a11;
  }
  
  /* Ikony */
  .social-icon {
    font-size: 1.5rem;
    color: #FFA07A;
  }
  
  .social-icon:hover {
    color: #ff4500;
  }
  

  .navbar-brand {
    font-family: "Ubuntu";
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .nav-item {
    padding: 0 18px;
  }
  
  .nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
  }

/* Title Section */

  #title {
    color: #713a11;
    text-align: left;
  }
  
  #title .container-fluid {
    padding: 3% 15% 7%;
  }

  #download-btn,
  #accept-cookie-btn,
  #copy-krs-btn,
  #copy-account-btn {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    background-color: #e68922;
    margin-top: 1rem;
  }

  #copy-krs-btn:hover,
  #copy-account-btn:hover,
  #mail-btn:hover {
    transform: scale(1.05);
  }
  
  /* Title Image */

.title-image {
  width: 70%;
  text-align: center;
  margin-top: 1rem;
}

  .testimonial-text {
    font-size: 2rem;
    line-height: 1.5;
  }
  
  .testimonial-image {
    width: 50%;
    border-radius: 50%;
    margin: 20px;
  }

  .list-group-item {
    background-color: #FFE6A5;
    text-align: justify;
    border: none;
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%713a11' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%713a11' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

   .map {
    border-radius: 10px;
   }

   .map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
  }
  
  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

   #mail-btn {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    background-color: #e68922;
    padding: 1rem;
    margin-bottom: 2rem;
  }

   #footer {
    padding: 1rem;
   }
