/* <!-- ==================START HEADER==================== --> */
#header {
  z-index: 1111111111;
  .header-logo {
    width: 150px;
  }
  .nav-link {
    border-radius: 8px;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
  }
  .nav-link:hover,
  .nav-link.active {
    background: var(--primary-color);
    color: white !important;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
  .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0);
  }

  #langToggle {
    /* border-radius: 25px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--primary-color);
    transition: var(--transition); */
    color: var(--primary-color);
  }
  /* #langToggle:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
  } */
  @media (max-width: 768px) {
    .header-logo {
      width: 110px;
    }
  }
}
/* <!-- ==================END HEADER==================== --> */

/* <!-- ==================START HERO SECTION==================== --> */
#home {
  height: 100vh;
  /* background: url("../assets/bg4.jpg") center center/cover no-repeat; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: background-image 0.4s ease-in-out;
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2a958e6d;
    backdrop-filter: blur(3px);
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.208);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 40px;
    max-width: 800px;
    margin: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

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

  .corner-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #cdcbcb;
    border-width: 2px 0 0 2px;
    border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
  }

  .corner-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-width: 2px 2px 0px 0px;
    border-radius: 0px 6px 0 0;
    -webkit-border-radius: 0px 6px 0 0;
    -moz-border-radius: 0px 6px 0 0;
    -ms-border-radius: 0px 6px 0 0;
    -o-border-radius: 0px 6px 0 0;
  }

  .buttom-corners::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    -ms-border-radius: 0 0 0 6px;
    -o-border-radius: 0 0 0 6px;
  }

  .buttom-corners::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-width: 0 2px 2px 0px;
    border-radius: 0 0 6px 0px;
    -webkit-border-radius: 0 0 6px 0px;
    -moz-border-radius: 0 0 6px 0px;
    -ms-border-radius: 0 0 6px 0px;
    -o-border-radius: 0 0 6px 0px;
  }

  .carousel-control-prev {
    left: -200px;
  }
  .carousel-control-next {
    right: -200px;
  }

  .carousel-indicators {
    bottom: -109px;
  }
  /* Responsive Text */
  @media (max-width: 768px) {
    .hero-content {
      padding: 25px;
      max-width: 90%;
      h1 {
        font-size: 1.7rem;
      }
      p {
        font-size: 1rem;
      }
    }

    .corner-border::before,
    .corner-border::after,
    .buttom-corners::before,
    .buttom-corners::after {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 576px) {
    .hero-content {
      padding: 20px;
      max-width: 95%;
      h1 {
        font-size: 1.5rem;
      }
      p {
        font-size: 0.95rem;
      }
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
    .hero-content {
      padding: 20px;
      max-width: 90%;
    }
  }
}
/* <!-- ==================END HERO SECTION==================== --> */

/* <!-- ==================START ABOUT SECTION==================== --> */
#about {
  background-image: linear-gradient(135deg, #f8fafc 60%, #e3f0ff 100%);
  .about-header-title {
    text-shadow: 2px 2px 8px rgba(21, 101, 192, 0.2);
  }
}
/* Main section background */
.about-section {
  /* background: linear-gradient(135deg, #f8fafc 60%, #e3f0ff 100%); */
  overflow: hidden;
}

/* Title */
.about-title {
  font-family: "Sora", sans-serif;
  letter-spacing: 1px;
}

/* Description */
.about-description {
  font-size: 1.18rem;
  color: #444;
}

/* Image container */
.rotated-border-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.about-img {
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(21, 101, 192, 0.13);
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.3s;
}

.rotated-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 90%;
  transform: translate(-50%, -50%) rotate(7deg);
  border: 3px solid #2a958eb1;
  border-radius: 22px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(7deg);
  -moz-transform: translate(-50%, -50%) rotate(7deg);
  -ms-transform: translate(-50%, -50%) rotate(7deg);
  -o-transform: translate(-50%, -50%) rotate(7deg);
}

