/* ==================================================
   MODERN COMPONENTS CSS
   Premium Fintech Theme Components
   ================================================== */

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes shimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Global Enhancements */
body {
  scroll-behavior: smooth;
}

section {
  position: relative;
  overflow: hidden;
}

/* Section Spacing */
section:not(:last-child) {
  margin-bottom: 0;
}

section {
  padding: 100px 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

/* Hero Fintech Modern Section - Complete Redesign */
.hero-fintech-modern {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 140px;
  overflow: hidden;
  background: #ffffff;
}

.hero-modern-new {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 120px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, rgba(43, 169, 225, 0.03) 50%, #ffffff 100%);
}

.hero-background-new {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.3;
}

.hero-swiper-new {
  width: 100%;
  height: 100%;
}

.hero-gradient-overlay-new {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at top left, rgba(43, 169, 225, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(13, 74, 106, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  z-index: 2;
}

.hero-pattern-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 2px 2px, rgba(43, 169, 225, 0.04) 1px, transparent 0),
    linear-gradient(0deg, transparent 24px, rgba(43, 169, 225, 0.02) 25px, rgba(43, 169, 225, 0.02) 26px, transparent 27px, transparent 51px);
  background-size: 50px 50px, 50px 50px;
  z-index: 3;
  opacity: 0.3;
  animation: pattern-move 40s linear infinite;
}

@keyframes pattern-move {
  0% { background-position: 0 0, 0 30px, 30px -30px, -30px 0px; }
  100% { background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px; }
}

/* Floating geometric shapes */
.hero-shapes {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(43, 169, 225, 0.04);
  animation: float-shape 25s ease-in-out infinite;
  filter: blur(40px);
}

.hero-shape:nth-child(1) {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.hero-shape:nth-child(2) {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.hero-shape:nth-child(3) {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 20%;
  animation-delay: 10s;
}

@keyframes float-shape {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
  33% { transform: translate(30px, -30px) scale(1.1); opacity: 0.5; }
  66% { transform: translate(-20px, 20px) scale(0.9); opacity: 0.4; }
}

.hero-content-new {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-badge-new {
  display: inline-block;
  margin-bottom: 20px;
}

.badge-hero {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(43, 169, 225, 0.25);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2ba9e1;
  box-shadow: 0 6px 24px rgba(43, 169, 225, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 10px;
}

.badge-hero:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(43, 169, 225, 0.2);
  border-color: rgba(43, 169, 225, 0.4);
}

.badge-hero i {
  font-size: 12px;
  color: #2ba9e1;
  animation: pulse-star 2s ease-in-out infinite;
}

@keyframes pulse-star {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

.hero-title-new {
  font-size: 78px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 40px;
  color: #0d4a6a;
  letter-spacing: -0.06em;
  text-shadow: 0 2px 8px rgba(13, 74, 106, 0.05);
}

.hero-title-new .text-gradient-white {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero-subtitle-new {
  font-size: 23px;
  line-height: 1.8;
  color: rgba(13, 74, 106, 0.7);
  margin-bottom: 64px;
  font-weight: 400;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.12px;
}

/* Unified Button Style - All buttons same color */
.btn-hero-primary-new,
.btn-hero-secondary-new {
  display: inline-flex;
  align-items: center;
  padding: 24px 48px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 36px rgba(43, 169, 225, 0.35);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  gap: 12px;
}

.btn-hero-primary-new::before,
.btn-hero-secondary-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-hero-primary-new:hover::before,
.btn-hero-secondary-new:hover::before {
  left: 100%;
}

.btn-hero-primary-new:hover,
.btn-hero-secondary-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 52px rgba(43, 169, 225, 0.45);
  color: #ffffff;
}

.hero-features-new {
  margin-top: 40px;
}

.hero-stat-card {
  text-align: center;
  padding: 36px 28px;
  background: #ffffff;
  border: 2px solid rgba(43, 169, 225, 0.15);
  border-radius: 28px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 28px rgba(43, 169, 225, 0.12);
  position: relative;
  overflow: hidden;
}

.hero-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.hero-stat-card:hover::before {
  transform: scaleX(1);
}

.hero-stat-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 20px 64px rgba(43, 169, 225, 0.3);
  border-color: rgba(43, 169, 225, 0.45);
}

.stat-icon-new {
  font-size: 44px;
  color: #2ba9e1 !important;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.35s ease;
}

.stat-icon-new i {
  color: #2ba9e1 !important;
}

.hero-stat-card:hover .stat-icon-new {
  transform: scale(1.1) rotate(5deg);
  color: #0d4a6a !important;
}

.hero-stat-card:hover .stat-icon-new i {
  color: #0d4a6a !important;
}

.stat-number-new {
  font-size: 48px;
  font-weight: 800;
  color: #0d4a6a;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
  letter-spacing: -0.03em;
}

.stat-label-new {
  font-size: 16px;
  color: rgba(13, 74, 106, 0.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Section Labels and Titles */
.section-label {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(43, 169, 225, 0.2);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #2ba9e1;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(43, 169, 225, 0.12);
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d4a6a;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
}

.section-description {
  font-size: 19px;
  line-height: 1.8;
  color: rgba(13, 74, 106, 0.8);
  font-weight: 400;
  letter-spacing: 0.15px;
  max-width: 700px;
  margin: 0 auto;
}

.gradient-text {
  background: linear-gradient(135deg, #2ba9e1 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
}

.text-gradient {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
}

.text-gradient-white {
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 50%, rgba(43, 169, 225, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
}

.facilities-modern .text-gradient {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
}

.badge-experience {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 12px 48px rgba(43, 169, 225, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: 10;
  animation: float-badge 3s ease-in-out infinite;
}

@keyframes float-badge {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.about-floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(43, 169, 225, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0d4a6a;
  border: 2px solid rgba(43, 169, 225, 0.2);
  animation: float-element 4s ease-in-out infinite;
}

.floating-element i {
  color: #2ba9e1;
  font-size: 16px;
}

.floating-element.element-1 {
  bottom: 20px;
  left: 20px;
  animation-delay: 0s;
}

.floating-element.element-2 {
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  animation-delay: 2s;
}

@keyframes float-element {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  50% { transform: translateY(-15px) translateX(5px); }
}

.badge-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.badge-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* About Modern Section */
.about-modern {
  padding: 160px 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(43, 169, 225, 0.02) 100%);
}

.about-description {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(13, 74, 106, 0.7);
  letter-spacing: 0.12px;
  margin-bottom: 32px;
}

.feature-modern-card {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 36px;
  background: #ffffff;
  border: 2px solid rgba(43, 169, 225, 0.15);
  border-radius: 28px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 28px rgba(43, 169, 225, 0.12);
}

.feature-modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 56px rgba(43, 169, 225, 0.3);
  border-color: rgba(43, 169, 225, 0.45);
}

.feature-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  flex-shrink: 0;
  border: 2px solid rgba(43, 169, 225, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-modern-card:hover .feature-icon {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scale(1.1) rotate(5deg);
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(43, 169, 225, 0.3);
}

.feature-icon i {
  font-size: 24px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.feature-modern-card:hover .feature-icon i {
  -webkit-text-fill-color: #ffffff;
  background: none;
}

.feature-content {
  flex: 1;
}

.feature-value {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.feature-label {
  font-size: 17px;
  color: rgba(13, 74, 106, 0.7);
  font-weight: 500;
}

.btn-modern-outline {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-modern-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-modern-outline:hover::before {
  left: 100%;
}

.btn-modern-outline:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 48px rgba(43, 169, 225, 0.55);
  color: #ffffff;
}

/* Categories Modern Section */
.categories-modern {
  padding: 120px 0;
  background: #ffffff;
}

/* Facilities Modern Section */
.facilities-modern {
  padding: 120px 0;
}

.facility-card-premium {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(43, 169, 225, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 2px solid rgba(43, 169, 225, 0.12);
  position: relative;
  overflow: hidden;
}

.facility-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.facility-card-premium:hover::before {
  transform: scaleX(1);
}

.facility-card-premium:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 48px rgba(43, 169, 225, 0.25);
  border-color: rgba(43, 169, 225, 0.2);
  background: #ffffff;
}

.facility-icon-premium {
  width: 100px;
  height: 100px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.12) 0%, rgba(13, 74, 106, 0.12) 100%);
  border-radius: 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(43, 169, 225, 0.15);
  position: relative;
}

.facility-card-premium:hover .facility-icon-premium {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scale(1.15) rotate(5deg);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(43, 169, 225, 0.4);
}

.facility-icon-premium i {
  font-size: 40px;
  color: rgba(13, 74, 106, 0.7);
  transition: all 0.35s ease;
}

.facility-card-premium:hover .facility-icon-premium i {
  color: #ffffff;
}

.facility-title-premium {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.facility-description-premium {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(13, 74, 106, 0.65);
  margin: 0;
}

.facilities-modern .section-label {
  background: rgba(255, 255, 255, 0.9);
  color: #2ba9e1;
  border: 1px solid rgba(43, 169, 225, 0.15);
  box-shadow: 0 4px 12px rgba(43, 169, 225, 0.1);
}

.facility-card-modern {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(43, 169, 225, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.facility-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(43, 169, 225, 0.25);
  background: linear-gradient(135deg, #ffffff 0%, rgba(43, 169, 225, 0.02) 100%);
}

.facility-icon-wrapper {
  padding: 20px 20px 0;
  text-align: center;
}

.facility-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.facility-card-modern:hover .facility-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 40px rgba(43, 169, 225, 0.5);
}

.facility-icon i {
  font-size: 28px;
  color: #ffffff;
}

.facility-content {
  padding: 20px 20px;
  flex: 1;
}

.facility-title {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 3s ease infinite;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.facility-description {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(13, 74, 106, 0.65);
}

.facility-image {
  padding: 0 20px 20px;
}

.facility-image img {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.facility-card-modern:hover .facility-image img {
  transform: scale(1.05);
}

/* Video Modern Section New */
.video-modern-section-new {
  padding: 160px 0;
  background: #ffffff;
}

.video-content-new {
  padding-right: 40px;
}

.video-label-new {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.1) 100%);
  border: 1px solid rgba(43, 169, 225, 0.2);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2ba9e1;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(43, 169, 225, 0.1);
}

.video-title-new {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d4a6a;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.video-description-new {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(13, 74, 106, 0.7);
  margin-bottom: 40px;
  letter-spacing: 0.12px;
}

.video-thumbnail-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(43, 169, 225, 0.2);
}

.video-thumbnail-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-thumbnail-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.video-thumbnail-link:hover img {
  transform: scale(1.05);
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 74, 106, 0.3);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumbnail-link:hover .video-play-overlay {
  opacity: 1;
}

.play-button-large {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(43, 169, 225, 0.45);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.play-button-large:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 48px rgba(43, 169, 225, 0.6);
}

.play-button-large i {
  font-size: 32px;
  color: #ffffff;
  margin-left: 4px;
}

/* Gallery Modern Section */
.gallery-modern {
  padding: 160px 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(43, 169, 225, 0.02) 100%);
}

.gallery-item-modern {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(43, 169, 225, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 64px rgba(43, 169, 225, 0.35);
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item-modern:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 74, 106, 0.85) 0%, rgba(43, 169, 225, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(10px);
}

.gallery-item-modern:hover .gallery-overlay {
  opacity: 1;
}

.gallery-content {
  text-align: center;
  color: #ffffff;
}

.gallery-icon {
  font-size: 48px;
  margin-bottom: 16px;
  color: #ffffff;
}

.gallery-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Services Modern Section */
.services-modern {
  padding: 160px 0;
  background: #ffffff;
  position: relative;
}

.services-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 169, 225, 0.3), transparent);
}

.services-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(43, 169, 225, 0.15);
  position: relative;
}

.services-tab-nav::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  transition: width 0.3s ease;
}

.services-tab-nav:hover::after {
  width: 200px;
}

.service-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  background: #ffffff;
  border: 2px solid rgba(43, 169, 225, 0.1);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 120px;
  box-shadow: 0 4px 12px rgba(43, 169, 225, 0.08);
}

.service-tab-btn:hover {
  box-shadow: 0 8px 24px rgba(43, 169, 225, 0.15);
}

.service-tab-btn i {
  font-size: 28px;
  color: rgba(13, 74, 106, 0.6);
  transition: all 0.3s ease;
}

.service-tab-btn span {
  font-size: 15px;
  font-weight: 600;
  color: rgba(13, 74, 106, 0.7);
  transition: all 0.3s ease;
}

.service-tab-btn.active,
.service-tab-btn:hover {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  border-color: transparent;
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(43, 169, 225, 0.4);
}

.service-tab-btn.active i,
.service-tab-btn:hover i {
  color: #ffffff;
}

.service-tab-btn.active span,
.service-tab-btn:hover span {
  color: #ffffff;
}

.service-tab-panel {
  display: none;
}

.service-tab-panel.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

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

.service-card-modern {
  text-align: center;
  padding: 44px 36px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(43, 169, 225, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 2px solid rgba(43, 169, 225, 0.1);
  position: relative;
}

.service-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 24px 24px 0 0;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-modern:hover::before {
  transform: scaleX(1);
}

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 56px rgba(43, 169, 225, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, rgba(43, 169, 225, 0.03) 100%);
  border-color: rgba(43, 169, 225, 0.25);
}

.service-icon-modern {
  width: 88px;
  height: 88px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.12) 0%, rgba(13, 74, 106, 0.12) 100%);
  border-radius: 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(43, 169, 225, 0.15);
}

.service-card-modern:hover .service-icon-modern {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scale(1.1);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(43, 169, 225, 0.4);
}

.service-icon-modern i {
  font-size: 36px;
  color: rgba(13, 74, 106, 0.7);
  transition: color 0.35s ease;
}

.service-card-modern:hover .service-icon-modern i {
  color: #ffffff;
}

.service-badge {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.1) 100%);
  border: 1px solid rgba(43, 169, 225, 0.2);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: #2ba9e1;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(43, 169, 225, 0.1);
}

.service-title-modern {
  font-size: 24px;
  font-weight: 700;
  color: #0d4a6a;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.service-description-modern {
  font-size: 19px;
  line-height: 1.85;
  color: rgba(13, 74, 106, 0.7);
  margin: 0;
  letter-spacing: 0.1px;
}

/* Contact Modern Section */
.contact-modern {
  padding: 160px 0;
  background: #ffffff;
  position: relative;
}

.contact-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 169, 225, 0.3), transparent);
}

