.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  background-position: center center;
  border-radius: 0 0 200px 0;
}
.inner-banner .inner_banner_content h1 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin: 0 0 15px;
  color: #403f99;
}
.inner-banner .inner_banner_content h1 i {
  color: #f05b72;
  font-style: normal;
}

.contact-page {
  background-color: #fff8f9;
}

.contact-section {
  padding: 8rem 0;
}
.contact-section .contact-block .appoinment-form {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.contact-section .contact-address .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.contact-section .contact-address .social-media a {
  background-color: #f05b72;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 0 15px 0 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-section .contact-address .social-media a:hover {
  background-color: #102037;
}
.contact-section .contact-address .add-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.contact-section .contact-address .add-wrp p a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #102037;
}
.contact-section .contact-address .add-wrp .content-icon {
  position: relative;
  z-index: 1;
}
.contact-section .contact-address .add-wrp .content-icon::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(250, 171, 141, 0.28);
  z-index: -1;
}
.contact-section .contact-address .add-wrp .content-icon i {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #f05b72;
  margin-left: 14px;
}

.map-block {
  line-height: 0;
}

p span {
  color: #f05b72;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.p-text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.modal-header {
  padding: 15px 10px;
  border-bottom: none;
}

.btn-close {
  color: #fff;
  background: none;
  opacity: 1;
  background-color: #f05b72;
  position: absolute;
  top: 5px;
  right: 4px;
  height: 20px;
  border-radius: 10px 0 0 0;
  width: 20px;
}
.btn-close:hover {
  color: #fff;
  background-color: #102037;
}

.online-program {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  border-radius: 0 0 220px 0;
  position: relative;
}

.online-program::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #ffefe9;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.online-program.facilities::before {
  background-color: #fff;
}

.online-program .wrp-box {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 10px;
}

.online-program .appoinment-schedule {
  padding: 35px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 70px 0 0;
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}

.online-program .appoinment-schedule::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 3px;
  background-color: #f15c22;
  z-index: 1;
}

.online-program .appoinment-schedule:hover::before {
  width: 100%;
}

.online-program .appoinment-schedule::after {
  position: absolute;
  top: 8px;
  right: -25px;
  content: "";
  background-image: url(/themes/living-proof/images/small-logo.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  z-index: -1;
  opacity: 0.1;
}

.inner-sub-head {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #102037;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.inner-sub-head span {
  color: #403f99;
}

#schedulePopup iframe {
  height: 800px;
}

.nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.facility-tab {
  background: #fff;
  padding: 2.5rem;
  border-radius: 5px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link {
  color: #102037;
  background-color: #fff8f9;
  padding: 1rem 2rem !important;
  margin-bottom: 2rem;
  border-radius: 0 15px 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  isolation: isolate;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #403f99;
  border-color: transparent;
}

.bio-data {
  background-color: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
}
.bio-data .btn-close {
  top: -25px;
  right: -25px;
  border-radius: 10px 5px 0 0;
}
.bio-data .profile-picture {
  margin-top: -30px;
}
.bio-data .profile-picture img {
  width: 80px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.bio-data .modal-content {
  border: none;
  text-align: center;
}
.bio-data h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.bio-data p span i {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.bio-data p span i::before {
  position: absolute;
  top: 10px;
  right: calc(100% - 2px);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f05b72;
  content: "";
}
.bio-data .modal-footer {
  border-top: none;
}

.thanks-page {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thanks-page img {
  width: 350px;
}

.ivf-process-carousel .owl-prev {
  background-image: none !important;
}

.ivf-process-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ivf-process-carousel .owl-stage .item {
  height: 100%;
}

.ivf-process-carousel .owl-stage .item .each-service {
  height: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
@media (max-width: 1024px) {
  .inner-banner {
    border-radius: 0 0 150px 0;
    background-position: center right;
  }
  .inner-banner::before {
    border-radius: 0 0 100px 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.7));
    z-index: -1;
  }
}
@media (max-width: 990px) {
  .contact-section {
    padding: 5rem 0;
  }
  .inner-banner {
    border-radius: 0 0 150px 0;
    background-position: center right;
  }
  .inner-banner::before {
    border-radius: 0 0 100px 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.7));
    z-index: -1;
  }
  .online-program {
    border-radius: 0 0 150px 0;
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 60px 0;
  }
  .contact-section {
    padding: 4rem 0;
  }
  .inner-banner {
    border-radius: 0 0 100px 0;
    background-position: center right;
  }
  .inner-banner::before {
    border-radius: 0 0 100px 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5));
    z-index: -1;
  }
  .online-program {
    border-radius: 0 0 0px 0;
    padding: 40px 0;
  }
  .page-template-landing-page-template .carousel-item{padding: 0px !important;}
}
/* provider page css */
.inner-banner.provider {
  background-size: auto;
  background-repeat: repeat;
}
.inner-banner.provider::before {
  background: rgba(255, 239, 233, 0.93);
}
.inner-banner.provider .provider-img img {
  border: 3px solid #f05b72;
}

