/*audio-container*/

.audio-container {
  /*position: relative;*/
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f8f9;
  border-radius: 25px;
  padding: 10px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 275px;
}

.audio-container button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #e53935;
}

.audio-container .time {
  font-size: 14px;
  min-width: 65px;
  text-align: center;
}

.audio-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #f6f8f9;
  outline: none;
  cursor: pointer;
  border: none;
}
/* Track color */
.audio-container input[type="range"]::-webkit-slider-runnable-track {
  background: #e53935;
  height: 4px;
  border-radius: 2px;
}

.audio-container input[type="range"]::-moz-range-track {
  background: #e53935;
  height: 4px;
  border-radius: 2px;
}

/* Thumb color */
.audio-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000;
  margin-top: -4px; /* center the thumb */
  cursor: pointer;
}

.audio-container input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.audio-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.audio-container .progress {
  width: 100px;
  margin-bottom: 0px;
  box-shadow: none;
}

.audio-container .volume {
  width: 70px;
}

.download-pdf {
  display: block;
  background-color: #3a526c;
  line-height: 45px;
  padding: 0 19px;
  margin-bottom: 18px;
  border-radius: 4px;
  position: relative;
  color: #ffffff !important;
  letter-spacing: 0.2px;
  max-width: 185px;
}
.download-pdf:hover {
  background-color: #e53935;
}
.download-pdf:after {
  content: "\f1c1";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  right: 19px;
}

.news-section {
  background-color: #f0fcff;
  background-color: #f8f2f0;
}
.news-section .list-container {
  /*max-width: 800px;*/
  margin: 0 auto;
}

.news-section .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  margin-top: 20px;
}

.review h2.tittle {
  border-left: 8px solid #ffdd03;
}
.news-section h2.tittle {
  border-left: 8px solid #e53935;
}

.news-section .list-text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
  font-size: 16px;
}

.news-section .list-text span {
  font-weight: bold;
  min-width: 30px;
}

.news-section .read-more-btn {
  /*background-color: #e539351c;
    color: #e53935;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color 0.3s;
    margin: 0;*/
  background-color: #ffecec;
  color: #e53935;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.3s;
  margin: 0;
}

.news-section .read-more-btn:hover {
  /*background: #e53935;
        color: #fff;
        border-color: #e53935;*/
  background-color: #fddede;
  color: #e53935;
}

.wpo-service-section-s4 .wpo-service-item.active,
.wpo-service-section-s4 .wpo-service-item:hover {
  background: #14212b;
}
.wpo-service-section-s4 .wpo-service-item {
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  /*position: relative;*/
  background-color: #fff;
  /*margin-bottom: 30px;*/
}
.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-icon {
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}
.wpo-service-section-s4
  .wpo-service-item
  .wpo-service-text
  .service-content
  h2 {
  color: #0a272c;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.wpo-service-section-s4
  .wpo-service-item.active
  .wpo-service-text
  .service-content
  h2,
.wpo-service-section-s4
  .wpo-service-item:hover
  .wpo-service-text
  .service-content
  h2 {
  color: #fff;
}
.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content p {
  color: #6e6e6e;
  transition: all 0.3s;
  margin: 0;
  text-align: left;
}
.wpo-service-section-s4
  .wpo-service-item.active
  .wpo-service-text
  .service-content
  p,
.wpo-service-section-s4
  .wpo-service-item:hover
  .wpo-service-text
  .service-content
  p {
  color: #c6c6c6;
}
.wpo-service-section-s4 .wpo-service-item .wpo-service-text .service-content a {
  display: inline-block;
  padding: 10px 15px;
  color: #14212b;
  border: 1px solid #e3e3e3;
  /*position: relative;*/
  border-radius: 6px;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 12px;
}
.wpo-service-section-s4
  .wpo-service-item.active
  .wpo-service-text
  .service-content
  a,
.wpo-service-section-s4
  .wpo-service-item:hover
  .wpo-service-text
  .service-content
  a {
  background: #ffffff;
  color: #14212b;
  border-color: #e3e3e3;
}
.wpo-service-section-s4 .wpo-service-item .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-service-section-s4 .wpo-service-item .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wpo-service-section-s4 h4 {
  color: #ff4a17;
}

/* Download PDF */

.download-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 600px;*/
}

