@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

html {
    scroll-behavior: smooth;
  }

html, body {
  overflow-x: hidden;
}

body {
    background-color: rgb(248, 246, 239) !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-link {
    position: relative;
    display: inline-block;
    color: rgb(23, 102, 23) !important;
    font-weight: 600;
    font-size: 2.2rem;
    padding-bottom: 2px;
    margin: 0 15px;
}

.logo {
    font-size: 2.5rem !important;
    font-family: "Ephesis", cursive !important;
    font-weight: 400;
    font-style: normal;
    color: rgb(23, 102, 23) !important;
}

.logo:hover {
  color: rgb(23, 102, 23) !important;
}

p {
    color: #000000 !important; 
}

.p {
  color: #000000 !important;
  font-size: 1.5rem !important;
}

ul.p li {
  color: #000000; /* niebieski przykład */
  font-size: 1.1rem; /* np. większy tekst */
}

.name {
    color: rgb(23, 102, 23) !important;
    font-size: 3rem;
}

.name2 {
    color: rgb(23, 102, 23) !important;
}

.navbar-toggler {
    border-color: rgb(23, 102, 23);
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border-color: rgb(23, 102, 23);
    background-color: transparent;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23176617' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

/* Sekcja kontaktowa */
.contact-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .section__header {
    color: rgb(23, 102, 23);
  }
  
  .contact-form .form-control {
    border-radius: 15px;
    border: 1px solid #000000;
    padding: 12px;
    font-size: 16px;
  }
  
  .contact-form .form-label {
    color: #000000;
    font-weight: 500;
  }
  
  .contact-form .btn-primary {
    background: linear-gradient(to right, rgb(14, 71, 14), rgb(14, 71, 14));
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 18px;
    transition: 0.3s ease;
  }
  
  .contact-form .btn-primary:hover {
    background: linear-gradient(to right, rgb(14, 71, 14), rgb(14, 71, 14));
    box-shadow: 0 0 10px rgb(44, 163, 44);
  }
  
  .contact-info h4 {
    color: rgb(23, 102, 23);
  }
  
  .contact-info .green-link {
      color: #000000;
      font-size: 20px;
      font-weight: 700;
      transition: color 0.3s;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  .contact-info .green-link:hover {
    color: rgb(23, 102, 23);
  }
  
  .contact-info .ri-xl {
    font-size: 34px;
    margin-right: 8px;
  }
  
  .social-links a {
    color: #000000;
    font-size: 24px;
    margin-right: 15px;
    transition: transform 0.3s, color 0.3s;
  }
  
  .social-links a:hover {
    transform: scale(1.2);
    color: rgb(23, 102, 23);
  }
  
  /* Stopka */
  .footer {
    padding: 0px 0;
    margin-top: 0px;
    text-align: center;
  }
  
  .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  .footer__col {
    flex: 1 1 220px;
    min-width: 200px;
  }
  
  .footer__logo .logo {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }
  
  .footer__col h4 {
    color: #000000;
    margin-bottom: 15px;
  }
  
  .footer__col p {
    color: #000000;
    margin-top: 10px;
  }
  
  .footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer__col ul li {
    margin-bottom: 10px;
  }
  
  .footer__col ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .footer__col ul li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  .footer__social .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
  
  .footer__social a {
    font-size: 20px;
    color: #000000;
    transition: transform 0.3s;
    text-decoration: none;
  }
  
  .footer__social a:hover {
    transform: scale(1.2);
    color: #000000;
  }
  
  @media (max-width: 768px) {
    .footer__container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .footer__col {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(245, 165, 53, 0.2);
    }
  
    .footer__col:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
  
    .footer__logo .logo {
      font-size: 28px;
    }
  }
  
  .social-icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
  }
  
  .social-icons1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    color: #000000;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .social-icons1 a:hover {
    background-color: #000000;
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(236, 202, 252, 0.4);
  }
  
  .plain-link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
  }
  
  .plain-link:hover {
    text-decoration: underline;
    color: #000000;
  }
  
  .n {
    color: #000000;
  }
  
  .custom-jumbotron {
    border-radius: 2%;
    background-color: rgba(212, 188, 159, 0.281);
    box-shadow: 0 4px 12px rgba(200, 53, 245, 0.2);
    padding: 2.5rem;
  }  
  
  .box-orange {
    background-color: rgb(23, 102, 23);
    color: white;
  }
  
  .box-light {
    background-color: #e6a2f059;
    border: 2px solid #000000;
    color: #000000;
  }
  
  .custom-btn {
    background: linear-gradient(to right, #e9bdf0, #e5a2f0);
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 18px;
    color: white;
    transition: 0.3s ease;
  }
  
  .custom-btn:hover {
    color: white;
    box-shadow: 0 0 10px rgba(219, 99, 133, 0.4);
  }
  
  .custom-outline {
    border: 2px solid white;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    transition: 0.3s ease;
  }
  
  .custom-outline:hover {
    background-color: white;
    color: #000000;
    border-color: white;
  }
  
  .carousel-img {
    max-height: 80vh;
    object-fit: contain;
  }

  /* Styl strzałek w carouselu */
  .custom-arrow .carousel-control-prev-icon,
  .custom-arrow .carousel-control-next-icon {
    background-image: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .custom-arrow .carousel-control-prev-icon::before,
  .custom-arrow .carousel-control-next-icon::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    position: absolute;
  }
  
  .custom-arrow .carousel-control-prev-icon::before {
    transform: rotate(-45deg); /* ← lewo */
  }
  
  .custom-arrow .carousel-control-next-icon::before {
    transform: rotate(135deg); /* → prawo */
  }

  .nav-sm .nav-link {
    font-size: 1.55rem;
  }

  .list-group-item {
    background-color: rgb(93, 151, 93);
    border-color: rgb(23, 102, 23);
    color: #000000;
    font-size: 1.2rem;
  }
  
  .tt {
    font-size: 1.4rem;
  }

  .navbar-custom {
  background-color: white; /* lub inny kolor */
  z-index: 1030; /* aby było nad innymi elementami */
}

.navbar-brand {
  font-size: 1.8rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}

.navbar-custom {
  background-color: rgb(248, 246, 239); /* Bootstrapowy niebieski */
  transition: all 0.3s ease;
  z-index: 1030;
}


.navbar-custom.shrink {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

.navbar-custom.shrink .navbar-brand {
  font-size: 1.2rem !important;
}

@media (max-width: 992px) {
  .navbar-nav {
    align-items: center;
    text-align: center;
  }

  .nav-link {
    font-size: 1.8rem;
  }

  .navbar-brand.name {
    font-size: 2rem;
  }
}

/* Ogólne style */
.navbar-brand {
  font-size: 2rem;
  /* Standardowy rozmiar czcionki */
}

.navbar-nav .nav-link {
  font-size: 1.2rem;
  /* Standardowy rozmiar czcionki */
}

/* Responsywność dla mniejszych ekranów */
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: 1.8rem;
    /* Zmniejsz logo */
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    margin-right: 8px;
    margin-left: 0px
  }
}