/* Card styles */
.about-card {
  transition: transform 0.35s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.35s;
  box-shadow: 0 2px 16px 0 rgba(21, 101, 192, 0.07);
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(120deg, #fff 80%, #e0f7fa 100%);
  border: 1.5px solid #e0f7fa;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.about-card::before {
  content: "";
  position: absolute;
  left: 80%;
  top: 50%;
  width: 0;
  height: 0;
  background: #2a958d;
  opacity: 0.08;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: width 0.5s cubic-bezier(0.4, 2, 0.6, 1),
    height 0.5s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.4s, transform 0.5s;
  z-index: 0;
}

.about-card:hover {
  transform: translateY(-10px) scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 32px 0 rgba(21, 101, 192, 0.15);
  border-color: #2a958d44;
}

.about-card:hover::before {
  width: 300px;
  height: 300px;
  opacity: 0.16;
  transform: translate(-50%, -50%) scale(1.1);
}

.about-card i,
.about-card h5,
.about-card p {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.about-card:hover h5 {
  color: #2a958d;
}

.about-card:hover i {
  color: #2a958d !important;
  filter: drop-shadow(0 2px 8px #5ec6fa55);
}

.about-card-title {
  font-family: "Poppins", sans-serif;
}

.text-certified {
  color: #2a958d;
}

.text-research {
  color: #00838f;
}

/* Button styles */
.about-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: #fff;
  color: #2a958d;
  border: 1.5px solid #2a958d;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px #2a958d11;
  gap: 8px;
}

.about-btn-secondary:hover {
  background: #2a958d;
  color: #fff;
  border-color: #2a958d;
  box-shadow: 0 4px 16px #2a958d33;
}

/* Responsive */
@media (max-width: 991px) {
  .rotated-border-wrapper .about-img,
  .rotated-border {
    width: 100% !important;
    height: auto !important;
    max-width: 400px;
  }

  .about-section-decor {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .about-section-decor {
    display: none;
  }

  .about-img-bubble {
    width: 40px;
    height: 40px;
    left: -10px;
    bottom: -10px;
  }
}

@media (max-width: 575px) {
  .about-card {
    padding: 1.2rem !important;
  }

  .about-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
/* <!-- ==================END ABOUT SECTION==================== --> */

/* <!-- ==================START PRODUCTS SECTION==================== --> */
#products {
  background-image: linear-gradient(135deg, #f8fafcf4 60%, #e3f0ffd6 100%),
    url("./../assets/lay-medical.jpg");
  background-size: cover;
}
.product-card {
  position: relative;
  width: 100%;
  height: 450px;
  background: #fffefe92;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a958d;
  opacity: 0.3;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.product-card:hover::before {
  clip-path: circle(300px at 80% -20%);
}

.product-item {
  display: flex;
  justify-content: center;
  position: relative;
  .AE_absLink {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
z-index: 1111;  }
}

/* Image Box */
.product-image-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  height: 220px;
  transition: 0.5s;
}

.product-card:hover .product-image-box {
  top: 0;
  transform: translateY(0%);
}

.product-image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 270px;
}

/* Content Box */
.product-content-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.product-card:hover .product-content-box {
  height: 210px;
}

/* Title */
.product-title {
  font-size: 20px;
  padding-inline: 10px;
  color: #444;
  margin: 0;
  text-wrap-style: balance;
  font-weight: 500;
}

/* Description */
.product-description {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  padding-top: 0;
  padding-bottom: 0;
}

.product-card:hover .product-description {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.product-category-btn {
  transition: all 0.2s ease-in-out;
}

button.product-category-btn.active {
  background-color: #2a958d !important;
  color: #fff !important;
  border-color: #2a958d !important;
  box-shadow: 0 0 10px rgba(42, 149, 141, 0.25);
}

/* <!-- ==================END PRODUCTS SECTION==================== --> */

/* <!-- ==================START NEWS SECTION==================== --> */
.book-card {
  width: 100%;
  height: 360px;
  background-color: #f8f9fa;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  perspective: 2000px;
  position: relative;
}

.book-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left;
  transform: rotateY(0deg);
  transition: transform 0.7s ease;
  z-index: 2;
  border-radius: 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: block; */
}

.book-card:hover .book-cover {
  transform: rotateY(-110deg);
}

.book-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  transition: opacity 0.5s ease-in-out;
}

.book-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #212529;
  margin-bottom: 10px;
}

.book-text {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 15px;
}
.book-date {
  position: absolute;
  bottom: 10px;
}
/* <!-- ==================END NEWS SECTION==================== --> */

/* <!-- ==================START CERTIFICATIONS SECTION==================== --> */
#certifications {
  background-image: linear-gradient(120deg, #f8fafcf5 60%, #e3f0ffdd 100%),
    url("./../assets/plus-1.png");
}
.cert-slider {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  max-width: 950px;
  margin: auto;
  box-shadow: 0 10px 24px rgba(42, 149, 141, 0.07);
  transition: box-shadow 0.3s;
}
.cert-slider:hover {
  box-shadow: 0 16px 40px rgba(42, 149, 141, 0.13);
}
.sidebar {
  width: 260px;
  border-right: 1px solid #eaf6f5;
  padding: 20px 0;
  background: #fff;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar li {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  color: #888;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
  gap: 14px;
  position: relative;
  font-size: 17px;
  border-radius: 0 24px 24px 0;
  margin-bottom: 4px;
  font-weight: 500;
}
.sidebar li.active {
  color: #2a958d;
  background: #eaf6f5;
  font-weight: bold;
  box-shadow: 2px 0 8px 0 #eaf6f5;
}
.sidebar li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #2a958d;
  border-radius: 0 4px 4px 0;
}
.sidebar li:hover:not(.active) {
  background-color: #f9f9f9;
  color: #2a958d;
}
.cert-content {
  flex: 1;
  padding: 60px 40px;
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cert-content .cert-icon {
  margin-bottom: 24px;
  animation: fadeIn 0.7s;
  min-height: 60px;
  font-size: 60px;
}
.cert-content h3,
.cert-content p,
.cert-content .cert-badge {
  animation: fadeInUp 0.7s;
}
.cert-content h3 {
  color: #2a958d;
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cert-content p {
  color: #444;
  font-size: 17px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 22px auto;
}
.cert-badge {
  background-color: #eaf6f5;
  color: #2a958d;
  padding: 7px 18px;
  font-size: 15px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(42, 149, 141, 0.07);
}
@media (max-width: 900px) {
  .cert-slider {
    flex-direction: column;
    max-width: 98vw;
  }
  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eaf6f5;
    display: flex;
    overflow-x: auto;
    padding: 0;
  }
  .sidebar ul {
    display: flex;
    width: 100%;
  }
  .sidebar li {
    flex: 1;
    flex-direction: column !important;
    text-align: center;
    padding: 16px 14px;
  }
  .sidebar li:first-child {
    border-left: none;
  }
  .cert-content {
    padding: 36px 12px;
    min-height: 220px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation for content change */
.cert-content.animating {
  animation: slideFade 0.5s;
}
@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* <!-- ==================END CERTIFICATIONS SECTION==================== --> */

/* <!-- ==================START CAREERS SECTION==================== --> */
.task.career-card {
  position: relative;
  color: #2e2e2f;
  background-color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  border: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.task.career-card:hover {
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  border-color: rgba(162, 179, 207, 0.2) !important;
}

.task .tag {
  border-radius: 100px;
  padding: 4px 13px;
  font-size: 12px;
  color: #ffffff;
  background-color: #2a958d;
}

.task h5 {
  font-size: 1.1rem;
}

.task .stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #9fa4aa;
  margin-top: auto;
}

.task .stats svg {
  width: 16px;
  margin-right: 5px;
  stroke: #9fa4aa;
}

/* <!-- ==================END CAREERS SECTION==================== --> */

/* <!-- ==================START CONTACT SECTION==================== --> */
#contact {
  background-image: linear-gradient(120deg, #f8fafcf5 60%, #e3f0ffdd 100%),
    url("./../assets/plus-1.png");
  form {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
/* <!-- ==================END CONTACT SECTION==================== --> */

/* <!-- ==================START FOOTER SECTION==================== --> */
#footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  h5,
  h6 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
  }

  html[lang="ar"] a:hover {
    transform: translateX(-5px);
  }
}
/* <!-- ==================END FOOTER SECTION==================== --> */
.values-section {
  padding: 6rem 1rem;
  overflow: hidden;

  .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;

    /* Vision & Mission Elements */
    .vm-element {
      width: 38%;
      position: relative;
      min-height: 400px;
      display: flex;
      align-items: center;

      .vm-shape {
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        z-index: -1;
        opacity: 0.1;

        path {
          animation: float 8s ease-in-out infinite;
        }
      }

      &.mission .vm-shape path {
        animation: float 6s ease-in-out infinite reverse;
      }

      .vm-content {
        background: white;
        padding: 2.5rem;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;

        &::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 5px;
        }

        .vm-icon {
          width: 80px;
          height: 80px;
          margin: 0 auto 1.5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          font-size: 2rem;
          color: white;
        }

        h3 {
          font-size: 1.8rem;
          margin-bottom: 1.2rem;
          color: #333;
          position: relative;
          display: inline-block;

          &::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 3px;
            border-radius: 3px;
          }
        }

        p {
          color: #555;
          line-height: 1.8;
          font-size: 1.1rem;
          margin-bottom: 2rem;
        }

        .vm-dots {
          position: absolute;
          bottom: -15px;
          right: -15px;

          span {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin: 0 5px;
            opacity: 0.2;
          }
        }
      }

      &.vision {
        .vm-content::before {
          background: linear-gradient(90deg, #2a958d, #4bc7b8);
        }

        .vm-icon {
          background: linear-gradient(135deg, #2a958d, #3ab8ad);
          box-shadow: 0 10px 20px rgba(42, 149, 141, 0.3);
        }

        h3::after {
          background: #2a958d;
        }

        .vm-dots span {
          background: #2a958d;
        }
      }
      &.mission {
        .vm-content::before {
          background: linear-gradient(90deg, #f7941d, #ffb55e);
        }

        .vm-icon {
          background: linear-gradient(135deg, #f7941d, #ffb55e);
          box-shadow: 0 10px 20px rgba(42, 149, 141, 0.3);
        }

        h3::after {
          background: #ffb55e;
        }

        .vm-dots span {
          background: #ffb55e;
        }
      }

      /* Mission Specific Styles */
      &.mission {
        .vm-content::before {
          background: linear-gradient(90deg, #f7941d, #ffb55e);
        }

        .vm-icon {
          background: linear-gradient(135deg, #f7941d, #ff9e2c);
          box-shadow: 0 10px 20px rgba(247, 148, 29, 0.3);
        }

        h3::after {
          background: #f7941d;
        }
      }
    }

    .central-pill {
      width: 24%;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 3;

      .pill-bottle {
        width: 120px;
        height: 120px;
        background:#00838f;
        border-radius: 60px 60px 10px 10px;
        display: flex;

        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 2;

        img {
          width: 90px;
          height: auto;
          filter: brightness(0) invert(1);
        }
      }

      .molecule-animation {
        position: relative;
        width: 200px;
        height: 200px;
        margin-top: -50px;

        .atom {
          position: absolute;
          border-radius: 50%;
          background: rgba(42, 149, 141, 0.7);
          animation: atom-float 8s infinite ease-in-out;

          &:nth-child(1) {
            width: 12px;
            height: 12px;
            top: 30%;
            left: 20%;
            animation-delay: 0s;
          }

          &:nth-child(2) {
            width: 8px;
            height: 8px;
            top: 60%;
            left: 70%;
            animation-delay: 1.5s;
            background: rgba(247, 148, 29, 0.7);
          }

          &:nth-child(3) {
            width: 10px;
            height: 10px;
            top: 20%;
            left: 65%;
            animation-delay: 3s;
          }
        }
      }
    }
  }

  /* Responsive Design */
  @media (max-width: 992px) {
    .container {
      flex-direction: column;

      .vm-element {
        width: 100%;
        max-width: 500px;
        margin-bottom: 4rem;
      }

      .central-pill {
        display: none;
        width: 100%;
        margin: 3rem 0;
        order: -1;
      }
    }
  }
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes atom-float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, 15px);
  }
  50% {
    transform: translate(5px, -10px);
  }
  75% {
    transform: translate(-5px, 8px);
  }
}
/* ///product-details /// */
.product-image-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #f8f9fa;
  padding: 20px;
  
  .carousel-item img {
    border-radius: 12px;
    max-height: 500px;
    object-fit: contain;
    padding: 40px;
    background: #fff;
  }

  .custom-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    color: #2a958d;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

    &:hover {
      background-color: #2a958d;
      color: #fff;
      transform: translateY(-50%) scale(1.1);
    }

    &.carousel-control-prev {
      left: 20px;
    }

    &.carousel-control-next {
      right: 20px;
    }
  }
  
  .thumbnail-nav {
    button {
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      
      img {
        object-fit: cover;
        border-radius: 6px;
      }
      
      &.active {
        border-color: #2a958d;
      }
      
      &:hover:not(.active) {
        border-color: #eee;
      }
    }
  }
}

.product-details-container {
  padding: 40px;
  
  .product-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
  }
  
  .product-price {
    .price{
      color: #00838f;
    }
    h3 {
      font-size: 2rem;
      font-weight: 700;
    }
  }
  
  .product-benefits {
    i {
      font-size: 1.1rem;
    }
  }
}

@media (max-width: 991.98px) {
  .product-image-slider {
    .carousel-item img {
      max-height: 400px;
      padding: 30px;
    }
  }
  
  .product-details-container {
    padding: 30px;
    
    .product-title {
      font-size: 1.8rem;
    }
  }
}

@media (max-width: 767.98px) {
  .product-image-slider {
    .carousel-item img {
      max-height: 350px;
      padding: 20px;
    }
    
    .custom-control {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }
  }
  
  .product-details-container {
    padding: 25px;
    
    .product-title {
      font-size: 1.6rem;
    }
  }
}
/* #productTabs {
  border-bottom: 2px solid #2a958d;

  .nav-link {
    color: #2a958d;

    &.active {
      background-color: #2a958d;
      color: #fff;
    }
  }
}

#productTabsContent {
  background-color: #ffffff;
  border-color: #2a958d;
}

.accordion-button {
  background-color: #f3fdfc;
  color: #2a958d;

  &:not(.collapsed) {
    background-color: #2a958d;
    color: #fff;
  }
} */

.related-products {
  margin-top: 60px;

  .card {
    transition: all 0.3s ease-in-out;
    min-height: 100%;
    border: 1px solid #dddddd8c;
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(42, 149, 141, 0.2);
    }
    .card-body {
      background-color: #f0eded56;
    }
    .btn-outline-primary {
      color: #2a958d;
      border-color: #2a958d;

      &:hover {
        background-color: #2a958d;
        color: #fff;
      }
    }
  }
}
/* ////news details/ */
.new-details{
  .news-image-slider {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
  }

  .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background: #f5f5f5;
    border-radius: 12px;
  }

  .slider-navigation {
    padding-top: 0.5rem;
  }

  .btn-slider-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #2a958d;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

    &:hover {
      background-color: #1d7a73;
      transform: scale(1.1);
    }
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  
  }