.provider-info {
  margin-top: 2.5rem;
}
.provider-info li {
  list-style: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.provider-info li .provider-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #403f99;
  border-radius: 0 10px 0 0;
  background-color: #403f99;
  margin-right: 10px;
}
.provider-info li .provider-icon i {
  color: #fff;
}
.provider-info li .provider-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.provider-info .get-in-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  margin-top: 2.5rem;
}
.provider-info .get-in-contact a {
  margin-right: 15px;
  font-size: 2.2rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #403f99;
  color: #403f99;
  border-radius: 4px;
}
.provider-info .get-in-contact a:hover {
  color: #fff;
  background-color: #403f99;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-btn a:last-child {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .flex-btn a:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 990) {
  .flex-btn a:last-child {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .flex-btn a:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .hide-zocdoc {
    opacity: 0;
  }
}
.faq-block .card {
  border: 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  background-color: transparent;
}
.faq-block .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.faq-block .faq-ques {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-block .btn-block {
  padding: 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #403f99;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  text-decoration: none;
  padding: 18px 0;
}
.faq-block .btn-block:focus, .faq-block .btn-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.faq-block .btn-block .round {
  position: relative;
  width: 45px;
  height: 30px;
}
.faq-block .btn-block .round span {
  z-index: 9;
  height: 2px;
  margin: 1px;
  width: 10px;
  background: #f05b72;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq-block .btn-block .round span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 27%;
  bottom: 35%;
}
.faq-block .btn-block .round span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 43%;
  bottom: 35%;
}
.faq-block .btn-block.collapsed {
  color: #102037;
}
.faq-block .btn-block.collapsed.btn-block .round span {
  background: #102037;
}
.faq-block .btn-block.collapsed.btn-block .round span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-block .btn-block.collapsed.btn-block .round span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-block .card-body {
  padding: 0;
}

.faq-main .sub-head {
  margin: 0px 0 30px;
}
.faq-main .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0 15px 0;
}
.faq-main .accordion-item .accordion-header .accordion-button {
  color: #101010;
  border: none;
  padding: 18px 15px 18px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.7rem;
  line-height: 2.7rem;
  border-radius: 0 15px 0;
  font-weight: 500;
}
.faq-main .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "\f106";
  color: #101010;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-main .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #403f99 !important;
  color: #fff;
  border-radius: 0 15px 0;
}
.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f106";
  color: #fff;
}