.download-card .file-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.download-card .file-info img {
  width: 32px;
  height: 32px;
}

.download-card .file-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: none;
}

.download-card .file-text p {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #777;
}

.download-card .download-btn {
  background-color: #ffecec;
  color: #e53935;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.3s;
  margin: 0;
}

.download-card .download-btn:hover {
  background-color: #fddede;
  color: #e53935;
}

/* Slider Section */

.slider-container {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background-color: rgb(245, 235, 230);
}

.slider-container .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  /* background: #f4f6f8; */
  transition: left 0.8s ease-in-out;
  display: flex;
  align-items: center;
}

.slider-container .slide.active {
  left: 0;
}

.slider-container .slide .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.slider-container .slide-content {
  flex: 1;
  padding-right: 30px;
}

.slider-container .slide-content h1 {
  font-size: 58px;
  font-weight: 700;
  font-family: Philosopher, sans-serif;
  margin-bottom: 20px;
  color: #14212b;
}

.slider-container .slide-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.slider-container .slide-content a {
  text-decoration: none;
  padding: 12px 24px;
  background-color: #e53935;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}

.slider-container .slide-image {
  flex: 1;
  text-align: right;
}

.slider-container .slide-image img {
  max-width: 100%;
  height: auto;
}

.slider-container .navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-container .dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.slider-container .dot.active {
  background-color: #e53935;
}

@media (max-width: 768px) {
  .slider-container .container {
    flex-direction: column;
    text-align: center;
  }

  .slider-container .slide-content,
  .slide-image {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .slider-container .slide-image {
    margin-top: 20px;
    text-align: center;
  }

  .slider-container .slide-content h1 {
    font-size: 28px;
  }

  .slider-container .slide-content p {
    font-size: 16px;
  }
  .slider-container .slide {
    top: 70px;
  }
}

/* Concept Section */

.concept-section {
  padding: 100px 0;
}
.concept-section .lists-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 30px;
  padding: 20px 0;
}

/* ---------- RESPONSIVE STYLES ---------- */

/* Tablets (2 columns) */
@media (max-width: 991px) {
  .concept-section .lists-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .concept-section .lists-container {
    grid-template-columns: 1fr;
  }

  .concept-section .list {
    padding: 20px 15px;
  }

  .concept-section .list h3 {
    font-size: 15px;
  }
}

.concept-section .list {
  /* width: calc(50% - 15px); */
  /* background-color: #fff; */
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.concept-section .list:hover {
  transform: translateY(-5px);
}

.concept-section .list .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #ffbf00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.concept-section .list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.concept-section .list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.concept-section .list ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.concept-section .list ul li::before {
  content: "\25A0";
  position: absolute;
  left: 0;
  color: #f08080;
  font-size: 12px;
}

.concept-section .read-more-btn {
  background-color: #ffecec;
  color: #e53935;
  border: 1px solid #e53935;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.3s;
  margin: 0;
}

/* Background color themes */
.pink {
  background-color: #fdecea;
}
.purple {
  background-color: #f0ecfc;
}
.yellow {
  background-color: #fffef0;
}
.green {
  background-color: #e9fcf4;
}
.orange {
  background-color: #fff5e9;
}
.blue {
  background-color: #ecf6fc;
}
.pink-light {
  background-color: #ffeef5;
}
.teal {
  background-color: #e6fdfb;
}
.mint {
  background-color: #e8fff6;
}
.gray {
  background-color: #f5f5f5;
}

/* Responsive */
@media (max-width: 768px) {
  .concept-section .list {
    width: 100%;
  }
}
.read-more-btnn {
  background-color: #ffecec;
  color: #e53935;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.3s;
  margin: 0;
}

/* Product Books */

.product .book-heading {
  text-align: center;
  margin-bottom: 40px;
}

.product .book-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0;
}

.product .books {
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
  background: #ffffff;
}

.product .books:hover {
  transform: translateY(-5px);
}

.product .book-wrap {
  position: relative;
  width: 100%;
  padding-top: 70%; /* maintain aspect ratio */
  overflow: hidden;
}

