/* ========================================
   ANIMATION STYLES - Mobile Responsive
   ======================================== */

/* Section Icon Styling */
.section-icon-top {
  margin-bottom: 20px;
  display: inline-block;
}

.icon-animated {
  font-size: 48px;
  color: #E83E84;
  transition: all 0.3s ease;
  animation: slideUpIcon 0.6s ease-out forwards;
}

.icon-animated.icon-secondary {
  color: #E83E84;
}

/* About Section Animations */
.heading-about-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
}

.paragraph-about-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Feature List Animations */
.about-features-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-item {
  opacity: 0;
  padding: 10px 0;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.feature-item i {
  color: #E83E84;
  margin-right: 12px;
  font-size: 18px;
}

.feature-item:hover {
  color: #E83E84;
  padding-left: 10px;
}

/* Image Badge Animation */
.img-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  animation: slideUpIcon 0.8s ease-out 0.4s backwards;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.img-badge.badge-secondary {
  background: rgba(255, 107, 107, 0.1);
  color: #E83E84;
}

.animate-badge {
  animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

/* Image Zoom Effect */
.img-zoom-effect {
  transition: transform 0.4s ease;
}

.about-home-two-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.about-home-two-img:hover .img-zoom-effect {
  transform: scale(1.05);
}

/* Call Area Modern Styling */
.call_area-modern {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #E83E84 0%, #ff8e8e 100%);
  border-radius: 12px;
  color: white;
  margin-top: 25px;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.2);
  transition: all 0.3s ease;
}

.call_area-modern.call-area-secondary {
  background: linear-gradient(135deg, #E83E84 0%, #ff8e8e 100%);
}

.call_area-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3);
}

.phone-icon-animated {
  font-size: 32px;
  animation: pulse 2s infinite;
}

.call-content {
  flex: 1;
}

.call-label {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.call-number {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.call-number a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.call-number a:hover {
  opacity: 0.8;
}

/* About Section Layout */
.about-home-two {
  padding: 0 20px;
}

.about-home-reverse {
  background: #f9f9f9;
}

/* ========================================
   ABOUT US CONTENT SECTION STYLES
   ======================================== */

.about-us-content {
  padding: 80px 0;
  background: white;
}

.about-us-header {
  margin-bottom: 30px;
}

.about-tag {
  display: inline-block;
  color: #ff6b6b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  opacity: 0;
  animation: slideInLeft 0.8s ease-out forwards;
}

.about-us-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.about-us-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.paragraph-animated-about {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.about-us-features {
  margin-top: 30px;
}

.feature-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
  opacity: 0;
  animation: slideInRight 0.8s ease-out forwards;
}

.feature-icon-small {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-row:hover .feature-icon-small {
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.2);
}

.feature-content-small h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.feature-row:hover .feature-content-small h5 {
  color: #ff6b6b;
}

.feature-content-small p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* About Stats Section */
.about-us-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 40px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.05) 0%, rgba(255, 107, 107, 0.02) 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 107, 107, 0.1);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.stat-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.2);
}

.stat-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon-box {
  transform: scale(1.15) rotate(5deg);
}