/* Why Choose Us Section - Added: October 14, 2025 */
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 0 50px 0 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  margin: 20px 0 0;
  min-height: calc(100% - 20px);
}
.feature-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #f05b72, #403f99);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature-box .feature-image {
  border-radius: 0 30px 0 0;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.feature-box .feature-image img {
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.feature-box .feature-icon {
  margin: 0 0 20px;
  width: 80px;
  height: 80px;
  background: rgba(89, 53, 152, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 20px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-box .feature-icon i {
  font-size: 2.5rem;
  color: #403f99;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.feature-box.cta-box-wrapper {
  padding-bottom: 70px;
}
.feature-box.cta-box-wrapper .feature-content .btn-main {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .feature-box .feature-icon {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.feature-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.feature-box:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.feature-box:hover .feature-icon i {
  color: #f05b72;
}
.feature-box:hover .feature-title {
  color: #403f99;
}

.feature-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #102037;
  margin: 0px 0 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.feature-description {
  margin-bottom: 0;
}

.fertility-tabs .nav-item {
  margin-left: 0;
  background-color: #ffffff;
}
.fertility-tabs .nav-item .nav-link {
  margin-bottom: 0rem;
  background-color: transparent;
}
.fertility-tabs .nav-item .nav-link.active {
  background-color: #403f99;
}

/* October 14, 2025 - Team Member Cards with Flip Effect */
.team-member-card {
  position: relative;
  height: 450px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-bottom: 30px;
}
.team-member-card:hover .team-member-flip-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.team-member-card .team-member-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.team-member-card .team-member-front,
.team-member-card .team-member-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.team-member-card .team-member-front {
  background: #fff;
}
.team-member-card .team-member-front .team-member-image {
  position: relative;
  overflow: hidden;
}
.team-member-card .team-member-front .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-card .team-member-front .team-member-name-display {
  padding: 20px 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-member-card .team-member-front .team-member-name-display h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #102037;
}
.team-member-card .team-member-back {
  background: linear-gradient(135deg, #403f99, #f05b72);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.team-member-card .team-member-back .team-member-back-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.team-member-card .team-member-back .team-member-back-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-card .team-member-back .team-member-info {
  text-align: center;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.team-member-card .team-member-back .team-member-info .team-member-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.team-member-card .team-member-back .team-member-info .team-member-designation {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  opacity: 0.95;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
  display: inline-block;
  color: #fff;
}
.team-member-card .team-member-back .team-member-info .team-member-specialization {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.9;
  color: #fff;
}
@media (max-width: 768px) {
  .team-member-card .team-member-back {
    padding: 15px;
  }
  .team-member-card .team-member-back .team-member-back-image {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
  .team-member-card .team-member-back .team-member-info .team-member-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .team-member-card .team-member-back .team-member-info .team-member-designation {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .team-member-card .team-member-back .team-member-info .team-member-specialization {
    font-size: 12px;
  }
}

/****stepper-css****/
.step-wrapper .step-each {
  margin: 0 0 20px;
  background: rgba(64, 63, 153, 0.05);
  border-radius: 50px 0 0 50px;
}

.step-wrapper .step-each:last-child .step-num-block:before {
  display: none;
}

.step-wrapper .step-each .step-num-block {
  width: 80px;
  height: 80px;
  background: #f05b72;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 4px rgba(255, 255, 255, 0.5);
  position: relative;
}
.step-wrapper .step-each .step-num-block i {
  font-size: 25px;
  color: #403f99;
}

.step-num-block img {
  width: 50px;
}

.step-wrapper .step-each .step-num-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -106%;
  margin: 0 auto;
  height: 100%;
  width: 1px;
  border-left: dashed 3px #403f99;
}

.step-wrapper .step-each .step-num-block p {
  color: #f5f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-wrapper .step-each .step-num-block p span {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
}

.step-wrapper .step-each .step-info-block {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.step-wrapper .step-each .step-info-block p {
  margin: 0px;
}

@media (max-width: 767px) {
  .step-wrapper .step-each {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
  }
  .step-wrapper .step-each .step-num-block {
    margin: 0 auto;
  }
  .step-wrapper .step-each .step-num-block:before {
    display: none;
  }
}
/*******main-stepper-css********/
.step-setup-img-main {
  position: relative;
}
.step-setup-img-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://cdn.stratospherewebsites.com/source/sites/f3e55e7e-c318-4c72-96cd-0f8b33852cce/images/build-wbsite-bg-new.webp);
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(1234%) hue-rotate(243deg) brightness(89%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(1234%) hue-rotate(243deg) brightness(89%) contrast(101%);
}
.step-setup-img-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-setup-img-main ul li {
  list-style: none;
}
.step-setup-img-main .step-setup-img-each {
  width: 200px;
  position: relative;
  text-align: center;
  margin: 0 5px;
}
.step-setup-img-main .step-setup-img-each .step-setup-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: dashed 1px #f05b72;
  background: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-setup-img-main .step-setup-img-each .step-setup-img img {
  padding: 4px;
  border-radius: 50%;
}
.step-setup-img-main .step-setup-img-each .step-setup-img .step-icon {
  width: 60px;
  padding: 0;
  border-radius: 0;
}
.step-setup-img-main .step-setup-img-desc h3 {
  font-size: 16px;
  padding: 10px 0 0;
  line-height: 20px;
}
.step-setup-img-main .step-setup-img-desc h3 span {
  display: block;
  color: #f05b72;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .step-setup-img-main:before {
    top: -80px;
  }
  .step-setup-img-main ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .step-setup-img-main .step-setup-img-each {
    width: 140px;
  }
  .step-setup-img-main .step-setup-img-each .step-setup-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 990px) {
  .step-setup-img-main:before {
    display: none;
  }
  .step-setup-img-main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .step-setup-img-main .step-setup-img-each {
    width: 100%;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .step-setup-img-main .step-setup-img-each .step-setup-img {
    width: 90px;
    height: 90px;
  }
  .step-setup-img-main .step-setup-img-desc {
    min-height: 5px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* October 14, 2025 - Join the Fyne Family CTA Section */
.bg-animation {
  background: linear-gradient(135deg, rgba(89, 53, 152, 0.95), rgba(240, 91, 114, 0.95));
}

.cta-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  -webkit-animation: logoFloat 3s ease-in-out infinite;
          animation: logoFloat 3s ease-in-out infinite;
}
.cta-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent, rgba(255, 255, 255, 0.15), transparent);
  -webkit-animation: logoRotate 4s linear infinite;
          animation: logoRotate 4s linear infinite;
}
.cta-icon .logo-icon {
  width: 60px;
  height: 60px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
  -webkit-animation: logoGlow 2s ease-in-out infinite alternate;
          animation: logoGlow 2s ease-in-out infinite alternate;
}
.cta-icon i {
  font-size: 32px;
  color: #fff;
  -webkit-animation: heartbeat 2s infinite;
          animation: heartbeat 2s infinite;
}

.fyne-family-cta-section {
  background: linear-gradient(135deg, rgba(64, 63, 153, 0.95), rgba(240, 91, 114, 0.95));
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.fyne-family-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.8" fill="rgba(255,255,255,0.04)"/><circle cx="10" cy="60" r="1.2" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="30" r="0.6" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}
.fyne-family-cta-section .cta-content {
  position: relative;
  z-index: 2;
}
.fyne-family-cta-section .cta-content .cta-heading .highlight {
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fyne-family-cta-section .cta-content .cta-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.fyne-family-cta-section .cta-content .cta-features {
  margin-bottom: 50px;
}
.fyne-family-cta-section .cta-content .cta-features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.fyne-family-cta-section .cta-content .cta-features .feature-item i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  width: 30px;
  text-align: center;
}
.fyne-family-cta-section .cta-content .cta-features .feature-item span {
  font-size: 16px;
}
.fyne-family-cta-section .cta-content .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fyne-family-cta-section .cta-decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.fyne-family-cta-section .cta-decorative-elements .floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.fyne-family-cta-section .cta-decorative-elements .floating-element.element-1 {
  width: 60px;
  height: 60px;
  top: 15%;
  left: 10%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fyne-family-cta-section .cta-decorative-elements .floating-element.element-2 {
  width: 40px;
  height: 40px;
  top: 70%;
  right: 15%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fyne-family-cta-section .cta-decorative-elements .floating-element.element-3 {
  width: 80px;
  height: 80px;
  top: 40%;
  right: 8%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media (max-width: 768px) {
  .fyne-family-cta-section {
    padding: 80px 0;
  }
  .fyne-family-cta-section .cta-content .cta-heading {
    font-size: 2.5rem;
  }
  .fyne-family-cta-section .cta-content .cta-description {
    font-size: 1.1rem;
  }
  .fyne-family-cta-section .cta-content .cta-features .feature-item {
    margin-bottom: 15px;
  }
  .fyne-family-cta-section .cta-content .cta-features .feature-item span {
    font-size: 15px;
  }
}

@-webkit-keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  33% {
    -webkit-transform: translateY(-20px) rotate(120deg);
            transform: translateY(-20px) rotate(120deg);
  }
  66% {
    -webkit-transform: translateY(-10px) rotate(240deg);
            transform: translateY(-10px) rotate(240deg);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  33% {
    -webkit-transform: translateY(-20px) rotate(120deg);
            transform: translateY(-20px) rotate(120deg);
  }
  66% {
    -webkit-transform: translateY(-10px) rotate(240deg);
            transform: translateY(-10px) rotate(240deg);
  }
}
@-webkit-keyframes logoFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-transform: translateY(-8px) scale(1.05);
            transform: translateY(-8px) scale(1.05);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  }
}
@keyframes logoFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-transform: translateY(-8px) scale(1.05);
            transform: translateY(-8px) scale(1.05);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  }
}
@-webkit-keyframes logoRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes logoRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes logoGlow {
  0% {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
            filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
  100% {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
            filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
  }
}
@keyframes logoGlow {
  0% {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
            filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
  100% {
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
            filter: brightness(0) invert(1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
  }
}
/* October 14, 2025 - Animated Logo Background Section */
.animated-logo-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.animated-logo-section .logo-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.animated-logo-section .logo-background-container .animated-logo {
  position: absolute;
  opacity: 0.08;
  background-image: url(../images/iocn.svg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.animated-logo-section .logo-background-container .animated-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.animated-logo-section .logo-background-container .animated-logo.logo-1 {
  top: 10%;
  left: 5%;
  width: 80px;
  height: 80px;
  -webkit-animation: logoWalk1 15s ease-in-out infinite;
          animation: logoWalk1 15s ease-in-out infinite;
}
.animated-logo-section .logo-background-container .animated-logo.logo-2 {
  top: 20%;
  right: 10%;
  width: 60px;
  height: 60px;
  -webkit-animation: logoWalk2 12s ease-in-out infinite 2s;
          animation: logoWalk2 12s ease-in-out infinite 2s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-3 {
  top: 40%;
  left: 15%;
  width: 100px;
  height: 100px;
  -webkit-animation: logoWalk3 18s ease-in-out infinite 4s;
          animation: logoWalk3 18s ease-in-out infinite 4s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-4 {
  top: 60%;
  right: 20%;
  width: 70px;
  height: 70px;
  -webkit-animation: logoWalk4 14s ease-in-out infinite 6s;
          animation: logoWalk4 14s ease-in-out infinite 6s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-5 {
  top: 75%;
  left: 25%;
  width: 90px;
  height: 90px;
  -webkit-animation: logoWalk5 16s ease-in-out infinite 8s;
          animation: logoWalk5 16s ease-in-out infinite 8s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-6 {
  top: 15%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: logoWalk6 10s ease-in-out infinite 3s;
          animation: logoWalk6 10s ease-in-out infinite 3s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-7 {
  top: 50%;
  right: 5%;
  width: 85px;
  height: 85px;
  -webkit-animation: logoWalk7 13s ease-in-out infinite 7s;
          animation: logoWalk7 13s ease-in-out infinite 7s;
}
.animated-logo-section .logo-background-container .animated-logo.logo-8 {
  top: 80%;
  right: 35%;
  width: 65px;
  height: 65px;
  -webkit-animation: logoWalk8 11s ease-in-out infinite 5s;
          animation: logoWalk8 11s ease-in-out infinite 5s;
}
.animated-logo-section .animated-logo-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

@-webkit-keyframes logoWalk1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translate(40px, -20px) rotate(90deg) scale(1.2);
            transform: translate(40px, -20px) rotate(90deg) scale(1.2);
    opacity: 0.12;
  }
  50% {
    -webkit-transform: translate(0px, -40px) rotate(180deg) scale(0.8);
            transform: translate(0px, -40px) rotate(180deg) scale(0.8);
    opacity: 0.15;
  }
  75% {
    -webkit-transform: translate(-40px, -20px) rotate(270deg) scale(1.1);
            transform: translate(-40px, -20px) rotate(270deg) scale(1.1);
    opacity: 0.12;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
    opacity: 0.08;
  }
}

@keyframes logoWalk1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translate(40px, -20px) rotate(90deg) scale(1.2);
            transform: translate(40px, -20px) rotate(90deg) scale(1.2);
    opacity: 0.12;
  }
  50% {
    -webkit-transform: translate(0px, -40px) rotate(180deg) scale(0.8);
            transform: translate(0px, -40px) rotate(180deg) scale(0.8);
    opacity: 0.15;
  }
  75% {
    -webkit-transform: translate(-40px, -20px) rotate(270deg) scale(1.1);
            transform: translate(-40px, -20px) rotate(270deg) scale(1.1);
    opacity: 0.12;
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
    opacity: 0.08;
  }
}
@-webkit-keyframes logoWalk2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
  }
  33% {
    -webkit-transform: translate(60px, 30px) rotate(-120deg) scale(0.7);
            transform: translate(60px, 30px) rotate(-120deg) scale(0.7);
    -webkit-filter: brightness(0.8) sepia(1) hue-rotate(280deg) saturate(2.5) blur(1px);
            filter: brightness(0.8) sepia(1) hue-rotate(280deg) saturate(2.5) blur(1px);
  }
  66% {
    -webkit-transform: translate(-30px, 60px) rotate(-240deg) scale(1.3);
            transform: translate(-30px, 60px) rotate(-240deg) scale(1.3);
    -webkit-filter: brightness(0.6) sepia(1) hue-rotate(220deg) saturate(3) blur(0.5px);
            filter: brightness(0.6) sepia(1) hue-rotate(220deg) saturate(3) blur(0.5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(-360deg) scale(1);
            transform: translate(0px, 0px) rotate(-360deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
  }
}
@keyframes logoWalk2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
  }
  33% {
    -webkit-transform: translate(60px, 30px) rotate(-120deg) scale(0.7);
            transform: translate(60px, 30px) rotate(-120deg) scale(0.7);
    -webkit-filter: brightness(0.8) sepia(1) hue-rotate(280deg) saturate(2.5) blur(1px);
            filter: brightness(0.8) sepia(1) hue-rotate(280deg) saturate(2.5) blur(1px);
  }
  66% {
    -webkit-transform: translate(-30px, 60px) rotate(-240deg) scale(1.3);
            transform: translate(-30px, 60px) rotate(-240deg) scale(1.3);
    -webkit-filter: brightness(0.6) sepia(1) hue-rotate(220deg) saturate(3) blur(0.5px);
            filter: brightness(0.6) sepia(1) hue-rotate(220deg) saturate(3) blur(0.5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(-360deg) scale(1);
            transform: translate(0px, 0px) rotate(-360deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2) blur(0px);
  }
}
@-webkit-keyframes logoWalk3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(-25px, -15px) rotate(72deg) scale(1.15);
            transform: translate(-25px, -15px) rotate(72deg) scale(1.15);
  }
  40% {
    -webkit-transform: translate(25px, -25px) rotate(144deg) scale(0.85);
            transform: translate(25px, -25px) rotate(144deg) scale(0.85);
  }
  60% {
    -webkit-transform: translate(35px, 15px) rotate(216deg) scale(1.25);
            transform: translate(35px, 15px) rotate(216deg) scale(1.25);
  }
  80% {
    -webkit-transform: translate(-15px, 25px) rotate(288deg) scale(0.75);
            transform: translate(-15px, 25px) rotate(288deg) scale(0.75);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
  }
}
@keyframes logoWalk3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(-25px, -15px) rotate(72deg) scale(1.15);
            transform: translate(-25px, -15px) rotate(72deg) scale(1.15);
  }
  40% {
    -webkit-transform: translate(25px, -25px) rotate(144deg) scale(0.85);
            transform: translate(25px, -25px) rotate(144deg) scale(0.85);
  }
  60% {
    -webkit-transform: translate(35px, 15px) rotate(216deg) scale(1.25);
            transform: translate(35px, 15px) rotate(216deg) scale(1.25);
  }
  80% {
    -webkit-transform: translate(-15px, 25px) rotate(288deg) scale(0.75);
            transform: translate(-15px, 25px) rotate(288deg) scale(0.75);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
  }
}
@-webkit-keyframes logoWalk4 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1);
            transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 0.08;
  }
  50% {
    -webkit-transform: translateY(-80px) rotate(180deg) scale(1.4);
            transform: translateY(-80px) rotate(180deg) scale(1.4);
    opacity: 0.02;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(360deg) scale(1);
            transform: translateY(0px) rotate(360deg) scale(1);
    opacity: 0.08;
  }
}
@keyframes logoWalk4 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg) scale(1);
            transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 0.08;
  }
  50% {
    -webkit-transform: translateY(-80px) rotate(180deg) scale(1.4);
            transform: translateY(-80px) rotate(180deg) scale(1.4);
    opacity: 0.02;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(360deg) scale(1);
            transform: translateY(0px) rotate(360deg) scale(1);
    opacity: 0.08;
  }
}
@-webkit-keyframes logoWalk5 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translate(50px, 0px) rotate(45deg) scale(0.9);
            transform: translate(50px, 0px) rotate(45deg) scale(0.9);
  }
  50% {
    -webkit-transform: translate(0px, 50px) rotate(90deg) scale(1.2);
            transform: translate(0px, 50px) rotate(90deg) scale(1.2);
  }
  75% {
    -webkit-transform: translate(-50px, 0px) rotate(135deg) scale(0.8);
            transform: translate(-50px, 0px) rotate(135deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg) scale(1);
            transform: translate(0px, 0px) rotate(180deg) scale(1);
  }
}
@keyframes logoWalk5 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: translate(50px, 0px) rotate(45deg) scale(0.9);
            transform: translate(50px, 0px) rotate(45deg) scale(0.9);
  }
  50% {
    -webkit-transform: translate(0px, 50px) rotate(90deg) scale(1.2);
            transform: translate(0px, 50px) rotate(90deg) scale(1.2);
  }
  75% {
    -webkit-transform: translate(-50px, 0px) rotate(135deg) scale(0.8);
            transform: translate(-50px, 0px) rotate(135deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg) scale(1);
            transform: translate(0px, 0px) rotate(180deg) scale(1);
  }
}
@-webkit-keyframes logoWalk6 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: scale(1.5) rotate(90deg);
            transform: scale(1.5) rotate(90deg);
    opacity: 0.03;
  }
  50% {
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    opacity: 0.15;
  }
  75% {
    -webkit-transform: scale(1.3) rotate(270deg);
            transform: scale(1.3) rotate(270deg);
    opacity: 0.05;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0.08;
  }
}
@keyframes logoWalk6 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: scale(1.5) rotate(90deg);
            transform: scale(1.5) rotate(90deg);
    opacity: 0.03;
  }
  50% {
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    opacity: 0.15;
  }
  75% {
    -webkit-transform: scale(1.3) rotate(270deg);
            transform: scale(1.3) rotate(270deg);
    opacity: 0.05;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 0.08;
  }
}
@-webkit-keyframes logoWalk7 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  16.66% {
    -webkit-transform: translate(30px, -20px) rotate(60deg) scale(1.1);
            transform: translate(30px, -20px) rotate(60deg) scale(1.1);
  }
  33.33% {
    -webkit-transform: translate(30px, 20px) rotate(120deg) scale(0.9);
            transform: translate(30px, 20px) rotate(120deg) scale(0.9);
  }
  50% {
    -webkit-transform: translate(0px, 40px) rotate(180deg) scale(1.2);
            transform: translate(0px, 40px) rotate(180deg) scale(1.2);
  }
  66.66% {
    -webkit-transform: translate(-30px, 20px) rotate(240deg) scale(0.8);
            transform: translate(-30px, 20px) rotate(240deg) scale(0.8);
  }
  83.33% {
    -webkit-transform: translate(-30px, -20px) rotate(300deg) scale(1.1);
            transform: translate(-30px, -20px) rotate(300deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
  }
}
@keyframes logoWalk7 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  16.66% {
    -webkit-transform: translate(30px, -20px) rotate(60deg) scale(1.1);
            transform: translate(30px, -20px) rotate(60deg) scale(1.1);
  }
  33.33% {
    -webkit-transform: translate(30px, 20px) rotate(120deg) scale(0.9);
            transform: translate(30px, 20px) rotate(120deg) scale(0.9);
  }
  50% {
    -webkit-transform: translate(0px, 40px) rotate(180deg) scale(1.2);
            transform: translate(0px, 40px) rotate(180deg) scale(1.2);
  }
  66.66% {
    -webkit-transform: translate(-30px, 20px) rotate(240deg) scale(0.8);
            transform: translate(-30px, 20px) rotate(240deg) scale(0.8);
  }
  83.33% {
    -webkit-transform: translate(-30px, -20px) rotate(300deg) scale(1.1);
            transform: translate(-30px, -20px) rotate(300deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
  }
}
@-webkit-keyframes logoWalk8 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
  }
  50% {
    -webkit-transform: translate(100px, -30px) rotate(180deg) scale(0.6);
            transform: translate(100px, -30px) rotate(180deg) scale(0.6);
    -webkit-filter: brightness(0.3) sepia(1) hue-rotate(300deg) saturate(3);
            filter: brightness(0.3) sepia(1) hue-rotate(300deg) saturate(3);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
  }
}
@keyframes logoWalk8 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
  }
  50% {
    -webkit-transform: translate(100px, -30px) rotate(180deg) scale(0.6);
            transform: translate(100px, -30px) rotate(180deg) scale(0.6);
    -webkit-filter: brightness(0.3) sepia(1) hue-rotate(300deg) saturate(3);
            filter: brightness(0.3) sepia(1) hue-rotate(300deg) saturate(3);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg) scale(1);
            transform: translate(0px, 0px) rotate(360deg) scale(1);
    -webkit-filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
            filter: brightness(0.5) sepia(1) hue-rotate(250deg) saturate(2);
  }
}
/* Testimonials Slider Styles - October 14, 2025 */
.owl-carousel.testimonials-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel.testimonials-slider .owl-stage .item {
  height: 100%;
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px) {
  .owl-nav {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
.owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #403f99;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
  -webkit-box-shadow: 0 5px 15px rgba(64, 63, 153, 0.3);
          box-shadow: 0 5px 15px rgba(64, 63, 153, 0.3);
}
.owl-nav button.owl-prev {
  margin-left: -25px;
}
.owl-nav button.owl-next {
  margin-right: -25px;
}
@media (max-width: 767px) {
  .owl-nav button.owl-prev {
    margin-left: 0px;
  }
  .owl-nav button.owl-next {
    margin-right: 0px;
  }
}
.owl-nav button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 8px 25px rgba(240, 91, 114, 0.4);
          box-shadow: 0 8px 25px rgba(240, 91, 114, 0.4);
}

