.section-py {
  padding: 2.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.landing-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding-top: 5rem;
  overflow: hidden;
}

.landing-hero .container {
  position: relative;
  z-index: 1;
}

.landing-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: #384551;
  font-size: calc(1.3875rem + 1.65vw);
  background-clip: text;
  line-height: 1.2;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
@media (min-width: 1200px) {
  .landing-hero .hero-title {
    font-size: 2.625rem;
  }
}
.landing-hero .landing-hero-btn .hero-btn-item {
  inset-inline-start: -94%;
  top: 65%;
}
.landing-hero .hero-animation-img {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-hero .hero-animation-img img {
  max-height: 90vh;
  width: auto;
  object-fit: contain;
}

.landing-hero-blank {
  display: none;
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 19.25rem;
  margin: 0 auto;
}

.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
  padding: 0.8125rem;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel {
  padding-bottom: 6.25rem;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-height: 2.5rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-team .card,
.landing-team .card .team-image-box {
  border-top-left-radius: 5.625rem;
  border-top-right-radius: 1.25rem;
}
.landing-team .card .card-body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.landing-team .team-image-box {
  height: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .landing-hero .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  
  .landing-hero .hero-text-box {
    text-align: center !important;
    padding: 2rem 0;
  }
  
  .landing-hero .hero-animation-img {
    margin: 0;
  }
  
  .hero-img {
    max-height: 90vh !important;
    transform: scale(1.3);
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-team .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

.landing-pricing {
  border-radius: 3.75rem;
}
.landing-pricing .pricing-plans-item {
  inset-inline-end: -56%;
  bottom: -0.5rem;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-inline-end: 0;
    bottom: 1rem;
  }
}
.landing-pricing .pricing-list .badge.badge-center {
  width: 1rem;
  height: 1rem;
}
.landing-pricing .pricing-list .badge.badge-center i {
  margin-top: -5px;
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 2rem;
  padding-top: 3rem;
}

.landing-faq {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-faq .faq-image {
  max-width: 26rem;
  width: 100%;
}

.landing-cta .cta-title {
  font-size: 2.125rem;
}
@media (max-width: 767.98px) {
  .landing-cta .cta-title {
    font-size: 1.8rem;
  }
}
.landing-team .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}
.landing-contact .contact-img-box .contact-border-img {
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}

.light-style .landing-hero {
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
}
.light-style .landing-hero::after {
  background-color: #fff;
}

.dark-style .landing-hero {
  background: #1e2130;
}
.dark-style .landing-hero::after {
  background-color: #2b2c40;
}

[dir=rtl] .landing-reviews-btns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 1rem;
}
[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
[dir=rtl] .landing-pricing .switch .switch-label {
  padding-right: 0;
}
[dir=rtl] .landing-pricing .switch .switch-label:first-child {
  padding-left: 0.5rem;
}
[dir=rtl] .landing-pricing .switch .switch-input ~ .switch-label {
  padding-right: 3rem;
}
[dir=rtl] .landing-contact .contact-img-box {
  border-radius: 0.375rem 3.75rem 0.375rem 0.375rem;
}
[dir=rtl] .landing-contact .contact-img-box::before {
  inset-block-start: -1.875rem;
  inset-inline-start: -3.125rem;
  transform: rotate(90deg);
}

/* Program Cards Styles */
.program-card {
  transition: all 0.3s ease;
  transform-origin: center;
}

.program-card:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
  transform: translateY(-10px);
}

.program-card .badge {
  transition: all 0.3s ease;
}

.program-card:hover .badge {
  transform: rotate(360deg) scale(1.1);
}

.program-card .btn {
  transition: all 0.3s ease;
}

.program-card .btn:hover {
  transform: scale(1.05);
}

.program-card ul li {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.program-card:hover ul li {
  opacity: 1;
}

.hover-elevate-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-elevate-up:hover {
  transform: translateY(-15px);
  box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.15);
}

/* Hero Image Styles */
.hero-img {
  max-height: 135vh !important;
  width: auto;
  transform: scale(1.5);
}

/* Animation Classes */
.animate-left {
  animation: slideInLeft 1s ease-out forwards;
  opacity: 0;
}

.animate-right {
  animation: slideInRight 1s ease-out forwards;
  opacity: 0;
}

.animate-up {
  animation: slideInUp 0.8s ease-out forwards;
  opacity: 0;
}

/* Animation Keyframes */
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Statistics Section Styles */
.statistics-card {
  transition: all 0.3s ease;
  border: none;
  overflow: hidden;
}

.statistics-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
}

.statistics-card .card-body {
  padding: 2.5rem;
}

.statistics-card i {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.statistics-card:hover i {
  opacity: 1;
  transform: scale(1.1);
}

.statistics-card h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.statistics-card p {
  font-size: 1rem;
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .statistics-card .card-body {
    padding: 1.5rem;
  }
  
  .statistics-card h2 {
    font-size: 2rem;
  }
}

/* Why Choose Us Section Styles */
#whyChooseUs .card {
  transition: all 0.3s ease;
  border-radius: 1rem;
  overflow: hidden;
}

#whyChooseUs .card:hover {
  transform: translateY(-10px);
}

#whyChooseUs .card:hover i {
  transform: scale(1.1) rotate(5deg);
}

#whyChooseUs .card i {
  transition: all 0.3s ease;
}

#whyChooseUs .card h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

#whyChooseUs .card p {
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  #whyChooseUs .card {
    margin-bottom: 1.5rem;
  }
  
  #whyChooseUs .card:hover {
    transform: translateY(-5px);
  }
}

/* Team Member Social Media Styles */
.team-member-social {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

.team-social-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(99, 99, 99, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5.625rem;
  border-top-right-radius: 1.25rem;
  z-index: 3;
}

.team-image-box:hover .team-social-overlay {
  opacity: 1;
}

.team-social-icons {
  display: flex;
  gap: 1rem;
}

.team-social-icons a {
  color: #fff;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.team-social-icons a:hover {
  transform: scale(1.2);
}

.team-section-title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}

.team-grid {
  margin-bottom: 4rem;
}