.contact-modern .row.g-4 {
  gap: 1.5rem !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

.contact-modern .row.g-4 > .col-lg-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

@media (max-width: 991px) {
  .contact-modern .row.g-4 {
    flex-wrap: wrap !important;
  }
  
  .contact-modern .row.g-4 > .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.contact-info-modern {
  padding-right: 40px;
}

.contact-header-section {
  padding-right: 40px;
}

.contact-description {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(13, 74, 106, 0.7);
}

.contact-details {
  margin-top: 24px;
}

.contact-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.06) 0%, rgba(13, 74, 106, 0.04) 100%);
  border: 2px solid rgba(43, 169, 225, 0.12);
  border-radius: 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(43, 169, 225, 0.1);
  margin-bottom: 20px;
}

.contact-item-modern:hover {
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.12) 0%, rgba(13, 74, 106, 0.06) 100%);
  transform: translateX(12px);
  box-shadow: 0 12px 32px rgba(43, 169, 225, 0.2);
  border-color: rgba(43, 169, 225, 0.35);
}

.contact-icon-wrapper {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 20px;
  flex-shrink: 0;
  box-shadow: 0 10px 32px rgba(43, 169, 225, 0.35);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-item-modern:hover .contact-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(43, 169, 225, 0.4);
}

.contact-icon-wrapper i {
  font-size: 28px;
  color: #ffffff;
}