.testimonials-slider-wrapper {
  position: relative;
}
.testimonials-slider-wrapper .owl-carousel .owl-stage-outer {
  padding: 20px 2px 40px;
}
.testimonials-slider-wrapper .testimonial-card {
  background: #fff8f9;
  border-radius: 0 30px 0 0;
  padding: 40px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #fff8f9;
}
.testimonials-slider-wrapper .testimonial-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #f05b72, #403f99);
}
.testimonials-slider-wrapper .testimonial-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.testimonials-slider-wrapper .testimonial-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.testimonials-slider-wrapper .testimonial-content .quote-icon {
  margin-bottom: 20px;
}
.testimonials-slider-wrapper .testimonial-content .quote-icon i {
  font-size: 3rem;
  color: #403f99;
  opacity: 0.7;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-height: 250px;
  overflow-y: scroll;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-text p {
  font-style: italic;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-author {
  margin-top: auto;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-author h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #102037;
  margin-bottom: 10px;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-author .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.testimonials-slider-wrapper .testimonial-content .testimonial-author .rating i {
  color: #ffc107;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .testimonial-card {
    padding: 30px 20px;
  }
  .testimonials-slider-wrapper .testimonial-content .quote-icon i {
    font-size: 2.5rem;
  }
  .testimonials-slider-wrapper .testimonial-content .testimonial-text {
    font-size: 1.4rem;
  }
  .testimonials-slider-wrapper .testimonial-content .testimonial-author h4 {
    font-size: 1.6rem;
  }
  .testimonials-slider-wrapper .owl-carousel .owl-nav {
    position: static;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .testimonials-slider-wrapper .owl-carousel .owl-nav button {
    position: static;
    margin: 0;
  }
}

/* =========================================
   IVF SOLUTION SECTION STYLES
   Date: October 16, 2025
   Description: Simple but attractive design for IVF recommended solutions
   Features: Modern card layout, hover effects, gradient backgrounds
   ========================================= */
.ivf-solution-section .solution-item {
  background: #fff;
  padding: 25px 10px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: calc(100% - 10px);
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 12px 35px rgba(64, 63, 153, 0.05);
          box-shadow: 0 12px 35px rgba(64, 63, 153, 0.05);
  border: 1px solid rgba(64, 63, 153, 0.09);
}
.ivf-solution-section .solution-item h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #102037;
  margin: 0;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.ivf-solution-section .solution-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 35px rgba(64, 63, 153, 0.15);
          box-shadow: 0 12px 35px rgba(64, 63, 153, 0.15);
  border-color: #403f99;
}
.ivf-solution-section .solution-item:hover h4 {
  color: #403f99;
}

/* =========================================
   IVF SOLUTION SECTION - RESPONSIVE STYLES
   Date: October 16, 2025
   Description: Mobile and tablet responsive adjustments
   ========================================= */
@media (max-width: 990px) {
  .ivf-solution-section {
    padding: 60px 0;
  }
  .ivf-solution-section .solution-item {
    padding: 30px 20px;
  }
  .ivf-solution-section .solution-item h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .ivf-solution-section {
    padding: 50px 0;
  }
  .ivf-solution-section .solution-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0;
  }
  .ivf-solution-section .solution-item {
    padding: 25px 20px;
  }
  .ivf-solution-section .solution-item h4 {
    font-size: 1.1rem;
  }
}
/* =========================================
   VERTICAL IUI STEPPER DESIGN
   Date: October 16, 2025
   Description: Modern vertical stepper for IUI process with enhanced glassmorphism effects
   Features: Vertical timeline, glassmorphism cards, animated elements, hover effects
   ========================================= */
.vertical-iui-stepper-section {
  position: relative;
}
.vertical-iui-stepper-section .vertical-stepper-wrapper .container {
  position: relative;
  z-index: 2;
}

.step-item {
  position: relative;
  min-height: calc(100% - 10px);
  margin: 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.step-item .stepes {
  position: absolute;
  top: -20px;
  padding: 20px 0 0;
}
.step-item .step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #403f99, #f05b72);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 15px 50px rgba(64, 63, 153, 0.3);
          box-shadow: 0 15px 50px rgba(64, 63, 153, 0.3);
  border: 6px solid #fff;
  margin-bottom: 25px;
  position: relative;
}
.step-item .step-circle::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(64, 63, 153, 0.2), rgba(240, 91, 114, 0.2));
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation: circleGlow 4s ease-in-out infinite;
          animation: circleGlow 4s ease-in-out infinite;
}
.step-item .step-circle::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 2px solid rgba(64, 63, 153, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.step-item .step-circle i {
  font-size: 2.8rem;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.step-item .step-number {
  z-index: 4;
  margin-bottom: 15px;
}
.step-item .step-number span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #403f99;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.step-item .step-content-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 80px 20px 20px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin: 80px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  border: 1px solid #eee;
}
.step-item .step-content-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#403f99), to(#f05b72));
  background: linear-gradient(90deg, #403f99, #f05b72);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.step-item .step-content-card::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(64, 63, 153, 0.1), rgba(240, 91, 114, 0.1));
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.step-item .step-content-card h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #102037;
  margin-bottom: 18px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: relative;
  z-index: 2;
}
.step-item .step-content-card p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: relative;
  z-index: 2;
}
.step-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.step-item:hover .step-circle {
  -webkit-transform: translateY(-8px) scale(1.05);
          transform: translateY(-8px) scale(1.05);
  -webkit-box-shadow: 0 15px 45px rgba(64, 63, 153, 0.3);
          box-shadow: 0 15px 45px rgba(64, 63, 153, 0.3);
}
.step-item:hover .step-circle::before {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.step-item:hover .step-circle::after {
  opacity: 1;
  -webkit-animation: ripple 1s ease-out infinite;
          animation: ripple 1s ease-out infinite;
}
.step-item:hover .step-circle i {
  -webkit-transform: rotate(-5deg) scale(1.1);
          transform: rotate(-5deg) scale(1.1);
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.step-item:hover .step-content-card::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.step-item:hover .step-content-card::after {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.step-item:hover .step-content-card h4 {
  color: #403f99;
}
.step-item:hover .step-content-card p {
  color: #102037;
}

@media (max-width: 990px) {
  .vertical-iui-stepper-section .vertical-stepper-wrapper::before {
    -webkit-transform: none;
            transform: none;
  }
  .vertical-iui-stepper-section .step-item .step-circle {
    -webkit-transform: none;
            transform: none;
    width: 90px;
    height: 90px;
  }
  .vertical-iui-stepper-section .step-item .step-circle i {
    font-size: 2.2rem;
  }
  .vertical-iui-stepper-section .step-item .step-circle:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .vertical-iui-stepper-section .step-item .step-number {
    -webkit-transform: none;
            transform: none;
  }
  .vertical-iui-stepper-section .step-item .step-content-card {
    padding: 40px 15px 15px;
  }
}
/* =========================================
   IVF CAROUSEL SECTION
   Date: October 16, 2025
   Description: Carousel section for IVF process steps
   ========================================= */
.ivf-carousel-section .ivf-carousel-wrapper {
  position: relative;
}
.ivf-carousel-section .ivf-carousel-wrapper .owl-carousel .owl-stage-outer {
  padding: 40px 10px 40px;
}
.ivf-carousel-section .ivf-carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ivf-carousel-section .ivf-carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .item {
  height: 100%;
}

@-webkit-keyframes timelinePulse {
  0% {
    -webkit-box-shadow: 0 0 20px rgba(64, 63, 153, 0.4);
            box-shadow: 0 0 20px rgba(64, 63, 153, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 30px rgba(240, 91, 114, 0.6);
            box-shadow: 0 0 30px rgba(240, 91, 114, 0.6);
  }
}

@keyframes timelinePulse {
  0% {
    -webkit-box-shadow: 0 0 20px rgba(64, 63, 153, 0.4);
            box-shadow: 0 0 20px rgba(64, 63, 153, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 30px rgba(240, 91, 114, 0.6);
            box-shadow: 0 0 30px rgba(240, 91, 114, 0.6);
  }
}
@-webkit-keyframes circleGlow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.6;
  }
}
@keyframes circleGlow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.6;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
/*************/
/* =========================================
   IVF CAROUSEL SECTION
   Date: October 16, 2025
   Description: Carousel section for IVF process steps
   ========================================= */
.ivf-process-carousel .owl-stage .owl-item.active:not(:last-child) .step-item::after,
.vertical-iui-stepper-after .row .col-lg-3:not(:last-child) .step-item::after,
.vertical-iui-stepper-after .row .col:not(:last-child) .step-item::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 100%;
  width: 100px;
  height: 100px;
  border: 2px dotted rgba(89, 53, 152, 0.3);
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 90px;
  z-index: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 1024px) {
  .ivf-process-carousel .owl-stage .owl-item.active:not(:last-child) .step-item::after,
  .vertical-iui-stepper-after .row .col-lg-3:not(:last-child) .step-item::after,
  .vertical-iui-stepper-after .row .col:not(:last-child) .step-item::after {
    display: none;
  }
}

.ivf-process-carousel .owl-stage .owl-item:last-child .step-item::after,
.vertical-iui-stepper-after .row .col-lg-3:last-child .step-item::after {
  display: none;
}

.provider-banner {
  background: #fff8f9;
  padding: 60px 0;
}
.provider-banner .ex-1 {
  border: solid 1px #403f99;
  padding: 5px;
}

@media (max-width: 990px) {
  .provider-banner {
    padding: 60px 0 30px;
  }
}
.doctor-testimonial-wrapper {
  background: #fff5f7;
  margin: 45px 0 0;
  padding: 40px 30px 30px;
  border-radius: 10px;
  position: relative;
  border: solid 1px #f05b72;
}
.doctor-testimonial-wrapper:before {
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: -40px;
  font-family: "Font Awesome 6 Pro";
  font-size: 55px;
  color: #403f99;
}
.doctor-testimonial-wrapper .testimonial-content-wrapper {
  height: 157px;
  overflow: auto;
}

@media (max-width: 767px) {
  .doctor-testimonial-wrapper {
    padding: 30px 15px 15px;
  }
}