:root {
  --primary-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 243, 255, 0.95) 45%, rgba(241, 239, 255, 0.95) 100%);
  --secondary-bg: #f8fafc;
  --accent-color: #2563eb;
  --text-dark: #1b1b1b;
  --text-muted: #4b5563;
  --glass-bg: rgba(255, 255, 255, 0.7);
  --gradient-blue: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

body {
  font-family: "Inter", sans-serif;
  background: var(--primary-bg);
  background-attachment: fixed;
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

/* Essential Contrast Fixes */
p,
.text-muted,
.section-subtitle,
li,
.accordion-body {
  color: var(--text-muted);
}

/* Navbar */
.navbar {
  background: white !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0;
  z-index: 1000;
}

.nav-link {
  color: var(--text-dark) !important;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--accent-color) !important;
}

.navbar .navbar-collapse {
  flex-grow: 1;
}

.navbar .navbar-nav {
  gap: 20px;
}
.btn-primary-custom {
  background: #0f5fff;
  color: #fff;
  box-shadow: 0 12px 25px rgba(15, 95, 255, 0.3);
  font-size: 16px;
}

#response{
    margin-top:15px;
    padding:10px;
    display:none;
}
.success{
    background:#d4edda;
    color:#155724;
}

.error{
    background:#f8d7da;
    color:#721c24;
}
/* Hero Section */

/* ================================
   AI ODOO HERO SECTION
================================ */

.aiodoo-hero-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.aiodoo-hero-section {
  width: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at top right, rgba(0, 119, 255, 0.18), transparent 30%), radial-gradient(circle at bottom left, rgba(0, 153, 255, 0.1), transparent 30%), linear-gradient(90deg, #02142f 0%, #041d46 45%, #02142f 100%);
  position: relative;
  padding: 100px 0;
}

/* .aiodoo-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
} */

.aiodoo-hero-container {
  max-width: 1440px;
  margin: auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 10px 40px;
  position: relative;
  z-index: 2;
}

/* ================================
   LEFT CONTENT
================================ */

.aiodoo-hero-content {
  /* max-width: 600px; */
  color: #fff;
}

.aiodoo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.aiodoo-title {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
}

.aiodoo-title span {
  color: #ff8a00;
}

.aiodoo-description {
  font-size: 17px;
  line-height: 1.4;
  color: #d5def0;
  max-width: 580px;
  margin-bottom: 35px;
}

/* ================================
   BUTTONS
================================ */

.aiodoo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 45px;
}

.aiodoo-btn {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aiodoo-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff6b00);
  color: #fff;
  box-shadow: 0 12px 25px rgba(255, 140, 0, 0.3);
}

.aiodoo-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(255, 140, 0, 0.45);
}

.aiodoo-btn-secondary {
  background: #0f5fff;
  color: #fff;
  box-shadow: 0 12px 25px rgba(15, 95, 255, 0.3);
}

.aiodoo-btn-secondary:hover {
  transform: translateY(-3px);
}

.aiodoo-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
}

.aiodoo-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}

/* ================================
   STATS
================================ */

.aiodoo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.aiodoo-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.aiodoo-stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.aiodoo-stat-item h4 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 2px;
}

.aiodoo-stat-item p {
  font-size: 13px;
  color: #b5c4df;
}

/* ================================
   RIGHT VISUAL
================================ */

.aiodoo-hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.aiodoo-main-circle {
  width: 450px;
  height: 450px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(0, 170, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aiodoo-main-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(0, 174, 255, 0.12);
  animation: aiodooRotate 25s linear infinite;
}

.aiodoo-main-circle::after {
  content: "";
  position: absolute;
  inset: 50px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
}

.aiodoo-center-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at top, #ffffff 0%, #eef7ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow:
    0 0 80px rgba(0, 162, 255, 0.35),
    0 0 120px rgba(0, 162, 255, 0.2);
  position: relative;
  z-index: 3;
}

.aiodoo-center-circle h2 {
  font-size: 72px;
  font-weight: 700;
  color: #6c5b73;
  line-height: 1;
  margin-bottom: 10px;
}

