/* accordian */

/* .accordion-container {
  width: 100%;
  max-width: 700px;
} */

.accordion-item {
  background: #b477c0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}


.accordion-header {
  background: #f5abb0;
  color: #333;
  padding: 20px;
  cursor: pointer;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #f5abb0;
}

.accordion-content {
  display: none;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  backdrop-filter: blur(10px);
  transition: max-height 0.3s ease-in-out;
  overflow-x: hidden;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.accordion-content h4 {
  margin-bottom: 10px;
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #333;
}

.accordion-content ul {
  list-style: none;
  list-style-type: "&#x1F514; ";
  
}

.accordion-content ul li {
  color: #555;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  left: 21px;
  padding-bottom: 10px;
}

.accordion-content p {
  font-weight: 700;
  color: #444;
  font-size: 20px;
  position: relative;
  /* padding-left: 4px; */


}

.active .accordion-content {
  display: block;
  background: #e0e0e0;
}

.arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.active .arrow {
  transform: rotate(180deg);
}


 @media (max-width: 768px) {
  .accordion-container {
    display: block;
  }

  .table-container {
    display: none;
  }

  .accordion-content ul li {
    color: #555;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    max-width: 250px;
    
  
  }
  

  /* .services {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  } */

  /* .orb-btn {
    background: linear-gradient(135deg, #ff7eb3, #ff758c);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(255, 117, 140, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
  }

  .orb-btn:hover {
    background: linear-gradient(135deg, #ff758c, #ff7eb3);
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(255, 117, 140, 0.5);
  }

  .orb-btn:active {
    transform: scale(0.95);
  } */
} 


/* @media screen and (max-width : 1990px) and (min-width : 1440px) {
  .tc {
    margin-top: 500px;
  }
  
}
@media screen and (max-width : 1440px) {
  .tc {
    margin-top: 500px;
  }
  
}
@media screen and (max-width : 768px) {
  .tc {
    margin-top: 0;
  }
  
} */
/* @media screen and (max-width : 767px) {
  #tc-container {
    margin-top: 188px;
  }

} */



#Childhood {
  margin-left: 20px;
}

h1 a{
  color: #0000;
}