html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    --color-red: #CC0200;
    --color-black: #000;
    --color-white: #fff;
    --color-black-100:#545454;
    --color-light-pink: #f8babc;
}

.skip-link { position: absolute; top: -70px; left: 10px; background: #007BFF; color: #fff; padding: 10px 15px; font-size: 16px; text-decoration: none; z-index: 999; transition: top 0.3s; }
.skip-link:focus { top: 10px; outline: 2px solid #ff9800; box-shadow: 0 0 5px rgba(255, 152, 0, 0.5); }

body { margin: 0; font-family: 'Plus Jakarta Sans'; color: var(--color-black-100); }
p { font-size: 16px; line-height: 28px; margin-bottom: 16px; }
img { max-width: 100%; display: block; height: auto; }
a { color: var(--color-red); text-decoration: unset; }
a:hover { color: var(--color-light-pink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

input[type="submit"] { font-size: 18px; line-height: 18px; padding: 19px 44px 23px 43px; display: inline-block; border-radius: 50px; color: var(--color-white); position: relative; background-color: var(--color-black); transition: 400ms; border: none; cursor: pointer; margin: 20px 0 0 0; }
input[type="submit"]:hover { background-color: var(--color-red); }
.container { max-width: 1300px; margin: 0 auto; padding: 0 15px; }


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] { direction: ltr; font-family: 'Plus Jakarta Sans'; }



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { font-family: 'Plus Jakarta Sans'; color: var(--color-black); margin: 0; font-weight: 600; }
h1,
.h1 { font-size: 54px; line-height: 1.3; }
h2,
.h2 { font-size: 44px; line-height: 1.4; }
h3,
.h3 { font-size: 32px; line-height: 1.4; }
h4,
.h4 { font-size: 24px; line-height: 1.4; font-weight: 700; }
h5,
.h5 { font-size: 18px; line-height: 1.4; }
h6,
.h6 { font-size: 16px; line-height: 1.4; }


.icons {
    width: 50px;
    height: 50px;
    background-color: var(--color-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.title-top {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-red);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}









a[class*="btn-"] { font-size: 18px; line-height: 18px; padding: 19px 44px 23px 43px; display: inline-block; border-radius: 50px; color: var(--color-white); transition: 400ms; position: relative; }
a.btn-red,
a.btn-arrow-red { background-color: var(--color-red); }
a.btn-arrow-red { padding: 19px 64px 23px 33px; }
a.btn-arrow-black { background-color: var(--color-black); }
a.btn-arrow-red:before { content: ''; width: 30px; height: 30px; background-color: var(--color-white); position: absolute; right: 20px; top: 50%; transform: translateY(-50%); border-radius: 50px; transition: 400ms; }
a.btn-arrow-red:after { content: ''; background: url(http://physio-nitschke.yc-consulting.de/wp-content/uploads/2025/06/red-arrow.png) no-repeat center center / cover; position: absolute; right: 29px; top: 50%; transform: translateY(-50%); border-radius: 50px; transition: 400ms; width: 12px; height: 10px; }
a.btn-red:hover,
a.btn-arrow-red:hover { background-color: var(--color-black); }
a.btn-arrow-red:hover:before {background-color: var(--color-red);width: 50px;height: 50px;right: 5px;}
a.btn-arrow-red:hover:after {filter: brightness(0) invert(1);right: 18px;width: 22px;height: 18px;}
a.btn-arrow-black:hover { background-color: var(--color-red); }









.link-arrow svg {
    width: 14px;
    fill: var(--color-white);
}

.link-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
    border-radius: 50px;
    transition: 400ms;
}

.slick-dots {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    bottom: -50px;
}

.slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.slick-dots li {
    width: 100%;
    transition: 400ms;
    height: 1px;
    margin: 0;
    background: #0000001a;
}

.slick-dots li button::before {
    content: unset;
}

.slick-dots li.slick-active {
    background: var(--color-red);
    height: 5px;
    border-radius: 5px;
    margin-top: -2px;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-prev,
.slick-next { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgb(204 2 0 / 10%); transition: 400ms; }

.slick-prev:hover:before,
.slick-next:hover:before { filter: brightness(0) invert(1); }

.slick-prev:before,
.slick-next:before { content: ""; width: 12px; height: 10px; opacity: 1; background: url(http://physio-nitschke.yc-consulting.de/wp-content/uploads/2025/06/red-arrow.png) no-repeat center center / cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50px; transition: 400ms; background-size: contain;}

.slick-prev:before {
    transform: translate(-50%, -50%)scale(-1);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { background-color: var(--color-red); }




.input-group .input-box {
    background: transparent;
    border: 0;
    color: #fff;
    width: 100%;
    font-family: 'Plus Jakarta Sans';
}

.input-group {
    display: flex;
    border: 1px solid #d9d9d959;
    border-radius: 14px;
    padding: 20px 25px;
    gap: 15px;
    align-items: center;
}

.input-group .input-box:focus-visible {
    outline: 0;
}

.input-group::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.input-group.date::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/arrow-white.png);
}

.input-group.name::before {
    background-image: url(../image/c-user.png);
}

.input-group.phone::before {
    background-image: url(../image/c_phone.png);
}

.input-group.e-mail::before {
    background-image: url(../image/c_mail.png);
}

.input-group.date::before {
    background-image: url(../image/c_calender.png);
}

.input-group.message::before {
    background-image: url(../image/c_pencil.png);
}

.input-group .input-box::placeholder {
    color: #ffffffa6;
    font-size: 16px;
    font-weight: 400;
}

textarea.input-box {
    height: 80px;
}

.input-group:has(textarea.input-box) {
    align-items: flex-start;
}

.input-group.w-full {
    width: 100%;
}

.input-group.w-half {
    width: calc(50% - 7px);
}
.legal-page-title-content {
    padding-top: 120px;
}
.legal-page-title-content h1.wp-block-heading{
    padding-bottom: 30px;
}
@media (max-width:1400px) {
    .slick-slider:has(.slick-arrow) {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }

}

@media (max-width:1200px) {
    h1,
    .h1 {
        font-size: 44px;
        line-height: 52px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 28px;
    }

}

@media (max-width:992px) {
    .title-top {
        font-size: 16px;
        line-height: 16px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .btn-red {
        padding: 12px 24px;
    }

    .btn-arrow-red,
    .btn-arrow-black {
        padding: 12px 60px 12px 24px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .slick-prev,
    .slick-next {
        bottom: 0;
        top: auto;
        right: auto;
        transform: translateX(-50%);
                width: 35px;
        height: 35px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 14px;
        height: 14px;
    }

    .slick-slider:has(.slick-arrow) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 50px !important;
        
    }

    .slick-prev {
        left: calc(50% - 20px);
    }

    .slick-next {
        left: calc(50% + 20px);
    }
    .slick-dots{
        bottom: -15px;
    }
    input[type="submit"]{
        padding: 15px 20px 13px 20px;
    }

}

@media (max-width:575px) {
    h1,
    .h1 {
        font-size: 30px;
        line-height: 34px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 30px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .btn-arrow-red,
    .btn-arrow-black {
        padding: 12px 50px 12px 15px;
        font-size: 16px;
    }

    .btn-arrow-red::after,
    .btn-arrow-black::after {
        right: 16px;
    }

    .btn-arrow-red::before,
    .btn-arrow-black::before {
        right: 10px;
    }

    .slick-slider:has(.slick-arrow) {
        margin: 0;
    }

    .input-group {
        padding: 15px;
        border-radius: 8px;
    }

    .input-group.w-half {
        width: 100%;
    }


}

/* header */
.header { padding: 18px 0; transition: 400ms; position: fixed; width: 100%; z-index: 9; left: 0; top: 0; }
.header  .header-wrapper { display: flex; align-items: center; justify-content: space-between; }
.header  .header-logo-img { width: 107px; height: auto; transition: 400ms; }
.header  .header-contact { display: flex; gap: 14px; align-items: center; }
.header .contact-title { display: block; color: #666666; font-size: 14px; font-weight: 400; }
.header .contact-number { font-size: 20px; font-weight: 600; color: var(--color-black); }
.header .contact-number:hover { color: var(--color-red); }

body.scrolled .header { padding: 10px 0;  background-color: #FAE6E6; }
body.scrolled .header .header-logo-img { width: 60px; height: auto; }

@media (max-width:992px) {
    .header {
        padding: 12px 0;
    }

    .header .header-logo-img {
        width: 80px;
    }

    .header .contact-number {
        font-size: 18px;
    }

    .icons {
        width: 40px;
        height: 40px;
    }

    body.scrolled .header .header-logo-img {
        width: 80px;
    }

}

@media (max-width:575px) {
    .header .header-contact {
        gap: 10px;
    }

    .header .contact-number {
        font-size: 16px;
    }

}

/* header */

/* banner */

/*.banner {
      background-color: #FAE6E6;
      padding: 20px 0;
      margin-top: -1px;
  }
  .banner .banner-wrapper {
      display: flex;
      margin-left: calc((100vw - 1300px) / 2);
      align-items: center;
  }

  
  .banner .banner-details {
      width: 45%;
  }
  
  .banner .banner-image-block {
      width: 70%;
      position: relative;
      margin-left: -10%;
  }
  .banner .banner-img {
      width: 100%;
      z-index: 1;
      position: relative;
  }
  
  .banner .banner-image-block::before {
      content: '';
      width: 650px;
      height: 650px;
      background-color: #F5363F;
      opacity: 0.25;
      position: absolute;
      border-radius: 50%;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      z-index: 0;
  }
  .banner .banner-text {
      margin: 30px 0;
  }
  
  .banner .banner-text {
      max-width: 424px;
  }
  
  @media (max-width:1360px){
    .banner .banner-wrapper{
        margin-left: 0;
        padding: 0 15px;
    }
    .banner .banner-image-block{
        width: 55%;
        margin-left: 0;
    }
    .banner .banner-image-block::before{
        width: 500px;
        height: 500px;
    }
  }
  @media (max-width:1200px){
    .banner .banner-image-block::before{
        width: 450px;
        height: 450px;
    }
  }
  @media (max-width:992px){
    .banner .banner-image-block::before {
        width: 350px;
        height: 350px;
    }
    .banner .banner-text {
        margin: 10px 0;
    }
  }
  @media (max-width:767px){
    .banner .banner-wrapper{
        flex-wrap: wrap;
    }
    .banner .banner-details {
        width: 100%;
    }
    .banner .banner-image-block {
        width: 100%;
    }
  }
  @media (max-width:575px){
    .banner .banner-wrapper{
        gap: 40px;
    }
    .banner .banner-image-block::before {
        width: 250px;
        height: 250px;
    }
  }*/

/* banner */

/* about */

/*.about {
      padding: 100px 0;
  }
  
  .about .about-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 117px;
  }
  
  .about .about-left {
      width: calc(50% - 100px);
      position: relative;
  }
  
  .about .about-right {
      width: 50%;
  }
  
  .about .about-img {
      border-radius: 10px;
      width: 100%;
  }
  
  .about .exp-year {
      width: 230px;
      height: 210px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--color-red);
      color: var(--color-white);
      border: 4px solid var(--color-white);
      border-radius: 10px;
      position: absolute;
      bottom: -40px;
      right: -40px;
  }
  
  .about .exp-year-desc {
      font-weight: 400;
      font-size: 20px;
      line-height: 1;
      text-align: center;
  }
  
  .about .exp-year-desc span {
      font-size: 100px;
      font-weight: 700;
      display: block;
  }
  @media (max-width:1200px){
    .about .exp-year {
        width: 180px;
        height: 180px;
        bottom: -20px;
        right: -20px;
    }
    .about .exp-year-desc span {
        font-size: 65px;
    }
    .about .about-wrapper{
        gap: 80px;
    }
    .about .about-left {
        width: calc(50% - 80px);
    }    
  }
  @media (max-width:992px){
    .about .about-wrapper{
        gap: 30px;
    }
    .about .about-left {
        width: calc(50% - 30px);
    }
    .about {
        padding: 40px 0;
    }
    .about .exp-year {
        width: 130px;
        height: 130px;
    }
    .about .exp-year-desc span {
        font-size: 45px;
    }
    .about .exp-year-desc{
        font-size: 14px;
    }

  }
  @media (max-width:767px){
    .about .about-wrapper{
        flex-direction: column;
    }
    .about .about-left {
        width: 100%;
        padding-right: 20px;
    }
    .about .about-right {
        width: 100%;
    }
    .about .exp-year{
        right: -10px;
    }
  }
  @media (max-width:575px){
    .about .exp-year-desc span {
        font-size: 30px;
    }
    .about .exp-year {
        width: 100px;
        height: 100px;
        right: 0;
    }
  }*/

/* about */

/* services-slide */

/*.service-carousel .services-slide-wrapper {
      display: flex;
      align-items: center;
      gap: 60px;
      justify-content: center;
}

.service-carousel .services-icon {
      width: 60px;
}

.service-carousel {
      background-color: var(--color-red);
      padding: 24px 0;
}

.service-carousel .services-name {
      font-family: Plus Jakarta Sans;
      font-weight: 800;
      font-size: 40px;
      line-height: 52px;
      text-align: center;
      text-transform: uppercase;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px var(--color-white);
}
@media (max-width:1600px){
    .service-carousel .services-name {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width:1360px){
    .service-carousel .services-slide-wrapper{
        gap: 30px;
    }
}
@media (max-width:992px){
    .service-carousel .services-icon {
        width: 40px;
    }
}
@media (max-width:575px){
    .service-carousel .services-slide-wrapper {
        gap: 15px;
    }
    .service-carousel .services-icon {
        width: 32px;
    }
    .service-carousel .services-name {
        font-size: 26px;
        line-height: 34px;
    }
    .service-carousel{
        padding: 16px 0;
    }
}*/

/* services-slide */

/* what-do */

/*.what-do {
      padding: 90px 0;
  }
  
  .what-do .what-do-wrapper {
      text-align: center;
  }
  
  .what-do .what-do-slide {
      text-align: left;
      padding: 40px;
      background: #0000000a;
      border-radius: 10px;
      transition: 400ms;
  }

  
  .what-do .what-do-slide:hover .what-do-slide-link {
      background: var(--color-white);
  }
  
  .what-do .what-do-slide:hover .what-do-slide-link svg {
      fill: var(--color-red);
  }
  .what-do .what-do-slider .slick-slide {
      margin: 0 15px;
      border-radius: 10px;
      transition: 400ms;
  }
  .what-do .what-do-slider .slick-list {
      margin: 0 -15px;
  }
  .what-do .what-do-slider{
      margin: 45px 0;
  }
  .what-do .what-do-slider .slick-slide:hover .what-do-slide {
      background: #cc0200bf;
  }
  
  .what-do .what-do-slider .slick-slide:hover {
      background-image: url(../Images/slider-bg-img.png);
  }
  .what-do .what-do-slider .slick-slide:hover .what-do-slide-title {
      color: var(--color-white);
  }
  
  .what-do .what-do-slider .slick-slide:hover .what-do-slide-desc {
      color: var(--color-white);
  }
  .what-do .what-do-slider .slick-slide:hover .what-do-icon{
      filter: brightness(0) invert(1);
  }
  .what-do .what-do-icon {
    width: 80px;
}
  @media (max-width:1200px){
    .what-do .what-do-slide{
        padding: 20px;
    }
    .what-do .what-do-slider .slick-slide {
        margin: 0 8px;
    }    
  }
  @media (max-width:992px){
    .what-do {
        padding: 40px 0;
    }
    .what-do  .what-do-icon {
        width: 60px;
    }
  }*/

/* what-do */

/* history-slider */

/*.history-slider .history-slide-wrapper {
      display: flex;
      align-items: center;
  }
  
  .history-slider .history-year-details {
      width: 50%;
      text-align: center;
      padding-right: 115px;
  }
  
  .history-slider .history-year-image-block {
      width: 50%;
      position: relative;
      padding: 10px;
  }

  .history-slider .history-year {
      font-size: 100px;
      line-height: 1;
      font-weight: 600;
      color: var(--color-red);
      display: block;
  }
  
  .history-slider {
      padding: 90px 0;
      text-align: center;
      background-color: #cc02000a;
  }
  
  .history-slider .history-main {
      margin-top: 40px;
  }
  
  .history-slider .history-year-img {
      width: 100%;
      border-radius: 10px;
      z-index: 1;
      position: relative;
  }
  
  .history-slider .history-year-image-block::before {
      content: '';
      width: 310px;
      height: 220px;
      border: 1px solid #cc020040;
      position: absolute;
      border-radius: 5px;
      top: 0;
      right: 0;
      z-index: 0;
  }
  .history-slider .history-slider-title-top {
      font-size: 18px;
      line-height: 18px;
      font-weight: 600;
      margin-bottom: 7px;
      text-transform: uppercase;
      color: var(--color-black);
  }
  .history-slider .history-txt {
      margin: 20px 0 30px 0;
  }
  .history-main .slick-slide {
    padding: 0 15px;
}
@media (max-width:1200px){
    .history-slider .history-year-details{
        padding-right: 30px;
    }
    .history-slider .history-year {
        font-size: 70px;
    }
    .history-slider .history-slider-title-top {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width:992px){
    .history-slider {
        padding: 40px 0;
    }
    .history-slider .history-year {
        font-size: 50px;
    }
    .history-slider .history-year-details {
        padding-right: 0;
    }
    .history-main .slick-slide {
        padding: 0 15px;
    }
    .history-slider .history-txt p {
        font-size: 14px;
        line-height: 20px;
    }
    .history-slider .history-year-image-block::before{
        width: 210px;
        height: 120px;
    }
}
@media (max-width:767px){
    .history-slider .history-slide-wrapper{
        flex-direction: column-reverse;
    }
    .history-slider .history-year-details{
        width: 100%;
        text-align: left;
    }
    .history-slider .history-year-image-block {
        width: 100%;
    }
    .history-main .slick-slide {
        padding: 0 5px;
    }
}*/

/* history-slider */

/* testimonial slider */

/*.testimonial {
    padding: 90px 0;
}

.testimonial .testimonial-wrapper {
    text-align: center;
}

.testimonial .testimonial-slide {
    padding: 40px;
    background-color: #cc02000d;
    border-radius: 10px;
    text-align: left;
    transition: 400ms;
    cursor: pointer;
    margin: 10px 0;
}
.testimonial .testimonial-slide:hover {
    background: var(--color-white);
    box-shadow: 0px 0px 15px 0px #0000001A;
}
.testimonial .testimonial-slide .review-user {
    display: flex;
    gap: 15px;
    align-items: center;
}

.testimonial .testimonial-slide .review-user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial .testimonial-slide .review-title {
    margin: 20px 0;
}

.testimonial .testimonial-slide .review-user-designation {
    margin: 0;
}
.testimonial .testimonial-slider .slick-slide {
    margin: 0 15px;
}
@media (max-width:1400px){
    .testimonial .testimonial-slide {
        padding: 20px;
    }
}
@media (max-width:1200px){
    .testimonial{
        padding: 40px 0;
    }
    .testimonial .testimonial-slider .slick-slide {
        margin: 0 8px;
    }
  
    .testimonial .testimonial-slide .review-title {
        margin: 10px 0;
    }
}
@media (max-width:767px){
    .testimonial .testimonial-slide .review-user {
        gap: 5px;
    }
    
}*/

/* testimonial slider */

/* img-desc */

/*.img-desc {
    padding: 50px 0;
    position: relative;
    margin: 26px 0;
    overflow: hidden;
}

.img-desc::after {
    content: '';
    width: 70%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(204, 2, 0, 0.2) 0%, rgba(204, 2, 0, 0.75) 100%);
    position: absolute;
    top: 0;
    right: -20px;
    background-color: var(--color-red);
    z-index: 0;
    border-radius: 10px;
}

.img-desc::before {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    background-image: url(../Images/book-now-bg.png);
    background-repeat: repeat;
    z-index: 1;
    border-radius: 10px;
    mix-blend-mode: multiply;
}

.img-desc .img-desc-wrapper {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
}

.img-desc .img-desc-image-block {
    width: 50%;
}

.img-desc .img-desc-content-block {
    width: 50%;
    color: var(--color-white);
    padding-left: 98px;
}

.img-desc .img-desc-img {
    width: 100%;
    border-radius: 10px;
}

.img-desc .img-desc-title {
    color: var(--color-white);
}

.img-desc .img-desc-content-block .title-top {
    color: var(--color-white);
}

@media (max-width:1200px){
    .img-desc .img-desc-content-block{
        padding-left: 30px;
    }
}
@media (max-width:767px){
    .img-desc {
        padding: 30px 0;
        margin: 0;
    }
    .img-desc::before , .img-desc::after{
        width: 100%;
        right: 0;
        height: 70%;
        bottom: 0;
        top: auto;
    }
    .img-desc .img-desc-wrapper{
        flex-direction: column;
        gap: 30px;
    }
    .img-desc .img-desc-image-block {
        width: 100%;
    }
    .img-desc .img-desc-content-block {
        width: 100%;
        padding: 0;
    }
}*/

/* img-desc */

/* team  */

/*.team {
    padding: 90px 0;
}

.team .team-wrapper {
    text-align: center;
}

.team .team-slider {
    margin: 42px 0;
}

.team .team-img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.team .team-member-name {
    margin: 0;
}
.team .team-slider .slick-slide {
    margin: 0 17px;
}
.team .team-social-media {
    gap: 16px;
    border: 1px solid #FFFFFF59;
    background: #000000bf;
    padding: 13px;
    border-radius: 10px;
    display: inline-flex;
    position: absolute;
    left: 50%;
    transform: translate(-50% , 20px );
    bottom: 25px;
    opacity: 0;
    transition: 400ms;
}

.team .icons.social-icons {
    width: 44px;
    height: 44px;
    background-color: var(--color-white);
}

.team .team-img-block {
    position: relative;
}

.team .team-slide:hover .team-social-media {
    transform: translate(-50% , 0);
    opacity: 1;
    transition: 400ms;
}
.team-block {
    cursor: pointer;
}
@media (max-width:1200px){
    .team .team-slider .slick-slide {
        margin: 0 9px;
    }
    .team .team-img{
        height: 400px;
    }
}
@media (max-width: 992px) {
    .team .team-img {
        height: 500px;
    }
    .team {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .team .team-img {
        height: 400px;
    }
    .team .team-social-media{
        opacity: 1;
        transform: translate(-50%, 0);
    }
    .team .team-social-media{
        padding: 10px;
        gap: 10px;
    }
    .team .icons.social-icons {
        width: 40px;
        height: 40px;
    }
}*/

/* team  */

/* faq */

/*.faq {
    padding: 90px 0;
    text-align: center;
    background-color: #cc02000a;
}
.faq .faq-main {
    margin-top: 40px;
}

.faq .faq-item {
    border: 1px solid #CC02001A;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
}
.faq .faq-item .faq-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.faq .faq-details {
    display: none;
}
.faq .faq-item .faq-title::after {
    content: '';
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><circle cx="17" cy="17" r="16.5" transform="rotate(180 17 17)" stroke="%23CC0200"/><rect x="11" y="17" width="13" height="1" fill="%23CC0200"/><rect x="18" y="11" width="13" height="1" transform="rotate(90 18 11)" fill="%23CC0200"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.faq .faq-item.active .faq-title::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><circle cx="17" cy="17" r="16.5" transform="rotate(180 17 17)" stroke="%23CC0200"/><rect x="11" y="17" width="13" height="1" fill="%23CC0200"/></svg>');
}

@media (max-width:992px){
    .faq{
        padding: 40px 0;
    }
    .faq .faq-item{
        padding: 15px;
    }
    .faq .faq-item .faq-title{
        font-size: 20px;
        line-height: 26px;
    }
    .faq .faq-item .faq-title::after{
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
}
@media (max-width:575px){
    .faq .faq-item .faq-title {
        font-size: 16px;
        line-height: 22px;
    }
    .faq .faq-item {
        padding: 10px;
    }
    faq .faq-item .faq-title::after {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}*/

/* faq */

/* conatct */
.contact {
    text-align: center;
    background-color: #cc02000a;
    padding-bottom: 170px;
}

.contact .contact-wrapper {
    background-color: var(--color-red);
    border-radius: 10px;
    color: #fff;
    display: flex;
    padding: 90px;
}

.contact .contact-description {
    width: 50%;
    text-align: left;
    padding-right: 50px;
}

.contact .contact-wrapper .title-top {
    color: var(--color-white);
}

.contact .contact-wrapper .conatct-title {
    color: var(--color-white);
    margin: 10px 0;
}

.contact .contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contact .contact-form {
    width: 50%;
}

.contact .contact-desc p {
    opacity: 0.8;
}

@media (max-width:1200px) {
    .contact .contact-wrapper {
        padding: 50px;
    }

}

@media (max-width:992px) {
    .contact {
        padding-bottom: 90px;
    }

    .contact .contact-wrapper {
        padding: 40px 20px;
    }

    .contact .contact-description {
        padding-right: 20px;
    }

}

@media (max-width:767px) {
    .contact .contact-wrapper {
        flex-direction: column;
    }

    .contact .contact-description {
        width: 100%;
        padding: 0;
    }

    .contact .contact-form {
        width: 100%;
    }

}

/* conatct */

/* footer */
.footer {
    background-color: var(--color-black);
}

.footer .footer-logo {
    width: 150px;
    height: 150px;
    background: #FDF5F5;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    transform: translateY(-70px);
}

.footer .footer-logo-img {
    width: 128px;
    height: 120px;
    object-fit: contain;
}

.footer .footer-contact-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px 0;
    border-top: 1px solid rgb(217 217 217 / 15%);
    border-bottom: 1px solid rgb(217 217 217 / 15%);
    gap: 20px;
}
.footer-contact-item.contact-hours {
    max-width: 40%;
}
.footer-contact-item.contact-mail {
    max-width: 25%;
}

.footer-contact-item.contact-number {
    max-width: 15%;
}

.footer-contact-item.contact-address {
    max-width: 20%;
}
.footer-contact-details span {
    display: block;
    margin-bottom: 5px;
}
.footer .footer-contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.footer .footer-contact-icon {
    background-color: var(--color-white);
    min-width: 40px;
}

.footer .footer-contact-item-desc {
    color: var(--color-white);
    width: calc(100% - 55px);
}

.footer .footer-contact-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.footer .footer-social-media {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}

.footer .footer-copyright {
    padding: 22px 0 32px 0;
    text-align: center;
    color: var(--color-white);
}

.footer .footer-copyright span {
    color: var(--color-red);
}

.footer .footer-copyright p {
    margin: 0;
}

.footer .footer-social-link {
    background-color: #ffffff1a;
    transition: 400ms;
}

.footer .footer-social-link-img {
    filter: invert(1);
}

.footer .footer-social-link:hover {
    background-color: var(--color-red);
}

.footer .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .legal-page-links ul {
    display: flex;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.footer .legal-page-links ul a {
    color: #fff;
    transition: 400ms;
}

.footer .legal-page-links ul a:hover {
    color: var(--color-red);
}
@media (max-width:1200px) {
    .footer .footer-contact-links{
        flex-wrap: wrap;
    }
.footer-contact-item.contact-hours {
    max-width: 50%;
    width: 49%;
}
.footer-contact-item.contact-mail {
    max-width: 50%;
    width: 49%;
}

.footer-contact-item.contact-number {
    max-width: 50%;
    width: 49%;
}

.footer-contact-item.contact-address {
    max-width: 50%;
    width: 49%;
}
}
@media (max-width:992px) {
    .footer .footer-logo-img {
        width: 98px;
        height: 90px;
    }

    .footer .footer-logo {
        width: 120px;
        height: 120px;
        margin-left: 0;
        transform: translateY(-50px);
    }

    .footer .footer-contact-links {
        padding: 30px 0;
    }

    .footer .footer-contact-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer-social-media {
        justify-content: flex-start;
    }

    .footer .footer-copyright {
        text-align: center;
        padding: 10px 0;
    }

    .footer .footer-bottom-wrapper {
        flex-direction: column;
        margin-top: 30px;
    }
    .footer-contact-item.contact-hours {
    max-width: 100%;
    width: 100%;
}
.footer-contact-item.contact-mail {
    max-width: 100%;
    width: 100%;
}

.footer-contact-item.contact-number {
    max-width: 100%;
    width: 100%;
}

.footer-contact-item.contact-address {
    max-width: 100%;
    width: 100%;
}

}

/* footer */