.stat-icon-large {
  font-size: 32px;
  color: white;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon-large {
  transform: scale(1.1);
}

.stat-content {
  flex-grow: 1;
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #ff6b6b;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.heading-animated-stat {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.stat-label {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.paragraph-animated-stat {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* ========================================
   OUR VALUES SECTION STYLES
   ======================================== */

.our-values-section {
  padding: 80px 0;
}

.value-card {
  background: white;
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 107, 107, 0.1);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.value-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.value-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(255, 107, 107, 0.15);
  border-color: rgba(255, 107, 107, 0.3);
}

.value-card:hover::before {
  opacity: 1;
}

.value-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 107, 0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.value-card:hover .value-icon-wrapper {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  transform: scale(1.1) rotate(-10deg);
}

.value-icon {
  font-size: 36px;
  color: #ff6b6b;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.value-card:hover .value-icon {
  color: white;
  transform: scale(1.15);
}

.value-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  transition: color 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.heading-animated-value {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.value-card:hover .value-title {
  color: #ff6b6b;
}

.value-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.paragraph-animated-value {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Align Items Center for Responsive */
.align-items-center {
  display: flex;
  align-items: center;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-lg-0 {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .order-lg-1 {
    order: 0;
  }

  .order-lg-2 {
    order: 0;
  }
}

/* Heading Animations */
.heading-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.paragraph-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* Service Icon Animation */
.service-icon-animated {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpIcon 0.6s ease-out forwards;
  transition: transform 0.3s ease;
}

.single_service:hover .service-icon-animated {
  transform: translateY(-10px);
}

/* Service Heading Animation */
.service-h3-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
  color: #333;
  transition: color 0.3s ease;
}

.single_service:hover .service-h3-animated {
  color: #E83E84;
}

/* Service Text Animation */
.service-text-animated {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  color: #666;
}

/* Scroll Trigger Animation Container */
.animate-on-scroll {
  opacity: 0;
}

.animate-on-scroll.is-visible {
  animation: fadeInUp 0.8s ease-out forwards;
}

.animate-on-scroll.is-visible .service-icon-animated {
  animation: slideUpIcon 0.6s ease-out forwards;
}

.animate-on-scroll.is-visible .service-h3-animated {
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.animate-on-scroll.is-visible .service-text-animated {
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpIcon {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* Service Cards Hover Effect */
.single_service {
  transition: all 0.3s ease;
  position: relative;
}

.single_service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 107, 107, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.single_service:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.single_service:hover::before {
  opacity: 1;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .heading-animated,
  .paragraph-animated,
  .service-icon-animated,
  .service-h3-animated,
  .service-text-animated,
  .heading-about-animated,
  .paragraph-about-animated {
    animation-duration: 0.6s;
  }

  /* About Us Content Mobile */
  .about-us-title {
    font-size: 28px;
  }

  .about-us-paragraph {
    font-size: 15px;
  }

  .about-tag {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .feature-row {
    gap: 15px;
    margin-bottom: 20px;
  }

  .feature-icon-small {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .feature-content-small h5 {
    font-size: 15px;
  }

  .feature-content-small p {
    font-size: 12px;
  }

  /* Stats Mobile */
  .about-us-stats {
    padding: 30px;
    gap: 20px;
  }

  .stat-item {
    padding: 15px;
  }

  .stat-icon-box {
    width: 60px;
    height: 60px;
  }

  .stat-icon-large {
    font-size: 28px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 13px;
  }

  /* Values Mobile */
  .our-values-section {
    padding: 60px 0;
  }

  .value-card {
    padding: 28px 20px;
  }

  .value-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }

  .value-icon {
    font-size: 32px;
  }

  .value-title {
    font-size: 18px;
  }

  .value-description {
    font-size: 13px;
  }

  .why-choose-section {
    padding: 60px 0;
  }

  .why-choose-item {
    padding: 30px 20px;
    margin-bottom: 25px;
  }

  .why-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .why-icon {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .icon-animated {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .heading-about-animated {
    font-size: 22px;
  }

  .paragraph-about-animated {
    font-size: 14px;
  }

  .about-home-two {
    padding: 0 15px;
  }

  .call_area-modern {
    padding: 15px;
    gap: 15px;
  }

  .phone-icon-animated {
    font-size: 24px;
  }

  .call-number {
    font-size: 16px;
  }

  .about-features-list {
    margin: 15px 0;
  }

  .feature-item {
    padding: 8px 0;
    font-size: 14px;
  }

  .img-badge {
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .single_service {
    margin-bottom: 20px;
  }

  .single_service:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 576px) {
  /* About Us Mobile Small */
  .about-us-content {
    padding: 60px 0;
  }

  .about-us-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .about-us-paragraph {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .about-tag {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .about-us-features {
    margin-top: 20px;
  }

  .feature-row {
    gap: 12px;
    margin-bottom: 15px;
    padding: 0;
  }

  .feature-icon-small {
    width: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
  }

  .feature-content-small h5 {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .feature-content-small p {
    font-size: 11px;
  }

  /* Stats Small */
  .about-us-stats {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 15px;
    border-radius: 12px;
  }

  .stat-item {
    padding: 12px;
    gap: 15px;
  }

  .stat-icon-box {
    width: 50px;
    height: 50px;
  }

  .stat-icon-large {
    font-size: 24px;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 12px;
  }

  /* Values Small */
  .our-values-section {
    padding: 50px 0;
  }

  .value-card {
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .value-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    border-radius: 8px;
  }

  .value-icon {
    font-size: 28px;
  }

  .value-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .value-description {
    font-size: 12px;
    line-height: 1.4;
  }

  /* Why Section Small */
  .why-choose-section {
    padding: 40px 0;
  }

  .section-title-dark {
    font-size: 22px;
  }

  .section-subtitle {
    font-size: 13px;
  }

  .why-choose-item {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .why-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .why-icon {
    font-size: 28px;
  }

  .why-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .why-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .why-choose-item:hover {
    transform: translateY(-5px);
  }

  .why-choose-item:hover .why-icon-wrapper {
    transform: scale(1.02) rotate(-5deg);
  }

  /* Heading Small */
  .heading-animated {
    font-size: 22px;
    animation-duration: 0.5s;
  }

  .paragraph-animated {
    font-size: 13px;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
  }

  .service-icon-animated {
    animation-duration: 0.5s;
  }

  .service-h3-animated {
    font-size: 15px;
    animation-duration: 0.5s;
  }

  .service-text-animated {
    font-size: 12px;
    animation-duration: 0.5s;
  }

  .icon-animated {
    font-size: 32px;
  }

  .heading-about-animated {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .paragraph-about-animated {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .about-home-two {
    padding: 0 10px;
  }

  .section-title {
    padding: 0 10px;
  }

  .call_area-modern {
    flex-direction: column;
    text-align: center;
    padding: 12px;
    gap: 10px;
  }

  .phone-icon-animated {
    font-size: 20px;
  }

  .call-label {
    font-size: 11px;
  }

  .call-number {
    font-size: 14px;
  }

  .about-features-list {
    margin: 12px 0;
  }

  .feature-item {
    padding: 6px 0;
    font-size: 13px;
  }

  .feature-item i {
    margin-right: 8px;
    font-size: 16px;
  }

  .img-badge {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .single_service:hover {
    transform: translateY(-3px);
  }

  .about-home-reverse {
    background: #ffffff;
  }
}

/* Stagger Delay for Service Items */
.single_service.ss_one.is-visible {
  animation-delay: 0.1s;
}

.single_service.ss_two.is-visible {
  animation-delay: 0.2s;
}

.single_service.ss_three.is-visible {
  animation-delay: 0.3s;
}

.single_service.ss_four.is-visible {
  animation-delay: 0.4s;
}

/* ========================================
   WHY CHOOSE SECTION STYLES
   ======================================== */

.why-choose-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
  padding: 80px 0;
}

.section-title-dark {
  color: #333;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

.why-choose-item {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.1);
  position: relative;
  overflow: hidden;
}

.why-choose-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 107, 107, 0.05);
  transition: left 0.4s ease;
  z-index: -1;
}

.why-choose-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(255, 107, 107, 0.15);
  border-color: rgba(255, 107, 107, 0.3);
}

.why-choose-item:hover::before {
  left: 100%;
}

.why-icon-wrapper {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 107, 0.05) 100%);
  border-radius: 12px;
  transition: all 0.4s ease;
}

.why-choose-item:hover .why-icon-wrapper {
  background: linear-gradient(135deg, #E83E84 0%, #ff8e8e 100%);
  transform: scale(1.1) rotate(-5deg);
}

.why-icon {
  font-size: 36px;
  color: #E83E84;
  transition: all 0.4s ease;
}

.why-choose-item:hover .why-icon {
  color: white;
  transform: scale(1.2);
}

.icon-animated-why {
  animation: slideUpIcon 0.8s ease-out forwards;
}

.why-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.heading-animated-why {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.why-choose-item:hover .why-title {
  color: #E83E84;
}

.why-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.paragraph-animated-why {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

/* Why Choose Section Responsive */
@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .why-choose-item {
    padding: 30px 20px;
    margin-bottom: 25px;
  }

  .why-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .why-icon {
    font-size: 32px;
  }

  .why-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .why-choose-item:hover {
    transform: translateY(-8px);
  }

  .why-choose-item:hover .why-icon-wrapper {
    transform: scale(1.05) rotate(-5deg);
  }
}

@media (max-width: 576px) {
  .why-choose-section {
    padding: 40px 0;
  }

  .section-title-dark {
    font-size: 22px;
  }

  .section-subtitle {
    font-size: 13px;
  }

  .why-choose-item {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .why-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .why-icon {
    font-size: 28px;
  }

  .why-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .why-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .why-choose-item:hover {
    transform: translateY(-5px);
  }

  .why-choose-item:hover .why-icon-wrapper {
    transform: scale(1.02) rotate(-5deg);
  }
}

/* ========================================
   SERVICE DETAIL PAGE - TABLET (768px)
   ======================================== */

@media (max-width: 768px) {
  .service-detail-hero {
    padding: 60px 0;
  }

  .service-badge {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .service-detail-title {
    font-size: 36px;
    animation-duration: 0.6s;
  }

  .service-detail-subtitle {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .hero-icon-box {
    padding: 40px;
    animation-duration: 0.6s;
  }

  .hero-icon {
    font-size: 60px;
  }

  .service-overview {
    padding: 60px 0;
  }

  .overview-title {
    font-size: 28px;
    animation-duration: 0.6s;
  }

  .overview-text {
    font-size: 14px;
    animation-duration: 0.6s;
  }

  .benefit-item {
    font-size: 14px;
    animation-duration: 0.6s;
  }

  .service-features {
    padding: 60px 0;
  }

  .feature-card {
    padding: 25px 20px;
    animation-duration: 0.6s;
  }

  .feature-card:hover {
    transform: translateY(-8px);
  }

  .feature-icon-large {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }

  .feature-card-title {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .feature-card-text {
    font-size: 13px;
    animation-duration: 0.6s;
  }

  .feature-list li {
    font-size: 12px;
  }

  .service-process {
    padding: 60px 0;
  }

  .process-timeline::before {
    left: 25px;
  }

  .timeline-item {
    margin-bottom: 40px;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 100px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    text-align: left;
    padding-left: 100px;
  }

  .timeline-number {
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .timeline-content {
    padding: 20px;
  }

  .timeline-title {
    font-size: 16px;
  }

  .timeline-content p {
    font-size: 13px;
  }

  .timeline-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    left: 5px;
  }

  .service-results {
    padding: 60px 0;
  }

  .result-card {
    padding: 30px;
    margin-bottom: 20px;
    animation-duration: 0.6s;
  }

  .result-title {
    font-size: 28px;
    animation-duration: 0.6s;
  }

  .result-label {
    font-size: 13px;
    animation-duration: 0.6s;
  }

  .service-cta {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 32px;
    animation-duration: 0.6s;
  }

  .cta-subtitle {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .cta-buttons {
    gap: 15px;
  }

  .btn-light,
  .btn-outline-light {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* ========================================
   SERVICE DETAIL PAGE - MOBILE (576px)
   ======================================== */

@media (max-width: 576px) {
  .service-detail-hero {
    padding: 40px 0;
  }

  .service-badge {
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }

  .service-detail-title {
    font-size: 24px;
    animation-duration: 0.5s;
  }

  .service-detail-subtitle {
    font-size: 14px;
    animation-duration: 0.5s;
  }

  .hero-icon-box {
    padding: 30px;
    animation-duration: 0.5s;
    margin-top: 20px;
  }

  .hero-icon {
    font-size: 48px;
  }

  .service-overview {
    padding: 40px 0;
  }

  .overview-title {
    font-size: 22px;
    margin-bottom: 15px;
    animation-duration: 0.5s;
  }

  .overview-text {
    font-size: 13px;
    animation-duration: 0.5s;
    margin-bottom: 15px;
  }

  .benefit-item {
    font-size: 12px;
    padding: 8px 0;
    animation-duration: 0.5s;
  }

  .benefit-item:hover {
    padding-left: 5px;
  }

  .benefit-icon {
    font-size: 18px;
  }

  .service-features {
    padding: 40px 0;
  }

  .feature-card {
    padding: 20px 15px;
    margin-bottom: 15px;
    animation-duration: 0.5s;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 107, 107, 0.12);
  }

  .feature-icon-large {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .feature-card:hover .feature-icon-large {
    transform: scale(1.08) rotate(-5deg);
  }

  .feature-card-title {
    font-size: 14px;
    margin-bottom: 8px;
    animation-duration: 0.5s;
  }

  .feature-card-text {
    font-size: 12px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .feature-list li {
    font-size: 11px;
    padding: 5px 0;
  }

  .service-process {
    padding: 40px 0;
  }

  .process-timeline {
    padding: 20px 0;
  }

  .process-timeline::before {
    left: 20px;
    width: 3px;
  }

  .timeline-item {
    margin-bottom: 30px;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 80px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    text-align: left;
    padding-left: 80px;
  }

  .timeline-number {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .timeline-content {
    padding: 15px;
  }

  .timeline-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .timeline-content p {
    font-size: 12px;
    line-height: 1.5;
  }

  .timeline-icon {
    width: 35px;
    height: 35px;
    font-size: 12px;
    left: 2px;
  }

  .service-results {
    padding: 40px 0;
  }

  .result-card {
    padding: 20px 15px;
    margin-bottom: 15px;
    animation-duration: 0.5s;
  }

  .result-card:hover {
    transform: translateY(-5px);
  }

  .result-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .result-card:hover .result-icon {
    transform: scale(1.08);
  }

  .result-title {
    font-size: 24px;
    animation-duration: 0.5s;
  }

  .result-label {
    font-size: 12px;
    animation-duration: 0.5s;
  }

  .service-cta {
    padding: 40px 0;
  }

  .cta-title {
    font-size: 24px;
    animation-duration: 0.5s;
    margin-bottom: 10px;
  }

  .cta-subtitle {
    font-size: 14px;
    animation-duration: 0.5s;
    margin-bottom: 20px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn-light,
  .btn-outline-light {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
  }
}

/* ========================================
   SEO SERVICE PAGE STYLES
   ======================================== */

/* SEO Hero Section */
.seo-hero-section {
  position: relative;
  z-index: 1;
}

.seo-hero-title {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out forwards !important;
}

.seo-hero-subtitle {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out 0.1s forwards !important;
}

.seo-hero-icon-box {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* SEO Advantages Section */
.seo-advantages {
  background: white;
}

.seo-section-title {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-intro-text {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  transition: all 0.3s ease;
}

.seo-intro-text:hover {
  color: #667eea;
}

.seo-advantage-item {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out forwards;
  transition: all 0.3s ease;
}

.seo-advantage-item:hover {
  padding-left: 15px !important;
  color: #667eea;
}

.seo-intro-image {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* SEO Services Section */
.seo-services-section {
  background: #f8f9ff;
}

.seo-service-header {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-service-section-title {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-service-subtitle {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.seo-service-card {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.seo-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #667eea, transparent);
  transition: left 0.5s ease;
}

.seo-service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15) !important;
  border-color: rgba(102, 126, 234, 0.3) !important;
}

.seo-service-card:hover::before {
  left: 100%;
}

.seo-service-icon-wrapper {
  transition: all 0.4s ease;
}

.seo-service-card:hover .seo-service-icon-wrapper {
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.seo-service-card-title {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out 0.1s forwards !important;
  transition: color 0.3s ease;
}

.seo-service-card:hover .seo-service-card-title {
  color: #667eea;
}

.seo-service-card-text {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out 0.15s forwards !important;
}

/* SEO Process Timeline */
.seo-process-section {
  background: white;
}

.seo-process-header {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-process-title,
.seo-process-subtitle {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-timeline-item {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* SEO Results Section */
.seo-results-section {
  background: #f8f9ff;
}

.seo-results-header {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-results-title,
.seo-results-subtitle {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.seo-result-card {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  transition: all 0.3s ease;
}

.seo-result-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15) !important;
}

/* SEO CTA Section */
.seo-cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  text-align: center;
}

.seo-cta-title {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out forwards !important;
}

.seo-cta-subtitle {
  opacity: 0 !important;
  animation: fadeInUp 0.8s ease-out 0.1s forwards !important;
}

.seo-btn-primary,
.seo-btn-secondary {
  opacity: 0 !important;
  transition: all 0.3s ease;
}

.seo-btn-primary {
  animation: slideInLeft 0.8s ease-out 0.2s forwards !important;
}

.seo-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.seo-btn-secondary {
  animation: slideInRight 0.8s ease-out 0.2s forwards !important;
}

.seo-btn-secondary:hover {
  background: white;
  color: #667eea;
  transform: translateY(-3px);
}

/* ========================================
   SEO PAGE - TABLET (768px)
   ======================================== */

@media (max-width: 768px) {
  .seo-hero-section {
    padding: 60px 0;
  }

  .seo-hero-title {
    font-size: 36px;
    animation-duration: 0.6s;
  }

  .seo-hero-subtitle {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .seo-hero-icon-box {
    padding: 40px 30px;
    animation-duration: 0.6s;
  }

  .seo-advantages {
    padding: 60px 0;
  }

  .seo-section-title {
    font-size: 28px;
    animation-duration: 0.6s;
  }

  .seo-intro-text {
    font-size: 15px;
    animation-duration: 0.6s;
  }

  .seo-advantage-item {
    font-size: 14px;
    animation-duration: 0.6s;
  }

  .seo-services-section {
    padding: 60px 0;
  }

  .seo-service-section-title {
    font-size: 32px;
    animation-duration: 0.6s;
  }

  .seo-service-subtitle {
    font-size: 14px;
    animation-duration: 0.6s;
  }

  .seo-service-card {
    padding: 30px 25px;
    animation-duration: 0.6s;
  }

  .seo-service-card:hover {
    transform: translateY(-8px);
  }

  .seo-service-icon-wrapper {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }

  .seo-service-card-title {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .seo-service-card-text {
    font-size: 13px;
    animation-duration: 0.6s;
  }

  .seo-process-section {
    padding: 60px 0;
  }

  .seo-process-title {
    font-size: 32px;
    animation-duration: 0.6s;
  }

  .seo-process-subtitle {
    font-size: 14px;
    animation-duration: 0.6s;
  }

  .seo-timeline-item {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 80px;
    animation-duration: 0.6s;
  }

  .seo-timeline-item:nth-child(odd),
  .seo-timeline-item:nth-child(even) {
    text-align: left;
    padding-left: 80px;
  }

  .seo-results-section {
    padding: 60px 0;
  }

  .seo-results-title {
    font-size: 32px;
    animation-duration: 0.6s;
  }

  .seo-result-card {
    padding: 30px;
    animation-duration: 0.6s;
  }

  .seo-cta-section {
    padding: 60px 0;
  }

  .seo-cta-title {
    font-size: 32px;
    animation-duration: 0.6s;
  }

  .seo-cta-subtitle {
    font-size: 16px;
    animation-duration: 0.6s;
  }

  .seo-btn-primary,
  .seo-btn-secondary {
    padding: 12px 30px;
    font-size: 14px;
    animation-duration: 0.6s;
  }
}

/* ========================================
   SEO PAGE - MOBILE (576px)
   ======================================== */

@media (max-width: 576px) {
  .seo-hero-section {
    padding: 40px 0;
  }

  .seo-hero-title {
    font-size: 24px;
    animation-duration: 0.5s;
  }

  .seo-hero-subtitle {
    font-size: 14px;
    animation-duration: 0.5s;
  }

  .seo-hero-icon-box {
    padding: 30px 20px;
    margin-top: 20px;
    animation-duration: 0.5s;
  }

  .seo-hero-icon-box i {
    font-size: 60px;
  }

  .seo-advantages {
    padding: 40px 0;
  }

  .seo-section-title {
    font-size: 22px;
    margin-bottom: 15px;
    animation-duration: 0.5s;
  }

  .seo-intro-text {
    font-size: 13px;
    animation-duration: 0.5s;
    margin-bottom: 12px;
  }

  .seo-advantage-item {
    font-size: 12px;
    padding: 10px 0 !important;
    animation-duration: 0.5s;
  }

  .seo-advantage-item:hover {
    padding-left: 10px !important;
  }

  .seo-intro-image {
    margin-top: 30px;
    animation-duration: 0.5s;
  }

  .seo-services-section {
    padding: 40px 0;
  }

  .seo-service-section-title {
    font-size: 24px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .seo-service-subtitle {
    font-size: 13px;
    animation-duration: 0.5s;
  }

  .seo-service-card {
    padding: 20px 15px;
    margin-bottom: 15px;
    animation-duration: 0.5s;
  }

  .seo-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.12) !important;
  }

  .seo-service-icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .seo-service-card:hover .seo-service-icon-wrapper {
    transform: scale(1.08) rotate(-5deg);
  }

  .seo-service-card-title {
    font-size: 14px;
    margin-bottom: 8px;
    animation-duration: 0.5s;
  }

  .seo-service-card-text {
    font-size: 12px;
    margin-bottom: 10px;
    animation-duration: 0.5s;
  }

  .seo-service-card ul li {
    font-size: 11px;
    padding: 4px 0;
  }

  .seo-process-section {
    padding: 40px 0;
  }

  .seo-process-title {
    font-size: 24px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .seo-process-subtitle {
    font-size: 13px;
    animation-duration: 0.5s;
  }

  .seo-timeline-item {
    margin-bottom: 30px;
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 70px;
    animation-duration: 0.5s;
  }

  .seo-timeline-item:nth-child(odd),
  .seo-timeline-item:nth-child(even) {
    text-align: left;
    padding-left: 70px;
  }

  .seo-timeline-item h3 {
    font-size: 14px;
  }

  .seo-timeline-item p {
    font-size: 12px;
  }

  .seo-results-section {
    padding: 40px 0;
  }

  .seo-results-title {
    font-size: 24px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .seo-results-subtitle {
    font-size: 13px;
    animation-duration: 0.5s;
  }

  .seo-result-card {
    padding: 20px 15px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .seo-result-card:hover {
    transform: translateY(-5px);
  }

  .seo-result-card h3 {
    font-size: 28px;
  }

  .seo-result-card p {
    font-size: 12px;
  }

  .seo-cta-section {
    padding: 40px 0;
  }

  .seo-cta-title {
    font-size: 24px;
    margin-bottom: 12px;
    animation-duration: 0.5s;
  }

  .seo-cta-subtitle {
    font-size: 13px;
    margin-bottom: 25px;
    animation-duration: 0.5s;
  }

  .seo-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .seo-btn-primary,
  .seo-btn-secondary {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
    animation-duration: 0.5s;
  }
}

/* Disable animations on reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   SERVICE DETAIL PAGE STYLES
   ======================================== */

.service-detail-hero {
  position: relative;
  overflow: hidden;
}

.service-detail-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.service-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  animation: slideInLeft 0.8s ease-out forwards;
}

.service-detail-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.service-detail-subtitle {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.hero-icon-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: slideUpIcon 0.8s ease-out forwards;
}

.hero-icon {
  font-size: 80px;
  color: white;
  opacity: 0.9;
  animation: pulse 2s infinite;
}

/* Service Overview */
.service-overview {
  padding: 80px 0;
}

.overview-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.overview-text {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  font-size: 15px;
  color: #333;
  opacity: 0;
  animation: slideInRight 0.8s ease-out forwards;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  padding-left: 10px;
  color: #ff6b6b;
}

.benefit-icon {
  color: #ff6b6b;
  font-size: 20px;
  flex-shrink: 0;
}

.overview-image {
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.service-img-detail {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.image-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 107, 107, 0.05) 100%);
  border-radius: 50%;
  z-index: -1;
}

/* Service Features */
.service-features {
  padding: 80px 0;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 35px 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff6b6b, transparent);
  transition: left 0.5s ease;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(255, 107, 107, 0.15);
  border-color: rgba(255, 107, 107, 0.3);
}

.feature-card:hover::before {
  left: 100%;
}

.feature-icon-large {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon-large {
  transform: scale(1.15) rotate(-5deg);
}

.feature-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
  transition: color 0.3s ease;
}

.heading-animated-feature {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.feature-card:hover .feature-card-title {
  color: #ff6b6b;
}

.feature-card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.paragraph-animated-feature {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 13px;
  color: #666;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list i {
  color: #ff6b6b;
  font-size: 12px;
}

/* Service Process Timeline */
.service-process {
  padding: 80px 0;
}

.process-timeline {
  position: relative;
  padding: 40px 0;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ff6b6b 0%, #ff8e8e 50%, #ff6b6b 100%);
  border-radius: 10px;
}

.timeline-item {
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.timeline-item:nth-child(odd) {
  text-align: right;
  padding-right: 55%;
}

.timeline-item:nth-child(even) {
  text-align: left;
  padding-left: 55%;
}

.timeline-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  z-index: 5;
}

.timeline-content {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 107, 107, 0.1);
}

.timeline-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: white;
  border: 2px solid #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b6b;
  font-size: 16px;
  top: 45px;
  z-index: 4;
}

/* Service Results */
.service-results {
  padding: 80px 0;
}

.result-card {
  background: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.result-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 107, 107, 0.15);
}

.result-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.result-card:hover .result-icon {
  transform: scale(1.15);
}

.result-title {
  font-size: 32px;
  font-weight: 800;
  color: #ff6b6b;
  margin-bottom: 10px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.heading-animated-result {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.result-label {
  font-size: 14px;
  color: #666;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.15s forwards;
}

.paragraph-animated-result {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* CTA Section */
.service-cta {
  padding: 80px 0;
  text-align: center;
}

.cta-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.cta-subtitle {
  font-size: 18px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
  margin-bottom: 0;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-light,
.btn-outline-light {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-light {
  background: white;
  color: #ff6b6b;
  opacity: 0;
  animation: slideInLeft 0.8s ease-out forwards;
}

.btn-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.btn-outline-light {
  border: 2px solid white;
  color: white;
  background: transparent;
  opacity: 0;
  animation: slideInRight 0.8s ease-out forwards;
}

.btn-outline-light:hover {
  background: white;
  color: #ff6b6b;
  transform: translateY(-3px);
}