.product .book-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  transition: all 0.6s ease;
  object-fit: cover;
}

.product .book-wrap .first {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.product .book-wrap .second {
  z-index: 2;
  opacity: 0;
  transform: scale(1.2) translateY(20px);
}

.product .books:hover .book-wrap .first {
  opacity: 0;
  transform: scale(1.05);
}

.product .books:hover .book-wrap .second {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.product .book-title {
  text-align: center;
  margin-top: 20px;
}

.product .book-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #111;
}
/* ---------- RESPONSIVE STYLES ---------- */

/* Tablets (2 columns) */
@media (max-width: 991px) {
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .product .book-grid {
    grid-template-columns: 1fr;
  }

  .product .books {
    padding: 20px 15px;
  }

  .product .book-title h4 {
    font-size: 15px;
  }
}

/* Audio Player */

.drK .music-card {
  background: #2d2d30;
  box-shadow: none;
}
.music-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
}
.music-card a {
  margin: 0;
}
.music-card .music-cover-container {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.music-card .music-cover {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.music-card .music-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.music-card .music-info h4 {
  margin: 0;
  font-size: 20px;
}
.music-card .music-info p {
  margin: 2px 0 0;
  font-size: 14px;
}
.music-card .music-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.music-card .download-btn,
.music-card .play-pause-btn {
  border: none;
  border-radius: 50%;
  padding: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
.music-card .play-pause-btn svg,
.music-card .download-btn svg {
  width: 24px;
  height: 24px;
}
.music-card .play-pause-btn .playing svg {
  fill: red;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 30px;
  padding: 20px 0;
}

.knowledge-column {
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
  background-color: #fff;
}

.knowledge-column:hover {
  transform: translateY(-5px);
}

.knowledge-column span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("web/img/icon-placeholder.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}

.knowledge-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  color: #222;
}

.knowledge-text {
  color: #555;
  font-size: 14px;
  margin-bottom: 16px;
}

.knowledge-btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin: 1em 0;
  color: #e53935;
  font-weight: 700;
  font-size: 18px;
}

.knowledge-btn::after {
  content: "↗";
  color: #fff;
  background: #e53935;
  font-size: 15px;
  padding: 1px 4px;
  margin-left: 8px;
  border-radius: 25px;
}

.knowledge1 .section,
.knowledge1 .footer {
  /* border: 1px solid #aaa; */
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.knowledge1 .section img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px 0;
  border-radius: 10px;
}

.knowledge1 .grid-2,
.knowledge1 .grid-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.knowledge1 .grid-item {
  background-color: #fff;
  flex: 1 1 calc(50% - 20px);
  padding: 10px;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.knowledge1 .grid-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px 0;
  border-radius: 10px;
}

.knowledge1 .grid-3 .grid-item {
  flex: 1 1 calc(33.33% - 20px);
}

.knowledge1 .highlight-yellow {
  background-color: yellow;
  font-weight: bold;
}

.knowledge1 .highlight-red {
  color: red;
  font-weight: bold;
}

.knowledge1 .footer {
  background-color: #00bfff;
  color: #000;
}

.knowledge1 .footer p {
  margin: 10px 0;
}

.knowledge1 .footer .red-text {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.knowledge1 .footer a {
  color: blue;
  text-decoration: underline;
}

.knowledge1 .footer .read-more {
  color: orange;
  font-weight: bold;
}

.knowledge1 h3 {
  text-align: center;
  margin: 30px 0 10px;
  color: #14212b;
}
.knowledge1 p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #14212b;
}

.knowledge2 .meta {
  margin-top: 10px;
}

.knowledge2 .meta p {
  margin: 4px 0;
}

.knowledge2 .highlight {
  background-color: yellow;
  font-weight: bold;
}

.knowledge2 .red {
  color: red;
  font-weight: bold;
}

.knowledge2 .section {
  margin-top: 30px;
}

.knowledge2 .dialogue {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.knowledge2 .avatar {
  width: 50px !important;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.knowledge2 .speech {
  flex: 1;
}

.knowledge2 .speech em {
  font-style: italic;
  color: #b30000;
}

.knowledge2 .speech strong {
  font-weight: bold;
}
