/*!
Theme Name: Moiz
Theme URI: http://www.energeticthemes.com/themes/moiz
Author: EnergeticThemes
Author URI: https://amjadalii.com
Description: A Template for Digital Marketing Agency HTML Template.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: @@pkg.textdomain
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
	## Main
	## Header
	## Page main title
	## Footer
	## Posts
	## Shop
	## Components
	## Search
# Elements
	## Accordion
	## Quote
	## Countdown
# Blocks
	## Member content - Team member
	## Pricing table
	## Quote
	## Testimonials
# Modules
	## Slider
# Comments
# 404
# Widgets
# Utilities
*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .xl-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }
  .xl-gutters > .col,
  .xl-gutters > [class*='col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.wp-caption-text {
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-header .navbar-expand-lg > .container,
  .site-header .navbar-expand-lg > .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.site-header .navbar {
  min-height: 100px;
}

.site-header .navbar .navbar-brand {
  max-width: 240px;
  margin-right: 1rem;
  margin-left: 0;
  font-size: 1.5rem;
}

.site-header .navbar .navbar-toggler:hover {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .site-header .navbar .navbar-collapse {
    margin-top: 20px;
    background-color: #fff;
    padding: 1rem 2rem;
  }
}

.site-header .navbar .navbar-nav .dropdown-toggle::after {
  margin-left: 0.1785em;
  margin-right: 0;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown-menu {
    top: calc(100% - 2px);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  }
  .site-header .navbar .navbar-nav .dropdown-menu.item:active {
    color: #ed5c4d;
  }
  .site-header .navbar .navbar-nav .dropdown-menu::before {
    border-style: solid;
    border-width: 0 10px 11px;
    top: -22px;
    content: "";
    height: 0;
    position: absolute;
    left: 1rem;
    width: 0;
    margin-top: 10px;
    border-color: transparent;
  }
  .site-header .navbar .navbar-nav .dropdown-menu::after {
    border-style: solid;
    border-width: 0 10px 11px;
    top: -20px;
    content: "";
    height: 0;
    position: absolute;
    left: 1rem;
    width: 0;
    margin-top: 10px;
    border-color: transparent transparent #fff;
  }
  .site-header .navbar .navbar-nav .dropdown-menu.dropdown-menu-right::before, .site-header .navbar .navbar-nav .dropdown-menu.dropdown-menu-right::after {
    left: initial;
    right: 1rem;
  }
}

.site-header .navbar .navbar-nav .dropdown-menu {
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .site-header .navbar .navbar-nav .dropdown-menu {
    border: solid 1px #000000;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .site-header .navbar .navbar-nav li:not(:first-child) {
    border-top: solid 1px #0000003b;
  }
}

.site-header .navbar .nav-item {
  font-family: "Poppins", sans-serif;
}

.site-header .navbar .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 992px) {
  .site-header .navbar .nav-item .nav-link {
    padding: 30px 0;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
    position: relative;
  }
  .site-header .navbar .nav-item .nav-link.active:hover::before {
    content: "";
    border-bottom: solid 2px #000;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 23px;
    z-index: 1;
    color: #ed5c4d;
  }
}

.site-header .navbar .navbar-nav a.active,
.site-header .navbar .dropdown.active > a,
.site-header .navbar .nav-item.show .nav-link {
  color: #000;
}

@media (min-width: 992px) {
  .site-header .etcode-mobile-logo {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .site-header .etcode-logo {
    display: none;
  }
}

.navbar {
  background-color: #fdf7e8;
}

.navbar .nav-modules {
  padding: 0;
  margin: 0;
}

.navbar .nav-modules .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-modules .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #fff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar input {
    width: 320px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fdf7e8;
  padding: 15px 30px 15px 0;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-modules .nav-item-social-nav .btn-link {
  font-size: 1rem;
}

.navbar .nav-modules .nav-item-social-nav:not(:last-child) {
  margin-right: 1.2rem;
  padding-right: 1.2rem;
  border-right: solid 1px #000000;
}

.navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Page main title
--------------------------------------------------------------*/
.page-main-title {
  padding: 6rem 0 6.25rem;
  background-color: #fdf7e8;
}

@media (max-width: 575.98px) {
  .page-main-title {
    padding: 2.5rem 0;
  }
}

.page-main-title .entry-title {
  margin-bottom: 15px;
  color: #ed5c4d;
}

.page-main-title p {
  margin: 0;
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  font-family: "Poppins", sans-serif;
  background: #273253;
}

.site-footer .widget .widget-title {
  text-transform: uppercase;
  font-size: 1rem;
  color: #212529;
}

.site-footer ol,
.site-footer ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer .footer-widgets {
  padding-top: 100px;
  padding-bottom: 32px;
  color: #fdf7e8;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 991.98px) {
  .site-footer .footer-widgets {
    padding-top: 100px;
  }
}

.site-footer .footer-widgets a {
  color: #fdf7e8;
}

.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}

.site-footer .footer-widgets .footer-widget ul ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer .footer-widgets .footer-widget ul li {
  padding: 0.3846153846rem 0;
}

.site-footer .footer-bottom-area {
  border-top: solid 1px #384367;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fdf7e8;
}