.contact-item-content {
  flex: 1;
}

.contact-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d4a6a;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.contact-item-text {
  font-size: 19px;
  line-height: 1.85;
  color: rgba(13, 74, 106, 0.7);
  margin: 0;
  letter-spacing: 0.1px;
}

.contact-item-text a {
  color: #2ba9e1;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-item-text a:hover {
  color: #0d4a6a;
  text-decoration: underline;
}

.contact-form-modern {
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.04) 0%, rgba(13, 74, 106, 0.03) 100%);
  padding: 0 32px 32px 32px;
  border-radius: 28px;
  border: 2px solid rgba(43, 169, 225, 0.15);
  box-shadow: 0 12px 40px rgba(43, 169, 225, 0.12);
  backdrop-filter: blur(10px);
  margin-top: 0 !important;
  align-self: flex-start;
}

.contact-form-modern form {
  margin-top: 0;
  padding-top: 0;
}

.contact-form-modern form .row:first-child .form-group-modern:first-child {
  margin-top: 0;
  padding-top: 0;
}

.form-title {
  font-size: 30px;
  font-weight: 700;
  color: #0d4a6a;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

/* Global consistency for rows and columns */
.row {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-md-6,
.col-lg-6,
.col-md-12,
.col-lg-12 {
  box-sizing: border-box;
}

.form-group-modern {
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box !important;
}

.form-label-modern {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0d4a6a;
  margin-bottom: 6px;
}

.form-control-modern {
  width: 100% !important;
  padding: 14px 20px !important;
  border: 2px solid rgba(13, 74, 106, 0.2) !important;
  border-radius: 12px !important;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  color: #0d4a6a;
  box-shadow: 0 2px 8px rgba(43, 169, 225, 0.05);
  box-sizing: border-box !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-control-modern:focus {
  outline: none;
  border-color: #2ba9e1 !important;
  box-shadow: 0 0 0 4px rgba(43, 169, 225, 0.15), 0 6px 20px rgba(43, 169, 225, 0.12);
  transform: translateY(-2px);
}

/* Input group consistency */
.input-group {
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative;
}

.input-group .form-control-modern {
  width: 100% !important;
  padding-right: 50px !important;
  box-sizing: border-box !important;
}

.input-group-addon {
  display: none !important;
}

.relative {
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative;
}

.relative select.form-control-modern {
  width: 100% !important;
  padding-right: 50px !important;
  box-sizing: border-box !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-control-modern textarea {
  min-height: 120px;
  resize: vertical;
}

.btn-modern-primary {
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 40px rgba(43, 169, 225, 0.4);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  letter-spacing: 0.4px;
  gap: 10px;
}

.btn-modern-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-modern-primary:hover::before {
  left: 100%;
}

.btn-modern-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 52px rgba(43, 169, 225, 0.5);
  color: #ffffff;
}

.success-message-modern {
  display: none;
  margin-top: 30px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.05) 100%);
  border: 2px solid #2ba9e1;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.15);
}

.success-message-modern.show {
  display: block;
  animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.success-icon {
  font-size: 48px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.success-title {
  font-size: 24px;
  font-weight: 700;
  color: #0d4a6a;
  margin-bottom: 12px;
}

.success-text {
  font-size: 18px;
  color: rgba(13, 74, 106, 0.7);
  margin: 0;
}

/* Header Fintech Styles */
header.header-fintech {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(43, 169, 225, 0.1);
  box-shadow: 0 4px 20px rgba(43, 169, 225, 0.08);
}

header.header-fintech.smaller {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.12);
}

/* Menu Styles */
#mainmenu > li > a {
  color: #0d4a6a;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

#mainmenu > li > a::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mainmenu > li > a:hover::before,
#mainmenu > li.active > a::before {
  width: calc(100% - 48px);
}

#mainmenu > li > a:hover {
  color: #2ba9e1 !important;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.05) 100%);
  transform: translateY(-2px);
}

