* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.toolcontainer-wrap {
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  display: flex;
}
html,
body {
  color: #000000;
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
  min-height: 100%;
  height: 100%;
}
svg {
  height: 30px;
  width: 30px;
}
header,
footer {
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  max-width: 100%;
  margin: auto;
  width: 1128px;
}
.toolpage_head {
  flex: 1 0 auto;
}
.toolmedia_kit {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 0 12px;
  }
}
.toolcourse_offering {
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgb(241, 219, 218) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  padding: 80px 0;
  position: relative;
}
.toolcourse_offering::before {
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(
    circle at 20% 50%,
    rgb(213, 167, 165, 0.5) 0%,
    transparent 50%
  );
  z-index: 1;
  width: 100%;
  position: absolute;
  height: 100%;
}
.toolcourse_offering::after {
  right: -50px;
  width: 200px;
  content: "";
  background: radial-gradient(
    circle,
    rgb(186, 124, 122, 0.5) 0%,
    transparent 70%
  );
  z-index: 1;
  border-radius: 50%;
  height: 200px;
  position: absolute;
  animation: pulse 8s infinite alternate;
  top: -50px;
}
.toolcourse_offering .container {
  margin: 0 auto;
  z-index: 2;
  padding: 0 15px;
  max-width: 1200px;
  position: relative;
}
.toolcourse_offering .toollearning_lab {
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  display: flex;
  border: 1px solid rgb(213, 167, 165, 0.5);
  backdrop-filter: blur(5px);
  gap: 40px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.08)
  );
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  transition: all 0.3s ease;
  align-items: center;
  padding: 40px;
}
.toolcourse_offering .toollearning_lab::before {
  content: "";
  left: -100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  height: 100%;
  top: 0;
  position: absolute;
  animation: shine 5s infinite;
  width: 100%;
}
.toolcourse_offering .toollesson_plan {
  padding-right: 20px;
  flex: 1;
  position: relative;
}
.toolcourse_offering .toollesson_plan::before {
  left: -30px;
  border-radius: 50%;
  animation: rotate 25s linear infinite;
  height: 60px;
  position: absolute;
  width: 60px;
  border: 2px solid rgb(213, 167, 165, 0.5);
  z-index: -1;
  top: -30px;
  content: "";
}
.toolcourse_offering .toollesson_plan::after {
  position: absolute;
  bottom: -20px;
  animation: float 8s ease-in-out infinite;
  border: 1px solid rgb(186, 124, 122, 0.5);
  right: 50px;
  width: 40px;
  height: 40px;
  content: "";
  z-index: -1;
  border-radius: 10px;
}
.toolcourse_offering .toolsite_prime {
  max-width: 180px;
  transition: transform 0.3s ease;
  transform: translateZ(0);
  background: linear-gradient(145deg, #ffffff 0%, rgb(241, 219, 218) 100%);
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 60px;
  padding: 10px 15px;
  border-radius: 10px;
  height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
}
.toolcourse_offering .toolsite_prime:hover {
  transform: translateY(-5px) translateZ(0);
}
.toolcourse_offering .toolsite_prime svg {
  height: 40px;
  fill: rgb(213, 167, 165);
  transition: fill 0.3s ease;
  max-height: 100%;
  width: 40px;
  max-width: 100%;
}
.toolcourse_offering .toolsite_prime svg path {
  fill: rgb(213, 167, 165);
  transition: fill 0.3s ease;
}
.toolcourse_offering .toolsite_prime:hover svg,
.toolcourse_offering .toolsite_prime:hover svg path {
  fill: rgb(186, 124, 122);
}
.toolcourse_offering h3 {
  padding-bottom: 15px;
  font-weight: 700;
  margin-bottom: 25px;
  color: rgb(213, 167, 165);
  position: relative;
  font-size: 35px;
}
.toolcourse_offering h3::after {
  border-radius: 10px;
  left: 0;
  width: 80px;
  content: "";
  background: linear-gradient(to right, rgb(213, 167, 165), rgb(186, 124, 122));
  position: absolute;
  bottom: 0;
  height: 3px;
}
.toolcourse_offering p {
  font-family: Arial, sans-serif;
  margin-bottom: 30px;
  font-size: 17px;
  color: #000000;
  line-height: 1.7;
  font-weight: 400;
  position: relative;
}
.toolcourse_offering .toolpicture {
  transition: all 0.5s ease;
  transform: perspective(1000px) rotateY(-5deg);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  flex: 1;
  min-height: 400px;
}
.toolcourse_offering .toolpicture::before {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  content: "";
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
  top: 0;
}
.toolcourse_offering .toolpicture::after {
  transform: rotate(25deg);
  z-index: 3;
  height: 200%;
  content: "";
  top: -50%;
  position: absolute;
  width: 200%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  animation: shine-effect 6s infinite;
  left: -50%;
}
.toolcourse_offering .toollearning_lab:hover .toolpicture {
  transform: perspective(1000px) rotateY(0deg);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%,
  100% {
    transform: rotate(25deg) translateX(100%);
  }
}
@media screen and (max-width: 991px) {
  .toolcourse_offering {
    padding: 60px 0;
  }
  .toolcourse_offering .toollearning_lab {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
  }
  .toolcourse_offering .toollesson_plan {
    padding-right: 0;
    width: 100%;
  }
  .toolcourse_offering .toolpicture {
    min-height: 350px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
  }
  .toolcourse_offering h3 {
    font-size: calc(35px - 4px);
  }
}
@media screen and (max-width: 767px) {
  .toolcourse_offering {
    padding: 50px 0;
  }
  .toolcourse_offering .toollearning_lab {
    padding: 25px;
  }
  .toolcourse_offering .toolsite_prime {
    max-width: 150px;
    height: 50px;
  }
  .toolcourse_offering h3 {
    font-size: calc(35px - 6px);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .toolcourse_offering h3::after {
    height: 2px;
    width: 60px;
  }
  .toolcourse_offering p {
    margin-bottom: 20px;
    font-size: calc(17px - 1px);
  }
  .toolcourse_offering .toolpicture {
    min-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .toolcourse_offering {
    padding: 40px 0;
  }
  .toolcourse_offering .toollearning_lab {
    padding: 20px;
    gap: 20px;
  }
  .toolcourse_offering .toolsite_prime {
    height: 40px;
    margin-bottom: 15px;
    max-width: 120px;
  }
  .toolcourse_offering h3 {
    font-size: calc(35px - 8px);
  }
  .toolcourse_offering .toolpicture {
    min-height: 250px;
  }
}
footer {
  width: 100%;
  position: relative;
}
.toolmedia_kit {
  position: relative;
  background-color: #ffffff;
  padding: 70px 0 30px;
  color: #000000;
  font-family: Arial, sans-serif;
}
.toolmedia_kit::before {
  position: absolute;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(213, 167, 165), rgb(186, 124, 122));
  top: 0;
  left: 0;
  height: 5px;
}
footer .toolscholar_cta {
  gap: 60px;
  display: grid;
}
footer .toolconnect_team {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
}
footer .info_item {
  margin-right: 30px;
  position: relative;
  margin-bottom: 15px;
}
footer .info_item:last-child {
  margin-right: 0;
}
footer .info_item svg {
  margin-right: 10px;
  width: 18px;
  position: relative;
  top: 3px;
  height: 18px;
  fill: rgb(213, 167, 165);
}
footer .info_item p,
footer .info_item a {
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
  text-decoration: none;
}
footer .info_item a:hover {
  color: rgb(213, 167, 165);
}
footer .text_main_holder {
  grid-template-columns: 1fr;
  gap: 40px;
  display: grid;
}
footer .toolsite_prime {
  margin-bottom: 15px;
}
footer .toolsite_prime svg {
  height: 40px;
  margin-bottom: 20px;
  width: auto;
}
footer .toolabout_learn {
  line-height: 1.6;
  max-width: 350px;
  font-size: 14px;
  color: #000000;
}
footer .toolmain_core h5 {
  margin-bottom: 25px;
  color: #000000;
  font-weight: 600;
  font-size: 21px;
  position: relative;
}
footer .toolmain_core h5::after {
  width: 30px;
  background-color: rgb(213, 167, 165);
  bottom: -8px;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
}
footer .tooltop_main {
  margin-bottom: 30px;
}
footer .tooltop_main a {
  text-decoration: none;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
  color: #000000;
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
}
footer .tooltop_main a:hover {
  color: rgb(213, 167, 165);
  transform: translateX(5px);
}
footer .subscribe_holder {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
}
footer .subscribe_holder h5 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000000;
  font-size: 21px;
}
footer .subscribe_holder p {
  margin-bottom: 25px;
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
}
footer .input_holder {
  gap: 10px;
  flex-direction: column;
  display: flex;
}
footer .input_holder input[type="email"] {
  background-color: #ffffff;
  border-radius: 10px;
  color: #000000;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  transition: border-color 0.3s ease;
}
footer .input_holder input[type="email"]:focus {
  border-color: rgb(213, 167, 165);
  outline: none;
}
footer .toolupdates_box {
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  background-color: rgb(213, 167, 165);
}
footer .toolupdates_box:hover {
  background-color: rgb(186, 124, 122);
}
footer .toolhonor_cta {
  margin-top: 50px;
}
footer .toolqna_board {
  text-align: center;
  font-size: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  footer .input_holder {
    flex-direction: row;
  }
  footer .toolupdates_box {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  footer .toolmedia_kit {
    padding: 50px 0 30px;
  }
  footer .toolconnect_team {
    flex-direction: column;
    gap: 15px;
  }
  footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
  }
  footer .subscribe_holder {
    padding: 20px;
  }
  footer .toolhonor_cta {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  footer .toolmedia_kit {
    padding: 40px 0 20px;
  }
  footer .toolscholar_cta {
    gap: 40px;
  }
  footer .toolmain_core h5,
  footer .subscribe_holder h5 {
    margin-bottom: 20px;
  }
}
.toolprivacy_unit {
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, rgb(241, 219, 218), #ffffff 85%);
  padding: 5rem 2rem;
  font-family: Arial, sans-serif;
}
.toolprivacy_unit::before {
  background: repeating-linear-gradient(
    45deg,
    rgb(213, 167, 165, 0.5),
    transparent 2px,
    transparent 10px,
    rgb(213, 167, 165, 0.5) 12px
  );
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  z-index: 0;
  opacity: 0.05;
  top: 0;
}
.toolprivacy_unit::after {
  top: -5%;
  content: "";
  z-index: 0;
  border-radius: 50%;
  position: absolute;
  right: -5%;
  height: 300px;
  animation: float 15s infinite ease-in-out;
  background: radial-gradient(
    circle,
    rgb(186, 124, 122, 0.5) 0%,
    transparent 70%
  );
  width: 300px;
  opacity: 0.15;
}
.toolprivacy_unit .container {
  transform: translateZ(0);
  display: grid;
  gap: 2.5rem;
  max-width: 1140px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  z-index: 1;
  position: relative;
}
.toolprivacy_unit h1 {
  position: relative;
  font-weight: 700;
  font-size: calc(46px * 1.1);
  transform: translateX(-0.5rem);
  padding-bottom: 1rem;
  color: rgb(213, 167, 165);
  border-bottom: 3px solid rgb(213, 167, 165);
  margin: 0 0 1.5rem 0;
}
.toolprivacy_unit h1::after {
  width: 100px;
  left: 0;
  background: rgb(186, 124, 122);
  position: absolute;
  bottom: -3px;
  content: "";
  animation: slide 8s infinite ease-in-out;
  height: 3px;
}
.toolprivacy_unit h2 {
  padding-left: 1rem;
  color: rgb(213, 167, 165);
  font-size: 38px;
  font-weight: 600;
  border-left: 4px solid rgb(186, 124, 122);
  margin: 2rem 0 1rem;
  transition: transform 0.3s ease;
}
.toolprivacy_unit h2:hover {
  transform: translateX(5px);
}
.toolprivacy_unit h3 {
  font-size: calc(38px * 0.85);
  border-left: 3px solid rgb(186, 124, 122, 0.5);
  color: #000000;
  padding-left: 0.75rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
}
.toolprivacy_unit h4 {
  color: #000000;
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: calc(38px * 0.7);
  border-left: 2px solid rgb(186, 124, 122, 0.5);
  margin: 1.5rem 0 0.75rem;
}
.toolprivacy_unit p {
  line-height: 1.7;
  max-width: 90ch;
  margin-bottom: 1.5rem;
  font-size: 18px;
  color: #000000;
}
.toolprivacy_unit span {
  background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
  transition: background-color 0.3s ease;
  border-left: 2px solid rgb(186, 124, 122, 0.5);
  color: #000000;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.7;
}
.toolprivacy_unit span:hover {
  background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}
.toolprivacy_unit ul {
  padding: 0;
  list-style: none;
  margin: 1.5rem 0 2rem 1rem;
}
.toolprivacy_unit li {
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.7;
  font-size: 18px;
  color: #000000;
}
.toolprivacy_unit li::before {
  left: 0;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  transition: transform 0.2s ease;
  content: "";
  top: 0.6rem;
  position: absolute;
  border: 2px solid rgb(186, 124, 122);
}
.toolprivacy_unit li:hover::before {
  transform: rotate(225deg);
}
.toolprivacy_unit strong {
  font-weight: 600;
  color: rgb(213, 167, 165);
}
@keyframes slide {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, 30px);
  }
}
@media (min-width: 768px) {
  .toolprivacy_unit {
    padding: 7rem 3rem;
  }
  .toolprivacy_unit .container {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .toolprivacy_unit h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 1.2);
    transform: translateX(-1rem);
  }
  .toolprivacy_unit h2 {
    font-size: calc(38px * 1.1);
    padding-left: 1.25rem;
  }
  .toolprivacy_unit p {
    font-size: calc(18px * 1.05);
    line-height: 1.75;
  }
  .toolprivacy_unit span {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-left: 1rem;
    padding: 1.5rem;
  }
  .toolprivacy_unit ul {
    margin-left: 2rem;
  }
  .toolprivacy_unit li {
    padding-left: 2rem;
  }
  .toolprivacy_unit li::before {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 992px) {
  .toolprivacy_unit {
    padding: 8rem 5rem;
  }
  .toolprivacy_unit::before {
    background-size: 15px 15px;
  }
  .toolprivacy_unit .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
  }
  .toolprivacy_unit h1 {
    font-size: calc(46px * 1.3);
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
  }
  .toolprivacy_unit h2 {
    margin: 3rem 0 1.5rem;
  }
  .toolprivacy_unit h3,
  .toolprivacy_unit h4 {
    margin: 2rem 0 1rem;
  }
  .toolprivacy_unit p,
  .toolprivacy_unit span {
    line-height: 1.8;
  }
  .toolprivacy_unit span {
    transition: all 0.3s ease;
    transform: translateZ(0);
  }
  .toolprivacy_unit span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  }
  .toolprivacy_unit ul {
    gap: 1rem 2rem;
    margin: 2rem 0 3rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    display: grid;
  }
  .toolprivacy_unit li {
    margin-bottom: 1.25rem;
  }
  .toolprivacy_unit li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
  }
}
.toolcontact_information {
  background: rgb(241, 219, 218);
  overflow: hidden;
  padding: 110px 0;
  position: relative;
}
.toolcontact_information::before {
  width: 100%;
  background:
    linear-gradient(
      0deg,
      transparent 24%,
      rgb(213, 167, 165, 0.5) 25%,
      rgb(213, 167, 165, 0.5) 26%,
      transparent 27%,
      transparent 74%,
      rgb(213, 167, 165, 0.5) 75%,
      rgb(213, 167, 165, 0.5) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 24%,
      rgb(213, 167, 165, 0.5) 25%,
      rgb(213, 167, 165, 0.5) 26%,
      transparent 27%,
      transparent 74%,
      rgb(213, 167, 165, 0.5) 75%,
      rgb(213, 167, 165, 0.5) 76%,
      transparent 77%,
      transparent
    );
  height: 100%;
  opacity: 0.3;
  background-size: 50px 50px;
  left: 0;
  position: absolute;
  top: 0;
  content: "";
  z-index: 0;
}
.toolcontact_information .toolpicture {
  left: 0;
  width: 100%;
  opacity: 0.05;
  height: 100%;
  position: absolute;
  top: 0;
  filter: saturate(0) contrast(1.2);
  z-index: 0;
}
.toolcontact_information::after {
  background: radial-gradient(
    circle at center,
    transparent 50%,
    rgb(241, 219, 218) 100%
  );
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  position: absolute;
}
.toolcontact_information .container {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  padding: 0 20px;
}
.toolcontact_information h3 {
  position: relative;
  font-size: 38px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.toolcontact_information h3::before {
  position: absolute;
  width: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  top: -15px;
  content: "";
  left: 50%;
  height: 6px;
  background: rgb(213, 167, 165);
}
.toolcontact_information h3::after {
  height: 6px;
  transform: translateX(-50%);
  bottom: -15px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background: rgb(213, 167, 165);
  left: 50%;
  width: 6px;
}
.toolrequest_inquiry {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
  border-radius: 50px;
  background: #ffffff;
  backdrop-filter: blur(5px);
  position: relative;
  display: flex;
}
.toolrequest_inquiry::before {
  right: -150px;
  height: 300px;
  z-index: 0;
  width: 300px;
  content: "";
  filter: blur(70px);
  border-radius: 50%;
  top: -150px;
  position: absolute;
  background: rgb(213, 167, 165, 0.5);
}
.toolrequest_inquiry::after {
  width: 300px;
  filter: blur(70px);
  content: "";
  height: 300px;
  left: -150px;
  z-index: 0;
  bottom: -150px;
  border-radius: 50%;
  background: rgb(186, 124, 122, 0.5);
  position: absolute;
}
.toolrequest_inquiry .toolconnect_support {
  z-index: 1;
  position: relative;
  width: 60%;
  padding: 70px;
  float: left;
}
.toolrequest_inquiry .toolconnect_support h3 {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: left;
}
.toolrequest_inquiry .toolconnect_support h3::before,
.toolrequest_inquiry .toolconnect_support h3::after {
  display: none;
}
.toolrequest_inquiry .toolconnect_support h3::before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  background: rgb(213, 167, 165);
  bottom: -15px;
  height: 2px;
}
.toolrequest_inquiry .toolconnect_support form {
  display: flex;
  flex-direction: column;
}
.toolrequest_inquiry .toolconnect_support input[type="text"],
.toolrequest_inquiry .toolconnect_support textarea {
  width: 100%;
  padding: 20px 25px;
  border-radius: 30px;
  font-size: 17px;
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
  background: rgba(245, 245, 245, 0.7);
  margin-bottom: 25px;
  border: none;
}
.toolrequest_inquiry .toolconnect_support input[type="text"]:focus,
.toolrequest_inquiry .toolconnect_support textarea:focus {
  background: rgba(245, 245, 245, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  outline: none;
}
.toolrequest_inquiry .toolconnect_support textarea {
  resize: vertical;
  border-radius: 25px;
  min-height: 160px;
}
.toolrequest_inquiry .toolconnect_support .toolfeedback_query {
  position: relative;
  margin-bottom: 35px;
  align-items: flex-start;
  display: flex;
}
.toolrequest_inquiry
  .toolconnect_support
  .toolfeedback_query
  input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.toolrequest_inquiry .toolconnect_support .toolfeedback_query label {
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  font-size: calc(17px - 2px);
  color: #000000;
}
.toolrequest_inquiry .toolconnect_support .toolfeedback_query label::before {
  left: 0;
  border-radius: 50%;
  top: 2px;
  transition: all 0.3s ease;
  content: "";
  height: 22px;
  background: rgba(245, 245, 245, 0.7);
  position: absolute;
  width: 22px;
}
.toolrequest_inquiry
  .toolconnect_support
  .toolfeedback_query
  input[type="checkbox"]:checked
  + label::before {
  background: rgb(213, 167, 165);
}
.toolrequest_inquiry
  .toolconnect_support
  .toolfeedback_query
  input[type="checkbox"]:checked
  + label::after {
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 8px;
  height: 10px;
  position: absolute;
  content: "";
  border: solid #ffffff;
  width: 6px;
  top: 6px;
}
.toolrequest_inquiry .toolconnect_support .toolfeedback_query a {
  position: relative;
  transition: all 0.3s ease;
  color: rgb(213, 167, 165);
  text-decoration: none;
  font-weight: 600;
}
.toolrequest_inquiry .toolconnect_support .toolfeedback_query a:hover {
  color: rgb(186, 124, 122);
}
.toolrequest_inquiry .toolconnect_support .toolconnect_reach {
  font-weight: 600;
  font-size: 17px;
  border-radius: 30px;
  background: rgb(213, 167, 165);
  overflow: hidden;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: none;
  align-self: flex-start;
  padding: 18px 40px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.toolrequest_inquiry .toolconnect_support .toolconnect_reach:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: rgb(186, 124, 122);
}
.toolrequest_inquiry .toolfeedback_inquiry {
  z-index: 1;
  width: 40%;
  background: rgb(241, 219, 218);
  padding: 70px 50px;
  position: relative;
  float: left;
}
.toolrequest_inquiry .toolfeedback_inquiry::before {
  content: "";
  left: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgb(213, 167, 165, 0.5) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(186, 124, 122, 0.5) 0%,
      transparent 30%
    );
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
}
.toolrequest_inquiry .toolfeedback_inquiry h4 {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  margin-bottom: 40px;
  color: #000000;
}
.toolrequest_inquiry .toolfeedback_inquiry h4::after {
  height: 2px;
  width: 30px;
  position: absolute;
  content: "";
  left: 0;
  background: rgb(213, 167, 165);
  bottom: -15px;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach {
  margin: 0;
  list-style: none;
  padding: 0;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
  border-radius: 20px;
  display: flex;
  padding: 20px;
  align-items: center;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li:last-child {
  margin-bottom: 0;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li svg {
  width: 26px;
  margin-right: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  height: 26px;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li:hover svg {
  transform: scale(1.2);
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li svg path {
  transition: all 0.3s ease;
  fill: rgb(213, 167, 165);
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li:hover svg path {
  fill: rgb(186, 124, 122);
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li span {
  line-height: 1.5;
  font-size: 17px;
  color: #000000;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li a {
  color: #000000;
  transition: all 0.3s ease;
  text-decoration: none;
}
.toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li a:hover {
  color: rgb(213, 167, 165);
}
@media screen and (max-width: 992px) {
  .toolcontact_information {
    padding: 80px 0;
  }
  .toolrequest_inquiry {
    display: block;
    border-radius: 30px;
  }
  .toolrequest_inquiry .toolconnect_support,
  .toolrequest_inquiry .toolfeedback_inquiry {
    width: 100%;
    float: none;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .toolcontact_information {
    padding: 60px 0;
  }
  .toolcontact_information h3 {
    font-size: calc(38px - 4px);
  }
  .toolrequest_inquiry {
    border-radius: 25px;
  }
  .toolrequest_inquiry .toolconnect_support,
  .toolrequest_inquiry .toolfeedback_inquiry {
    padding: 40px 30px;
  }
  .toolrequest_inquiry .toolconnect_support input[type="text"],
  .toolrequest_inquiry .toolconnect_support textarea {
    border-radius: 20px;
    padding: 15px 20px;
  }
  .toolrequest_inquiry .toolconnect_support .toolconnect_reach {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
  }
  .toolrequest_inquiry .toolfeedback_inquiry .toolquery_reach li {
    border-radius: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .toolcontact_information {
    padding: 40px 0;
  }
  .toolrequest_inquiry {
    border-radius: 20px;
  }
  .toolrequest_inquiry .toolconnect_support,
  .toolrequest_inquiry .toolfeedback_inquiry {
    padding: 30px 20px;
  }
}
header {
  background: rgb(241, 219, 218);
  z-index: 100;
  padding: 1rem 0;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
header::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgb(213, 167, 165, 0.5) 0%,
    transparent 20%,
    transparent 80%,
    rgb(186, 124, 122, 0.5) 100%
  );
  height: 100%;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.4;
}
header .container {
  z-index: 1;
  max-width: 100%;
  width: 100%;
  padding: 0 2%;
  margin: 0;
  position: relative;
}
header .toolsite_header {
  display: grid;
  align-items: center;
  grid-template-areas: "logo logo logo" "left menu right";
  grid-template-columns: 1fr 3fr 1fr;
  gap: 1rem;
}
header .toolheader_train {
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
  justify-content: center;
  grid-area: logo;
}
header .toolheader_train::after {
  content: "";
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(213, 167, 165),
    rgb(186, 124, 122),
    rgb(213, 167, 165),
    transparent
  );
  transform: translateX(-50%);
  position: absolute;
  width: 50%;
  left: 50%;
}
header .toolheader_train svg {
  width: 160px;
  transition: all 0.3s ease;
  height: auto;
}
header .toolheader_train:hover svg {
  transform: translateY(-3px);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}
header .toolmain_core {
  justify-content: center;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 21px;
  grid-area: menu;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
header .tooltop_lead {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  color: #000000;
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  font-family: Arial, sans-serif;
}
header .tooltop_lead:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgb(213, 167, 165), rgb(186, 124, 122));
  box-shadow: 0 3px 8px rgb(213, 167, 165, 0.5);
}
@media (max-width: 991px) {
  header .toolheader_train svg {
    width: 140px;
  }
  header .toolmain_core {
    padding: 0.5rem;
    gap: 0.4rem;
  }
  header .tooltop_lead {
    font-size: calc(17px - 1px);
    padding: 0.35rem 0.6rem;
  }
}
@media (max-width: 767px) {
  header .toolsite_header {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "toolmain_core";
  }
  header .toolheader_train {
    padding: 0.4rem;
  }
  header .toolheader_train svg {
    width: 130px;
  }
  header .toolmain_core {
    padding: 0.4rem;
    flex-wrap: wrap;
  }
  header .tooltop_lead {
    font-size: calc(17px - 1px);
    padding: 0.3rem 0.5rem;
  }
}
@media (max-width: 480px) {
  header {
    padding: 0.8rem 0;
  }
  header .toolheader_train svg {
    width: 120px;
  }
  header .toolmain_core {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  header .toolmain_core::-webkit-scrollbar {
    height: 2px;
  }
  header .toolmain_core::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(213, 167, 165);
  }
  header .tooltop_lead {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.tooleducation_history {
  background: rgb(241, 219, 218);
  padding: 4rem 2rem;
  overflow: hidden;
  border-radius: 26px;
  position: relative;
}
.tooleducation_history::before {
  background-image:
    linear-gradient(rgb(213, 167, 165, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgb(213, 167, 165, 0.5) 1px, transparent 1px);
  top: 0;
  animation: grid-shift 30s linear infinite;
  opacity: 0.2;
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
  background-size: 20px 20px;
}
.tooleducation_history .toollearn_reviews {
  max-width: 900px;
  gap: 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 45% 55%;
}
.tooleducation_history .toolpicture {
  filter: grayscale(60%);
  transition: filter 0.6s ease;
  min-height: 400px;
  height: 100%;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  position: relative;
}
.tooleducation_history .toolpicture::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 20px;
  right: 20px;
  transform: scale(0.9);
  border: 1px solid #ffffff;
  top: 20px;
  opacity: 0;
  mix-blend-mode: overlay;
  transition: all 0.5s ease;
  z-index: 3;
}
.tooleducation_history .toollearn_reviews:hover .toolpicture {
  filter: grayscale(0%);
}
.tooleducation_history .toollearn_reviews:hover .toolpicture::before {
  opacity: 0.8;
  transform: scale(1);
}
.tooleducation_history .toolcareer_explore {
  justify-content: center;
  background: #ffffff;
  padding: 2rem 2rem 2rem 4rem;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  display: flex;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 3;
  flex-direction: column;
  margin-left: -10%;
}
.tooleducation_history .toolcareer_explore::before {
  top: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgb(213, 167, 165),
    rgb(186, 124, 122)
  );
  left: 0;
  transition: width 0.3s ease;
  width: 10px;
  height: 100%;
  content: "";
}
.tooleducation_history .toollearn_reviews:hover .toolcareer_explore::before {
  width: 15px;
}
.tooleducation_history .name {
  transform: translateX(20px);
  font-size: calc(31px * 1.2);
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 0.8rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
  color: rgb(213, 167, 165);
  transition: all 0.4s ease;
}
.tooleducation_history .toollearn_reviews:hover .name {
  opacity: 1;
  transform: translateX(0);
}
.tooleducation_history .toolcareer_explore > div:nth-child(2) {
  color: rgb(186, 124, 122);
  transition: all 0.4s ease 0.1s;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2rem;
  text-transform: uppercase;
  transform: translateX(15px);
  letter-spacing: 2px;
  font-weight: 600;
}
.tooleducation_history
  .toollearn_reviews:hover
  .toolcareer_explore
  > div:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
}
.tooleducation_history .toolcareer_expertise {
  transition: all 0.4s ease 0.2s;
  line-height: 1.8;
  font-size: 14px;
  opacity: 0.8;
  color: #000000;
  transform: translateX(10px);
  position: relative;
}
.tooleducation_history .toolcareer_expertise::first-letter {
  font-size: 1.6em;
  color: rgb(213, 167, 165);
  font-weight: 700;
}
.tooleducation_history .toollearn_reviews:hover .toolcareer_expertise {
  opacity: 1;
  transform: translateX(0);
}
@keyframes grid-shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@media (max-width: 768px) {
  .tooleducation_history .toollearn_reviews {
    grid-template-columns: 1fr;
  }
  .tooleducation_history .toolpicture {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .tooleducation_history .toolcareer_explore {
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
    padding: 3rem 2rem 2rem;
  }
}
.tooltyCard {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgb(241, 219, 218) 0%,
    rgba(255, 255, 255, 0.95) 100%
  );
}
.tooltyCard::before {
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0px;
  width: 100%;
  background-size: 20px 20px;
  content: "";
  animation: patternShift 60s linear infinite;
  left: 0;
  z-index: 0;
  top: 0;
  height: 100%;
  background-image:
    linear-gradient(
      45deg,
      rgba(rgb(213, 167, 165, 0.5), 0.05) 25%,
      transparent 25%
    ),
    linear-gradient(
      -45deg,
      rgba(rgb(213, 167, 165, 0.5), 0.05) 25%,
      transparent 25%
    ),
    linear-gradient(
      45deg,
      transparent 75%,
      rgba(rgb(213, 167, 165, 0.5), 0.05) 75%
    ),
    linear-gradient(
      -45deg,
      transparent 75%,
      rgba(rgb(213, 167, 165, 0.5), 0.05) 75%
    );
  position: absolute;
}
.tooltyCard::after {
  position: absolute;
  animation: floatGlow 15s ease-in-out infinite alternate;
  content: "";
  top: -10%;
  height: 50%;
  filter: blur(70px);
  right: -5%;
  z-index: 0;
  opacity: 0.25;
  width: 30%;
  background: linear-gradient(
    145deg,
    rgb(213, 167, 165, 0.5),
    rgb(186, 124, 122, 0.5)
  );
}
.tooltyCard .container {
  z-index: 2;
  position: relative;
  transform: translateZ(0);
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.5rem;
}
.tooltyCard h2 {
  letter-spacing: -0.01em;
  font-size: 37px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  margin-bottom: 3rem;
  position: relative;
  line-height: 1.3;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #000000;
  text-align: center;
  transform: perspective(1000px) translateZ(0);
}
.tooltyCard h2::after {
  background: linear-gradient(90deg, rgb(213, 167, 165), rgb(186, 124, 122));
  content: "";
  bottom: -1rem;
  box-shadow: 0 2px 10px rgba(rgb(213, 167, 165, 0.5), 0.2);
  position: absolute;
  transform: translateX(-50%) scaleX(0.8);
  width: 6rem;
  left: 50%;
  height: 3px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.tooltyCard:hover h2::after {
  transform: translateX(-50%) scaleX(1);
}
.tooltyCard .toollearning_lab {
  background: #ffffff;
  box-shadow:
    0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
  transform: translateY(0);
  padding: 3rem 2.5rem;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
  transition:
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.tooltyCard .toollearning_lab::before {
  background-size: 200% 100%;
  animation: gradientMove 6s linear infinite;
  content: "";
  height: 5px;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgb(213, 167, 165),
    rgb(186, 124, 122),
    rgb(213, 167, 165)
  );
  right: -2px;
  left: -2px;
  z-index: 1;
  top: -2px;
}
.tooltyCard .toollearning_lab::after {
  content: "";
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(rgb(241, 219, 218), 0.05)
  );
  left: 0;
  position: absolute;
  z-index: 0;
  height: 30%;
}
.tooltyCard:hover .toollearning_lab {
  box-shadow:
    0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
  transform: translateY(-5px);
}
.tooltyCard ul {
  z-index: 2;
  padding: 0;
  position: relative;
  margin: 0;
  list-style: none;
}
.tooltyCard li {
  z-index: 2;
  position: relative;
}
.tooltyCard li::before {
  top: -0.5rem;
  z-index: -1;
  left: -1rem;
  transform: scale(0.8);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  background-image: radial-gradient(
    circle,
    rgb(186, 124, 122, 0.5) 0%,
    transparent 70%
  );
  height: 2rem;
  opacity: 0.3;
  position: absolute;
  width: 2rem;
  content: "";
}
.tooltyCard:hover li::before {
  transform: scale(1.2);
  opacity: 0.5;
}
.tooltyCard span {
  display: block;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  color: #000000;
  font-size: 17px;
  line-height: 1.7;
  position: relative;
  font-family: Arial, sans-serif;
}
.tooltyCard span::first-letter {
  font-size: 1.5em;
  color: rgb(213, 167, 165);
  font-weight: 600;
}
@keyframes gradientMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes floatGlow {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0.25;
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
    opacity: 0.35;
  }
  100% {
    transform: translateY(10px) rotate(-3deg);
    opacity: 0.25;
  }
}
@keyframes patternShift {
  0% {
    background-position:
      0 0,
      0 10px,
      10px -10px,
      -10px 0px;
  }
  100% {
    background-position:
      100px 100px,
      100px 110px,
      110px 90px,
      90px 100px;
  }
}
@media (max-width: 991px) {
  .tooltyCard {
    padding: 4rem 0;
  }
  .tooltyCard h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
  }
  .tooltyCard .toollearning_lab {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .tooltyCard {
    padding: 3.5rem 0;
  }
  .tooltyCard h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
    line-height: 1.4;
  }
  .tooltyCard h2::after {
    bottom: -0.8rem;
    width: 5rem;
  }
  .tooltyCard .toollearning_lab {
    padding: 2rem 1.5rem;
  }
  .tooltyCard span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .tooltyCard {
    padding: 3rem 0;
  }
  .tooltyCard h2 {
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.7);
  }
  .tooltyCard h2::after {
    width: 4rem;
  }
  .tooltyCard .toollearning_lab {
    padding: 1.5rem 1.25rem;
  }
  .tooltyCard span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
  }
  .tooltyCard li::before {
    top: -0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    left: -0.5rem;
  }
}
.toolprospective_students {
  overflow: hidden;
  padding: 90px 0;
  position: relative;
  background-color: #ffffff;
}
.toolprospective_students::before {
  left: 0;
  width: 100%;
  content: "";
  top: 0;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(
    45deg,
    rgb(213, 167, 165, 0.5) 0,
    rgb(213, 167, 165, 0.5) 1px,
    transparent 1px,
    transparent 30px
  );
  position: absolute;
  opacity: 0.03;
}
.toolprospective_students .toollearning_lab {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1100px;
  z-index: 10;
}
.toolprospective_students h3 {
  display: inline-block;
  position: relative;
  font-size: 38px;
  margin-bottom: 50px;
  padding: 0 30px;
  color: #000000;
  font-weight: 700;
}
.toolprospective_students h3::before,
.toolprospective_students h3::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background-color: rgb(213, 167, 165, 0.5);
  transform: translateY(-50%);
  width: 15px;
  top: 50%;
  height: 15px;
}
.toolprospective_students h3::before {
  left: 0;
}
.toolprospective_students h3::after {
  right: 0;
}
.toolprospective_students ul {
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  gap: 25px;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.toolprospective_students ul li {
  z-index: 1;
  position: relative;
  border-radius: 27px;
  align-items: center;
  min-width: 280px;
  display: flex;
  gap: 20px;
  transition: all 0.4s ease;
  padding: 35px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  width: calc(33.333% - 17px);
}
.toolprospective_students ul li::before {
  height: 100%;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  content: "";
  transition: opacity 0.4s ease;
  border-radius: 27px;
  opacity: 0;
  top: 0;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #ffffff 60%,
    rgb(241, 219, 218) 100%
  );
}
.toolprospective_students ul li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px) scale(1.03);
  border-color: rgba(0, 0, 0, 0.1);
}
.toolprospective_students ul li:hover::before {
  opacity: 1;
}
.toolprospective_students ul li svg {
  transition: all 0.4s ease;
  flex-shrink: 0;
  position: relative;
  height: 45px;
  width: 45px;
}
.toolprospective_students ul li:hover svg {
  transform: scale(1.1);
}
.toolprospective_students ul li svg path {
  fill: rgb(213, 167, 165);
  transition: fill 0.4s ease;
}
.toolprospective_students ul li:hover svg path {
  fill: rgb(186, 124, 122);
}
.toolprospective_students ul li::after {
  position: absolute;
  width: 10px;
  bottom: 15px;
  content: "";
  border-radius: 50%;
  right: 15px;
  transition: all 0.4s ease;
  opacity: 0.5;
  background-color: rgb(213, 167, 165, 0.5);
  height: 10px;
}
.toolprospective_students ul li:hover::after {
  background-color: rgb(186, 124, 122, 0.5);
  transform: scale(1.5);
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.toolprospective_students ul li {
  animation: slideUp 0.5s ease forwards;
  opacity: 0;
}
.toolprospective_students ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.toolprospective_students ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.toolprospective_students ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.toolprospective_students ul li:nth-child(4) {
  animation-delay: 0.4s;
}
.toolprospective_students ul li:nth-child(5) {
  animation-delay: 0.5s;
}
.toolprospective_students ul li:nth-child(6) {
  animation-delay: 0.6s;
}
.toolprospective_students ul li:nth-child(3n + 1) {
  box-shadow: 0 5px 20px rgba(rgb(213, 167, 165, 0.5), 0.1);
}
.toolprospective_students ul li:nth-child(3n + 2) {
  box-shadow: 0 5px 20px rgba(rgb(186, 124, 122, 0.5), 0.1);
}
@media (max-width: 992px) {
  .toolprospective_students {
    padding: 70px 0;
  }
  .toolprospective_students h3 {
    margin-bottom: 40px;
  }
  .toolprospective_students ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .toolprospective_students ul {
    gap: 20px;
  }
  .toolprospective_students ul li {
    width: 100%;
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .toolprospective_students {
    padding: 50px 0;
  }
  .toolprospective_students h3 {
    padding: 0 20px;
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
  }
  .toolprospective_students h3::before,
  .toolprospective_students h3::after {
    width: 10px;
    height: 10px;
  }
  .toolprospective_students ul li {
    gap: 15px;
    padding: 20px 15px;
  }
  .toolprospective_students ul li svg {
    height: 35px;
    width: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .toolprospective_students ul li {
    animation: none;
    opacity: 1;
  }
  .toolprospective_students ul li:hover {
    transform: none;
  }
  .toolprospective_students ul li:hover svg {
    transform: none;
  }
}
.toolcookieNotificationBox {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
  z-index: 90;
  border-top: 3px solid rgb(213, 167, 165);
  bottom: 0;
  background: rgb(241, 219, 218);
  position: fixed;
}
.tooldigital_tracking {
  padding: 0 20px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#toolcookieWarningPrompt {
  display: none;
}
#toolcookieWarningPrompt:checked ~ .toolcookieNotificationBox {
  opacity: 0;
  visibility: hidden;
}
.toolcookieNotificationBox h5 {
  color: rgb(213, 167, 165);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.toolcookieNotificationBox p {
  max-width: 500px;
  font-size: 14px;
  color: #000000;
}
.toolcookie_reset {
  flex-shrink: 0;
  margin-right: 20px;
}
.toolcookie_reset svg,
.toolcookie_reset svg path {
  height: 80px;
  fill: rgb(213, 167, 165);
  width: 80px;
}
.tooldata_accept {
  min-width: 140px;
  transition: border 0.2s;
  text-align: center;
  text-transform: uppercase;
  background: rgb(213, 167, 165);
  padding: 12px 24px;
  flex-shrink: 0;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  margin-left: 10px;
  border: 2px solid transparent;
  font-size: 20px;
}
.cookie_button.tooltrack_switch {
  background: rgb(213, 167, 165);
}
.cookie_button.toolvisitor_acceptance {
  background: rgb(186, 124, 122);
}
.tooldata_accept:hover {
  border: 2px solid #ffffff;
}
.toolcookieNotificationBox p a {
  color: rgb(213, 167, 165);
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .tooldigital_tracking {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 800px) {
  .toolcookie_reset {
    display: none;
  }
  .tooldigital_tracking {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .toolcookieNotificationBox h5,
  .toolcookieNotificationBox p {
    text-align: center;
  }
  .toolcookie_overlay {
    margin-bottom: 20px;
  }
  .tooldata_accept {
    margin-left: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
  }
}
.toolcontainer-wrap .toolcookieNotificationBox {
  border: none;
  background: rgb(186, 124, 122);
  padding: 30px 0;
}
.toolcontainer-wrap .tooldata_accept {
  font-size: 20px;
  border-radius: 10px;
  background: rgb(213, 167, 165);
  font-weight: 600;
  margin-left: 0;
  border: none;
  color: #ffffff;
}
.toolcontainer-wrap .toolcookie_overlay h5,
.toolcontainer-wrap .toolcookie_overlay p {
  color: #ffffff;
}
.toolour_mission {
  overflow: hidden;
  padding: 120px 0 100px;
  color: #ffffff;
  position: relative;
}
.toolour_mission::before {
  z-index: 1;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(30, 45, 60, 0.92),
    rgba(20, 30, 45, 0.86)
  );
  top: 0;
}
.toolour_mission::after {
  top: 0;
  opacity: 0.5;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 2;
  left: 0;
  position: absolute;
  background:
    radial-gradient(
      circle at 15% 25%,
      rgb(213, 167, 165, 0.5) 0%,
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 75%,
      rgb(186, 124, 122, 0.5) 0%,
      transparent 40%
    );
}
.toolour_mission h4 {
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  transition:
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3;
  font-size: calc(21px * 1.2);
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 40px;
  transform: translateY(0);
  font-weight: 700;
  text-align: center;
}
.toolour_mission h4::before {
  width: 60px;
  background: linear-gradient(90deg, rgb(213, 167, 165), rgb(186, 124, 122));
  content: "";
  height: 3px;
  box-shadow: 0 0 15px rgba(rgb(213, 167, 165), 0.2);
  position: absolute;
  border-radius: 1px;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.toolour_mission .container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.toolour_mission .toolabstract_box {
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  backdrop-filter: blur(12px);
  transform: translateY(0);
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 15px 10px -10px rgba(0, 0, 0, 0.04),
    inset 0 1px 1px rgba(255, 255, 255, 0.15),
    inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 4px;
  transition:
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.toolour_mission .toolabstract_box::before {
  left: 0;
  border-radius: 4px;
  top: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}
.toolour_mission .toolabstract_box h6 {
  position: relative;
  font-weight: 700;
  font-size: calc(22px * 1.4);
  margin-bottom: 25px;
  color: rgb(213, 167, 165);
  display: inline-block;
}
.toolour_mission .toolabstract_box h6::after {
  width: 40px;
  content: "";
  left: 0;
  bottom: -8px;
  transform-origin: left;
  height: 2px;
  transition: transform 0.4s ease;
  transform: scaleX(1);
  position: absolute;
  background: rgb(186, 124, 122);
}
.toolour_mission .toolabstract_box:hover h6::after {
  transform: scaleX(1.5);
}
.toolour_mission .toolabstract_box div {
  position: relative;
}
.toolour_mission .toolabstract_box span {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  column-count: 1;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.8;
  display: block;
  letter-spacing: 0.3px;
  column-gap: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .toolour_mission {
    padding: 140px 0 120px;
  }
  .toolour_mission h4 {
    font-size: calc(21px * 1.4);
    margin-bottom: 60px;
  }
  .toolour_mission h4::before {
    width: 80px;
  }
  .toolour_mission .toolabstract_box {
    border-radius: 4px;
    padding: 60px;
  }
  .toolour_mission .toolabstract_box span {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .toolour_mission {
    padding: 160px 0 140px;
  }
  .toolour_mission .container {
    padding: 0 50px;
  }
  .toolour_mission h4 {
    font-size: calc(21px * 1.5);
  }
  .toolour_mission .toolabstract_box {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 70px;
  }
  .toolour_mission .toolabstract_box:hover {
    transform: translateY(-5px);
  }
  .toolour_mission .toolabstract_box h6 {
    font-size: calc(22px * 1.6);
    margin-bottom: 30px;
  }
  .toolour_mission .toolabstract_box span {
    column-count: 2;
    font-size: calc(12px * 1.05);
    line-height: 1.9;
    column-gap: 50px;
  }
}
@media (min-width: 1200px) {
  .toolour_mission {
    padding: 180px 0 160px;
  }
  .toolour_mission .container {
    max-width: 1400px;
  }
  .toolour_mission .toolabstract_box {
    padding: 80px;
  }
  .toolour_mission .toolabstract_box span {
    column-count: 2;
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .toolour_mission {
    padding: 80px 0 60px;
  }
  .toolour_mission h4 {
    margin-bottom: 30px;
    font-size: 21px;
  }
  .toolour_mission .toolabstract_box {
    padding: 30px;
  }
  .toolour_mission .toolabstract_box h6 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .toolour_mission .toolabstract_box span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
  }
}
@media (hover: hover) {
  .toolour_mission .toolabstract_box {
    transition:
      transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
      box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .toolour_mission .toolabstract_box:hover {
    box-shadow:
      0 15px 35px -5px rgba(0, 0, 0, 0.15),
      0 20px 15px -15px rgba(0, 0, 0, 0.07),
      inset 0 1px 1px rgba(255, 255, 255, 0.2),
      inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  }
}
.toolclient_opinions {
  padding: 6rem 0;
  background: linear-gradient(
    135deg,
    rgb(241, 219, 218) 0%,
    rgba(rgb(213, 167, 165, 0.5), 0.05) 100%
  );
  position: relative;
  overflow: hidden;
}
.toolclient_opinions::before {
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(186, 124, 122),
    transparent
  );
}
.toolclient_opinions::after {
  z-index: 0;
  left: 0;
  background: radial-gradient(
    circle at 50% 120%,
    rgb(213, 167, 165, 0.5) 0%,
    transparent 70%
  );
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  bottom: 0;
  position: absolute;
  opacity: 0.05;
}
.toolclient_opinions h2.container {
  color: #000000;
  font-size: calc(33px * 1.1);
  margin-bottom: 3.5rem;
  transition: transform 0.5s ease-out;
  position: relative;
  text-align: center;
  transform: perspective(1000px) translateZ(0);
  z-index: 2;
  font-weight: 700;
}
.toolclient_opinions h2.container::after {
  bottom: -15px;
  height: 3px;
  transform: translateX(-50%);
  width: 80px;
  background: linear-gradient(
    to right,
    transparent,
    rgb(186, 124, 122),
    transparent
  );
  left: 50%;
  content: "";
  position: absolute;
}
.toolclient_opinions .container.toollearning_lab {
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
  max-width: 1200px;
  position: relative;
}
.toolclient_opinions .toollearner_feedback {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  perspective: 1000px;
  display: grid;
  gap: 2.5rem;
}
.toolclient_opinions .toollearn_reviews {
  transform: translateY(0) scale(1) rotate(0);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  display: flex;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
  transform-style: preserve-3d;
  border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 2rem;
  flex-direction: column;
}
.toolclient_opinions .toollearn_reviews::before {
  width: 100%;
  top: 0;
  transform: scaleX(0);
  left: 0;
  transition: transform 0.5s ease-out;
  height: 3px;
  opacity: 0.8;
  content: "";
  background: linear-gradient(90deg, rgb(213, 167, 165), rgb(186, 124, 122));
  transform-origin: left;
  position: absolute;
}
.toolclient_opinions .toollearn_reviews:hover {
  transform: translateY(-10px) scale(1.01) rotate(0.5deg);
  box-shadow:
    0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
}
.toolclient_opinions .toollearn_reviews:hover::before {
  transform: scaleX(1);
}
.toolclient_opinions .toollearn_reviews h3 {
  z-index: 2;
  transform-origin: left;
  font-weight: 600;
  margin-bottom: 0.75rem;
  transition: transform 0.3s ease;
  font-size: calc(21px * 1.1);
  position: relative;
  color: #000000;
}
.toolclient_opinions .toollearn_reviews:hover h3 {
  transform: translateX(5px);
  color: rgb(213, 167, 165);
}
.toolclient_opinions .toollearn_reviews .description {
  line-height: 1.6;
  color: #000000;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  font-size: 12px;
  margin-bottom: 1.5rem;
}
.toolclient_opinions .toollearn_reviews div {
  overflow: hidden;
  padding-bottom: 60%;
  transform-origin: bottom;
  position: relative;
  height: 0;
  transition: transform 0.4s ease;
  border-radius: 4px;
  width: 100%;
}
.toolclient_opinions .toollearn_reviews:hover div {
  transform: scale(1.03);
}
.toolclient_opinions .toollearn_reviews img {
  left: 0;
  object-fit: cover;
  height: 100%;
  top: 0;
  width: 100%;
  transition: transform 0.6s ease;
  position: absolute;
}
.toolclient_opinions .toollearn_reviews:hover img {
  transform: scale(1.05);
}
.toolclient_opinions .toollearn_reviews:nth-child(odd) {
  transform: translateY(0) rotate(-0.5deg);
}
.toolclient_opinions .toollearn_reviews:nth-child(odd):hover {
  transform: translateY(-10px) rotate(0);
}
.toolclient_opinions .toollearn_reviews:nth-child(even) {
  transform: translateY(0) rotate(0.5deg);
}
.toolclient_opinions .toollearn_reviews:nth-child(even):hover {
  transform: translateY(-10px) rotate(0);
}
.toolclient_opinions .toollearn_reviews::after {
  z-index: 1;
  color: rgb(186, 124, 122);
  opacity: 0.1;
  transform: translateY(-10px);
  font-size: 5rem;
  top: 0.5rem;
  position: absolute;
  right: 1rem;
  font-family: serif;
  content: "";
  transition: all 0.4s ease;
  line-height: 1;
}
.toolclient_opinions .toollearn_reviews:hover::after {
  transform: translateY(0) rotate(5deg);
  opacity: 0.15;
}
@media (max-width: 991px) {
  .toolclient_opinions {
    padding: 4rem 0;
  }
  .toolclient_opinions h2.container {
    margin-bottom: 2.5rem;
    font-size: 33px;
  }
  .toolclient_opinions .toollearner_feedback {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .toolclient_opinions {
    padding: 3rem 0;
  }
  .toolclient_opinions h2.container {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
  }
  .toolclient_opinions h2.container::after {
    bottom: -10px;
    width: 60px;
  }
  .toolclient_opinions .toollearner_feedback {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .toolclient_opinions .toollearn_reviews {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .toolclient_opinions {
    padding: 2.5rem 0;
  }
  .toolclient_opinions h2.container {
    font-size: calc(33px * 0.8);
    padding: 0 1rem;
  }
  .toolclient_opinions .toollearn_reviews {
    padding: 1.25rem;
  }
  .toolclient_opinions .toollearn_reviews h3 {
    font-size: 21px;
  }
  .toolclient_opinions .toollearn_reviews .description {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
  }
}
@media (hover: none) {
  .toolclient_opinions .toollearn_reviews:hover {
    transform: none;
    box-shadow:
      0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
      0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
  }
  .toolclient_opinions .toollearn_reviews:hover::before {
    transform: scaleX(0.3);
  }
  .toolclient_opinions .toollearn_reviews:hover h3 {
    transform: none;
  }
  .toolclient_opinions .toollearn_reviews:hover div,
  .toolclient_opinions .toollearn_reviews:hover img {
    transform: none;
  }
}
.toolprice_pack {
  padding: 100px 0;
  background: rgb(241, 219, 218);
  overflow: hidden;
  position: relative;
}
.toolprice_pack::before {
  width: 300px;
  z-index: 0;
  right: -50px;
  filter: blur(80px);
  height: 300px;
  top: -50px;
  content: "";
  background: rgb(213, 167, 165, 0.5);
  animation: float-effect 12s infinite alternate ease-in-out;
  position: absolute;
}
.toolprice_pack::after {
  z-index: 0;
  width: 250px;
  filter: blur(60px);
  bottom: -50px;
  height: 250px;
  left: -50px;
  animation: float-effect 15s infinite alternate-reverse ease-in-out;
  content: "";
  position: absolute;
  background: rgb(186, 124, 122, 0.5);
}
.toolprice_pack .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.toolprice_pack .toolpricing_card {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.toolprice_pack .tooledu_rates {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  order: -1;
  max-width: 700px;
}
.toolprice_pack .tooledu_rates h2 {
  position: relative;
  font-size: 35px;
  color: #000000;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
}
.toolprice_pack .tooledu_rates h2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 80px;
  bottom: -10px;
  background: rgb(213, 167, 165);
  left: 50%;
  transform: translateX(-50%);
}
.toolprice_pack .toolcost_schemes {
  opacity: 0.85;
  font-size: 17px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
}
.toolprice_pack .toollearn_price {
  gap: 30px;
  display: grid;
  perspective: 1000px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.toolprice_pack .toolstudy_costs {
  perspective: 1000px;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: inherit;
  height: 100%;
  position: relative;
}
.toolprice_pack .toolstudy_costs:hover {
  transform: translateY(-10px) scale(1.02);
}
.toolprice_pack .toolaccess_cost {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
  display: flex;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  height: 100%;
  transform-style: preserve-3d;
  background: #ffffff;
  flex-direction: column;
}
.toolprice_pack .toolstudy_costs:hover .toolaccess_cost {
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.12),
    0 0 20px rgb(213, 167, 165, 0.5);
}
.toolprice_pack .toollearning_pricing {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  padding: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.toolprice_pack .toollearning_pricing::before {
  position: absolute;
  transform: scaleX(0);
  left: 0;
  top: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, rgb(213, 167, 165), rgb(186, 124, 122));
  transform-origin: left;
  height: 5px;
  transition: transform 0.5s ease;
}
.toolprice_pack .toolstudy_costs:hover .toollearning_pricing::before {
  transform: scaleX(1);
}
.toolprice_pack .toollearning_pricing h3 {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #000000;
  font-weight: 700;
  white-space: normal;
  transition:
    transform 0.4s ease,
    color 0.3s ease;
  margin-bottom: 10px;
  font-size: calc(23px + 2px);
}
.toolprice_pack .toolstudy_costs:hover .toollearning_pricing h3 {
  color: rgb(213, 167, 165);
  transform: translateX(5px);
}
.toolprice_pack .toolclass_deals {
  position: relative;
  overflow-wrap: break-word;
  font-weight: 700;
  transition: transform 0.4s ease;
  color: rgb(186, 124, 122);
  font-size: 23px;
  margin: 10px 0 20px;
  display: block;
  word-break: break-word;
  white-space: normal;
}
.toolprice_pack .toolclass_deals::before {
  position: absolute;
  height: 2px;
  width: 40px;
  background: rgb(186, 124, 122, 0.5);
  content: "";
  bottom: -8px;
  transition: width 0.4s ease;
  left: 0;
}
.toolprice_pack .toolstudy_costs:hover .toolclass_deals::before {
  width: 80px;
}
.toolprice_pack .toollearning_pricing p {
  margin-bottom: 0;
  flex-grow: 1;
  word-break: break-word;
  font-size: calc(17px - 1px);
  transition: color 0.3s ease;
  color: #000000;
  overflow-wrap: break-word;
  line-height: 1.6;
  white-space: normal;
}
.toolprice_pack .toolpicture {
  position: relative;
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  overflow: hidden;
  height: 200px;
  transform: translateZ(-10px);
}
.toolprice_pack .toolpicture::after {
  opacity: 0.6;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  content: "";
  transition: opacity 0.5s ease;
}
.toolprice_pack .toolstudy_costs:hover .toolpicture {
  transform: translateZ(0);
  filter: brightness(1.1) contrast(1.05);
}
.toolprice_pack .toolstudy_costs:hover .toolpicture::after {
  opacity: 0.4;
}
.toolprice_pack .toolstudy_costs::after {
  height: 15px;
  position: absolute;
  top: 100%;
  border-radius: 50%;
  right: 30px;
  transition: opacity 0.4s ease;
  background: rgb(213, 167, 165, 0.5);
  content: "";
  left: 30px;
  z-index: -1;
  filter: blur(10px);
  opacity: 0;
}
.toolprice_pack .toolstudy_costs:hover::after {
  opacity: 0.5;
}
@keyframes float-effect {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, 20px) scale(1.1);
  }
  100% {
    transform: translate(-20px, -20px) scale(0.9);
  }
}
@media (min-width: 992px) {
  .toolprice_pack .toolpricing_card {
    align-items: center;
    flex-direction: row;
  }
  .toolprice_pack .tooledu_rates {
    order: 0;
    flex: 0 0 30%;
    text-align: left;
    padding-right: 40px;
  }
  .toolprice_pack .tooledu_rates h2::after {
    left: 0;
    transform: none;
  }
  .toolprice_pack .toollearn_price {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .toolprice_pack .toollearn_price {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .toolprice_pack .toollearning_pricing {
    padding: 35px;
  }
  .toolprice_pack .toolpicture {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .toolprice_pack {
    padding: 80px 0;
  }
  .toolprice_pack .tooledu_rates {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .toolprice_pack {
    padding: 60px 0;
  }
  .toolprice_pack .toollearn_price {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .toolprice_pack .tooledu_rates h2 {
    font-size: calc(35px - 4px);
  }
  .toolprice_pack .toolpicture {
    height: 180px;
  }
  .toolprice_pack .toollearning_pricing {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .toolprice_pack {
    padding: 50px 0;
  }
  .toolprice_pack .toollearning_pricing h3 {
    font-size: 23px;
  }
  .toolprice_pack .toolclass_deals {
    font-size: calc(23px - 2px);
  }
  .toolprice_pack .toolpicture {
    height: 160px;
  }
  .toolprice_pack .toollearning_pricing {
    padding: 20px;
  }
}
.tooltitle_portal {
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgb(241, 219, 218) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
  display: flex;
}
.tooltitle_portal::before {
  position: absolute;
  width: 100%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgb(213, 167, 165, 0.5) 0%,
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(186, 124, 122, 0.5) 0%,
      transparent 30%
    );
  height: 100%;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
}
.tooltitle_portal::after {
  z-index: 1;
  height: 120%;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgb(213, 167, 165, 0.5) 0,
      rgb(213, 167, 165, 0.5) 1px,
      transparent 1px,
      transparent 16px
    ),
    repeating-linear-gradient(
      135deg,
      rgb(186, 124, 122, 0.5) 0,
      rgb(186, 124, 122, 0.5) 1px,
      transparent 1px,
      transparent 16px
    );
  position: absolute;
  width: 120%;
  top: -10%;
  content: "";
  left: -10%;
  opacity: 0.1;
  pointer-events: none;
}
.tooltitle_portal .toolstart_hero {
  z-index: 2;
  position: relative;
  gap: 3rem;
  max-width: 1200px;
  grid-template-columns: 1fr;
  width: 100%;
  display: grid;
  transform: perspective(1000px) rotateX(2deg);
}
.tooltitle_portal .toolstart_hero > div:first-child {
  position: relative;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.05);
  animation: float 8s ease-in-out infinite;
  padding: 2.5rem;
  transform: translateY(-10px);
  background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}
.tooltitle_portal .toolstart_hero > div:first-child::before {
  top: 0;
  left: 0;
  width: 6px;
  content: "";
  background: linear-gradient(
    to bottom,
    rgb(213, 167, 165),
    rgb(186, 124, 122)
  );
  transform: translateX(-3px);
  position: absolute;
  height: 100%;
}
.tooltitle_portal .toolstart_hero > div:first-child h3 {
  color: #000000;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  line-height: 1.6;
}
.tooltitle_portal .toolwhy_trust {
  color: #ffffff;
  background: linear-gradient(
    145deg,
    rgb(213, 167, 165) 0%,
    rgb(186, 124, 122) 100%
  );
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  transform: perspective(1000px) rotateY(-5deg);
  padding: 3rem;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 15px 30px rgba(0, 0, 0, 0.1);
}
.tooltitle_portal .toolwhy_trust:hover {
  transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}
.tooltitle_portal .toolwhy_trust h1 {
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 1.5rem;
  transform: translateX(-5px);
  color: transparent;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
  background-clip: text !important;
  font-size: 41px;
  -webkit-background-clip: text !important;
}
.tooltitle_portal .toolwhy_trust > div {
  position: relative;
  display: flex;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: 200px;
  overflow: hidden;
  align-items: center;
  margin-top: 2rem;
  clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
  justify-content: center;
  transition: all 0.4s ease;
}
.tooltitle_portal .toolwhy_trust > div::before {
  top: 0;
  content: "";
  background: linear-gradient(
    45deg,
    rgb(213, 167, 165, 0.5) 0%,
    rgb(186, 124, 122, 0.5) 100%
  );
  opacity: 0.7;
  width: 100%;
  z-index: 1;
  left: 0;
  position: absolute;
  transition: opacity 0.4s ease;
  height: 100%;
  mix-blend-mode: multiply;
}
.tooltitle_portal .toolwhy_trust > div:hover::before {
  opacity: 0.5;
}
.tooltitle_portal .toolwhy_trust > div p {
  text-align: center;
  max-width: 80%;
  backdrop-filter: blur(5px);
  padding: 1.5rem;
  border-left: 3px solid rgb(213, 167, 165);
  font-weight: 600;
  position: relative;
  transform: translateY(5px);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: calc(13px * 1.2);
  color: #ffffff;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.tooltitle_portal .toolwhy_trust > div:hover p {
  transform: translateY(0);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .tooltitle_portal .toolstart_hero {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
  }
  .tooltitle_portal .toolwhy_trust {
    padding: 4rem;
  }
  .tooltitle_portal .toolwhy_trust > div {
    height: 300px;
  }
  .tooltitle_portal .toolwhy_trust h1 {
    font-size: calc(41px * 1.2);
  }
}
@media (max-width: 767px) {
  .tooltitle_portal {
    padding: 1rem;
  }
  .tooltitle_portal .toolstart_hero {
    transform: perspective(1000px) rotateX(0);
  }
  .tooltitle_portal .toolstart_hero > div:first-child {
    padding: 1.5rem;
  }
  .tooltitle_portal .toolstart_hero > div:first-child h3 {
    font-size: calc(24px * 0.9);
  }
  .tooltitle_portal .toolwhy_trust {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
  }
  .tooltitle_portal .toolwhy_trust h1 {
    margin-bottom: 1rem;
    font-size: calc(41px * 0.8);
  }
  .tooltitle_portal .toolwhy_trust > div {
    height: 150px;
  }
  .tooltitle_portal .toolwhy_trust > div p {
    padding: 1rem;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .tooltitle_portal .toolstart_hero > div:first-child h3 {
    font-size: calc(24px * 0.8);
  }
  .tooltitle_portal .toolwhy_trust {
    padding: 1.5rem;
  }
  .tooltitle_portal .toolwhy_trust h1 {
    font-size: calc(41px * 0.7);
  }
  .tooltitle_portal .toolwhy_trust > div {
    height: 120px;
  }
  .tooltitle_portal .toolwhy_trust > div p {
    padding: 0.75rem;
    font-size: calc(13px * 0.9);
  }
}
