/* Usuń wewnętrzne odstępy i gapy */
#lead .container-fluid { padding-left: 0; padding-right: 0; }
#lead .row.g-0 > [class*="col-"] { padding: 0; }

/* Sekcja bez wymuszania pełnego vh */
.lead-row { min-height: auto; }

/* Ramka pod wideo — ma realną wysokość */
.lead-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(240px, 58vh, 480px); /* ✅ max 480px, responsywnie na mobile */
}

/* Wideo jak tło (cover) */
.lead-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Mobile: padding tylko dla wideo */
@media (max-width: 767.98px) {
  .lead-media {
    padding: 40px 10px;   /* góra/dół 40px, boki 10px */
    box-sizing: border-box;
  }
  .lead-video {
    position: relative;   /* ważne – żeby padding działał */
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


/* (opcjonalnie) overlay, jeśli potrzebny
.lead-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.35));
  pointer-events: none;
}
*/


.image-gallery {
  padding: 16px;
}

.image-gallery .row {
  display: flex;
  flex-wrap: wrap;
}

.image-gallery .col-12 {
  flex: 1 1 100%;
  padding-top: 20px; /* odstęp od góry każdego kafelka */
}

@media (min-width: 992px) {
  .image-gallery .col-lg-4 {
    flex: 1 1 calc(33.333% - 20px);
    margin-right: 20px;
  }
  .image-gallery .col-lg-4:nth-child(3n) {
    margin-right: 0; /* usuwa margines na końcu rzędu */
  }
}

.image-box {
  aspect-ratio: 4 / 3; /* bardziej naturalne proporcje niż 16:9 */
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



#blog img {
  max-width: 100%;
  height: auto;
}


/* Styl dla formularza na wersji mobilnej (maksymalna szerokość 768px) */
@media (max-width: 768px) {
    .form-clients {
        padding: 0; !important;/* Usuń padding */
      
    }

    .form-container {
    padding: 0 !important;
}
    
    /* Możesz dodać inne dostosowania dla elementów, jeśli to konieczne */
}


.form-container {
    text-align: center;
    padding: 20px;
}

.form-clients {
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 40px;
    margin: auto;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.form-clients label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
}

.form-clients input[type="text"],
.form-clients input[type="email"],
.form-clients select,
.form-clients textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: white;
}

.form-clients select {
    font-size: 1.1em;
    text-align: left;
}

.form-clients textarea {
    height: 200px; /* Zwiększona wysokość pola tekstowego */
}

.form-clients input[type="submit"],
.button-dark-bg { /* Styl dla przycisku 'Wyślij zapytanie' */
    padding: 15px 30px;
    background-color: #209722;
    color: #fff;
    border-radius: 99px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: block; /* Wyśrodkowanie przycisku */
    margin: 10px auto; /* Dodatkowy margines */
}

.form-clients input[type="submit"]:hover,
.button-dark-bg:hover {
    background-color: #1c711e;
}

/* Styl dla checkboxa */
.checkbox-container label {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
}

button#submit-button {
    border: none; /* Usunięcie obramówki */
    outline: none; /* Usunięcie zaznaczenia przy naciśnięciu przycisku */
}



.contacts-cards {
  margin-top:60px;
}

#mlb2-3662255.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-3662255.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
    height: 200px !important;
}

.under-portfolio {
  max-width: 700px !important;
  text-align: center;
  margin-top: 150px !important;
}

.cta-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-widget {
  width: 100%;
  background-color:#028700;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 75px;
  border-radius: 50px;
}

.contact-widget-home {
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 75px;

  background: linear-gradient(rgba(0, 65, 135, 0.9), rgba(0, 65, 135, 0.9)),
              url('../media/mavic-ctabg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Mobilne dostosowanie tła */
@media (max-width: 768px) {
  .contact-widget-home {
    background-position: 60% center; /* delikatne przesunięcie, żeby dron/gimbal były widoczne */
  }
}




.contact-widget-home h2 {
  font-size: 52.35px;
}

 .contact-widget h2 {
font-size: 42px;
}

.contact-widget .main-container {
  padding: 10px;
}

#contacts .material-symbols-outlined {
    font-size: 80px;
    color: #028700;
}

#sticky-cennik {
  position: sticky;
  top: 15%;
}


#submenu .material-symbols-outlined {
  padding-right: 5px;
}

#blog {
  margin-top: 0;
  margin-bottom: 60px;
}

#blog h3 {
  min-height: 82px;
}

/** worth to know **/

.wtkn {
  border-left: 5px solid #028700;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
      box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  background-color: #fff;

}

.contest-blog {
  padding: 10px 15px 10px 15px;
  border: 1px solid #e8e8e8e8;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  margin-bottom: 36px;
}