#mainmenu > li.active > a {
  color: #2ba9e1 !important;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.15) 0%, rgba(13, 74, 106, 0.1) 100%);
}

/* Products Dropdown Menu */
#mainmenu .has-child {
  position: relative;
}

#mainmenu .products-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-width: 280px;
  max-width: 320px;
  box-shadow: 0 16px 64px rgba(43, 169, 225, 0.2);
  border-radius: 16px;
  padding: 12px 0;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(43, 169, 225, 0.1);
}

#mainmenu .has-child:hover .products-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#mainmenu .products-dropdown li {
  list-style: none;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}

#mainmenu .products-dropdown li a {
  display: block;
  padding: 12px 24px;
  color: rgba(13, 74, 106, 0.7);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  position: relative;
}

#mainmenu .products-dropdown li.has-submenu > a::after {
  content: '→';
  position: absolute;
  right: 20px;
  opacity: 0.5;
  transition: all 0.3s ease;
  color: #2ba9e1;
}

#mainmenu .products-dropdown li:not(.has-submenu) > a::after {
  content: '';
}

#mainmenu .products-dropdown li a:hover {
  background: linear-gradient(90deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.05) 100%);
  color: #2ba9e1;
  padding-left: 28px;
  border-left: 3px solid #2ba9e1;
}

