.elementor-1503 .elementor-element.elementor-element-60ad34c{margin-top:-115px;margin-bottom:0px;}.elementor-1503 .elementor-element.elementor-element-6011da0{margin-top:0px;margin-bottom:0px;}.elementor-1503 .elementor-element.elementor-element-def43d1{margin:9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1503 .elementor-element.elementor-element-def43d1 .elementor-heading-title{font-size:30px;font-weight:normal;color:var( --e-global-color-b7087d7 );}.elementor-1503 .elementor-element.elementor-element-3d251d0{text-align:center;color:var( --e-global-color-b7087d7 );}.elementor-1503 .elementor-element.elementor-element-dc55ab0{margin-top:0px;margin-bottom:0px;}.elementor-1503 .elementor-element.elementor-element-f39783d{margin-top:-10px;margin-bottom:0px;}@media(max-width:767px){.elementor-1503 .elementor-element.elementor-element-60ad34c{margin-top:-147px;margin-bottom:0px;}.elementor-1503 .elementor-element.elementor-element-def43d1 .elementor-heading-title{font-size:25px;}.elementor-1503 .elementor-element.elementor-element-3d251d0{margin:9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-554e2c5 */.category-access-preview {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.category-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background-color: #fafafa;
}

.category-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.category-content h3 span {
  font-weight: 500;
  color: #888;
  font-size: 16px;
}

.category-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.explore-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2475AD;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #1c5d8a;
  color: #ffffff !important;
}

@media (max-width: 600px) {
  .section-title {
    font-size: 26px;
  }
  .category-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16b4336 */.coming-soon-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.coming-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.coming-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.coming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.coming-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.2s);
}

.coming-card:nth-child(1) { --i: 1; }
.coming-card:nth-child(2) { --i: 2; }
.coming-card:nth-child(3) { --i: 3; }
.coming-card:nth-child(4) { --i: 4; }

.coming-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.coming-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.coming-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .coming-title {
    font-size: 26px;
  }
  .coming-card {
    padding: 20px;
  }
}
.coming-card {
  background: linear-gradient(135deg, #f0f4f8, #e8edf3); /* soft gradient background */
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.2s);
}

.coming-card:hover {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe); /* brighter blue on hover */
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.15);
}
.coming-card {
  background: #f8fafc; /* Clear, soft light gray-blue */
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.2s);
  border: 2px solid #cbd5e1; /* Bold and visible border */
}
.coming-card {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0); /* Light gradient */
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #cbd5e1; /* Bold visible border */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.2s);
}
 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d300a0 */.vip-item {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0); /* Light, soft gradient */
  border: 2px solid #cbd5e1; /* Clear border for modern depth */
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
  text-align: center;
  opacity: 1; /* You can animate if you want like .coming-card */
}

.vip-item:hover {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe); /* Hover blue gradient */
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.15);
}

.vip-icon {
  font-size: 36px;
  margin-bottom: 14px;
  color: #3b82f6; /* Icon color matching blue tone */
}

.vip-item p {
  font-size: 16px;
  color: #1e293b;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed61b7f *//* Lucide Icons CDN */
@import url("https://unpkg.com/lucide@latest");

.b2b-section {
  background-color: #f9fafb;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.b2b-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.b2b-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111827;
}

.b2b-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.b2b-card {
  background: white;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.b2b-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.b2b-card i {
  font-size: 32px;
  color: #3b82f6;
  margin-bottom: 15px;
}

.b2b-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2937;
}

.b2b-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}
/* Section Background */
.b2b-section {
  background: linear-gradient(135deg, #e0e7ff, #f3f4f6); /* Modern & bright */
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

/* Card Styling: Modern Frosted Look */
.b2b-card {
  background: rgba(255, 255, 255, 0.85); /* Semi-transparent white */
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px); /* Frosted effect */
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.b2b-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.b2b-card i {
  font-size: 32px;
  color: #2563eb;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.b2b-card:hover i {
  color: #1d4ed8;
}

/* Title and Paragraph */
.b2b-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2937;
}

.b2b-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77479c5 *//* ===== Section 6: Login Portal ===== */
.login-portal-section {
  background-color: #0f172a; /* Charcoal navy */
  padding: 80px 20px;
  color: #f8fafc;
  text-align: center;
}

.login-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 30px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.login-box h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #f1f5f9;
}

.login-box p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #cbd5e1;
}

.login-btn {
  display: inline-block;
  background: #facc15; /* Gold */
  color: #1e293b;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.login-btn:hover {
  background: #fbbf24;
}

/* ===== Section 7: Final CTA ===== */
.final-cta-section {
  background: linear-gradient(135deg, #1e3a8a, #2563eb); /* Deep blue gradient */
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.final-cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #e0e7ff;
}

.cta-btn {
  background: #facc15; /* Gold accent */
  color: #1e293b;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #fbbf24;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88177e0 *//* Section Background */
.final-cta-modern {
  background: linear-gradient(145deg, #f8fafc, #e2e8f0); /* soft transition gray-blue */
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Card Container */
.cta-card {
  background: white;
  padding: 60px 40px;
  border-radius: 24px;
  max-width: 800px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

/* Headline */
.cta-card h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e293b; /* slate/navy tone */
  margin-bottom: 20px;
}

/* Paragraph */
.cta-card p {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* CTA Button */
.cta-modern-btn {
  background: linear-gradient(135deg, #0ea5e9, #6366f1); /* teal to indigo */
  color: white;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(99, 102, 241, 0.25);
}

.cta-modern-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(14, 165, 233, 0.35);
}
 @media (max-width: 600px) {
  .cta-card {
    padding: 40px 20px;
  }

  .cta-card h2 {
    font-size: 1.6rem;
  }

  .cta-card p {
    font-size: 1rem;
  }

  .cta-modern-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 280px;
    display: inline-block;
  }
}/* End custom CSS */