.contest-blog ul {
  padding-left: 0 !important;
  padding-bottom: 0! important;
}

.contest-blog span {
  font-size: 150%;
  padding-bottom: 1.5em;
}

.contest-blog a {
  text-decoration: none;
}

.contest-blog ul li {
  list-style: none;
  list-style-type: none;
  border-bottom: 1px solid #e3e3e3e3;
  padding: 0.1em 0 0.1em 0;
}

.contacts-deails {
  color: #028700;
  text-decoration: underline;
}

.services-content h2, .services-content h3  {
  padding-top: 3.5em;
  margin-top: -3.5em;
}

.cta2-image {

  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);

  background:  url("../media/laptop-copywriter.jpg");

  position: relative;

  height: 241px;

  background-position: left;

  border-radius: 0 10px 10px 0;

  background-repeat: no-repeat;

  background-size: cover;

}



.cta-content2 {

  position: absolute;

  top: 50%;

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  padding-bottom: 15px;

  padding-left: 1.5em;

}

.button-shadow {
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}


a.button-dark-bg {

  padding: 15px 30px;

  background-color: #209722;

  color: #fff;

  border-radius: 99px;

  font-size: 16px;

  font-weight: bold;

  text-transform: uppercase;

  cursor: pointer;

  text-decoration: none;

}



a.button-dark-bg:hover {

  background-color: #1c711e;

}

.contact-lead {

  margin-top: 100px;

  margin-bottom: 100px;

}



.contact-methods {

  margin-bottom: 115px;

}



a {

  color: #028700;

}



.last-li {

  border-bottom: unset !important;

}



/** mobile changes 400px **/



@media only screen and (max-width: 600px) {

    #hero {
      padding: 50px 0 90px 0 !important;
    }

    .cta-content {

      padding: 1em;

      font-size: 80%;

      text-align: center;

      }
    .phone-contacts {
      padding-bottom: 4em;
    }

    .cards-blog {
     padding-top: 5em;
    }
    
    h1 {
      font-size: 38px !important;
    }
    h2 {
      font-size: 34px !important;
    }
    h3 {
      font-size: 26px !important;
    }
    p {
      font-size: 18px !important;
    }

}






/** blog **/



.blog-container {

  width: 1280px;

  display: block;

  margin: auto;

}



.blog .logos-portfolio {

  border-right: unset;

}



img.single-post {

  margin-bottom: 1em;
  border-radius: 30px;
  text-align: center;

}

.services-content .single-post {
  width: 100%;
  height: auto;
  display: block;
}



.blog-container h2 {

  font-size: 26px;

}



/** contact **/



#contact-page .material-symbols-outlined {

    font-size: 80px;

    color: #028700;

}



.date-blog {

  margin-bottom: 2em;

}



/** cta widget **/



.cta-widget {

    padding-bottom: 1em;

    padding-top: 2em;

    border: 1px solid #e8e8e8e8;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    border-radius: 10px;

    min-height: 200px;

    margin-bottom: 1em;

}



.cta-widget2 {

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    border-radius: 10px;

    min-height: 200px;

    margin-bottom: 1em;

    background: #012a57;

    color: #fff;

}



.cta-widget p {

  font-size: 16px;

}



/** sidebar **/



.contests {

  position: -webkit-sticky;

  position: sticky;

  top: 15%;

}



/** portfolio **/

.services-cards {
    margin-top: 70px !important;
}

.row-portfolio {

  margin-top: 70px !important;

}



.desc-portfolio {

  padding-left: 40px;

}



.logos-portfolio {

  display: flex;

  align-items: center;

  justify-content: center;

  border-right: 1px solid #e5e5e5;

}



/** listing style **/



ul {

  padding: unset;

}



.post-content ul {

  padding-left: 40px;

  padding-bottom: 2em;

}



.post-content ul li {

  font-size: 20px;

}



/** about me **/



.about-me-pic {

  display: block;

  margin: auto;

}



#strenghts .material-symbols-outlined {

    font-size: 80px;

    color: #028700;

}



#strenghts {

  text-align: center;

}



/** table cennik **/



.table-heading {

  background-color: #e5e5e5;

  border: unset;

  font-weight: 900;

}



table {

  width: 100%;

  border-collapse: collapse;

  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;

  border-radius: 10px;



}



table td {

  border: 2px solid #e5e5e5;

  padding: 5px 0 5px 10px;

  font-size: 18px;

}



/** sidebar form **/



.standard-labels input[type=text] {

  height: 40px;

}



.lead-form {

  padding: 0.5em;

  margin: 1em 0 1em 0;

}



input[name=content] {

  height: 200px;

}



label[for=privacy] p {

  font-size: 12px;

  margin-left: 20px;

}





input[type=text], input[type=submit] {

  width: 100%;



}