#mainmenu .products-dropdown li:not(.has-submenu) > a:hover::after {
  opacity: 0;
}

#mainmenu .products-dropdown li.has-submenu > a:hover::after {
  opacity: 1;
  transform: translateX(5px);
}

/* Submenu Styles */
#mainmenu .products-dropdown .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-width: 220px;
  max-width: 280px;
  width: auto !important;
  box-shadow: 0 16px 64px rgba(43, 169, 225, 0.2);
  border-radius: 16px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  border: 1px solid rgba(43, 169, 225, 0.1);
  display: block !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

#mainmenu .products-dropdown li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#mainmenu .products-dropdown .submenu li {
  width: 100% !important;
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  float: none !important;
  clear: both !important;
}

#mainmenu .products-dropdown .submenu li a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px 20px;
  color: rgba(13, 74, 106, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  position: relative;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: both !important;
}

#mainmenu .products-dropdown .submenu li a:hover {
  background: linear-gradient(90deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.05) 100%);
  color: #2ba9e1;
  padding-left: 24px;
  border-left: 3px solid #2ba9e1;
}

/* Submenu positioning - prevent overflow */
#mainmenu .products-dropdown li:last-child .submenu,
#mainmenu .products-dropdown li:nth-last-child(2) .submenu,
#mainmenu .products-dropdown li:nth-last-child(3) .submenu {
  top: auto;
  bottom: 0;
}

/* Responsive submenu */
@media (max-width: 1200px) {
  #mainmenu .products-dropdown .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 8px;
  }
  
  #mainmenu .products-dropdown li.has-submenu:hover .submenu {
    transform: translateX(0);
  }
}