/* Mobilne urządzenia */
@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1.5rem;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

/* Bardzo małe ekrany */
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.2rem;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
}

ul {
  list-style-type: none;
  /* Usuń domyślne kropki */
  padding-left: 0;
  /* Usuń wcięcie */
}

ul li::before {
  content: "- ";
  /* Dodaj myślnik przed każdym elementem */
}

/* Stylizacja myślników w navbarze */
.navbar-nav .nav-item::before {
  content: "-";
  /* Myślnik przed linkiem */
  margin-right: 0.5rem;
  /* Odstęp od tekstu */
  color: rgb(248, 246, 239);
  /* Kolor myślnika */
}

.footer__col ul {
  list-style-type: none;
  padding-left: 0;
}

.footer__col ul li::before {
  content: none;
}

.contact-info ul {
  list-style-type: none;
  padding-left: 0;
}

.contact-info ul li::before {
  content: none;
}


.no-margin {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

@media (max-width: 576px) {
  .card-body p.display-6.name {
    white-space: nowrap;
  }
}

.g {
    font-weight: 400;
}

@media (max-width: 576px) { /* Urządzenia mobilne */
    .name {
        font-size: 2rem;
    }
}

@media (max-width: 400px) { /* Bardzo małe ekrany */
    .name {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {  /* Dla urządzeń mobilnych */
    .footer__logo {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        padding: 0 !important;  /* Usuń dodatkowe odstępy */
    }

    .footer__logo p {
        margin: 2px 0 !important;  /* Minimalny margines w akapicie */
    }

    .footer__logo .logo {
        margin: 0 !important;  /* Usuń margines w linku */
    }
}