input[type=submit] {

  padding: 15px 30px;

  background-color: #028700;

  color: #fff;

  border-radius: 99px;

  font-size: 16px;

  text-transform: uppercase;

  cursor: pointer;

  border: unset;

}



form * {

  margin-bottom: 1em;

}



/** sidebar services **/



.contests {

    padding: 0.5em;

    padding-left: 0.8em;

    border: 1px solid #e8e8e8e8;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    border-radius: 10px;

}



.contests ul li {

  list-style-type: none;

  border-bottom: 1px solid #e3e3e3e3;

  padding: 0.3em 0 0.3em 0;

}



.contests a {

  text-decoration: none;

  color: unset;

  font-weight: unset;

}



.contests a:hover {

  color: #028700;

}



.contest ul:last-child {

  border: unset;

}



/** heading services **/

.services-heading-body {
  text-align: center;
  display: block;
  margin: auto;
}

.services-heading {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: 70px;
  margin-top: unset;

  /* Twoje tło */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/mavic-ctabg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: #fff;
}

.services-content {
  margin-top: unset;
}

.services-heading h1 {
  font-size: 52.35px;
  text-align: center;
}

/* Mobilne dostosowanie tła */
@media (max-width: 768px) {
  .services-heading {
    background-position: 65% center; /* przesunięcie w lewo, żeby było widać drona z prawej */
  }
}




/** services contaiener **/



.services-container {

  max-width: 1080px;

  display: block;

  margin: auto;

}





/** content **/





/** footer styles **/



footer {

  background-color: #e8e8e8e8;

  padding: 40px 0 40px 0;

  margin-top: 70px;

}




.contacts-footer {

  display: flex;

  padding-bottom: 10px;

}

.contacts-footer a {

 margin-left: 0.3em;

}




footer a {

  text-decoration: none;

  color: unset;

}



footer a:hover {

  color: #028700;

}



/** section homepage heading **/



h2.homepage-headings {

  padding: 30px 15px 30px 15px;

  background-color: #e8e8e8e8;

  text-align: center;

  margin-bottom: 40px;

}





.quote {

  font-style: italic;

}



#services .material-symbols-outlined {

  font-size: 80px;

}





/** services **/



#services .material-icons {

  font-size: 80px;

}



#services {

  text-align: center;

}



.services-cards {

  margin-top: 100px;

}





/** cards **/



span.stats, span.desc-stats {

  display: block;

}



span.stats {

  font-size: 400%;

  font-weight: 900;

}





/** stats section **/



#stats {



  background-color: #e8e8e8;

  text-align: center;

  padding: 100px 0 100px 0;



}



/** lead section **/



#lead {

  margin: auto;

  max-width: 960px;

}



/** mission sectiom **/



.mission {

  text-align: center;

  margin: auto;

  max-width: 800px;

}







/** Button style **/



a.button {

  padding: 15px 30px;

  background-color: #000;

  color: #fff;

  border-radius: 50px;

  font-size: 20px;

  font-weight: bold;

  text-transform: uppercase;

  cursor: pointer;

  text-decoration: none;

      box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);

}



a.button:hover {
  transition: 0.5s;
  background-color: #111;
}


a.button-bright {

  padding: 15px 30px;

  background-color: #028700;

  color: #fff;

  border-radius: 99px;

  font-size: 16px;

  font-weight: bold;

  text-transform: uppercase;

  cursor: pointer;

  text-decoration: none;

      box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);

}



a.button-bright:hover {
  transition: 0.5s;
  background-color: #076006;
}





/** Dropdown submenu **/



.active-flex {

  display: flex !important;
  transition: 2s;
}



#dropdown-menu {

  position: absolute;

  background-color: #fff;

  display: none;

  flex-direction: column;

  margin-top: 1em;

  border: 1px solid #e7e7e7e7;

  border-radius: 10px;

  z-index: 100;

  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;



}



li.subnav-items a:hover {

  color: #777;

}



li.subnav-items a {

  color: #222;
  padding: 0.7em 1em 0.7em 1em;
  display: flex;
  align-items: center;

}



li.subnav-items {

  border-bottom: 1px solid #e7e7e7e7;

  font-size: 80%;

  padding: 0;

}



@media screen and (max-width: 600px) {



#dropdown-menu {

  position: relative;

}

}



/** Slider **/



#hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0;
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
}




.logo img {

  max-width: 200px;

  display: block;

  }



#main-form {

  margin-top: 15px;

}



#hero-form {

  background-color: #111;

  padding: 26px 22px 26px 22px;

  border-radius: 20px;

}



#submit-hero {

  border: 0;

  background-color: green;

  border-radius: 20px;

}





footer ul li {

  list-style: none;

}