.menu_side_area .btn-main {
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 9999px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  box-shadow: 0 8px 24px rgba(43, 169, 225, 0.4);
  position: relative;
  overflow: hidden;
}

.menu_side_area .btn-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.menu_side_area .btn-main:hover::before {
  left: 100%;
}

.menu_side_area .btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(43, 169, 225, 0.5);
}

/* Category Card Styles */
.category-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

.category-card-link:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-5px);
}

.category-card {
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(43, 169, 225, 0.2);
}

/* Product Categories Hover Cards */
.product-categories-grid {
  margin-top: 24px;
}

.category-hover-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(43, 169, 225, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.category-hover-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 56px rgba(43, 169, 225, 0.35);
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.8);
}

.category-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-hover-card:hover .category-image {
  transform: scale(1.15);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 74, 106, 0.9) 0%, rgba(43, 169, 225, 0.85) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.category-hover-card:hover .category-overlay {
  opacity: 1;
}

.category-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.category-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 24px;
  margin: 0;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.category-hover-card:hover .category-name {
  transform: translateY(0);
}

/* Products Section - Dark Background White Text */
.products-featured,
#section-products.bg-dark-1 {
  position: relative;
  overflow: hidden;
}

.products-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.products-featured .subtitle,
.products-featured .section-label,
.products-featured h2,
.products-featured h3,
.products-featured h4,
.products-featured p,
.products-featured .product-title,
.products-featured .product-title a,
.products-featured .product-description,
.products-featured .spec-item,
.products-featured .spec-item i,
.products-featured .spec-item span,
.products-featured .badge-new,
.products-featured .badge-popular,
.products-featured .model-badge,
.products-featured .power-badge,
.products-featured .product-price-info,
.products-featured .product-price-info small,
.products-featured .product-price-info strong,
.products-featured .id-color,
#section-products.bg-dark-1 .subtitle,
#section-products.bg-dark-1 h2,
#section-products.bg-dark-1 h3,
#section-products.bg-dark-1 h4,
#section-products.bg-dark-1 p,
#section-products.bg-dark-1 .product-title,
#section-products.bg-dark-1 .product-title a,
#section-products.bg-dark-1 .product-description,
#section-products.bg-dark-1 .spec-item,
#section-products.bg-dark-1 .spec-item i,
#section-products.bg-dark-1 .spec-item span,
#section-products.bg-dark-1 .badge-new,
#section-products.bg-dark-1 .badge-popular,
#section-products.bg-dark-1 .model-badge,
#section-products.bg-dark-1 .power-badge,
#section-products.bg-dark-1 .product-price-info,
#section-products.bg-dark-1 .product-price-info small,
#section-products.bg-dark-1 .product-price-info strong,
#section-products.bg-dark-1 .id-color {
  color: #ffffff !important;
}

/* Product Description - Okunabilirlik için özel stil */
.products-featured .product-description,
#section-products.bg-dark-1 .product-description {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.85;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.products-featured .product-body,
#section-products.bg-dark-1 .product-body {
  background: #0d4a6a !important;
}

.products-featured .spec-item span,
#section-products.bg-dark-1 .spec-item span {
  color: #ffffff !important;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.products-featured .premium-product-card,
#section-products.bg-dark-1 .premium-product-card {
  background: #0d4a6a !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
}

.products-featured .premium-product-card:hover,
#section-products.bg-dark-1 .premium-product-card:hover {
  background: #0d4a6a !important;
  border-color: rgba(43, 169, 225, 0.5);
  transform: translateY(-10px);
  box-shadow: 0 24px 56px rgba(43, 169, 225, 0.45);
}

.products-featured .op-7,
#section-products.bg-dark-1 .op-7 {
  opacity: 1 !important;
}

.products-featured .op-6,
#section-products.bg-dark-1 .op-6 {
  opacity: 0.8;
}

.products-featured .btn-product-cta,
#section-products.bg-dark-1 .btn-product-cta {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px rgba(43, 169, 225, 0.25) !important;
}

.products-featured .btn-product-cta:hover,
#section-products.bg-dark-1 .btn-product-cta:hover {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%) !important;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(43, 169, 225, 0.3) !important;
  transform: translateY(-2px);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 3px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  animation: pulse-whatsapp-fintech 2s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 48px rgba(37, 211, 102, 0.6);
  color: #ffffff;
  text-decoration: none;
}

@keyframes pulse-whatsapp-fintech {
  0%, 100% {
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0);
  }
}