.aiodoo-center-circle p {
  font-size: 34px;
  font-weight: 700;
  color: #6a3367;
  margin-bottom: 6px;
}

.aiodoo-center-circle span {
  font-size: 56px;
  font-weight: 800;
  color: #08162f;
  line-height: 1;
}

/* ================================
   ORBIT ITEMS
================================ */

.aiodoo-orbit-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140px;
  color: #fff;
}

.aiodoo-orbit-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.15);
}

.aiodoo-orbit-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #dbe7ff;
  font-weight: 600;
}

.orbit-1 {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-2 {
  top: 45px;
  right: -10px;
}

.orbit-3 {
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

.orbit-4 {
  bottom: 45px;
  right: -20px;
}

.orbit-5 {
  bottom: 45px;
  left: -20px;
}

.orbit-6 {
  top: 38%;
  left: -50px;
  transform: translateY(-50%);
}

/* ================================
   WHATSAPP
================================ */

.aiodoo-whatsapp-btn {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #38d66b;
  color: #fff;
  text-decoration: none;
  padding: 18px 12px;
  border-radius: 14px 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.aiodoo-whatsapp-btn:hover {
  background: #2cc15d;
}

/* ================================
   ANIMATION
================================ */

@keyframes aiodooRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1200px) {
  .aiodoo-hero-container {
    flex-direction: column;
    text-align: center;
    padding: 80px 30px;
  }

  .aiodoo-hero-content {
    max-width: 100%;
  }

  .aiodoo-description {
    margin-inline: auto;
  }

  .aiodoo-buttons {
    justify-content: center;
  }

  .aiodoo-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .aiodoo-main-circle {
    width: 460px;
    height: 460px;
  }

  .aiodoo-center-circle {
    width: 220px;
    height: 220px;
  }

  .aiodoo-center-circle h2 {
    font-size: 58px;
  }

  .aiodoo-center-circle p {
    font-size: 28px;
  }

  .aiodoo-center-circle span {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .aiodoo-title {
    font-size: 42px;
  }

  .aiodoo-description {
    font-size: 16px;
  }

  .aiodoo-stats {
    grid-template-columns: 1fr;
  }

  .aiodoo-main-circle {
    width: 360px;
    height: 360px;
  }

  .aiodoo-center-circle {
    width: 180px;
    height: 180px;
  }

  .aiodoo-center-circle h2 {
    font-size: 42px;
  }

  .aiodoo-center-circle p {
    font-size: 22px;
  }

  .aiodoo-center-circle span {
    font-size: 34px;
  }

  .aiodoo-orbit-item {
    width: 110px;
  }

  .aiodoo-orbit-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .aiodoo-orbit-item p {
    font-size: 12px;
  }

  .orbit-2 {
    right: -20px;
  }

  .orbit-3 {
    right: -30px;
  }

  .orbit-6 {
    left: -30px;
  }
}

@media (max-width: 520px) {
  .aiodoo-hero-container {
    padding: 70px 20px;
  }

  .aiodoo-title {
    font-size: 34px;
  }

  .aiodoo-buttons {
    flex-direction: column;
  }

  .aiodoo-btn {
    width: 100%;
  }

  .aiodoo-main-circle {
    width: 290px;
    height: 290px;
  }

  .aiodoo-center-circle {
    width: 150px;
    height: 150px;
  }

  .aiodoo-center-circle h2 {
    font-size: 34px;
  }

  .aiodoo-center-circle p {
    font-size: 18px;
  }

  .aiodoo-center-circle span {
    font-size: 28px;
  }

  .aiodoo-orbit-item {
    display: none;
  }

  .aiodoo-whatsapp-btn {
    display: none;
  }
}

/* Trust Line */
.trust-line {
  background: white;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.trust-item {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.trust-item i {
  color: var(--accent-color);
}

/* General Section Styling */
section {
  padding: 100px 0;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--text-dark) !important;
}
.section-subtitle {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.1rem;
}

/* Cards */
.card-custom {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.card-custom:hover {
  background: white;
  border-color: var(--accent-color);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.card-icon {
  font-size: 2.8rem;
  color: var(--accent-color);
  margin-bottom: 24px;
}

.feature-list i {
  color: var(--accent-color);
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Industries */
#industries .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title span {
  background: linear-gradient(90deg, #4f46e5 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.industry-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
  text-align: center;
}

.industry-card:hover {
  transform: translateY(-5px);
}

.industry-icon {
  font-size: 32px;
  margin-bottom: 16px;
  color: #0d6efd;
}

.industry-card h6 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.industry-details {
  padding-left: 18px;
  margin: 0;
}

.industry-details li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

/* Tablet */
@media (max-width: 992px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}
/* -------------- */
/* ==========================================
   AI ABOUT + SERVICES SECTION
========================================== */

.ai-about-section {
  position: relative;
  padding: 100px 0;
  /* background: linear-gradient(180deg, #f7f9fc 0%, #eef3ff 100%); */
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.ai-about-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  background: rgba(79, 70, 229, 0.08);
  border-radius: 50%;
  filter: blur(10px);
}

.ai-about-section::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -140px;
  width: 360px;
  height: 360px;
  background: rgba(6, 182, 212, 0.08);
  border-radius: 50%;
  filter: blur(10px);
}

#services .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.ai-about-content {
  position: relative;
  z-index: 2;
}

.ai-about-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: #4f46e5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.ai-about-content h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.ai-about-content h2 span {
  background: linear-gradient(90deg, #4f46e5 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-about-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #313131;
  margin-bottom: 16px;
}

/* ==========================================
   FEATURE CARD
========================================== */

.ai-about-feature-card {
  margin-top: 45px;
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  box-shadow:
    0 20px 40px rgba(17, 24, 39, 0.12),
    0 8px 16px rgba(17, 24, 39, 0.08);
}

.ai-about-feature-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
}

.ai-about-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-about-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.ai-about-feature-list li:last-child {
  margin-bottom: 0;
}

.ai-about-feature-list i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.ai-about-feature-list span {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 16px;
}

/* ==========================================
   RIGHT SERVICES
========================================== */

.ai-odoo-services-wrapper {
  position: relative;
  z-index: 2;
}

.ai-odoo-services-header {
  margin-bottom: 20px;
}

.ai-odoo-services-tag {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: #4f46e5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ai-odoo-services-header h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
}

.ai-odoo-services-header h2 span {
  background: linear-gradient(90deg, #4f46e5 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-odoo-services-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  max-width: 720px;
}

/* ==========================================
   SERVICES GRID
========================================== */

.ai-odoo-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ai-odoo-service-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow:
    0 10px 25px rgba(15, 23, 42, 0.04),
    0 4px 10px rgba(15, 23, 42, 0.03);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
}

.ai-odoo-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.04), rgba(6, 182, 212, 0.02));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.ai-odoo-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(79, 70, 229, 0.2);
  box-shadow:
    0 20px 40px rgba(79, 70, 229, 0.12),
    0 10px 18px rgba(0, 0, 0, 0.04);
}

.ai-odoo-service-card:hover::before {
  opacity: 1;
}

.ai-odoo-service-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  margin-bottom: 16px;
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.25);
}