.news-content {
  border-radius: 0.5rem;
  padding: 2rem 0;
}

.news-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #2a958d;
}

.news-meta {
  color: #6c757d;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.news-text {
  margin-bottom: 1.5rem;
}

.highlight-box {
  background-color: #eeeeeea2;
  border-left: 4px solid #00838f;
  padding: 1.5rem;
  margin: 2rem 0;
  h4{
    i{
      color: #00838f;
    }
  }
}

.related-news {
  margin-top: 4rem;
}

.news-card {
  transition: transform 0.3s ease;
  margin-bottom: 1.5rem;
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card .card-img-top {
  height: 200px;
  object-fit: cover;
}

.news-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.news-card .card-text {
  color: var(--secondary-color);
  font-size: 0.9rem;
}

.news-card .news-date {
  font-size: 0.8rem;
  color: var(--secondary-color);
}
.sticky-top .card-header {
  background-color: #f8f9fa;
  h5 {
    color: #2a958d;
    font-weight: 600;
    font-size: 1.2rem;
  }
}
.sticky-top{
  top: 110px;
}
.tags-share{
display: flex;
justify-content: space-between;
.news-content .social-share i{
    color: #2a958d;
}
  @media (max-width: 992px) {
    flex-direction: column;
gap: 10px;   
  }}
}
/* ///apply form/// */
.bg-main-color {
        background-color: #2a958d;
    }
    
    .btn-main-color {
        background-color: #2a958d;
        color: white;
        border: none;
    }
    
    .btn-main-color:hover {
        background-color: #23857d;
        color: white;
    }
    
    .text-main-color {
        color: #2a958d;
    }
    
    .form-control:focus, .form-select:focus {
        border-color: #2a958d;
        box-shadow: 0 0 0 0.25rem rgba(42, 149, 141, 0.25);
    }
    
    .form-check-input:checked {
        background-color: #2a958d;
        border-color: #2a958d;
    }
    
    legend {
        font-weight: 600;
    }
    
    .card {
        border: none;
    }
    
    /* Side image styling */
    .application-side-image {
        background-size: cover;
        background-position: center;
        min-height: 600px;
        position: relative;
    }
    
    .application-image-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        height: 100%;
    }
    
    /* Responsive adjustments */
    @media (max-width: 991.98px) {
        .application-side-image {
            min-height: 300px;
        }
    }