/* Footer Fintech */
.footer-fintech {
  position: relative;
  background: #ffffff;
  border-top: 1px solid rgba(43, 169, 225, 0.2);
}

.footer-fintech::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2ba9e1, #0d4a6a, transparent);
}

/* Additional Modern Enhancements */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(43, 169, 225, 0.3); }
  50% { box-shadow: 0 0 40px rgba(43, 169, 225, 0.6); }
}

/* Enhanced Animations */
.premium-product-card,
.facility-card-modern,
.service-card-modern,
.gallery-item-modern {
  animation: fadeInUp 0.8s ease-out;
}

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

/* Smooth Transitions */
* {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced Button Hover Effects */
.btn-modern-primary,
.btn-hero-primary-new,
.btn-modern-outline {
  position: relative;
  overflow: hidden;
}

.btn-modern-primary::after,
.btn-hero-primary-new::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-modern-primary:hover::after,
.btn-hero-primary-new:hover::after {
  width: 300px;
  height: 300px;
}

/* Enhanced Card Hover Effects */
.premium-product-card:hover,
.facility-card-modern:hover,
.facility-card-premium:hover {
  animation: pulse-glow 2s ease-in-out infinite;
}

/* Service cards should NOT have pulse animation to avoid conflicts */
.service-card-modern:hover {
  animation: none;
}

/* Section Dividers */
section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 169, 225, 0.2), transparent);
  pointer-events: none;
}

section:last-child::after {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-modern-new {
    min-height: 90vh;
    padding: 60px 0;
  }
  
  .hero-title-new {
    font-size: 36px;
  }
  
  .hero-subtitle-new {
    font-size: 18px;
  }
  
  .hero-stat-card {
    padding: 24px 16px;
  }
  
  .stat-number-new {
    font-size: 32px;
  }
  
  .stat-icon-new {
    font-size: 32px;
  }
  
  .hero-shape {
    display: none;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .section-description {
    font-size: 18px;
  }
  
  .about-modern,
  .facilities-modern,
  .gallery-modern,
  .services-modern,
  .contact-modern,
  .video-modern-section-new {
    padding: 80px 0;
  }
  
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
  
  .category-name {
    font-size: 18px;
  }
  
  .product-categories-grid .col-md-6 {
    margin-bottom: 16px;
  }
  
  .contact-info-modern {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .hero-title-new {
    font-size: 42px;
  }
  
  .hero-subtitle-new {
    font-size: 18px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .facility-card-premium {
    padding: 32px 24px;
  }
  
  .facility-icon-premium {
    width: 70px;
    height: 70px;
  }
  
  .facility-icon-premium i {
    font-size: 28px;
  }
  
  .contact-modern .row.g-4 {
    gap: 1rem !important;
  }
}

/* ==================================================
   FINTECH MODERN HERO SECTION
   ================================================== */

/* Background Elements */
.hero-fintech-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* Grid Pattern */
.fintech-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(43, 169, 225, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 169, 225, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
  animation: grid-move 20s linear infinite;
}

@keyframes grid-move {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

/* Gradient Orbs */
.fintech-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: orb-float 20s ease-in-out infinite;
}

.orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(43, 169, 225, 0.4) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  animation-delay: 0s;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(13, 74, 106, 0.3) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
  animation-delay: 5s;
}

.orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(43, 169, 225, 0.25) 0%, transparent 70%);
  top: 50%;
  right: 10%;
  animation-delay: 10s;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(50px, -50px) scale(1.1); }
  66% { transform: translate(-30px, 30px) scale(0.9); }
}

/* Geometric Shapes */
.fintech-geometric-shape {
  position: absolute;
  opacity: 0.08;
  animation: shape-rotate 30s linear infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, #0d4a6a 0%, #2ba9e1 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  bottom: 20%;
  right: 8%;
  animation-delay: 10s;
}

.shape-3 {
  width: 120px;
  height: 120px;
  background: linear-gradient(225deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 60%;
  left: 15%;
  animation-delay: 5s;
}

@keyframes shape-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Line Decorations */
.fintech-line-decoration {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(43, 169, 225, 0.2), transparent);
  height: 2px;
  animation: line-glow 3s ease-in-out infinite;
}

.line-1 {
  width: 300px;
  top: 25%;
  left: 10%;
  transform: rotate(-15deg);
  animation-delay: 0s;
}

.line-2 {
  width: 250px;
  bottom: 30%;
  right: 12%;
  transform: rotate(20deg);
  animation-delay: 1.5s;
}

.line-3 {
  width: 200px;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  animation-delay: 3s;
}