.ai-odoo-service-icon i {
  color: #ffffff;
  font-size: 20px;
}

.ai-odoo-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
}

.ai-odoo-service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {
  .ai-about-content h2 {
    font-size: 42px;
  }

  .ai-odoo-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .ai-about-section {
    padding: 90px 0;
  }

  .ai-about-content {
    margin-bottom: 20px;
  }

  .ai-about-feature-card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .ai-about-section {
    padding: 70px 0;
  }

  .ai-about-content h2,
  .ai-odoo-services-header h2 {
    font-size: 34px;
  }

  .ai-about-content p,
  .ai-odoo-services-header p {
    font-size: 15px;
  }

  .ai-about-feature-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .ai-odoo-service-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .ai-odoo-service-icon {
    width: 62px;
    height: 62px;
  }

  .ai-odoo-service-icon i {
    font-size: 24px;
  }

  .ai-odoo-service-card h3 {
    font-size: 20px;
  }
}
/* ===============================
   WHY CHOOSE SYNCONICS SECTION
================================= */

.sc-why-choose * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sc-why-choose {
  position: relative;
  padding: 100px 20px;
  background: #f7f9fc;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.sc-why-choose::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(37, 99, 235, 0.05);
  border-radius: 50%;
  top: -160px;
  right: -120px;
}

