/* ―――――――――――――――――――――――――――――――――――――――― */
/* Global styles */
/* ―――――――――――――――――――――――――――――――――――――――― */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title,
.services-section-title,
.shop-title {
  font-size: 43px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #757575;
  text-align: start;
  margin-bottom: 10px;
  width: 700px;
}

.section-title-about-us{
  font-size: 43px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #757575;
  text-align: start;
  margin-bottom: 10px;
}

.section-content-about-us{
  margin-bottom: 20px;
  font-size: 18px;
  color: #555;
}

.section-subtitle-about-us{
  font-size: 26px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  text-align: start;
  margin-bottom: 30px;
}

.section-subtitle,
.services-section-subtitle,
.shop-subtitle {
  font-size: 26px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  text-align: start;
  margin-bottom: 30px;
  width: 1000px;
}

.in-section-content {
  margin-bottom: 20px;
  font-size: 17px;
  color: #555;
}

/*
@media (max-width: 768px) {
  .section-title,
  .services-section-title {
    font-size: 36px;
    -webkit-text-stroke: 1.5px #16163f;
    margin-bottom: 8px;
  }

  .section-subtitle,
  .services-section-subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section-title,
  .services-section-title {
    font-size: 28px;
    -webkit-text-stroke: 1px #16163f;
    margin-bottom: 5px;
  }

  .section-subtitle,
  .services-section-subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
} */

.section-content {
  margin-bottom: 20px;
  font-size: 18px;
  color: #555;
  width: 1305px;
}

.section-list-content {
  margin-bottom: 0px;
  font-size: 18px;
  color: #555;
  width: 1116px;
}

.section-first {}

::marker {
  color: #007bff;
}

.section-contact{

}

.section-second{
  display: flex;
  flex-direction: column;
}

.section-second-content{
  width: 400px;
}



/* ―――――――――――――――――――――――――――――――――――――――― */
/* Cookies Styles */
/* ―――――――――――――――――――――――――――――――――――――――― */

#cookies-block{
  width: 526px;
  height: 214px;
  background-color: #f3f3f3;
  border-radius: 20px;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}

.cookies-block-header-title{
  font-weight: 700;
  padding-left: 25px;
}

#cookies-block-header-close{
  padding-right: 30px;
  width: 150px;
  height: 20px;
  display: inline;
  display: flex;
  justify-content: space-evenly;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.cookies-block-header{
  display: flex;
  justify-content: center;
  padding-top: 15px;
  width: 650px;
  height: 40px;
  align-items: baseline;
}

.cookies-block-text{
  text-align: center;
  width: 526px
}

.cookies-block-container{
  display: flex;
  flex-direction: row-reverse;
  padding-top: 25px;
}

#cookies-block-button-apply{
  width: 155px;
  height: 38px;
  background-color: #2c94ff;
  border-radius: 8px;
  color: #ffff;
  margin-inline: 20px;
}

#cookies-block-button-deny{
  width: 155px;
  height: 38px;
  border: 3px;
  border-color: #475C53;
  border-radius: 8px;
  color: #ffff;
  background-color: #959595;
  margin-inline: 20px;
}

.cookies-block-cookies{
  font-size: 12px;
}

.show{
  display: block;
  position: fixed;
  bottom: 2em;
  right: 2em;;
}

.hide{
     display: none;
}