@keyframes line-glow {
  0%, 100% { opacity: 0.3; transform: scaleX(1); }
  50% { opacity: 0.6; transform: scaleX(1.2); }
}

/* Content Container */
.hero-fintech-content {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Badge */
.hero-fintech-badge {
  margin-bottom: 32px;
}

.fintech-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(43, 169, 225, 0.2);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2ba9e1;
  box-shadow: 0 4px 20px rgba(43, 169, 225, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fintech-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(43, 169, 225, 0.2);
  border-color: rgba(43, 169, 225, 0.4);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #2ba9e1;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.badge-text {
  color: #2ba9e1;
}

.badge-arrow {
  color: #2ba9e1;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.fintech-badge:hover .badge-arrow {
  transform: translateX(4px);
}

/* Title */
.hero-fintech-title {
  font-size: 82px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 32px;
  color: #0d4a6a;
  letter-spacing: -0.08em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-line-1 {
  display: block;
  opacity: 0.95;
}

.title-line-2 {
  display: block;
  position: relative;
}

.gradient-text {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradient-shift 4s ease infinite;
}

.title-accent {
  color: #2ba9e1;
  font-size: 0.9em;
  animation: accent-pulse 2s ease-in-out infinite;
}

@keyframes accent-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Subtitle */
.hero-fintech-subtitle {
  font-size: 22px;
  line-height: 1.85;
  color: rgba(13, 74, 106, 0.7);
  margin-bottom: 48px;
  font-weight: 400;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1px;
}

/* CTA Buttons */
.hero-fintech-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 64px;
}

.btn-fintech-primary,
.btn-fintech-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 44px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.btn-fintech-primary {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.3);
}

.btn-fintech-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(43, 169, 225, 0.4);
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}

.btn-fintech-primary:hover .btn-shine {
  left: 100%;
}

.btn-fintech-secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #0d4a6a;
  border: 2px solid rgba(43, 169, 225, 0.2);
  box-shadow: 0 4px 20px rgba(43, 169, 225, 0.1);
}

.btn-fintech-secondary:hover {
  background: #ffffff;
  border-color: rgba(43, 169, 225, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(43, 169, 225, 0.2);
}

.btn-icon,
.btn-icon-left {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.btn-fintech-primary:hover .btn-icon {
  transform: translateX(4px);
}

.btn-fintech-secondary:hover .btn-icon-left {
  transform: scale(1.1);
}

/* Stats Grid */
.hero-fintech-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.fintech-stat-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(43, 169, 225, 0.15);
  border-radius: 24px;
  padding: 32px 28px;
  text-align: left;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 24px rgba(43, 169, 225, 0.08);
  position: relative;
  overflow: hidden;
}

.fintech-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scaleY(0);
  transition: transform 0.4s ease;
}

.fintech-stat-card:hover::before {
  transform: scaleY(1);
}

.fintech-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(43, 169, 225, 0.2);
  border-color: rgba(43, 169, 225, 0.3);
}

.stat-icon-wrapper {
  position: relative;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}

.stat-icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 169, 225, 0.1) 0%, rgba(13, 74, 106, 0.1) 100%);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.fintech-stat-card:hover .stat-icon-bg {
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  transform: scale(1.1) rotate(5deg);
}

.stat-icon {
  position: relative;
  font-size: 24px;
  color: #2ba9e1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease;
}

.fintech-stat-card:hover .stat-icon {
  color: #ffffff;
}

.stat-content {
  margin-bottom: 16px;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #0d4a6a;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #2ba9e1 0%, #0d4a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
}

.stat-label {
  font-size: 15px;
  color: rgba(13, 74, 106, 0.7);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.stat-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(43, 169, 225, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.stat-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2ba9e1 0%, #0d4a6a 100%);
  border-radius: 2px;
  transition: width 1s ease;
  animation: progress-glow 2s ease-in-out infinite;
}

@keyframes progress-glow {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

/* Responsive */
@media (max-width: 991px) {
  .hero-fintech-title {
    font-size: 56px;
  }
  
  .hero-fintech-subtitle {
    font-size: 19px;
  }
  
  .hero-fintech-stats {
    grid-template-columns: 1fr;
  }
  
  .fintech-stat-card {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  .hero-fintech-modern {
    padding: 120px 0 100px;
  }
  
  .hero-fintech-title {
    font-size: 42px;
  }
  
  .hero-fintech-subtitle {
    font-size: 17px;
  }
  
  .btn-fintech-primary,
  .btn-fintech-secondary {
    padding: 16px 32px;
    font-size: 15px;
  }
  
  .orb-1,
  .orb-2,
  .orb-3 {
    filter: blur(60px);
  }
}