#mail {

  padding-right: 15px;

}



#mail, #phone {

  font-size: 200%;

  color: #028700;

}



#contact {

  padding: 25px 0 25px 0;

}



span.contacts {

  font-size: 400%;

  color: #015601;

}



#contact-cards * {

  margin-bottom: 10px;

}



.card-title {

  font-size: 14px;

  color: grey;

}



.card-places {

  width: 100%;

}



.places * {

  padding-bottom: 5px;

}





.places {

  margin: 15px 0 15px 0;

}



.card-places {

  font-size: 20px;

}



.price {

  font-size: 400%;

  font-weight: 800;

}



.card {

text-align:center;

border: 1px solid #e5e5e5;

}



.card-body {

  padding: 30px 0 30px 0;

}



section {

  margin-top: 100px;

}



#contact {

  background-color: #f5f5f5;

  margin-bottom: 0;

}



.card-body {

  text-align: center;

}



h2.heading-home {

  text-align: center;

}



h1.heading-services {

  font-size: 32px;

  padding-bottom: 16px;

  text-align: center;

}



.main-container {

  max-width: 900px;

  items-align:  center;

  margin: auto;

}



.full-row {

  width: 100%;

}



h2 {

  font-size: 32.36px;

}



h3 {

  font-size: 30px;

}



h1 {

  font-size: 52.35px;

}



h4 {

  font-size: 20px;

}



h1, h2, h3, h4, p {

  padding-bottom: 16px;

}



h1, h2, h3, h4 {

  border-bottom: 2px solid #;

}



* {

  box-sizing:  border-box;

  margin: 0;

  font-family: "Nunito", sans-serif;

}



p {

  font-size: 20px;

  margin-bottom: 20px;

}



nav ul {

  list-style: none;

}



nav li a {

  color: #222;

  text-decoration: none;

  font-size: 1.2em;

  font-weight: 900;

  text-transform: uppercase;

}



header {

  display: flex;

  justify-content:  space-between;

  align-items: center;

  padding:  20px 8%;

  background-color: #fff;

  text-decoration: none;

  border-bottom: 1px solid #e7e7e7e7;

  position: fixed;

  z-index: 80;

  width: 100%;

}



nav li {

  display: inline-block;

  padding: 0px 20px;

}



nav li a {

  transition:  all 0.3s ease 0s;

}



nav li a:hover {

  color: #028700;

}



.header-icons a {

  text-decoration: none;

}



.hamburger {

  display: none;

}



.menu {

  display: none !important;

}



.material-icons.phone {

  font-size: 28px !important;

}



.material-icons {

  color: #222;

}

.active {

  display: block !important;



}



.list-services {

  font-size: 20px;

}



.content {

  padding-top: 68px;

}





@media screen and (max-width: 1200px) {

  header {

    position: fixed;

    flex-direction:  column;

    padding: 0;

  }





nav li {

    display: block;

  }



#toggle {

  color: #222;

  display: block !important;

  position: absolute;

  top: 20px;

  right: 20px;

}



#phone {

  position: absolute;

  top: 20px;

  right: 70px;

}



#mail {

  position: absolute;

  top: 20px;

  right: 120px;

  padding-right: 0;

}

  .logo {
    position: absolute;
    display: block;
    top: 8.4px;   /* dokładne wyśrodkowanie */
    left: 10px;
    height: 51.2px; /* kontrolujesz wysokość logo */
}




  .logo img {

    max-width: 160px !important;

  }





nav {

  width: 100%;

  padding-top: 68px;

}



.nav-items {

  padding: 20px 10px;

  text-align: center;

}



#nav-links {

  display: none;

}




  .cards {

    padding-top: 1.2em;

  }



  .services-cards .cards {

  padding-top: 2.4em;

  }



  .services-cards {

   margin-top: unset !important;

  }



  li.contacts-footer {

    justify-content: center;

  }



  footer {

    text-align: center;

  }



  footer h4 {

    margin-bottom: 0 !important;

    padding-bottom: 0.618em !important;

  }



  footer .cards {

    padding-bottom: 1em;

  }



  .main-container {

  padding-right: 15px;

  padding-left: 15px;

  } 



  .services-container {

padding-left: 1.5em;

padding-right: 1.5em;

  } 



  .cta {

  position: absolute;

  display: block;

  top: 20px;

  right: 70px;

}

  .material-icons {

  font-size: 28px !important;

}


.blog-container {

  width: unset !important;

}



.desc-portfolio {

  padding-left: 1.5em;

  padding-right: 1.5em;

  padding-top: 1.5em;

}



.logos-portfolio img {

  max-width: 90% !important;

}



.contests {

  margin: 3em 1.5em 3em 1.5em;

}



img.single-post {

  width: 100%;

}



}