.sc-why-choose::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(14, 165, 233, 0.04);
  border-radius: 50%;
  bottom: -120px;
  left: -80px;
}

.sc-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sc-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.sc-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.sc-heading h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.sc-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
}

/* Grid Layout */

.sc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

/* Card */

.sc-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.06),
    0 2px 10px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  border: 1px solid rgba(226, 232, 240, 0.8);
  overflow: hidden;
}

.sc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.03), rgba(14, 165, 233, 0.02));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.sc-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 45px rgba(37, 99, 235, 0.12),
    0 8px 20px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.15);
}

.sc-card:hover::before {
  opacity: 1;
}

.sc-icon-box {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.sc-icon-box img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sc-card h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.sc-card p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
}

/* Responsive */

@media (max-width: 1100px) {
  .sc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .sc-why-choose {
    padding: 80px 18px;
  }

  .sc-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sc-heading {
    margin-bottom: 45px;
  }

  .sc-heading h2 {
    font-size: 34px;
  }

  .sc-heading p {
    font-size: 15px;
  }

  .sc-card {
    padding: 34px 26px;
  }

  .sc-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .sc-heading h2 {
    font-size: 28px;
  }

  .sc-icon-box {
    width: 68px;
    height: 68px;
  }

  .sc-icon-box img {
    width: 32px;
    height: 32px;
  }

  .sc-card {
    border-radius: 20px;
    padding: 28px 22px;
  }
}
/* ------------- */
/* Process Steps */
.faq {
  padding: 100px 0 0px 0;
}
.benefits {
  padding: 100px 0 0px 0;
}
.process {
  padding: 100px 0 0px 0;
}
.process-step {
  position: relative;
  padding: 40px;
  background: white;
  border-radius: 20px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.step-number {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 45px;
  height: 45px;
  background: var(--gradient-blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(56, 189, 248, 0.4);
  color: white !important;
}

/* FAQ */
.accordion-item {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  border-radius: 16px !important;
  overflow: hidden;
}
.accordion-button {
  background: white !important;
  color: var(--text-dark) !important;
  font-weight: 600;
  padding: 20px;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--accent-color) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.accordion-body {
  color: var(--text-muted) !important;
  padding: 20px;
  line-height: 1.8;
}

.cta-section .container {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  background: var(--gradient-blue);
}
.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cta-content {
  width: 50%;
}
.cta-form-wrapper {
  width: 50%;
}
/* Form Elements Styling */
.cta-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-form-row {
  display: flex;
  gap: 15px;
}

.cta-form-row input,
.cta-form-group input,
.cta-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgb(255, 255, 255); /* Glassmorphism background */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: #000000;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Placeholder Color alignment */
.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: rgb(40, 40, 40);
}

/* Active focus states */
/*.cta-form input:focus,*/
/*.cta-form textarea:focus {*/
/*  background: rgba(255, 255, 255, 0.2);*/
/*  border-color: #ffffff;*/
/*  box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);*/
/*}*/

.cta-form textarea {
  height: 90px;
  resize: none;
}

/* Ensuring the submit button behaves like your previous btn-white class */
.cta-form .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: 180px;
  padding: 14px 28px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: white;
}

/* Footer */
footer {
  background: #f8fafc;
  padding: 100px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.social-link {
  width: 40px;
  height: 40px;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  color: var(--text-dark);
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.social-link:hover {
  background: var(--accent-color);
  color: white;
  transform: translateY(-3px);
}

/* Hover White Class */
.hover-white:hover {
  color: white !important;
  transition: 0.3s;
}

/* Responsive Improvements */
@media (max-width: 576px) {
  .industry-card {
    padding: 20px;
  }
  section {
    padding: 60px 0;
  }
}
