a {
  cursor: pointer;
}

/* logo  */
.temp-logo {
  display: flex;
  align-items: center;
}

.temp-logo img {
  width: 60px;
  margin-right: 10px;
}

.logo-band h3 {
  font-size: 23px;
  color: #333;
  margin: 0;
  font-weight: 600;
}
.logo-band span {
  font-size: 12px;
  color: #444;
  line-height: 14px;
  font-weight: 500;
  display: block;
  margin: 0;
}

@media (max-width: 768px) {
  .temp-logo img {
    width: 50px;
    margin-right: 0;
  }

  .logo-band h3 {
    font-size: 22px;
  }
}

/* dr. profile */

.doc-exp {
  position: absolute;
  bottom: 50px;
  right: -30px;
  width: 250px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .doc-exp {
    width: 300px;
    bottom: 20px;
    right: 50%;
    justify-content: center;
    transform: translateX(50%);
  }
}

.doc-exp h3 {
  font-size: 48px;
  color: #1e2e83;
  font-weight: 800;
  margin: 0 15px 0 0;
}

.doc-exp p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-align: start;
  line-height: 25px;
}

.doctor-profile-section {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}

.doctor-name {
  color: #1e2e83;
  font-weight: 700;
  margin-bottom: 15px;
}

.doctor-designation {
  font-size: 16px;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  font-weight: 400;
  background: linear-gradient(90deg, #006c62, #006c614d);
  margin-bottom: 10px;
  display: inline-block;
}

.doctor-qualifications {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.doctor-description {
  color: #333;
  font-size: 17px;
  margin-bottom: 25px;
}

/* Custom Button Styles */
.btn-custom {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 24px;
  /* border-radius: 30px; */
  border: none;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(44, 168, 176, 0.08);
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.btn-custom-info {
  background: #2c42b1;
  color: #fff;
}

.btn-custom-info:hover,
.btn-custom-info:focus {
  background: #1e2e83;
  color: #fff;
  box-shadow: 0 4px 16px rgba(44, 168, 176, 0.15);
  transform: translateY(-2px) scale(1.03);
}

.btn-custom-warning {
  background: #01897b;
  color: #fff;
}

.btn-custom-warning:hover,
.btn-custom-warning:focus {
  background: #006c62;
  color: #fff;
  box-shadow: 0 4px 16px rgba(249, 168, 37, 0.15);
  transform: translateY(-2px) scale(1.03);
}

.specialties .icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006c62;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
  flex-shrink: 0;
}

.specialties span {
  align-self: center;
  font-weight: 600;
  color: #1e2e83;
  font-size: 16px;
}

.image-box {
  padding: 10px;
  position: relative;
  height: 450px;
  width: 450px;
  display: inline-flex;

  align-items: center;
  justify-content: center;
}

.image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_img_shape01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.image-box img {
  width: 410px;
  border: 8px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  position: relative;
  height: auto;
  aspect-ratio: 1 / 1.01;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 767.98px) {
  .doctor-profile-section {
    padding: 30px 0;
  }

  .specialties .d-flex {
    flex-direction: row;
    align-items: center;
  }

  .btn-custom {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .image-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 450px;
    margin: 0 auto;
  }

  .image-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* service */

.service-box-inner .icon-srv {
  width: 75px;
  height: 75px;
  background-color: #1e2e83;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 38px;
  color: #fff;
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .trt-trans-left {
    transform: translateX(60px);
  }

  .trt-trans-right {
    transform: translateX(-60px);
  }
}

.ser-img {
  width: 400px;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
  }
}

.trt-trans {
  height: 115px;
}

@media (max-width: 991px) {
  .ser-img {
    border-radius: 15px;
    img {
      border-radius: 15px;
    }
  }
  .trt-trans {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 0 1px;
    padding: 15px 4px;
    height: auto;
    border-radius: 15px;
    align-items: center;
  }
}

.content-box > h5 {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.66px;
  line-height: 30px;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 5px;
  word-wrap: break-word;
}

.content-box p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-me-btn {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  padding: 3px 12px 5px;
  background-color: #1e2e83;
  border-radius: 4px;
}

.read-me-btn:hover {
  background-color: #144932;
  color: #fff;
}

.read-me-btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(30, 46, 131, 0.5);
}

/* footer  */

.custom-footer {
  background: #1e2e83;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .custom-footer {
    padding-bottom: 60px;
  }
}

