body {
  background-color: #dfdfdf !important;
}
.footer-widgets {
  background-color: #95989a;
}
.header-color {
  color: #dfdfdf !important;
}
.kleo-main-header {
  margin: 0px 0px 40px 0px;
  border-color: transparent !important;
  border: none !important;
  #logo_img {
    padding-top: 5px;
  }
}
.custom-top-header {
  padding: 10px 0px;
  background-color: #dfdfdf;
  display: flex;
  justify-content: flex-end;
  max-width: 93vw;
  margin: 0 auto;
  .links {
    display: flex;
    gap: 30px;
    justify-content: center;
    .injection {
      a {
        color: #c014ba;
        font-weight: 700;
      }
    }
    a {
      font-size: 20px;
      line-height: 32px;
      color: #707070;
    }
  }
}
.slider-empty {
  height: 60vh;
  position: relative;
  span {
    font-size: 80px;
    line-height: 20px;
    color: #229385;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-template-about-dysport,
.page-id-631 {
  .slider-section {
    margin-top: 40px;
    .slider {
      /* height: 60vh;
      overflow: hidden; */
      /* background-color: white;
      border-radius: 20px;
      border: solid #95989a 2px; */
    }
  }
  .intro-section {
    max-width: 93vw;
    margin: 0 auto;

    .intro-title {
      display: flex;
      justify-content: flex-end;
      font-size: 25px;
      line-height: 46px;
      color: #229385;
      padding-bottom: 30px;
    }
    .intro-image {
      width: 100%;
      display: flex;
      justify-content: center;
      height: 100%;
      padding: 20px;
      background-color: white;
      border-radius: 30px 30px 30px 30px;
      img {
        object-fit: cover;
        width: 100%;
        border-radius: 30px 30px 30px 30px;

        height: 100%;
      }
    }
  }
  .icon {
    transition: all 0.35s ease-in-out;
    text-align: center;
  }
  .icon:hover {
    transform: scale(1.4);
  }
  .section-one {
    max-width: 93vw;
    margin: 0 auto;
    .title {
      padding: 40px 0px;
      text-align: center;
      span {
        font-size: 40px;
        line-height: 45px;
        color: white;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      }
    }
    .content-container {
      display: flex;
      flex-direction: row;
      gap: 15px;
      .element {
        font-size: 20px;
        line-height: 26px;
        color: #229385;
      }
    }
  }
  .video-section {
    padding: 80px 0px 20px 0px;

    max-width: 76vw;
    margin: 0 auto;
    video {
      border-radius: 30px 30px 30px 30px;
    }
  }
  .pdf-section {
    max-width: 76vw;
    margin: 0 auto;
    padding: 30px;
    background-color: #fffaf3;
    border: 1px solid #ccbea0;
    a,
    span {
      color: #7a4d05;
      font-size: 18px;
      font-weight: 800;
    }
    a {
      text-decoration: underline;
    }
    p {
      font-size: 14px;
      color: #7a4d05cc;
    }
  }
  .grafic-section {
    max-width: 76vw;
    margin: 40px auto;
    border-radius: 30px;
    overflow: hidden;
    img {
      border-radius: 30px;

      width: 100%;
    }
  }
  .gallery-section {
    max-width: 76vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
  .text-with-icon-section {
    max-width: 76vw;
    margin: 40px auto;
    display: flex;
    gap: 50px;
    flex-direction: column;
    .element {
      padding-left: 17vw;
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 30px;
      .content {
        font-size: 32px;
        .green-cus {
          color: #229385;
        }
      }
    }
    .element {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .element.visible {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #slider-one {
    padding: 75px 0px;
  }
  #slide-two {
    padding: 75px 0px;
    .segment-one {
      display: flex;
      flex-direction: row;
      gap: 20px;

      .custom-graph {
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        .circle-wrapper {
          position: relative;
          width: 240px;
          height: 240px;
        }

        svg {
          transform: rotate(-90deg);
        }

        .bg-ring,
        .progress-ring {
          fill: none;
          stroke-width: 20;
          /* cx: 80;
          cy: 80;
          r: 60; */
        }

        .bg-ring {
          stroke: #565656;
        }

        .progress-ring {
          stroke: #00b82d;
          stroke-dasharray: 377;
          stroke-dashoffset: 377;
          transition: stroke-dashoffset 2s ease-out;
        }

        .percentage-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 52px;
          font-weight: bold;
          color: #3c3c3c;
        }

        .percentage-text span {
          font-size: 18px;
          font-weight: 400;
        }

        .text-content {
          text-align: center;
          margin-top: 30px;
          font-size: 20px;
          color: #3c3c3c;
          line-height: 1.5;
        }

        .text-content strong {
          font-weight: bold;
        }

        hr {
          width: 100px;
          border: none;
          border-top: 1px solid #888;
          margin-top: 20px;
        }
      }
    }
    .segment-two {
      padding: 60px 0px;
      text-align: center;
      .bold-text {
        color: #565656;
        font-weight: 700;
        font-size: 40px;
      }
      .text {
        color: #565656;
        font-weight: 500;
        font-size: 32px;
        line-height: 35px;
      }
    }
  }
  #slide-three,
  #slide-four {
    padding: 0px 0px;
    .bar-chart-container {
      background-color: white;
      border-radius: 32px;
      padding: 56px;
      max-width: 76vw;
      margin: 0 auto;
      font-family: sans-serif;
      text-align: center;
    }
    .right-label {
      font-size: 2rem;
    }
	   .left-label-alt {
           writing-mode: vertical-rl;
            text-orientation: mixed;
            font-size: 13px;
            white-space: nowrap;
            transform: rotate(180deg);
            /* height: 100%; */
            display: flex;
            align-items: center;
            justify-content: center;
      }

    .chart-container {
      display: flex;
      align-items: center;
      flex-direction: row;
     
    }
    .chart-reference {
   
        margin-top: 50px;
        text-align: right;
        span{
          font-size: 10px;
        }
    }
	
    .top-part {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .chart-title {
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .bar-chart {
      width: 100%;
      max-width: 510px;
      display: flex;
      justify-content: space-around;
      align-items: flex-end;
      height: 250px; /* define fixed height */
      border-left: 2px solid #555;
      border-bottom: 2px solid #555;
      position: relative;
      gap: 1rem;
    }

    .bar-item {
      display: flex;

      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
      position: relative;
    }

    .bar {
      width: 70px;
      background: #00a000;
      height: 0;
      position: relative;
      transition: height 1.5s ease-out;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      border-radius: 4px;
      overflow: visible;
    }

    .bar-label {
      color: #00a000;
      font-weight: bold;
      position: absolute;
      top: -25px;
      font-size: 3rem;
    }

    .bar-week {
      position: absolute;
      bottom: -30px;
      margin-top: 0.5rem;
      font-size: 0.9rem;
    }
    .extra-message {
      margin: 0 auto;
      max-width: 75vw;
      color: #565656;
      font-size: 12px;
      padding-top: 10px;
      line-height: 2.5rem;
    }
  }
  .slide-intro-text {
    text-align: center;
    color: #565656;
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    padding: 60px 0px;
    max-width: 76vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .page-template-about-dysport,
  .page-id-631 {
    .intro-section {
      max-width: 93vw;
      margin: 0 auto;

      .intro-title {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 15px;
      }
      .intro-image {
        padding: 10px;
      }
    }
    .section-one {
      max-width: 93vw;
      margin: 0 auto;
      .title {
        padding: 20px 0px;
        span {
          font-size: 25px;
          line-height: 30px;
        }
      }
      .content-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        .element {
          font-size: 18px;
          line-height: 22px;
        }
      }
    }
    .video-section {
      padding: 40px 0px 20px 0px;

      max-width: 93vw;
      margin: 0 auto;
      video {
        border-radius: 15px 15px 15px 15px;
      }
    }
    .pdf-section {
      max-width: 93vw;
      margin: 0 auto;
      padding: 30px;
      background-color: #fffaf3;
      border: 1px solid #ccbea0;
      a,
      span {
        color: #7a4d05;
        font-size: 18px;
        font-weight: 800;
      }
      a {
        text-decoration: underline;
      }
      p {
        font-size: 14px;
        color: #7a4d05cc;
      }
    }
    .grafic-section {
      max-width: 93vw;
      margin: 20px auto;
    }
    .gallery-section {
      max-width: 93vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      flex-direction: column;
    }
    .text-with-icon-section {
      max-width: 93vw;
      margin: 20px auto;
      display: flex;
      gap: 50px;
      flex-direction: column;
      .element {
        padding-left: 0;

        display: grid;
        grid-template-columns: 80px 1fr;
        gap: 30px;
        .content {
          font-size: 22px;
          .green-cus {
            color: #229385;
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1440px) {
  .footer-widgets .container,
  .kleo-main-header .container,
  .slider-section .container {
    max-width: 93vw;
  }
}
.page-template-homepage {
  .slider-section {
    margin-top: 40px;
    .slider {
      /* height: 60vh;
      overflow: hidden; */
      background-color: white;
      border-radius: 20px;
      border: solid #95989a 2px;
    }
  }
  .line {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    height: 2px;
    background-color: white;
  }
  .main-content-section {
    margin: 0px 286px 80px 286px;
    .title {
      text-align: center;
      color: #229385;
      font-weight: 600;
      font-size: 60px;
      line-height: 20px;
      margin-bottom: 80px;
    }
    .text-with-image-section {
      display: flex;
      flex-direction: column;
      gap: 50px;
      position: relative;
      .bg-one {
        position: absolute;
        left: -180px;
        top: 0;
        z-index: 1;
      }
      .bg-two {
        position: absolute;
        right: -180px;
        bottom: 0;
        z-index: 1;
      }
      .element {
        z-index: 2;
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 50px;

        &:nth-child(2n) {
          grid-template-columns: 1fr 400px;

          .img-part {
            order: 1;
          }
          .content {
            order: 0;
          }
        }
        .img-part {
          position: relative;
          overflow: hidden;
          /* height: 400px; */
          /* width: 400px; */
          border-radius: 20px;
          border: solid #fff 2px;
          img {
            object-fit: cover;
            width: 100%;
            height: 100%;
          }
          a {
            position: absolute;
            bottom: 30px;
            left: 15px;
            text-align: center;
            color: #229385;
            font-size: 30px;
            line-height: 30px;
            padding: 30px;
            border-radius: 20px;

            width: calc(100% - 30px);
            background-color: rgba(255, 255, 255, 0.333);
          }
        }
        .content {
          background-color: white;
          padding: 36px;
          color: #229385;
          font-size: 20px;
          line-height: 30px;
          border-radius: 20px;
          border: solid #95989a 2px;
        }
      }
    }
  }
}
@media screen and (max-width: 1720px) {
  .page-template-homepage {
    .main-content-section {
      margin: 0px 100px 80px 100px;
    }
  }
}
@media screen and (max-width: 1440px) {
  .page-template-homepage {
    .main-content-section {
      margin: 0px 50px 80px 50px;
      .text-with-image-section {
        .element {
          .content {
            padding: 22px;
            font-size: 22px;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 992px) {
  .page-template-homepage {
    .main-content-section {
      margin: 0px 20px 80px 20px;
      .title {
        font-size: 25px;
        line-height: 20px;
        margin-bottom: 80px;
      }
      .text-with-image-section {
        .element {
          grid-template-columns: 1fr;
          &:nth-child(2n) {
            grid-template-columns: 1fr;
            .img-part {
              order: 0;
            }
            .content {
              order: 1;
            }
          }
          .img-part {
            height: 200px;
          }
          .content {
            padding: 22px;
            font-size: 22px;
          }
        }
      }
    }
  }
}

@media screen and (min-width: 992px) {
  #menu-main-menu {
    width: 100%;
    justify-content: space-around;
    li {
      a {
        font-size: 25px;
        line-height: 32px;
        font-family: "Roboto", sans-serif;
        color: #707070;
      }
    }
    li.menu-bold {
      a {
        font-weight: 700;
      }
    }
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 250px 250px 1fr  450px !important;
  gap: 20px; /* Space between columns */
  padding: 80px 0px !important;

  color: #f7f7f7;
  
}
.el-a, span{
  font-size: 16px;
  color: white;
}
.info-col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.info-el{
  display: flex;
flex-direction: column;
}
.el-title{
  white-space: nowrap;
  font-size: 17px;
    border-bottom: solid white 1px;
    padding-bottom: 10px;
}
.el-data{
    padding-top: 20px;

}

/* For screens up to 1440px */
@media (max-width: 1440px) {
  .footer-grid {
  grid-template-columns: 250px 250px 1fr  450px !important;
    grid-template-rows: auto; /* Automatically adjust row height */
    gap: 16px;
  }
}
.webteam-mobile {
  display: none !important;
}
/* For screens up to 992px */
@media (max-width: 992px) {
  .mobile-title {
    font-size: 42px !important;
    line-height: 38px !important;
  }
  .webteam {
    display: none !important;
  }
  .webteam-mobile {
    display: block !important;
  }
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important; /* Single-column layout for mobile */
    grid-template-rows: repeat(5, auto) !important; /* 5 rows for each child */
  }

  .footer-grid > :nth-child(1),
  .footer-grid > :nth-child(2),
  .footer-grid > :nth-child(3),
  .footer-grid > :nth-child(4),
  .footer-grid > :nth-child(5) {
    grid-column: span 1 !important; /* Each child spans one row */
  }
}

.first-col .title {
  font-size: 12px;
  font-family: "Roboto";
  font-weight: bold;
  padding-bottom: 90px;
}

.first-col .webteam {
  font-size: 10px;
  font-family: "Roboto";
}
.second-col .menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.second-col a {
  color: #f7f7f7;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto";
}
.second-col.menu {
  padding-bottom: 60px;
}
.second-col.menu {
  color: #f7f7f7;
}
.third-col a,
.third-col .fab {
  color: #f7f7f7 !important;
}
.third-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.third-col a {
  display: inline-flex;
  column-gap: 25px;
  flex-wrap: nowrap;
  align-items: center;
}
.forth-col label {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 40px;
}
.forth-col input {
  padding: 12px 15px;
  border: 1px solid white;
  border-radius: 2px;
  margin-right: 37px;
  background-color: transparent;
}
.forth-col input::placeholder {
  color: #f7f7f7;
  opacity: 1; /* Firefox */
}
.forth-col button {
  padding: 11px 15px;
  color: #2699fb;
  border: 1px solid white;
  border-radius: 0px 6px 6px 0px;
}
.fifth-col {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: right;
  align-content: flex-end;
  flex-wrap: wrap;
}
.fifth-col span {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
}
.footer-column {
  padding: 10px;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr; /* Single column on very small screens */
  }
}

.pdf-item-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.pdf-item-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.pdf-five-wrapper {
  margin-top: 20px;
}
.fifth-item {
  margin: 12px 0px;
  font-size: 15px;
  line-height: 15px;
}
.pdf-one,
.pdf-two,
.pdf-three,
.pdf-four,
.pdf-five,
.fifth-item {
  cursor: pointer;
}

* {
  font-family: "Roboto", sans-serif !important;
}

.video-card {
  position: relative;

  .video-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .video-card-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    .card-title {
      font-size: 22px;
      font-weight: 600;
    }
    .card-description {
      font-size: 16px;
      font-weight: 400;
    }
  }
}
.video-card {
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.upper-phasa {
  margin: 30px 0px;
  position: relative;
  .page-title {
    position: absolute;
    color: white;
    font-size: 36px;
    font-weight: 800;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

body {
  height: unset !important;
}

#videoContainer {
  height: 100%; /* Or a fixed height like 600px */
  display: flex;
  flex-direction: column;
}

.styled-iframe {
  flex: 1;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  object-fit: cover; /* For good measure */
}
html,
body {
  height: 100%;
  margin: 0;
}

#videoContainer {
  height: 520px; /* or a percentage based on layout */
}
