/*!
 * Start Bootstrap - Agency v5.0.7 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
}

a {
  color: #00A0FF;
text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #0000B0;
    text-decoration: none;
}
a.speaker {
  color: #0040E0;
}

a.speaker:hover, a.speaker:active, a.speaker:focus {
  color: #0000B0;
}
a.agenda {
  color: #FFC030;
}

a.agenda:hover, a.agenda:active, a.agenda:focus {
  color: #FF8040;
}
.text-primary {
  color: #00A0FF !important;
    text-decoration-style: double;
}
.text-primary:hover {
  color: #0040E0 !important;
}

h1 {
  font-weight: 700; 
    font-size: 30px;   
}
h2 {
  font-weight: 700; 
    font-size: 26px;   
}
h3 {
  font-weight: 700; 
    font-size: 24px;   
}
h4 {
  font-weight: 700; 
    font-size: 22px;   
}
h5 {
  font-weight: 700; 
    font-size: 20px;   
}
h6 {
  font-weight: 700;
    font-size: 18px;
}
hr {
border-bottom: 1px solid #ffffff;
width: 40%;
    margin-bottom: 10px;
}
hr.footer {
border-bottom: 1px solid grey;
width: 60%;
    margin-bottom: 10px;
}
section {
  padding: 40px 0;
}
section p {
    font-size: 18px;
  line-height: 1.5;
}
ul.check {
  list-style-image: url(../img/check.png);
}
ul.dot {
  list-style-image: url(../img/circle-dot-regular.svg);
}
li {
   font-size: 18px;
  line-height: 1.5;
}
.linkedin {
    height: 20px;
    margin-bottom: 5px;
}

.btn {
  font-weight: 600;
}

.btn-xl {
  font-size: 18px;
  padding: 5px 10px;
}

.btn-primary {
  background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #FF8040 !important;
  border-color: #FF8040 !important;
  color: black;
}
.btn-speaker {
  background-color: #ffffff;
  border-color: #000000;
    color: #000000;
    padding: 5px 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.btn-speaker:active, .btn-speaker:focus, .btn-speaker:hover {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000;
  transform: translateY(-5px);
}
.btn-blue {
  background-color: #00A0FF;
  border-color: #000000;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  background-color: #00A0FF !important;
  border-color: #000000 !important;
  color: #ffffff;
  transform: translateY(-5px);
}
.btn-offcanvas {
  background-color: transparent;
    color: #1e10ac;
    font-size: 25px;
    font-weight: normal;
}

.btn-offcanvas:focus, .btn-offcanvas:hover {
  color: #FFC030; 
    text-decoration-line: underline;
} 


::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(255, 255, 255, 0.98);
    
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 13px;
  text-transform: inherit;
  color: #000000;
  border: 0;
}

#mainNav .navbar-brand {
  color: #000000;
    font-size: 18px;
    font-weight: 700;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  font-weight: 600;
  padding: 0.4em 0.7em;
  letter-spacing: 1px;
  color: #000000; 
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00A0FF;
}
#mainNav.navbar-shrink {
    background-color: rgba(255, 255, 255, 0.98);
    
  }
#mainNav.navbar-shrink .navbar-brand {
  color: #000000;
}
#mainNav.navbar-shrink .navbar-toggler {
  color: #00A0FF;
}
@media (min-width: 768px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mainNav .navbar-brand {
      color: #000000;
    font-size: 22px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1em !important;
      font-weight: 600;
      font-size: 18px;
      color: #000000;;
  }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00A0FF !important;
}
  #mainNav.navbar-shrink {
      padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 22px;
    padding: 12px 0;
      color: #000000;
  }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: #000000;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active, #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.hover {
  color: #00A0FF !important;
}
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #mainNav .navbar-brand {
      color: #000000;
    font-size: 22px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding-right: 1.1em !important;
      font-weight: 600;
      font-size: 18px;
      color: #000000;
  }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #00A0FF !important;
}
  #mainNav.navbar-shrink {
      
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 22px;
      color: #000000;
  }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: #000000;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active, #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.hover {
  color: #00A0FF !important;
}
}

header.masthead {
    padding-top: 120px;
    padding-bottom: 50px;
  background-color:white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

  header.masthead h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
  }
header.masthead h2 {
    font-family: 'Nunito Sans', 'Arial', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
  }
header.masthead p {
    font-size: 18px;
  }

@media (min-width: 768px) {
    header.masthead {
        padding-top: 130px;
    padding-bottom: 70px;
  color: black;
  background-color:white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
  
  header.masthead h1 {
      font-weight: normal;
      color: #000000;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
      font-weight: 700;
  }
    header.masthead h2 {
        font-family: 'Nunito Sans', 'Arial', sans-serif;
        color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
  }
    header.masthead p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
    header.masthead {
        padding-top: 190px;
    padding-bottom: 90px;
  color: black;
  background-color:white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
  
  header.masthead h1 {
      font-weight: normal;
      color: black;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 35px;
      font-weight: 700;
  }
    header.masthead h2 {
        font-family: 'Nunito Sans', 'Arial', sans-serif;
        color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
  }
    header.masthead p {
    font-size: 18px;
  }
}
footer p {
    font-size: 12px;
}
footer a {
    color: #A0A0A0;
    text-decoration-line: underline;
}
footer a:hover, a:focus {
    color: black;
    text-decoration-line: underline;
}
img {
    width: 100%;
    height: auto;
}
.bg-gradient-primary-to-secondary {
  color: white;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/Warszawa1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.9) 0%, rgba(30, 48, 243, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-muted {
    color: #707070;
}
.pink {
background-color: #FFC030;
    color: white;
}
.yellow {
background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%), url(../img/Warszawa1.jpg);
background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    color: white;
}
@media (min-width: 768px) {
    .yellow {
  background-attachment: fixed;
}
}
.deepgray {
background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    color: black;
}
.deepblue {
background-color: #0040E0;
background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    color: white;
}
.deepblue a {
  color: #40C08D;
text-decoration: none;
}

.deepblue a:hover, a:active, a:focus {
  color: #10905D;
    text-decoration: none;
}
.custom-offcanvas {
  width: 300px; /* Przykładowa szerokość */
}