@media (max-width: 991.98px) {
  .site-footer .footer-bottom-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.site-footer .footer-bottom-area a {
  color: #fdf7e8;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog-post article {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}

.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .entry-content-wrapper .entry-title {
  margin-bottom: 1.5rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-post:not(.single-post) .entry-content > p {
  margin: 0;
}

.blog-post:not(.single-post) .entry-footer {
  margin-top: 25px;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #adb5bd;
  position: absolute;
  top: -32px;
  left: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.blog-post .sticky .entry-content-wrapper {
  background-color: #fff !important;
  padding: 30px 20px 30px;
}

body.blog article .entry-content-wrapper .entry-title {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  body.blog article .entry-content-wrapper .entry-title {
    font-size: 2rem;
  }
}

.blog-post .col-lg-12 article .entry-content-wrapper {
  padding-top: 2.1rem;
}

.blog-post .col-lg-12 article .entry-content-wrapper .entry-title {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .blog-post .col-lg-12 article .entry-content-wrapper .entry-title {
    font-size: 1.75rem;
  }
}

.blog-post .col-lg-6 article,
.blog-post .col-md-6 article,
.blog-post .col-lg-4 article,
.blog-post .col-md-4 article,
.blog-post .col-lg-3 article,
.blog-post .col-md-3 article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 5rem;
}

.blog-post .col-lg-6 .entry-content-wrapper,
.blog-post .col-md-6 .entry-content-wrapper,
.blog-post .col-lg-4 .entry-content-wrapper,
.blog-post .col-md-4 .entry-content-wrapper,
.blog-post .col-lg-3 .entry-content-wrapper,
.blog-post .col-md-3 .entry-content-wrapper {
  padding-top: 2.1rem;
}

.blog-post .col-lg-6 .entry-content-wrapper .entry-title,
.blog-post .col-md-6 .entry-content-wrapper .entry-title,
.blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.blog-post .col-md-4 .entry-content-wrapper .entry-title,
.blog-post .col-lg-3 .entry-content-wrapper .entry-title,
.blog-post .col-md-3 .entry-content-wrapper .entry-title {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .blog-post .col-lg-6 .entry-content-wrapper .entry-title,
  .blog-post .col-md-6 .entry-content-wrapper .entry-title,
  .blog-post .col-lg-4 .entry-content-wrapper .entry-title,
  .blog-post .col-md-4 .entry-content-wrapper .entry-title,
  .blog-post .col-lg-3 .entry-content-wrapper .entry-title,
  .blog-post .col-md-3 .entry-content-wrapper .entry-title {
    font-size: 1.5rem;
  }
}

.blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.blog-post .col-md-4 .entry-content-wrapper .entry-title {
  font-size: 1.25rem;
}

.row > [class*="col-"] .blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.row > [class*="col-"] .blog-post .col-md-4 .entry-content-wrapper .entry-title,
.row.blog-post > .col-lg-3 .entry-content-wrapper .entry-title {
  font-size: 1.194rem;
}

.entry-meta-top {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 0.4rem;
}

.entry-meta-top a {
  color: #495057;
}

.entry-meta-top span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.entry-meta-top span:not(:last-child) {
  margin-right: 2rem;
}

.entry-meta-top span i {
  margin-right: 0.5rem;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.entry-footer .entry-meta-bottom {
  margin-top: 4rem;
}

.entry-footer .entry-author-container {
  border-top: solid 1px #000000;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.entry-footer .entry-author-container .caps {
  color: #adb5bd;
}

.entry-footer .navigation.post-navigation {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.entry-footer .navigation.post-navigation .nav-subtitle {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.entry-footer .navigation.post-navigation .nav-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li.tags-icon {
  color: #adb5bd;
  margin-right: 0.5rem;
}

.entry-tags li a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 12px 20px;
  margin: 5px 0.5rem 5px 0;
  font-size: 0.875em;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-tags li a:hover {
  background-color: #f2f2f2;
}

a.entry-read-more {
  display: block;
  color: #adb5bd;
  font-size: 0.9rem;
}

.blog-post.card-post-style article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 80px;
}

.blog-post.card-post-style article .entry-content-wrapper {
  border: solid 1px #fdf7e8;
  border-top-width: 0;
  padding: 30px 25px;
}

.blog-list-style article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.blog-list-style article .entry-media {
  max-width: 100px;
  margin-right: 20px;
}

.blog-list-style article .entry-content-wrapper {
  padding-top: 0 !important;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.blog-list-style article .entry-content-wrapper .entry-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.blog-list-style div:last-child article {
  border-bottom: none;
}

.simple-entry-list.blog-post {
  margin: 0;
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}

.simple-entry-list.blog-post article {
  padding: 30px 25px 22px;
  background-color: #f5f5f5;
}

.simple-entry-list.blog-post article:not(:last-child) {
  margin-bottom: 1.5rem;
}

.simple-entry-list.blog-post article .entry-media {
  margin-left: 41px;
  margin-bottom: 1.5rem;
}

.simple-entry-list.blog-post article .entry-content-wrapper {
  padding: 0 !important;
}

.simple-entry-list.blog-post article .entry-content-wrapper .entry-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.simple-entry-list.blog-post article .entry-content-wrapper .entry-header .entry-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
  display: block;
  line-height: 1.4;
}

.simple-entry-list.blog-post article .entry-content-wrapper .entry-header .entry-meta-top {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  color: #adb5bd;
  margin: 0;
}

.single-post article {
  padding-bottom: 1.9rem;
}

@media (max-width: 767.98px) {
  .single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
}

.single-post article .entry-content-wrapper .entry-media {
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media img {
  z-index: 1;
  position: relative;
}

.single-post article .entry-content-wrapper .entry-media .entry-media-gallery .flickity-page-dots {
  bottom: 40px;
}

.single-post .comments {
  background: #fff;
  padding-top: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.single-post .entry-footer,
.container-small {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .single-post .entry-footer,
  .container-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.text-center.align-items-center .btn.btn-light {
  color: #666666;
  background: #707070;
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: calc(1.5rem + 3vw);
  font-weight: 600;
  line-height: 0.9;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@media (min-width: 1200px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
  }
}

.blog-slider.blog-post.manndi-slider-one article {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 0;
}

.blog-slider.blog-post.manndi-slider-one article .entry-media {
  max-width: 100%;
  padding: 0;
}

.blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  background-color: #fff;
  padding: 2rem;
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper {
    max-width: 500px;
  }
}

@media (max-width: 575.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper {
    padding: 1.4rem 1rem;
    position: relative;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-title {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 575.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-title {
    font-size: 1.25rem;
  }
}

.blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-content {
  padding: 0;
}

.blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-content p {
  padding: 0;
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-content {
    display: none;
  }
}

.blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-read-more {
  display: inline-block;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.manndi-slider-one article .entry-content-wrapper .entry-read-more {
    display: none;
  }
}

@media (min-width: 992px) {
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button {
    top: initial;
    bottom: 30px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.next {
    left: initial;
    right: 30px;
  }
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.previous {
    left: initial;
    right: 110px;
  }
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.previous,
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.next {
    top: 10px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.next {
    left: initial;
    right: 10px;
  }
  .blog-slider.blog-post.manndi-slider-one .flickity-prev-next-button.previous {
    left: initial;
    right: 87px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio article {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .portfolio article {
    margin-bottom: 6rem;
  }
}

.portfolio article .entry-media {
  margin-bottom: 1rem;
}

.portfolio article .entry-content-wrapper .entry-header .entry-meta-top,
.portfolio article .entry-content-wrapper .entry-header .entry-meta-top a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ed5c4d;
  margin-top: 35px;
}

.portfolio article .entry-content-wrapper .entry-header .entry-title {
  font-size: calc(1.3rem + 0.6vw);
  color: #273253;
  margin-top: -10px;
}

@media (min-width: 1200px) {
  .portfolio article .entry-content-wrapper .entry-header .entry-title {
    font-size: 1.75rem;
  }
}

.portfolio article .entry-content-wrapper .entry-header .entry-content {
  font-size: calc(1.3rem + 0.6vw);
  color: #273253;
}

@media (min-width: 1200px) {
  .portfolio article .entry-content-wrapper .entry-header .entry-content {
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.shop-item-toolbar {
  margin-bottom: 2.5rem;
}

/* Products */
.products {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 575.98px) {
  .row > [class*='col-'] .row .product {
    padding-right: 0;
    padding-left: 0;
  }
}

/**** Single Product ****/
.single-product-content:after {
  content: "";
  display: block;
  clear: both;
}

.single-product-content .single-product-images .single-product-image:after {
  content: "";
  clear: both;
  display: block;
}

.single-product-content .single-product-images .product-images-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.single-product-content .single-product-images .product-images-gallery li {
  padding: 0px 0.5rem 0;
  width: 25%;
}

.single-product-content .product-title {
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-cat {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-content .single-product-price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-rating {
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-rating .rating {
  color: #341fff;
}

.single-product-content .single-product-rating .rating-count {
  font-size: 15px;
}

.single-product-content .single-product-description {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.single-product-content .add-to-cart-warp .quantity {
  position: relative;
  float: left;
  margin-right: 0.5rem;
}

.single-product-content .add-to-cart-warp .quantity .total-quantity {
  padding-right: 0.4545454545rem;
  padding-left: 0.8rem;
  max-width: 70px;
}

.single-product-content .in-stock {
  float: right;
}

.single-product-content .single-product-meta {
  font-size: 0.875rem;
  border-top: solid 1px #000000;
  margin-top: 2rem;
  padding-top: 1.6rem;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.single-product-content .single-product-meta li span {
  font-weight: 700;
}

.single-product-content .single-product-meta li span span {
  font-weight: 400;
}

.product-extra-info {
  margin-top: 18px;
}

.related-products {
  margin-bottom: 70px;
}

@media only screen and (max-width: 450px) {
  .products {
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .products li {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.widget ul.product-filterBySize,
.product-filterBySize {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
}

.widget ul.product-filterBySize li,
.product-filterBySize li {
  display: inline-block;
}

.widget ul.product-filterBySize li a,
.product-filterBySize li a {
  display: block;
  background: #fff;
  padding: 0.9rem;
  text-align: center;
  line-height: 1;
  min-width: 55px;
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
  border: solid 1px #000000;
}

.widget ul.product-filterBySize li a:hover,
.product-filterBySize li a:hover {
  color: #fff;
  background-color: #343a40;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.pagination li:not(:last-child), .woocommerce-pagination li:not(:last-child) {
  margin-right: 0.8333333333rem;
}

.pagination .nav-links, .woocommerce-pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem;
}

.pagination .nav-links .page-numbers:not(:last-child), .woocommerce-pagination .nav-links .page-numbers:not(:last-child) {
  margin-right: 0.8333333333rem;
}

.page-numbers {
  margin: 0;
  padding: 0;
}

.page-numbers li > *,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination > li > a,
.nav-links > span,
.nav-links > a,
.page-links > * {
  position: relative;
  display: block;
  padding: 0.375rem 0.93rem;
  margin-left: -1px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 3px;
}

.page-numbers li > *:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover,
.pagination > li > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > *:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #343a40;
  border-color: #000000;
}

.page-numbers li > *:focus,
.page-item:first-child .page-link:focus,
.page-item:last-child .page-link:focus,
.pagination > li > a:focus,
.nav-links > span:focus,
.nav-links > a:focus,
.page-links > *:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 240, 224, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 240, 224, 0.25);
}

.page-links > * {
  display: inline-block;
}

.page-links > .current,
.page-numbers .current,
.page-item.active .page-link,
.nav-links > .current {
  z-index: 1;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-links > .current:hover,
.page-numbers .current:hover,
.page-item.active .page-link:hover,
.nav-links > .current:hover {
  border-color: #343a40;
}

.breadcrumb {
  background: transparent;
  font-size: 0.9rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

table th,
table td {
  vertical-align: top;
  border-top: 1px solid #000000;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}

table tbody + tbody {
  border-top: 2px solid #000000;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
  position: relative;
}

.search-form .search-field {
  margin: 0;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.2em 0.8em;
  position: absolute;
  right: -2px;
  top: 2px;
  height: 46px;
}

.search-form .search-submit .icon {
  fill: #000;
  height: 27px;
  top: 0.05em;
  position: relative;
  width: 27px;
}

@media only screen and (min-height: 500px) {
  .search-no-results .site-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.search-no-results .search-wrapper {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.search-no-results .page-header {
  margin: 0 auto -1rem;
}

.search-no-results .site-footer {
  display: none;
}

/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#infinite-handle {
  text-align: center;
  margin: 0 auto;
}

#infinite-handle span {
  background: initial;
  border-radius: initial;
  color: initial;
  cursor: pointer;
  font-size: initial;
  padding: initial;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card .card-header a {
  display: block;
  position: relative;
}

.accordion .card .card-header a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}

.accordion .card .card-header a.collapsed::before {
  content: "\f107";
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-default {
  color: #fdf7e8;
  background-color: #ed5c4d;
  border-color: #ed5c4d;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-default:hover {
  background-color: #273253;
  border-color: #273253;
  color: #fff;
}



/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  display: block;
  width: 100%;
  height: calc(1.8em + 1.626rem + 2px);
  padding: 0.813rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  background-color: none;
  background-clip: padding-box;
  border: 1px solid #707070;
  border-radius: 0.15rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"] {
    -webkit-transition: none;
    transition: none;
  }
}

select::-ms-expand,
textarea::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand {
  background-color: transparent;
  border: 1;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder {
  color: #6c757d;
  opacity: 1;
}

select:disabled, select[readonly],
textarea:disabled,
textarea[readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: Transparent;
}

select[size], select[multiple] {
  height: auto;
}

textarea {
  height: auto;
}

.comment-form-cookies-consent {
  position: relative;
  display: block;
}

.comment-form-cookies-consent input[type="checkbox"],
.comment-form-cookies-consent input[type="radio"] {
  position: absolute;
}

.comment-form-cookies-consent input[type="checkbox"]:disabled ~ .form-check-label,
.comment-form-cookies-consent input[type="radio"]:disabled ~ .form-check-label {
  color: #6c757d;
}

.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.subscribe-box .form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.subscribe-box .input-group-md-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
blockquote:not(.is-style-large),
.wp-block-quote:not(.is-style-large) {
  border-left: 4px solid #343a40;
  padding-left: 20px;
}

@media screen and (min-width: 600px) {
  blockquote:not(.is-style-large),
  .wp-block-quote:not(.is-style-large) {
    padding-left: 30px;
  }
}

@media screen and (min-width: 600px) {
  blockquote:not(.is-style-large) p,
  .wp-block-quote:not(.is-style-large) p {
    font-size: 1.25rem;
  }
}

blockquote p,
.wp-block-quote p {
  line-height: 1.7;
  margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite {
  color: #adb5bd;
  display: block;
  margin-top: 1rem;
}

blockquote.is-style-large,
.wp-block-quote.is-style-large {
  border-left: none;
  margin: 30px auto;
  padding-left: 50px;
}

blockquote.is-style-large p:first-of-type,
.wp-block-quote.is-style-large p:first-of-type {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  blockquote.is-style-large p:first-of-type,
  .wp-block-quote.is-style-large p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

blockquote.is-style-large cite,
.wp-block-quote.is-style-large cite {
  font-size: 0.9rem;
  margin-top: 0.35em;
  text-align: inherit;
  font-style: italic;
}

/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1200px) {
  .countdown .countdown_value {
    font-size: 2.5rem;
  }
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonials .testimonial-container {
  width: 100%;
}

@media (min-width: 768px) {
  .testimonials .testimonial-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials .testimonial-container .testimonial-author,
  .testimonials .testimonial-container .testimonial {
    overflow: hidden;
    width: 50%;
  }
}

.testimonials .testimonial-container .testimonial {
  background: #fff0e0;
  padding: 40px;
}

.testimonials .testimonial-container .testimonial .testimonial-quote {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .testimonials .testimonial-container .testimonial .testimonial-quote {
    font-size: 1.375rem;
  }
}

.testimonials .testimonial-container .testimonial cite {
  display: block;
  margin-top: 25px;
  font-style: normal;
  color: #6c757d;
}

@media (min-width: 992px) {
  .testimonials .testimonial-container .testimonial cite {
    margin-top: auto;
  }
}

.testimonials .flickity-page-dots {
  position: relative;
}

.testimonials .flickity-prev-next-button.previous {
  left: -115px;
}

.testimonials .flickity-prev-next-button.next {
  right: -115px;
}

@media (min-width: 992px) {
  .testimonial-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.testimonial-block .testimonial-text {
  background-color: #273253;
  padding: 60px 40px;
  color: #fff;
}

@media (min-width: 992px) {
  .testimonial-block .testimonial-text {
    width: 50%;
    padding: 80px 60px;
    color: #fff;
  }
}

.testimonial-block .testimonial-text p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.testimonial-block .testimonial-text cite {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
}

.testimonial-block .testimonial-img {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(52%, #273253), color-stop(34%, #FFFFFF));
  background-image: -webkit-linear-gradient(left, #273253 52%, #FFFFFF 34%);
  background-image: linear-gradient(90deg, #273253 52%, #FFFFFF 34%);
}

@media (min-width: 992px) {
  .testimonial-block .testimonial-img {
    width: 50%;
  }
}

.testimonial-block .testimonial-img .border-drop-left {
  margin-bottom: -80px;
}

@media (min-width: 992px) {
  .testimonial-block .testimonial-img .border-drop-left {
    margin-top: 80px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-block .testimonial-img .border-drop-left {
    padding-left: 0;
  }
  .testimonial-block .testimonial-img .border-drop-left::after {
    bottom: 0;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member-content .member-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.member-content .member-text .member-name {
  margin-bottom: 15px;
}

.member-content .member-text .member-tag {
  color: #6c757d;
  margin-bottom: 18px;
}

.member-content .member-text .member-links {
  color: #0000FF;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*='col-'] {
  padding: 2.5px;
}

/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.pricing-table-item {
  margin-bottom: 2rem;
  padding: 3rem 3rem;
}

.pricing-table-item .pricing-table__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__price {
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing-table-item .pricing-table__price .pricing-table__amount {
  font-size: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .pricing-table-item .pricing-table__price .pricing-table__amount {
    font-size: 3.75rem;
  }
}

.pricing-table-item .pricing-table__price * {
  display: inline;
  font-size: 1.25rem;
  color: #adb5bd;
  font-family: "Poppins", sans-serif;
}

.pricing-table-item .pricing-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# text-image-box
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .text-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.text-img-box .text-box {
  background-color: #273253;
  padding: 50px 40px 50px 40px;
  color: #fff;
}

@media (min-width: 992px) {
  .text-img-box .text-box {
    width: 50%;
    padding: 80px 70px 80px 60px;
  }
}

.text-img-box .img-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(52%, #273253), color-stop(34%, #fff));
  background-image: -webkit-linear-gradient(left, #273253 52%, #fff 34%);
  background-image: linear-gradient(90deg, #273253 52%, #fff 34%);
}

@media (min-width: 992px) {
  .text-img-box .img-box {
    width: 50%;
    padding: 80px 0 100px;
  }
}

@media (min-width: 992px) {
  .text-img-box .img-box .border-drop-left {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.text-img-box.text-img-box-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-img-box.text-img-box-reverse .text-box {
  background-color: #fdf7e8;
  color: #273253;
}

.text-img-box.text-img-box-reverse .img-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(52%, #fff), color-stop(34%, #fdf7e8));
  background-image: -webkit-linear-gradient(left, #fff 52%, #fdf7e8 34%);
  background-image: linear-gradient(90deg, #fff 52%, #fdf7e8 34%);
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Arrows */
.flickity-prev-next-button {
  width: 65px;
  height: 56px;
  border-radius: 0;
  background: #fff;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 28%;
}

.flickity-prev-next-button.previous .flickity-button-icon {
  left: 37%;
}

.flickity-prev-next-button.next .flickity-button-icon {
  left: 35%;
}

.flickity-page-dots {
  bottom: -45px;
}

.flickity-page-dots .dot {
  width: 15px;
  height: 5px;
  border-radius: 0;
  background: #0000FF;
}

.light-slider-nav .slick-prev,
.light-slider-nav .slick-next {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.light-slider-nav .slick-prev:hover,
.light-slider-nav .slick-next:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.workflow-carousel .workflow-carousel-item {
  margin-right: 60px;
}

@media (min-width: 992px) {
  .workflow-carousel .workflow-carousel-item {
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .workflow-carousel .workflow-carousel-item {
    width: 100%;
  }
}

.workflow-carousel .workflow-carousel-item .carousel-item-img {
  position: relative;
}

.workflow-carousel .workflow-carousel-item .carousel-item-img .counter {
  font-size: calc(1.41875rem + 2.025vw);
  line-height: 1;
  color: #fff0e0;
  font-weight: 600;
  position: absolute;
  left: 23px;
  bottom: 18px;
}

@media (min-width: 1200px) {
  .workflow-carousel .workflow-carousel-item .carousel-item-img .counter {
    font-size: 2.9375rem;
  }
}

.workflow-carousel .workflow-carousel-item .carousel-item-title {
  margin-top: 25px;
  color: #0000FF;
}

@media (max-width: 991.98px) {
  .workflow-carousel .flickity-page-dots {
    bottom: -25px;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
  font-family: "Poppins", sans-serif;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

#disqus_thread {
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 2rem;
  color: #adb5bd;
  font-weight: 400;
}

.comments {
  padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment, .comment_container {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar, .comment_container .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 2rem;
}

.comment-author, .comment_container-author {
  font-size: 1.0625rem;
  display: block;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author, .comment_container-author {
    font-size: 1.125rem;
  }
}

.comment-author .says, .comment_container-author .says {
  display: none;
}

.comment-author span, .comment-author cite, .comment-author a, .comment_container-author span, .comment_container-author cite, .comment_container-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a, .comment_container-author .fn a {
  font-weight: 600;
}

.comment-notes, .comment_container-notes {
  display: none;
}

.comment .reply, .comment-content, .comment .comment-text, .comment_container .reply, .comment_container-content, .comment_container .comment-text {
  margin-left: 77px;
}

.comment .reply, .comment_container .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a, .comment_container .reply a {
  font-size: 0.875rem;
  background: #f6f6f6;
  border-radius: 2px;
  color: #6c757d;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: .2em .65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a, .comment_container .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover, .comment_container .reply a:hover {
  color: #000;
}

.comment-content a, .comment_container-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover, .comment_container-content a:hover {
  text-decoration: none;
}

.comment-body, .comment_container-body {
  clear: both;
}

.comment .comment-respond, .comment_container .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond, .comment_container .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 0.875rem;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.comment-metadata a {
  color: #adb5bd;
}

.comment-metadata a:hover {
  color: #000;
}

.comments__inner .children {
  padding: 0;
}

.comments .comments__inner .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .comments__inner .children .comments__inner .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .comments__inner .children {
    margin-top: 30px;
    margin-left: 60px;
  }
  .comments .comments__inner .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000;
}

article.comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #adb5bd;
  font-size: 1rem;
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #adb5bd;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000;
}

.logged-in-as {
  font-family: "Poppins", sans-serif;
  margin-top: -15px;
  font-size: 0.9rem;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.required {
  color: #dc3545;
}

@media only screen and (min-width: 600px) {
  .comment-respond {
    margin-left: 60px;
  }
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .error-404 {
  text-align: center;
}

.error404 .error-404 .search-form {
  max-width: 500px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 4rem;
}

.widget .widget-title {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #adb5bd;
  display: block;
  text-transform: uppercase;
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1.25rem;
     -moz-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  width: 100%;
}

.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_pages > ul,
.widget_recent_comments > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories > ul {
  list-style: none;
}

.widget_pages > ul > li::before,
.widget_recent_comments > ul > li::before,
.widget_meta > ul > li::before,
.widget_recent_entries > ul > li::before,
.widget_archive > ul > li::before,
.widget_categories > ul > li::before,
.widget_product_categories > ul > li::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 1px #adb5bd;
  border-radius: 50px;
  margin-left: -1.25rem;
  margin-right: 10px;
}

.widget_recent_comments li {
  margin-bottom: 1rem;
}

.widget_nav_menu ul {
  padding-left: 0;
}

.widget_nav_menu ul li {
  width: 100%;
  list-style: none;
  padding: 0.6rem 0;
}

.widget_nav_menu ul li a {
  display: inline-block;
}

.widget_nav_menu ul .current-menu-item a {
  color: #fff;
  background-color: #0000FF;
  padding: 0.4rem 2rem;
  margin-left: -2rem;
  border-radius: 50px;
  min-width: 130px;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: solid 1px #000000;
}

.widget_rss ul li a.rsswidget {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}

.widget_rss ul li .rss-date {
  color: #adb5bd;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
  display: block;
}

.search-form .form-control,
.search-form .btn {
  border-color: #707070;
}

.search-form .input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.has-blue-color {
  color: #341fff;
}

.has-light-blue-color {
  color: #1da1f2;
}

.has-dark-blue-color {
  color: #0000FF;
}

.has-orange-color {
  color: #d66300;
}

.has-moss-color {
  color: #e7ede3;
}

.has-cream-color {
  color: #fff0e0;
}

.has-tan-color {
  color: #efe4de;
}

.has-soft-creame-color {
  color: #fdf7e8;
}

.has-soft-blue-color {
  color: #273253;
}

.has-sun-shade-color {
  color: #fbbe4b;
}

.has-black-color {
  color: #000;
}

.has-sky-blue-color {
  color: #57b5ed;
}

.has-soft-orange-color {
  color: #ed5c4d;
}

.has-border-color-color {
  color: #EDEDED;
}

.has-border-black-color-color {
  color: #EDEDED;
}

.has-white-color {
  color: #fff;
}

.has-blue-background-color {
  background-color: #341fff;
}

.has-light-blue-background-color {
  background-color: #1da1f2;
}

.has-dark-blue-background-color {
  background-color: #0000FF;
}

.has-orange-background-color {
  background-color: #d66300;
}

.has-moss-background-color {
  background-color: #e7ede3;
}

.has-cream-background-color {
  background-color: #fff0e0;
}

.has-tan-background-color {
  background-color: #efe4de;
}

.has-soft-creame-background-color {
  background-color: #fdf7e8;
}

.has-soft-blue-background-color {
  background-color: #273253;
}

.has-sun-shade-background-color {
  background-color: #fbbe4b;
}

.has-black-background-color {
  background-color: #000;
}

.has-sky-blue-background-color {
  background-color: #57b5ed;
}

.has-soft-orange-background-color {
  background-color: #ed5c4d;
}

.has-border-color-background-color {
  background-color: #EDEDED;
}

.has-border-black-color-background-color {
  background-color: #EDEDED;
}

.has-white-background-color {
  background-color: #fff;
}

.popup-gallery img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.hover-opacity-effect img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.hover-opacity-effect img:hover {
  opacity: 0.5;
}

.list-inline {
  padding-left: 0;
}

.list-inline .list-inline-item:not(:last-child) {
  margin: 0;
  margin-right: 1.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  padding: 0;
  padding-right: 0.5rem;
}

.pagination li:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
  margin-right: 0.8333333333rem;
}

.lozad-fade {
  -webkit-animation-name: lozad-fade;
          animation-name: lozad-fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes lozad-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lozad-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.clear::after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .border-drop-right {
    padding-right: 20px;
    position: relative;
  }
  .border-drop-right img {
    position: relative;
    z-index: 1;
  }
  .border-drop-right::after {
    content: "";
    border: solid 1px #273253;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: -20px;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .border-drop-left {
    padding-left: 20px;
    position: relative;
  }
  .border-drop-left > * {
    position: relative;
    z-index: 1;
  }
  .border-drop-left::after {
    content: "";
    border: solid 1px #273253;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: -20px;
    z-index: 0;
  }
}

.border-drop-left.border-color-soft-creame::after {
  border: solid 1px #fdf7e8;
}

.border-drop {
  padding-right: 20px;
  position: relative;
}

.border-drop img {
  position: relative;
  z-index: 1;
}

.border-drop::after {
  content: "";
  border: solid 1px #fdf7e8;
  border-right: 0px;
  width: calc(100%);
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  bottom: -20px;
  z-index: 0;
}

.border-drop.border-color-black::after {
  border: solid 1px #000;
}

.all-text-white * {
  color: #fff;
}

.home-hero {
  background-color: #fdf7e8;
  background-size: cover;
}

.home-hero-img {
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .home-hero-img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 7;
    background-size: cover;
    background-position: center center;
  }
}

.about-us-hero-img {
  background-image: url("../images/12.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .about-us-hero-img {
    min-height: 80vh;
  }
}

.twenty-percent-bg-cream {
  background-color: transparent;
}

@media (min-width: 992px) {
  .twenty-percent-bg-cream {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #fdf7e8), color-stop(17%, #fff));
    background: -webkit-linear-gradient(top, #fdf7e8 17%, #fff 17%);
    background: linear-gradient(180deg, #fdf7e8 17%, #fff 17%);
  }
}

.half-percent-bg-cream {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fdf7e8), color-stop(50%, #fff));
  background: -webkit-linear-gradient(top, #fdf7e8 50%, #fff 50%);
  background: linear-gradient(180deg, #fdf7e8 50%, #fff 50%);
}

.quater-percent-bg-cream {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fdf7e8), color-stop(75%, #fff));
  background: -webkit-linear-gradient(top, #fdf7e8 75%, #fff 75%);
  background: linear-gradient(180deg, #fdf7e8 75%, #fff 75%);
  background-color: transparent;
}

.project-featured-img {
  background-image: url("../images/4.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .project-featured-img {
    min-height: 80vh;
  }
}

.home-hero-img {
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 40vh;
}

@media (min-width: 992px) {
  .home-hero-img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 7;
    background-size: cover;
    background-position: center center;
  }
}

.testimonial-1-bg-img {
  background-image: url("../images/25.jpg");
  background-size: cover;
  background-position: center center;
}

.testimonial-2-bg-img {
  background-image: url("../images/26.jpg");
  background-size: cover;
  background-position: center center;
}

.testimonial-3-bg-img {
  background-image: url("../images/27.jpg");
  background-size: cover;
  background-position: center center;
}

.testimonial-4-bg-img {
  background-image: url("../images/28.jpg");
  background-size: cover;
  background-position: center center;
}

.services-1-bg-img {
  background-image: url("../images/29.jpg");
  background-size: cover;
  background-position: center center;
}

.services-2-bg-img {
  background-image: url("../images/30.jpg");
  background-size: cover;
  background-position: center center;
}

.services-3-bg-img {
  background-image: url("../images/31.jpg");
  background-size: cover;
  background-position: center center;
}

.single-post-featured-img {
  background-image: url("../images/4.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .single-post-featured-img {
    min-height: 80vh;
  }
}

.slider-one-img {
  background-image: url("../images/blog/1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-one-img {
    min-height: 80vh;
  }
}

.slider-two-img {
  background-image: url("../images/blog/2.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-two-img {
    min-height: 80vh;
  }
}

.slider-three-img {
  background-image: url("../images/blog/3.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-three-img {
    min-height: 80vh;
  }
}

.slider-four-img {
  background-image: url("../images/blog/4.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-four-img {
    min-height: 80vh;
  }
}

.title-404 {
  color: #000000;
  font-size: 175px;
  font-weight: 600;
  line-height: 210px;
  width: 100%;
}

@media (min-width: 992px) {
  .title-404 {
    color: #000000;
    font-size: 280px;
    font-weight: 600;
    line-height: 310px;
  }
}

.paragraph {
  font-size: 20px;
  line-height: 32px;
}

.site-header .btn-menu {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 40px;

  line-height: normal;
  height: auto;

  align-self: center;
}

/* Usuń navbarowe paddingi linków */
.site-header .nav-item .btn-menu {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.hero-name {
  text-align: right;
}

.hero-title { color:#211e5f; }  /* przeniosłem kolor z inline */

.br-desktop { display: none; }

@media (min-width: 992px) {
  .br-desktop { display: inline; }
}

.testimonial-hello {
  color: #ee5e4f;
  font-size: 6rem;      /* ok. 2× większe */
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .testimonial-hello {
    font-size: 3.2rem;
  }
}
/* O MNIE – jasne tło zamiast granatu */
.testimonial-block .testimonial-text {
  background-color: #fdf7e8 !important;
  color: #273253;
}
@media (max-width: 767.98px) {
  .testimonial-block .testimonial-text {
    background-color: #fdf7e8 !important;
  }
}@media (max-width: 767.98px) {
  .testimonial-hello {
    font-size: 3.2rem;
  }
}
/* USUWAMY GRANATOWY PROSTOKĄT POD ZDJĘCIEM */
.testimonial-img {
  background: none !important;
}

.testimonial-img::before,
.testimonial-img::after {
  display: none !important;
  content: none !important;
}

/* --- O MNIE: jasny blok wchodzi pod zdjęcie --- */
.testimonial-block{
  display:flex !important;
  align-items: stretch;
  position: relative;
}

.testimonial-text{
  background-color:#fdf7e8 !important;
  color:#273253;
  border-radius:24px;
  padding:70px 60px;

  /* szerokość tekstu */
  flex: 0 0 60% !important;

  /* wejście pod zdjęcie */
  margin-right: -15%;

  position: relative;
  z-index: 1;
}

.testimonial-img{
  flex: 0 0 45% !important;
  position: relative;
  z-index: 2;
  background: none !important;
}

.testimonial-img img{
  width: 100%;
  height: auto;
  display:block;
  border-radius:32px;
}

/* mobile: bez nakładania */
@media (max-width: 991.98px){
  .testimonial-block{ flex-direction: column !important; }
  .testimonial-text{
    flex: 0 0 auto !important;
    margin-right: 0;
    padding:20px 25px;
  }
  .testimonial-img{ flex: 0 0 auto !important; }
}

.testimonial-img{
  flex: 0 0 45%;
  position: relative;
  z-index: 2;
  margin-top: 120px;   /* PRZESUNIĘCIE W DÓŁ */
}

.testimonial-text p {
  max-width: 540px;   /* szerokość kolumny tekstu */
}

/* WYŚRODKOWANIE CAŁEJ SEKCJI */
.testimonial-block {
  max-width: 1500px;   /* kontrola szerokości */
  margin: 0 auto;      /* CENTROWANIE */
}

/* MOBILE – bez dużej przerwy nad zdjęciem */
@media (max-width: 767.98px) {
  .testimonial-img {
    margin-top: 20px;   /* albo 0 jeśli ma być „na styk” */
  }
}

/* ===== SEKCJA LAKTACJA ===== */
/* FULL WIDTH BACKGROUND */
.laktacja-section {
  width: 100vw;
  margin-left: calc(50% - 50vw); /* KLUCZOWE */
  background-image: url("../images/tlo_laktacja.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.laktacja-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* ZDJĘCIE */
.laktacja-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 24px;
  display: block;
  
}


/* TEKST */
.laktacja-content {
  max-width: 520px;
}

.laktacja-content h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #273253;
}

.laktacja-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.laktacja-content ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.laktacja-content li {
  margin-bottom: 6px;
}

.legal-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-content ul li {
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .laktacja-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .laktacja-section {
    padding: 60px 0;
  }

  .laktacja-content {
    max-width: 100%;
  }
}

.konsultacje-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  .konsultacje-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

ul {
  list-style: none;
  padding-left: 0;
}
.punkt {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 6px;
}

.punkt .serce {
  width: 25px;
  margin-top: 4px; /* delikatne wyrównanie do tekstu */
  flex-shrink: 0;
}

.punkt-tekst strong {
  display: block;
  margin-bottom: 0px;
}

.sekcja-bezpieczenstwo-full,
.mojekompetencje{
  background: url("../images/tlo_bez.png") center/cover no-repeat;
  width: 100vw;                 /* CAŁA SZEROKOŚĆ EKRANU */
  margin-left: calc(-50vw + 50%);
  padding: 90px 0;
}

.bez-tekst{
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto;
}

/* mobile */
@media (max-width: 991px){
  .sekcja-bezpieczenstwo-full{
    padding: 60px 0;
  }
  .bez-tekst{
    font-size: 18px;
    padding: 0 16px;
  }
}
/* ============================= */
/* KOMPETENCJE – jak TESTIMONIAL */
/* ============================= */

.kompetencje-section{
  margin-bottom: 120px;
}

/* GŁÓWNY UKŁAD */
@media (min-width: 992px) {
  .kompetencje-block{
    display: flex;
    align-items: stretch;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* BLOK TEKSTOWY */
.kompetencje-text{
  background-color: #293252;
  color: #fff;
  border-radius: 32px;
  padding: 80px 60px;

  /* szerokość jak testimonial */
  flex: 0 0 60%;

  /* wejście POD zdjęcie */
  margin-right: -15%;

  position: relative;
  z-index: 1;
}

/* TEKSTY */
.kompetencje-text p{
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 540px;
}

.kompetencje-title{
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.kompetencje-text strong{
  color: #fff;
}

/* LISTA */
.kompetencje-lista{
  list-style: none;
  padding: 0;
  margin: 10px 0 24px 0;
}

.kompetencje-lista li{
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

/* BLOK ZE ZDJĘCIEM */
.kompetencje-img{
  flex: 0 0 50%;
  position: relative;
  z-index: 2;

  /* PRZESUNIĘCIE jak w testimonial */
  margin-top: 70px;

  background: none !important;
}

.kompetencje-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  
}

/* ================= */
/* MOBILE – BEZ NAKŁADANIA */
/* ================= */
@media (max-width: 991.98px){
  .kompetencje-block{
    flex-direction: column;
  }

  .kompetencje-text{
    flex: 0 0 auto;
    margin-right: 0;
    padding: 40px 25px;
  }

  .kompetencje-img{
    flex: 0 0 auto;
    margin-top: 24px;
  }
}
/* KOMPETENCJE – równe odstępy tekstu od krawędzi */
.kompetencje-block .kompetencje-text{
  padding-top: 60px;
  padding-bottom: 24px;
}

/* POPRAWKA – normalna pisownia zdań */
.normal-case {
  text-transform: none !important;
}
/* FOOTER – tło na całą szerokość ekranu */
.site-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #273253; /* granat */
}
html {
  scroll-behavior: smooth;
}

/* ===== FOOTER – CENTER ICONS ===== */
.footer-contact-row{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* usuń układ lewo-prawo */
.footer-contact-text{
  display: none;
}

/* wyśrodkowanie ikon */
.footer-social{
  display: flex;
  justify-content: center !important;
  align-items: center;
  width: 100%;
}

/* MOBILE – też środek */
@media (max-width: 991.98px){
  .footer-contact-row{
    flex-direction: column;
    text-align: center;
  }

  .footer-social{
    justify-content: center !important;
  }
}

/* ===== SEKCJA: AKCESORIA ===== */
/* ===== FULL WIDTH TŁO ===== */
.akcesoria-section{
  background-color: #fdf7e8;
  width: 100vw;                 /* cała szerokość ekranu */
  margin-left: calc(-50vw + 50%);
  padding-top: 110px;           /* ZOSTAJE */
  padding-bottom: 0;            /* NA DOLE ZERO */
  overflow: hidden;
}

/* layout: 2 kolumny */
.akcesoria-block{
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

/* lewa kolumna */
.akcesoria-text{
  flex: 0 0 44%;
  max-width: 520px;
}

/* prawa kolumna */
.akcesoria-img{
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start; /* do lewej na desktop */
}

.akcesoria-img img{
  width: 70%; /* zmniejszenie o ~30% */
  max-width: 600px; /* opcjonalne ograniczenie */
  height: auto;
  display: block;
}

/* MOBILE – wracamy do oryginalnego zachowania */
@media (max-width: 991.98px){
  .akcesoria-img{
    justify-content: center;
  }

  .akcesoria-img img{
    width: 100%;
    max-width: 520px;
  }
}

/* typografia */
.akcesoria-kicker{
  color: #ee5e4f;       /* jak w innych kickerach */
  margin: 0 0 14px 0;
  font-weight: 600;
}

.akcesoria-title{
  margin: 0 0 18px 0;
  color: #273253;
  font-weight: 700;
}

.akcesoria-yes{
  color: #ee5e4f;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.akcesoria-lead{
  margin: 0 0 26px 0;
  line-height: 1.7;
  color: #273253;
  font-size: 14px;
  max-width: 520px;
}

.akcesoria-subtitle{
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #273253;
}

/* programy */
.akcesoria-programy{
  display: grid;
  gap: 24px;
}

.akcesoria-program{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.akcesoria-heart{
  color: #ee5e4f;
  font-size: 22px;
  line-height: 1;
  margin-top: 2px;
  flex: 0 0 auto;
}

.akcesoria-program-txt h4{
  margin: 0 0 6px 0;
  color: #ee5e4f;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.akcesoria-program-txt p{
  margin: 0;
  color: #273253;
  line-height: 1.6;
  font-size: 14px;
}

/* RWD */
@media (max-width: 991.98px){
  .akcesoria-section{
    padding: 70px 0;
  }

  .akcesoria-block{
    flex-direction: column;
    gap: 40px;
  }

  .akcesoria-text{
    flex: 0 0 auto;
    max-width: 100%;
  }

  .akcesoria-img{
    justify-content: center;
  }

  .akcesoria-img img{
    max-width: 520px;
  }
}

/* ===== AKCESORIA 2 – FULL WIDTH + TŁO ===== */
.akcesoria2-section{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url("../images/tlo_akcesora.png") center/cover no-repeat;
  padding: 110px 0;
  overflow: hidden;
}

/* układ */
.akcesoria2-grid{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* lewa */
.akcesoria2-left{
  flex: 0 0 52%;
  max-width: 560px;
}

.akcesoria2-title{
  font-size: 2.15rem;
  line-height: 1.2;
  color: #273253;
  margin: 0 0 24px 0;
  font-weight: 700;
}

.akcesoria2-lead{
  margin: 0 0 18px 0;
  color: #ee5e4f;
  font-weight: 700;
}

/* lista z myślnikami */
.akcesoria2-list{
  list-style: none;
  padding: 0;
  margin: 0;
  color: #273253;
}

.akcesoria2-list li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 1rem;
}

.akcesoria2-list li::before{
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: #273253;
  font-weight: 700;
}

/* prawa */
.akcesoria2-right{
  flex: 0 0 48%;
  display: flex;
  justify-content: flex-end;
}

/* granatowy box */
.akcesoria2-box{
  background: #293252;
  color: #fff;
  border-radius: 18px;
  padding: 34px 42px;
  max-width: 440px;
  width: 100%;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(41, 50, 82, 0.18);
}

/* RESPONSYWNOŚĆ */
@media (max-width: 991.98px){
  .akcesoria2-section{
    padding: 10px 0;
  }
  .akcesoria2-grid{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .akcesoria2-left,
  .akcesoria2-right{
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .akcesoria2-right{
    justify-content: flex-start;
  }
  .akcesoria2-title{
    font-size: 1.75rem;
  }
}




/* AKCESORIA – sekcja z tłem roślinnym (1 screen) */
.akcesoria-info{
  background-color:#fdf7e8;
  background-image:url("../images/tlo_akcesora.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:100vw;
  margin-left:calc(-50vw + 50%);
  padding-top:110px;     /* zostawiamy górę */
  padding-bottom:70px;      /* dół = 0 jak chciałeś */
  overflow:hidden;
}

/* układ 2 kolumn */
.akcesoria-info__wrap{
  display:flex;
  gap:80px;
  align-items:flex-start;
}

/* lewa kolumna */
.akcesoria-info__left{
  flex: 0 0 56%;
  max-width: 56%;
}

/* WAŻNE: wyłączamy wszelkie podświetlenia/ramki na tytule (żeby nie było jak na 2 screenie) */
.akcesoria-info__title,
.akcesoria-info__title *{
  background: transparent !important;
  box-shadow: none !important;
}

.akcesoria-info__title{
  color:#273253;
  font-weight:600;
  line-height:1.28;
  font-size:22px;          /* dopasuj w razie potrzeby */
  margin:0 0 26px 0;
  letter-spacing:-0.2px;
}

.akcesoria-info__lead{
  color:#ee5e4f;
  font-weight:700;
  margin:0 0 10px 0;
}

/* lista jak na 1 screen (krótkie myślniki, kontrolowane wcięcie) */
.akcesoria-info__list{
  list-style:none;
  padding:0;
  margin:0;
  max-width: 520px;
}

.akcesoria-info__list li{
  position:relative;
  padding-left:18px;
  margin:0 0 18px 0;
  color:#273253;
  line-height:1.55;
}

.akcesoria-info__list li::before{
  content:"–";
  position:absolute;
  left:0;
  top:0;
  color:#273253;
  font-weight:700;
}

/* prawa kolumna + niebieska ramka (jak na 1 screen) */
.akcesoria-info__right{
  flex: 1 1 auto;
  display:flex;
  justify-content:flex-end;
}

/* “kafelek” ma być większy i bardziej „mięsisty” */
.akcesoria-info__box{
  background:#293252;
  color:#fff;
  border-radius:22px;
  padding:36px 55px;
  font-weight:600;
  line-height:1.35;
  max-width: 520px;     /* większa niż na 2 screen */
  width: 100%;
  margin-top: 100px;    /* opuszczenie w dół jak na 1 screen */
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  transform: translateX(-90px);
}

/* RWD */
@media (max-width: 991.98px){
  .akcesoria-info{
    padding-top:70px;
    padding-bottom:40px;
  }

  .akcesoria-info__wrap{
    flex-direction:column;
    gap:28px;
  }

  .akcesoria-info__left{
    flex: 0 0 auto;
    max-width:100%;
  }

  .akcesoria-info__title{
    font-size:32px;
  }

  .akcesoria-info__right{
    justify-content:flex-start;
  }

  .akcesoria-info__box{
    margin-top: 10px;
    max-width: 100%;
    
  }
}

/* === HARD FIX MOBILE: kafelek ma ZAWSZE mieścić się w ekranie === */
@media (max-width: 991.98px){

  /* blokuj poziomy "uciekający" scroll */
  .akcesoria-info{
    overflow-x: hidden !important;
  }

  .akcesoria-info__wrap{
    flex-direction: column !important;
    gap: 28px !important;
  }

  .akcesoria-info__right{
    justify-content: center !important;
    width: 100% !important;
  }

  .akcesoria-info__box{
    /* usuń WSZYSTKIE przesunięcia */
    transform: none !important;
    left: auto !important;
    right: auto !important;

    /* wymuś poprawną szerokość */
    width: 100% !important;
    max-width: calc(100vw - 30px) !important;  /* 15px + 15px jak container */
    box-sizing: border-box !important;

    /* wygląd + odstępy */
    margin: 24px auto 0 !important;
    padding: 24px 20px !important;
    border-radius: 18px !important;

    /* łamanie tekstu */
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

@media (max-width: 991.98px){

  .akcesoria-info__box{
    text-align: center !important;
  }

}

/* ===== MOBILE – zdjęcie konsultacji na pełną szerokość ===== */
@media (max-width: 991.98px){

  img[src*="zdj_konsult.png"]{
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}

/* ===== MOBILE – tylko zdj_konsult.png ===== */
@media (max-width: 991.98px){

  /* rodzic zdjęcia konsultacji */
  img[src*="zdj_konsult.png"]{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto !important;
  }

  
  /* reset ewentualnych przesunięć z desktopa */
  img[src*="zdj_konsult.png"]{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

}

/* ===== Contact – full width background (NAPRAWA) ===== */
.contact-full{
  background-color: #fdf7e8;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 10px 0;
  overflow: hidden;
}

/* żeby beż NIE był tylko na wewnętrznym bloku */
.contact-full .home-hero{
  background: transparent !important;
}

/* ===== KONTAKT: obok siebie + mały margines (bez overlap) ===== */
#kontakt .row.gx-lg-5{
  --bs-gutter-x: 0.5rem; /* mała przerwa między kolumnami */
}

/* wyłączamy najeżdżanie */
#kontakt .kompetencje-img,
#kontakt .kontakt-img{
  transform: none !important;
}

/* kontrola rozmiaru i wyrównania zdjęcia */
#kontakt .kontakt-img{
  display: block;
  width: 100%;
  max-width: 924px;   /* było 520px -> +20% */
  margin: 0 auto;
}

/* delikatne wyrównanie pionowe */
#kontakt .col-lg-6{
  align-self: center;
}




/* MOJE PODEJŚCIE – mobile: wszystko wyśrodkowane */
@media (max-width: 991.98px) {

  /* cały blok */
  .container .row.gx-lg-5.mt-4.mt-lg-5{
    text-align: center;
  }

  /* nagłówki sekcji */
  .container .row.gx-lg-5.align-items-center.mt-6.mt-lg-8{
    text-align: center;
  }

  /* ikony na środku */
  .service-icon{
    display: block;
    margin: 0 auto 14px;
  }

  /* tytuły i opisy */
  .container .row.gx-lg-5.mt-4.mt-lg-5 h4{
    text-align: center;
  }

  .container .row.gx-lg-5.mt-4.mt-lg-5 p{
    text-align: center;
    max-width: 340px;     /* żeby nie było „ściany tekstu” */
    margin-left: auto;
    margin-right: auto;
  }
}

/* LAKTACJA – mobile: większe marginesy + tytuł na środku */
@media (max-width: 991.98px){
  .laktacja-section .container{
    padding-left: 35px;
    padding-right: 10px;
  }

  .laktacja-content h3{
    text-align: center;
  }
}

@media (max-width: 991.98px){
  .konsultacje-ikony{
    text-align: center;
  }

  .konsultacje-ikony .service-icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* akcesoria – mobile: większe marginesy + */
@media (max-width: 991.98px){
  #akcesoria.akcesoria-text{
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
  }
}
/* akcesoria INFO – mobile: większe marginesy + */

@media (max-width: 991.98px){
  .akcesoria-info .container{
    padding-left: 35px;
    padding-right: 35px;
  }
}

/* Dla każdej mamy, która: – mobile: wysrodkowanie + */


@media (max-width: 991.98px){

  /* nagłówek sekcji */
  .container.mb-6.mb-lg-8 .row.align-items-center{
    text-align: center;
    justify-content: center;
  }

  /* kafelki */
  .container.mb-6.mb-lg-8 .service-item{
    text-align: center;
  }

  .container.mb-6.mb-lg-8 .service-item .service-icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* h4 w kafelkach */
  .container.mb-6.mb-lg-8 .service-item h4{
    text-align: center;
  }
}

/* zmniejszenie fontu + usunięcie pogrubienia w kafelkach */
.container.mb-6.mb-lg-8 .service-item h4{
  font-size: 16px;      /* dopasuj np. 17px / 16px jeśli chcesz mniejsze */
  font-weight: 400;     /* usuwa pogrubienie */
  line-height: 1.4;
}

/* większy odstęp między ikoną a tekstem */
.container.mb-6.mb-lg-8 .service-item .service-icon{
  margin-bottom: 28px;   /* było mniej – możesz dać np. 32px */
}

@media (max-width: 991.98px) {

  .testimonial-img {
    margin-top: 32px;
  }

}

/* Moje kompetencje - ukryj zdjęcie w mobile */
@media (max-width: 991.98px){
  .kompetencje-img{
    display: none;
  }
}

/* Pływający navbar (zawsze widoczny) */
.site-header{
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* Jeśli chcesz, żeby nie był “przezroczysty” i miał tło */
.site-header .navbar{
  background-color: #fdf7e8;
}

/* Żeby strona nie chowała się pod paskiem */
body{
  padding-top: 100px; /* dopasuj do wysokości navbaru */
}

/* Na mobile navbar bywa niższy, można skorygować */
@media (max-width: 767.98px){
  body{
    padding-top: 90px;
  }
}

html, body{
  margin: 0;
  padding: 0;
  background: #fdf7e8; /* żeby nie było białej "szpary" */
}

/* LAKTACJA PUNKTORY*/

.laktacja-list{
  list-style: none;
  padding-left: 0;
  margin: 0 0 16px 0;
}

.laktacja-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 8px;
}

.laktacja-item .serce{
  width: 25px;
  flex-shrink: 0;
  margin-top: 1px;
}

.laktacja-item span{
  line-height: 1.6;
}

.form-check-label {
  font-size: 0.85rem; /* mniejszy tekst */
  line-height: 1.4;
  color: #555;
}

.form-check-label a {
  color: #e06b5a; /* dopasuj do kolorystyki */
  text-decoration: underline;
}

/* biały prostokąt z formularzem */
.has-white-background-color{
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}

/* żeby dół nie był „mniejszy” przez margin ostatniego elementu */
.has-white-background-color > *:last-child{
  margin-bottom: 0 !important;
}

/* jeśli formularz jest ostatni, to dodatkowo: */
.has-white-background-color form > *:last-child{
  margin-bottom: 0 !important;
}

/* FOOTER TOP: wyśrodkowanie całego bloku (tekst + ikony) */
.footer-top-area .footer-widgets{
  justify-content: center !important;
}

.footer-top-area .footer-widget-1{
  width: 100%;
}

/* wiersz: tekst lewo, ikony prawo, ale cały pasek na środku */
.footer-contact-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  max-width: 720px;
  margin: 0 auto;
}

/* Mobile: pod sobą i na środku */
@media (max-width: 575.98px){
  .footer-contact-row{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-social{
    justify-content: center;
  }
}

/* FOOTER TOP – mniejszy odstęp nad kontaktem + ikonami */
.site-footer .footer-top-area .footer-widgets{
  padding-top: 35px !important;   /* było 100px */
  padding-bottom: 20px !important; /* było 32px */
  margin-bottom: 0 !important;
}

/* jeśli nadal jest "luźno", zmniejsz też marginesy listy ikon */
.site-footer .footer-social{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* FOOTER BOTTOM – mobile: wszystko wyśrodkowane */
@media (max-width: 767.98px){
  .site-footer .footer-bottom-area{
    text-align: center;
  }

  .site-footer .footer-bottom-area .footer-nav{
    text-align: center !important;   /* nadpisuje text-md-right */
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;                       /* odstęp między linkami */
    margin-top: 12px !important;     /* odstęp od tekstu */
  }

  .site-footer .footer-bottom-area .footer-nav li{
    margin: 0 !important;
  }
}

/* Tylko ta lista: ciaśniejsze odstępy */
.akcesoria-lead-list{
  list-style: none;
  padding-left: 0;
  margin: 10px 0 14px 0;
}

.akcesoria-lead-list li{
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px 0;     /* mniejszy odstęp między punktami */
  line-height: 1.25;     /* mniejszy odstęp między wierszami */
}

.akcesoria-lead-list li::before{
  content: "–";
  position: absolute;
  left: 0;
  top: 0.05em;
}


/* MOBILE */
@media (max-width: 991.98px){
  .hero-title {
    font-size: 120% !important;   /* ok. -25% */
  }

  .hero-name {
    margin-top: 10px !important;  /* trochę mniejszy odstęp na mobile */
  }
}

@media (max-width: 991.98px){
  .hero-name {
    font-size: 20px; /* zmień jeśli chcesz mniejszy / większy */
  }
}

/* Domyślnie (desktop) – ukryj łamania mobilne */
.br-mobile {
  display: none;
}

/* Tylko mobile – pokaż */
@media (max-width: 991.98px){
  .br-mobile {
    display: inline;
  }
}
/* MOBILE – zmniejszenie sekcji "Cześć" o ok. 25% */
@media (max-width: 991.98px){

  .testimonial-hello {
    font-size: 235% !important;
  }

  .testimonial-text p {
    font-size: 110% !important;
    line-height: 1.6;
  }

}

/* MOBILE – mocne zmniejszenie odstępu tekst → zdjęcie */
@media (max-width: 991.98px){

  .testimonial-block{
    gap: 12px !important;   /* jeśli masz flex z gap */
  }

  .testimonial-text{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .testimonial-img{
    margin-top: 8px !important;
  }

}

@media (max-width: 991.98px) {
  .podejscie-row {
    margin-top: 12px !important;
  }
}
@media (min-width: 992px) {
  .podejscie-row {
    margin-top: 16px !important; /* zmniejsz desktop */
  }
}

@media (max-width: 991.98px) {
  #o-mnie h3,
  .container h3 {
    font-size: 1.25rem;   /* mniej więcej jak h4 */
    font-weight: 600;     /* opcjonalnie lżejsze */
  }
}

@media (max-width: 991.98px){

  /* "Moje podejście" – nagłówki h4 w 3 kolumnach */
  .entry-content .row.gx-lg-5.mt-4.mt-lg-5 h4.mb-4{
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

}

/* Sekcja: Dla każdej mamy, która */
.container.mb-6.mb-lg-8 .service-item h4 {
  line-height: 1.7;   /* dostosuj jeśli trzeba: 1.35–1.5 */
}

.podejscie-row p {
  font-weight: 400;
  font-size: 0.95rem;
    margin-top: 6px !important; /* zmniejsz desktop */
}

@media (max-width: 991.98px){
  .laktacja-section .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Laktacja – nagłówek jak "Moje podejście" */
.laktacja-content h3{
  font-family: "Poppins", sans-serif;
  font-size: 1rem;               /* jak h6 */
  font-weight: 600;
  color: #ed5c4d;                 /* ten sam pomarańczowy */
  margin-bottom: 0.5rem;
}


/* LAKTACJA – mobile: wszystko wyśrodkowane */
@media (max-width: 991.98px){

  .laktacja-content{
    text-align: center;
  }

  .laktacja-content h3{
    text-align: center;
  }

  .laktacja-content p{
    text-align: center;
  }

  /* lista */
  .laktacja-list{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .laktacja-item{
    justify-content: center;
    text-align: center;
    max-width: 420px; /* żeby nie było za szeroko */
  }

}

@media (max-width: 991.98px){

  .laktacja-list{
    align-items: flex-start !important;
  }

  .laktacja-item{
    justify-content: flex-start !important;
    text-align: left !important;
    max-width: 100% !important;
  }

}

@media (min-width: 992px){

  .kompetencje-block{
    align-items: center;   /* WYŚRODKOWANIE w pionie */
  }

}

@media (min-width: 992px){

  /* usuwamy bootstrapowy mt-lg-9 */
  #kompetencje .container{
    margin-top: 0 !important;
  }

  /* kontrolujemy odstęp ręcznie */
  .kompetencje-section{
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

@media (min-width: 992px){

  .akcesoria-info{
    margin-bottom: 40px;
  }

}

.kompetencje-section .kompetencje-text p {
  font-size: 1.2rem;   /* zmniejszenie o ok. 10–15% */
  line-height: 1.6;    /* zachowujemy dobrą czytelność */
}

@media (max-width: 991.98px) {
  .kompetencje-section .kompetencje-text p {
    font-size: 0.83rem;     /* mniejsze niż 1.2rem z desktopu */
    line-height: 1.6;
  }
}

@media (max-width: 991.98px) {

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

}
@media (min-width: 992px) {

  .footer-social {
    display: flex;
    align-items: center;
    gap: 12px; /* odstęp między ikonami */
  }

  .footer-social li {
    display: inline-block;
  }

}

@media (min-width: 992px) {
  .home-hero-img {
    min-height: 0 !important;
    height: clamp(380px, 42vw, 720px) !important;
    aspect-ratio: auto !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* HERO – MOBILE FIX */
@media (max-width: 991.98px){

  .hero-title {
    font-size: 1.4rem !important;   /* kontrola wielkości */
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.35;
  }

  /* WYŁĄCZAMY ręczne łamania */
  .hero-title .br-mobile {
    display: none !important;
  }

  .hero-name {
    text-align: center;
    font-size: 18px;
    margin-top: 10px !important;
  }

}


/* ===== O MNIE – zmniejszenie wewnętrznego odstępu od góry (mobile) ===== */
@media (max-width: 991.98px){
  #o-mnie{
    padding-top: 0px !important;   /* zmień np. na 0px jeśli ma być maksymalnie ciasno */
  }
}

/* ===== MOBILE – zmniejszenie odstępu nad sekcją O MNIE ===== */
@media (max-width: 767.98px) {
  #o-mnie {
    padding-top: 0 !important;
  }

  #o-mnie .testimonial-text {
    padding-top: 10px !important; /* zmniejsza wewnętrzny odstęp */
  }

  #o-mnie .testimonial-block {
    margin-top: 20px; /* delikatne podciągnięcie do góry */
  }
}
# ===== ORANGE HEADINGS – większa czcionka =====
h6.has-soft-orange-color{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767.98px){
  h6.has-soft-orange-color{
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .podejscie-row h4 {
    font-size: 100%;
  }
}

@media (max-width: 768px) {
  .laktacja-content,
  .laktacja-content p,
  .konsultacje-list,
  .laktacja-content li {
    text-align: left !important;
  }
}

/* DOMYŚLNIE (desktop) */
.mojekompetencje{
  display: none;
}

.kompetencje-text{
  display: block;
}

/* MOBILE */
@media (max-width: 991px){
.mojekompetencje{
display: block;
  }
.kompetencje-text{
display: none;
  }
}
.bez-tekst strong{
display: inline-block;
font-weight: 700;
margin-bottom: 16px;
}
.kompetencje-mobile-img {
display: none;
}
@media (max-width: 768px) {
.kompetencje-mobile-img {
display: none;
  }
}

#kompetencje {
  padding-bottom: 0;
  margin-bottom: 0;
}

.lang-flag {
  width: 26px;
  height: auto;
  display: block;
}

.cookie-banner{
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  background: #273253;
  color: #fff;
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-banner p{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner a{
  color: #fff;
  text-decoration: underline;
}

.cookie-buttons{
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-buttons button{
  border: 0;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

#cookieAccept{
  background: #ed5c4d;
  color: #fff;
}

#cookieReject{
  background: #fdf7e8;
  color: #273253;
}

@media (max-width: 767px){
  .cookie-banner{
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-buttons{
    width: 100%;
  }

  .cookie-buttons button{
    width: 100%;
  }
}

@media (max-width: 991.98px){

  .site-header .btn-menu{
    display: inline-block;
    margin-top: 1px !important;
    margin-bottom: 12px !important;
  }

}

@media (max-width: 991.98px) {

  .site-header .navbar-nav{
    display: flex;
    flex-direction: column;
  }

  .site-header .btn-menu{
    order: 999;
    margin-top: 2px !important;
  }

}