.custom-footer h5 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.custom-footer .footer-underline {
  border: none;
  border-bottom: 3px solid #fff;
  width: 55px;
  margin-bottom: 1.3rem;
  opacity: 0.8;
}
.custom-footer p,
.custom-footer li,
.custom-footer .footer-link {
  font-size: 1.05rem;
  /* line-height: 1.7; */
  font-weight: 500;
  color: #fff;
}

.custom-footer p {
  font-size: 17px;
  line-height: 1.8;
}

.custom-footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.custom-footer ul li {
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.custom-footer .footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}
.custom-footer .footer-link:hover {
  text-decoration: underline;
  color: #fff;
}
.custom-footer .footer-contact p {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.7rem;
}

.custom-footer .footer-contact p a {
  color: #fff;
}

.custom-footer .footer-contact i {
  margin-right: 8px;
  font-size: 1.25rem;
  color: #fff;
  min-width: 25px;
  opacity: 0.8;
}
.custom-footer .footer-social {
  display: flex;
  gap: 13px;
  margin-top: 1.5rem;
}
.custom-footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  font-size: 1.2rem;
  margin: 0 !important;
  color: #1e2e83;
  border: 2px solid #fff;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.13s;
}
.custom-footer .footer-social a:hover {
  background-color: #01897b;
  color: #fff;
  box-shadow: 0 2px 8px rgba(51, 119, 85, 0.11);
}
.custom-footer .footer-border {
  border-top: 1.5px solid #144932;
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
  opacity: 0.15;
}
.custom-footer .footer-bottom {
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .custom-footer h5 {
    font-size: 1.3rem;
  }
  .custom-footer .footer-bottom {
    font-size: 1rem;
  }
}

/* gallery */

.gallery-section {
  padding: 60px 0;
  text-align: center;
}

.gallery-card {
  /* overflow: hidden; */
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.gallery-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-card img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* sidebar */

.cat-service .seri-img {
  aspect-ratio: 16/8;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.sidebar {
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}

/* Doctor Profile Section */
.doctor-profile {
  padding: 30px 12px 40px;
  background: linear-gradient(135deg, #1e2e83 0%, #2d4cb8 50%, #006c62 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.doctor-profile::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  transform: rotate(45deg);
}

.doctor-profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%
  );
  clip-path: polygon(0 100%, 100% 100%, 85% 0, 15% 0);
}

.profile-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.doctor-img-container {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.doctor-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
}

.doctor-img:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.img-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 2px solid #ffffff;
  border-right: 2px solid transparent;
}