@media (min-width: 768px) {
  .custom-offcanvas {
      margin: 150px;
      padding: 20px 10px;
    width: 800px; /* Przykładowa szerokość dla większych ekranów */
  }
}
.nav-tabs .nav-link {
        color: #FFC030;
        border: 2px solid #dee2e6;
        border-radius: 10px 10px 0px 0px;
    }
    .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
    }
    .nav-tabs .nav-link.active {
        color: #0020A0;
        background-color: transparent;
        border-color: #dee2e6 #dee2e6 #fff;
    }
.acordeon {
            color: #FFC030;
        }

.agenda {
    color:#FFC030;
}
.card {
    border: none;
    background-color: #ffffff;
}
.card-hover {
  transition: transform 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
}
card.download {
    border: none;
}
img.download {
    border: none;
}
.was-validated .form-control:invalid, .was-validated .form-check-input:invalid {
            border-color: #dc3545;
        }
        .was-validated .form-control:valid, .was-validated .form-check-input:valid {
            border-color: #28a745;
        }
.textarea-lg {
            font-size: 1rem;
            padding: .5rem;
            border-radius: .25rem;
            width: 100%; /* Szerokość 100% kontenera */
            height: 250px; /* Wysokość pola */
        }
.select-with-arrow {
            position: relative;
        }
        .select-with-arrow select {
            appearance: none; /* Usuwa domyślny styl przeglądarki */
            -webkit-appearance: none; /* Dla Safari */
            -moz-appearance: none; /* Dla Firefox */
            padding-right: 2.5rem; /* Miejsce na ikonę */
        }
        .select-with-arrow::after {
            content: '\25BC'; /* Unicode dla strzałki w dół */
            position: absolute;
            right: 10px;
            top: 75%;
            transform: translateY(-50%);
            pointer-events: none; /* Ikona nie będzie interaktywna */
            font-size: 1rem;
            color: #555; /* Kolor ikony */
        }
.nav-pills .nav-link {
      background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 8px 10px 10px grey;
        margin: 0.3rem;
    }
    .nav-pills .nav-link.active {
      background-color: #FFC030 !important;
  border-color: #FFC030 !important;
  color: black;
    box-shadow: none;
    }
@media (min-width: 768px) {
    .nav-pills .nav-link {
    background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 15px 10px 10px grey;
        margin: 0.6rem;
    }
}
.icon-circle {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            background-color: #007bff;
            color: white;
            font-size: 24px;
        }
sup {
    color: red;
}
.testimonial {
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 330px; /* <- stała wysokość */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}


    .carousel-item > .row {
      display: flex;
    }

    .carousel {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #00A0FF;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-100%);
  z-index: 10;
}

.carousel-control-prev {
  left: -60px; /* wypycha strzałkę w lewo */
}

.carousel-control-next {
  right: -60px; /* wypycha strzałkę w prawo */
}

    .carousel-inner {
      max-height: 100%;
    }
@media (max-width: 768px) {
  .carousel-control-prev {
  left: 50px; /* wypycha strzałkę w lewo */
}

.carousel-control-next {
  right: 50px; /* wypycha strzałkę w prawo */
}
}
@media (max-width: 992px) {
    .carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
}
   .carousel-control-prev {
  left: -10px; /* wypycha strzałkę w lewo */
}

.carousel-control-next {
  right: -10px; /* wypycha strzałkę w prawo */
} 
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-light {
    background: #F5F5F7 !important;
}
.box {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

/* opcjonalnie – wyrównanie treści */
.box ul {
  margin-bottom: 0;
}

/* tła */
.bg-1 { background: #f5f7fa; }
.bg-2 { background: #eef6ff; }
.bg-3 { background: #fdf4ea; }
.bg-4 { background: #f1f8f4; }
.bg-5 { background: #faf1f5; }