
  
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-meta {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.feature-list-wrapper {
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.feature-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.contact-info {
  padding: 1rem 1.5rem;
  background-color: var(--back_color);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.image-wrapper {
  position: relative;
}

.image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--back_color);
}

.image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--accent-color);
  color: var(--button_text_color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}



.image-wrapper .experience-badge h3 {
  color: var(--button_text_color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
  /*--------------------------------------------------------------
  # About Courses Section
  --------------------------------------------------------------*/

  
  /*--------------------------------------------------------------
  # Our services Courses Section Start
  --------------------------------------------------------------*/

  h3.our_services {
    text-align: center !important;
    margin: 25px 0;
  }
  .card_body_2{
    background-color: var(--accent-color);
  }
  .card_body_2 .service_tile, .card_body_2 .serviice_para{
    color: var(--button_text_color) !important;
  }
  .courses_services .width_div
  {
      text-align: center;
  }
  /*flip start*/

.flip-card-container {
    perspective: 1000px;
    height: 350px;
    max-width: 400px;
    margin: 0 auto;
}

.card_box {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card-container:hover .card_box {
    transform: rotateY(180deg);
}

.card_body_1, .card_body_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.card_body_1 {
    background-color: white;
    border-bottom: 4px solid #0d6efd;
}

.card_body_2 {
    transform: rotateY(180deg);
    border-bottom: 4px solid #0d6efd;
}

.service_tile {
    color: #0d6efd;
    font-weight: 600;
}

.serviice_para {
    color: #6c757d;
    line-height: 1.6;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    transform: translateY(-2px);
}

.text-primary {
    color: #0d6efd !important;
}
.card-body .Button_ho a {
    background-color: var(--accent-bg-color);
}
.card-body .Button_ho a:hover {
    background-color: var(--back_color);
    color: var(--accent-bg-color);
}
  /*flip end*/

  /*--------------------------------------------------------------
  # Our services Courses Section End
  --------------------------------------------------------------*/

  
@media (max-width: 992px) {
  .about-title {
    font-size: 2rem;
  }
  .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
    display: none;
}
  
  .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
  .image-wrapper {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .image-wrapper .main-image {
    margin-left: 0;
  }
  .section_about div.about {
    display: none;
  }
  .section_about .image-wrapper {
    margin: 0;
}
.Services_text {
  width: 95%;
  margin: 0 auto;
}
.feature-list-wrapper{
   margin-bottom: 0rem; 
}
}