.doctor-profile .doctor-name {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.doctor-education {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 12px 12px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Services Section */
.services-section {
  padding: 25px 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  position: relative;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #006c62, transparent);
}

.services-heading {
  font-size: 24px;
  font-weight: 800;
  color: #1e2e83;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.services-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #1e2e83, #006c62);
  border-radius: 2px;
}

.services-heading::before {
  content: "⚕️";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-list {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
}

.service-item {
  position: relative;
}

.service-link {
  display: flex;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border-radius: 15px;
  border: 2px solid #e8f2ff;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(30, 47, 131, 0.784);
}

.service-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e2e83 0%, #006c62 100%);
  transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.service-link:hover::before {
  left: -100%;
}

.service-link:hover {
  color: #2c3e50;
  box-shadow: 0 15px 35px rgba(30, 46, 131, 0.25);
  border-color: #1e2e83;
}

.service-text {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

/* Contact Section */
.contact-section {
  padding: 30px 12px;
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e2e83, #006c62, #1e2e83);
}

.contact-heading {
  font-size: 24px;
  font-weight: 800;
  color: #1e2e83;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.contact-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 70%;
  height: 4px;
  background: linear-gradient(90deg, #006c62, #1e2e83);
  border-radius: 2px;
}

.contact-details {
  margin-bottom: 30px;
  display: grid;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 7px 6px 7px 9px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 4px solid transparent;
  /* box-shadow: 0 4px 15px rgba(30, 46, 131, 0.08); */
  box-shadow: 0 0 6px rgba(30, 47, 131, 0.784);
  position: relative;
  border: 2px solid #1e2e83;
  overflow: hidden;
}

.contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #1e2e83, #006c62);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.contact-item:hover::before {
  transform: scaleY(1);
}

.contact-item:hover {
  box-shadow: 0 8px 25px rgba(30, 46, 131, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
}

.contact-icon {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  background: linear-gradient(135deg, #1e2e83, #006c62);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(30, 46, 131, 0.3);
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(30, 46, 131, 0.4);
}

.contact-text {
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.4;

  a {
    color: #2c3e50;
  }
}

/* Contact Form */
.contact-form {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: 20px 12px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(30, 46, 131, 0.1);
  border: 2px solid rgba(30, 46, 131, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(180deg, #1e2e83 0%, #006c62 50%, #1e2e83 100%);
  transform: rotate(45deg);
}

.form-group {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #e8f2ff;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  font-weight: 500;
  color: #2c3e50;
}

.form-input:focus {
  outline: none;
  border-color: #1e2e83;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(30, 46, 131, 0.1);
  transform: translateY(-2px);
}

.form-input:hover {
  border-color: #006c62;
  transform: translateY(-1px);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.form-button {
  width: 100%;
  padding: 12px 15px;
  /* background: linear-gradient(135deg, #1e2e83 0%, #006c62 100%); */
  background: #fff;
  color: #1e2e83;
  border: 2px solid #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(30, 46, 131, 0.3);
}

.form-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #006c62 0%, #1e2e83 100%);
  transition: left 0.5s ease;
}

.form-button:hover::before {
  left: 0;
}

.form-button:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 15px 40px rgba(30, 46, 131, 0.4);
}

.form-button span {
  position: relative;
  z-index: 2;
}

/* Custom Scrollbar */
.sidebar-content::-webkit-scrollbar {
  width: 8px;
}

.sidebar-content::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f8faff, #e8f2ff);
}

.sidebar-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1e2e83, #006c62);
  border-radius: 4px;
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #006c62, #1e2e83);
}

/* Floating Particles Effect */
.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.particle-1 {
  top: 20%;
  left: 10%;
  width: 6px;
  height: 6px;
}

.particle-2 {
  top: 60%;
  right: 15%;
  width: 3px;
  height: 3px;
}

.particle-3 {
  top: 40%;
  left: 80%;
  width: 5px;
  height: 5px;
}

/* faqs  */

/* Accordion container */
.accordion-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

/* Accordion item */
.accordion-item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #006c62, #2bdecc);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.accordion-item.active::before {
  transform: scaleY(1);
}

/* Accordion header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: none;
  outline: none;
}

.accordion-header:hover {
  background-color: #f8faff;
  transform: translateY(-1px);
}

.accordion-header.active {
  background: linear-gradient(135deg, #f8faff 0%, #eef2ff 100%);
  box-shadow: inset 0 1px 0 rgba(103, 126, 234, 0.1);
}

.accordion-header:focus {
  background-color: #f0f4ff;
  box-shadow: inset 0 0 0 2px #006c62;
}

/* Header content */
.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-header:hover .header-icon {
  transform: scale(1.05);
}

.accordion-header h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  text-align: start;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* Accordion icon */
.accordion-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006c62;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e5e7eb;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
  background: #006c62;
  color: white;
  border-color: #006c62;
  box-shadow: 0 2px 8px rgba(103, 126, 234, 0.3);
}

/* Accordion content */
.accordion-content {
  background: linear-gradient(to bottom, #fafbff, #ffffff);
  overflow: hidden;
  max-height: 0;
  text-align: start;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.accordion-content.active {
  display: block;
  max-height: 600px;
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
}

.accordion-content p {
  margin-bottom: 16px;
  color: #333;
  line-height: 1.7;
  font-size: 17px;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-content ul,
.accordion-content ol {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

.accordion-content li {
  margin-bottom: 12px;
  font-size: 17px;
  color: #333;
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.accordion-content ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006c62, #2bdecc);
}

.accordion-content ol {
  counter-reset: item;
}

.accordion-content ol li {
  counter-increment: item;
}

.accordion-content ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006c62, #2bdecc);
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-content strong {
  color: #2d3748;
  font-weight: 600;
}

/* Feature badges */
.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #006c62, #2bdecc);
  color: white;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 4px 6px 4px 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .accordion-header {
    padding: 12px;
  }

  .header-content {
    gap: 12px;
  }

  .header-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .accordion-header h3 {
    font-size: 1rem;
  }

  .accordion-content.active {
    padding: 12px;
  }

  .accordion-content p {
    font-size: 15px;
  }

  .accordion-content li {
    padding-left: 25px;
    font-size: 15px;
  }
}

/* Loading animation */
.accordion-container {
  animation: slideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects */
.accordion-header {
  position: relative;
}

.accordion-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #006c62, #2bdecc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.accordion-header:hover::after {
  transform: scaleX(1);
}

.accordion-header.active::after {
  transform: scaleX(1);
}