.cookies-block-buttons{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.cookies-block-dokuments{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 13px;
}

.cookies-block-cookies{
  margin-inline: 8px;
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Slider Container */
/* ―――――――――――――――――――――――――――――――――――――――― */
#main-slider {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slide Content */
.slide-content {
  position: absolute;
  top: 10%;
  left: 5%;
  color: #ffffff;
  text-align: left;
  z-index: 10;
  max-width: 50%;
}

.slide-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.slide-description {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.slide-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2c94ff;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.slide-button:hover {
  background-color: #ffffff;
  color: #2c94ff;
}

/* Slider Dots */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dots .dot.active {
  background-color: #2c94ff;
}

/* Responzivní styly */
@media screen and (max-width: 1200px) {
  .slide-content {
    max-width: 60%;
  }
  .slide-title {
    font-size: 2rem;
  }
  .slide-description {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  #main-slider {
    max-height: 600px;
  }
  .slide-content {
    top: 20%;
    left: 5%;
    max-width: 90%;
  }
  .slide-title {
    font-size: 1.75rem;
  }
  .slide-description {
    font-size: 1rem;
  }
  .slide-button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  #main-slider {
    height: 400px;
    min-height: 300px;
  }
  .slide-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: left;
  }
  .slide-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .slide-description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
  .slide-button {
    display: inline-block;
    padding: 8px 16px;
    font-size: 0.9rem;
    background-color: #2c94ff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .slide-button:hover {
    background-color: #ffffff;
    color: #2c94ff;
  }
} 

@media (max-width: 1200px){
  .section-title {
    font-size: 34px;
    width: 300px;
  }
  .section-subtitle{
    font-size: 20px;
    width: 300px;
  }
  .section-content{
    font-size: 15px;
    width: 300px;
    margin-top: 20px;
  }
  .section-list-content{
    font-size: 15px;
    width: 300px;
    margin-top: 20px;
  }
  .steps-for-contact-carts{
    width: 300px;
  }
  .steps-for-contact-carts{
    flex-direction: column;
    align-items: center;

  }
  .contact-cart-inner{
    width: 300px;
  }
  
  .contact-cart-text{
    font-size: 15px;
  }
  .contact-cart-title{
    font-size: 20px;
  }
  .contact-cart{
    width: 300px;
  }
  .blog-container-pic{
    display: none;
  }
  .blog-container-text{
    font-size: 13px;
    width: 300px;
  }
  .blog-container-text-title{
    width: 300px;
  }
  .blog-container-content{
    padding-left: 0px;
  }
  .shop-title {
    font-size: 34px;
    width: 300px;
    text-align: center;
  }
  .shop-subtitle {
    font-size: 34px;
    width: 300px;
    text-align: center;
  }

}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Sekce "O nás" */
/* ―――――――――――――――――――――――――――――――――――――――― */
.about-section {
  padding: 40px 0;
}

.about-image-wrapper {
  flex: 1;
}

.about-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Textová část */
.about-text-wrapper {
  flex: 1;
}

/* Funkce */
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-icon {
  font-size: 32px;
  color: #007BFF;
}

.feature-text {
  font-size: 16px;
}

.feature-title {
  font-weight: bold;
}

@media only screen and (max-width: 830px) {
  .about-section {
    padding: 30px 15px;
  }

  .about-image-wrapper,
  .about-text-wrapper {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .about-image img {
    max-width: 100%;
    height: auto;
  }

  .appointment-info {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0;
    width: 100%;
    font-size: 15px;
    padding: 10px;
    text-align: center;
  }

  .features {
    flex-direction: row;
    gap: 15px;
  }

  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .feature-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 15px 5px;
  }

  .features {
    flex-direction: column;
    gap: 15px;
  }
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Sekce "Služby" */
/* ―――――――――――――――――――――――――――――――――――――――― */
.services-section {
  padding: 80px 20px;
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
}

.services-section-title {
  color: transparent;
  -webkit-text-stroke: 1px #757575;
}

.services-section-subtitle {
  color: #ffffff;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.service-link {
  text-decoration: none;
  width: calc(50% - 40px);
  max-width: 550px;
  min-width: 350px;
  box-sizing: border-box;
  display: flex;
}

.service-item {
  background-color: #2b2b2b;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  transition: background-color 0.5s ease;
}

.service-item:hover {
  background-color: #2c94ff;
}

.icon-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon-wrapper i {
  font-size: 64px;
  color: #007bff;
}

.text-wrapper {
  text-align: left;
  flex-grow: 1;
}

.service-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.service-title:hover {
  text-decoration: none;
}

/* Responzivita */
@media (max-width: 1024px) {
  .service-link {
    width: calc(50% - 20px);
  }

  .service-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .service-link {
    width: 100%;
  }

  .service-grid {
    gap: 20px;
  }

  .icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .icon-wrapper i {
    font-size: 48px;
  }

  .service-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .icon-wrapper i {
    font-size: 40px;
  }

  .service-title {
    font-size: 18px;
  }
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Sekce "Jak se s námi spojit?" */
/* ―――――――――――――――――――――――――――――――――――――――― */

.steps-for-contact-title{
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: .9rem;
  margin-top: 50px;
}

.contact-cart{
  height: 216px;
  width: 352px;
  margin: 10px;
}

.contact-cart-inner{
  height: 216px;
  width: 352px;
  background-color: #2b2b2b;
  padding: 23px 30px 23px 47px;
  position: relative;
  border-radius: 30px;
}

.contact-cart-title{
  font-size: 24px;
  margin-right: 35px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}


.contact-cart-number{
  position: absolute;
  right: 19px;
  top: 12px;
  opacity: 0.3;
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 500;
}
.contact-cart-text{
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600px;
  margin-top: 43px;
}

.contact-cart-text-second{
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600px;
  margin-top: 22px;
}

.steps-for-contact-carts{
  display: inline-flex;
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* services-description-section */
/* ―――――――――――――――――――――――――――――――――――――――― */
.services-description-section-1,
.services-description-section-2 {
  padding: 40px 0;
  padding-bottom: 0px;
}

.services-description-section-1 {
  background-color: transparent;
}

.services-description-section-2 {
  background-color: #f9f9f9;
}

.services-description-image-wrapper-left,
.services-description-image-wrapper-right {
  display: flex;
  flex: 1;
}

.services-description-image-wrapper-left {
  justify-content: start;
}

.services-description-image-wrapper-right {
  justify-content: end;
}

.services-description-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Textová část */
.services-description-text-wrapper {
  flex: 1;
}

@media only screen and (max-width: 830px) {
  .services-description-section {
    padding: 30px 15px;
  }

  .services-description-image-wrapper,
  .services-description-text-wrapper {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .services-description-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .services-description-section {
    padding: 15px 5px;
  }
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Testimonial Section */
/* ―――――――――――――――――――――――――――――――――――――――― */
.testimonial-section {
  background-color: #eaf4ff;
  padding: 50px 20px;
}

.testimonial-header {
  margin-bottom: 40px;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* Hover změny pro celý testimonial-box */
.testimonial-box:hover {
  background-color: #2c94ff;
  color: #fff;
}

.testimonial-box:hover hr {
  border-color: #fff;
}

.testimonial-box:hover .testimonial-title {
  color: #fff;
}

.testimonial-box:hover .testimonial-text {
  color: #fff;
}

.testimonial-box:hover .rating-value-box {
  background-color: #fff;
  color: #2c94ff;
}

.testimonial-box:hover .rating-text {
  color: #fff;
}

.testimonial-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.testimonial-title {
  font-size: 16px;
  font-weight: bold;
  color: #222222; /* Nastavena základní barva */
  margin-bottom: 10px;
  transition: color 0.5s ease; /* Plynulejší změna barvy */
}

.testimonial-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  transition: color 0.5s ease; /* Plynulejší změna barvy */
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
  transition: border-color 0.5s ease;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-value-box {
  width: 45px;
  height: 40px;
  background: #2c94ff;
  border-radius: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.rating-text {
  font-size: 16px;
  color: #555;
  transition: color 0.5s ease;
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Sekce Blogy */
/* ―――――――――――――――――――――――――――――――――――――――― */

.blog-container-pic{
  width: 570px;
  height: 380px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.blog-container-date{
  color: #2c94ff;
}

.blog-container-text-title{
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  font-weight: 800;
  text-align: left;
  margin-top: 20px;
}

.blog-container-content{
  font-size: 15px;
  line-height: 26px;
  color: #707070;
  font-weight: 400;
  text-align: left;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: 30px;
}

.blog-container-text{
  width: 534px;
  height: 130px;
  margin-top: 40px;
  margin-bottom: 29px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
}


.blog-container-view-button{
  width: 152px;
  height: 46px;
  padding: 12px 35px;
  margin-top: 120px;
  background: #2c94ff;
  color: #fff;
  font-size: 13.9px;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.blog-container{
  display: flex;
}

.blog-container-center{
  display: flex;
  padding-top: 70px;
  flex-direction: row-reverse;
}

.blog-container-bottom{
  display: flex;
  padding-top: 70px;
}

.blog-container-text-inner{
  padding-top: 50px;
  padding-right: 40px;
}
.blog-container-mobile{
  display: none;
}

/* ―――――――――――――――――――――――――――――――――――――――― */
/* Sekce Shop */
/* ―――――――――――――――――――――――――――――――――――――――― */
.shop-section {
  background-color: #fff;
  padding: 50px 20px;
  color: #fff;
}

.shop-header {
  text-align: center;
  margin-bottom: 40px;
}

/* Tlačítko "View More" */
.shop-view-more {
  text-align: center;
  margin-top: 70px;
}

.view-more-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #3498ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 20px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.view-more-button:hover {
  transform: scale(1.05);
  background-color: #ffffff;
  color: #2c94ff;
  border: 1px solid #2c94ff;
}


/* ―――――――――――――――――――――――――――――――――――――――― */
/* All Services */
/* ―――――――――――――――――――――――――――――――――――――――― */

.services-list {
  color: #2c94ff;
}


/* ―――――――――――――――――――――――――――――――――――――――― */
/* END */
/* ―――――――――――――――――――――――――――――――――――――――― */
