.elementor-54 .elementor-element.elementor-element-b949204{--display:flex;}.elementor-54 .elementor-element.elementor-element-8d2f585{margin:-128px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-54c3e3e{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-bbb643a{margin:-58px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-63072ab{margin:-62px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-578dc04{margin:-54px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-561f48c{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-1e21d2c{margin:-51px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-a6f5578{margin:-55px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-1555585{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-7f0ef98{margin:-56px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-54 .elementor-element.elementor-element-3a324b3{margin:-83px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-8d2f585 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Section-level Box Sizing Reset */
.hero-section,
.hero-section * {
  box-sizing: border-box;
}

/* 1. Full-Width Background Section (Edge-to-Edge Stretch) */
.hero-section {
  background-color: #0b2146;
  color: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow: hidden;
}

/* 2. Inner Content Wrapper (Strictly Locked to 1200px) */
.hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

/* Location Badge */
.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}

.badge-icon {
  font-size: 14px;
}

.badge-text {
  color: #e2e8f0;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Main Heading */
.main-heading {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.main-heading .highlight {
  color: #ff5c2b;
}

.hero-description {
  color: #a3b8cc;
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 540px;
}

/* CTA Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #ff5c2b;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 8px 20px rgba(255, 92, 43, 0.35);
}

.chat-icon {
  width: 18px;
  height: 18px;
}

.cta-button:hover {
  background-color: #f1501e;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(241, 80, 30, 0.55);
}

/* Image Wrapper & Framing */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.image-frame {
  position: relative;
  border: 3px solid #1c3b6f;
  border-radius: 12px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: 16px 16px 0px rgba(18, 43, 85, 0.85);
  width: 100%;
  max-width: 500px;
}

.frame-accents {
  position: absolute;
  top: -12px;
  left: 20px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.accent-bar {
  height: 6px;
  border-radius: 3px;
}

.accent-bar.orange {
  width: 32px;
  background-color: #ff5c2b;
}

.accent-bar.blue {
  width: 32px;
  background-color: #2563eb;
}

.hero-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

/* Floating Boxes */
.float-box {
  position: absolute;
  background: #ffffff;
  color: #0b2146;
  padding: 10px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.box-content strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.box-content small {
  display: block;
  font-size: 11px;
  color: #556987;
  font-weight: 600;
}

.float-top {
  top: -15px;
  right: -25px;
  animation: floatUp 3s ease-in-out infinite alternate;
}

.float-bottom {
  bottom: -15px;
  left: -25px;
  animation: floatDown 3.5s ease-in-out infinite alternate;
}

@keyframes floatUp {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-22px) rotate(2deg); }
}

@keyframes floatDown {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(22px) rotate(-2deg); }
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .main-heading {
    font-size: 30px;
  }

  .float-top {
    right: -10px;
  }

  .float-bottom {
    left: -10px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 40px 0;
  }

  .main-heading {
    font-size: 25px;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }

  .float-box {
    padding: 8px 12px;
  }

  .float-top {
    top: -20px;
    right: -5px;
  }

  .float-bottom {
    bottom: -20px;
    left: -5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54c3e3e */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700&display=swap');

/* ================= FULL BLEED SECTION (100% SCREEN WIDTH) ================= */
.logo-carousel-section {
  background-color: #ffffff !important;
  padding: 60px 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-sizing: border-box !important;
}

/* Section Title */
.carousel-heading {
  text-align: center;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

/* Outer Slider Container (Keeps Logos Within Bounds) */
.logo-slider-wrapper {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
  overflow: hidden !important;
  mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
}

/* Continuous Moving Track */
.logo-track {
  display: flex !important;
  align-items: center !important;
  gap: 60px !important;
  width: max-content !important;
  animation: scrollLogos 45s linear infinite !important;
}

/* Pause animation on mouse hover */
.logo-slider-wrapper:hover .logo-track {
  animation-play-state: paused !important;
}

/* Individual Logo Frame */
.logo-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 160px !important;
  height: 80px !important;
  flex-shrink: 0 !important;
  padding: 10px !important;
}

/* Logo Image Styling */
.logo-slide img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: grayscale(100%) opacity(0.75);
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover Effect on Logos */
.logo-slide img:hover {
  filter: grayscale(0%) opacity(1) !important;
  transform: scale(1.08);
}

/* Keyframes for Seamless Loop */
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .logo-carousel-section {
    padding: 40px 0 !important;
  }
  
  .carousel-heading {
    font-size: 11px !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 25px !important;
  }
  
  .logo-track {
    gap: 40px !important;
    animation-duration: 30s !important;
  }

  .logo-slide {
    width: 120px !important;
    height: 50px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbb643a */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');



/* Main Section Wrapper - Full Width Background Breakout */

.organic-growth-section {

  background-color: #f4f7fb; /* Soft light tint background */

  width: 100vw;              /* Full Viewport Width */

  position: relative;

  left: 50%;

  right: 50%;

  margin-left: -50vw;

  margin-right: -50vw;

  padding: 80px 0;

  border-top: 1px solid #e2e8f0;

  border-bottom: 1px solid #e2e8f0;

  font-family: 'Plus Jakarta Sans', sans-serif;

  color: #0b2146;

}



/* Inner Content Container - Strictly 1200px & Centered */

.growth-container {

  max-width: 1200px;

  width: 100%;

  margin: 0 auto;

  padding: 0 20px; /* Screen edges protection for responsive view */

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 60px;

  align-items: start;

}



.eyebrow-tag {

  display: inline-block;

  color: #ff5c2b;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  margin-bottom: 12px;

}



/* H2 Heading Styling */

h2.growth-heading {

  font-size: 38px;

  line-height: 1.25;

  font-weight: 800;

  color: #0b2146;

  margin: 0 0 30px 0;

  letter-spacing: -0.5px;

}



/* Highlight Card - Pure White Contrast */

.highlight-card {

  position: relative;

  background-color: #ffffff;

  border: 1px solid #e2e8f0;

  border-radius: 12px;

  padding: 24px;

  display: flex;

  gap: 16px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);

}



.card-line {

  width: 4px;

  background-color: #ff5c2b;

  border-radius: 2px;

  flex-shrink: 0;

}



.highlight-text {

  font-size: 15.5px;

  line-height: 1.6;

  font-weight: 700;

  color: #1e293b;

  margin: 0;

}



.growth-description {

  font-size: 16px;

  line-height: 1.75;

  color: #475569;

  margin-top: 30px;

  margin-bottom: 35px;

}



.growth-cta {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  background-color: #ff5c2b;

  color: #ffffff;

  font-size: 15px;

  font-weight: 700;

  padding: 14px 28px;

  border-radius: 50px;

  text-decoration: none;

  transition: all 0.3s ease;

  box-shadow: 0 8px 20px rgba(255, 92, 43, 0.25);

}



.cta-arrow {

  width: 18px;

  height: 18px;

  transition: transform 0.3s ease;

}



.growth-cta:hover {

  background-color: #f1501e;

  transform: translateY(-2px);

  box-shadow: 0 12px 25px rgba(241, 80, 30, 0.4);

}



.growth-cta:hover .cta-arrow {

  transform: translateX(4px);

}



/* Mobile & Tablet Optimizations */

@media (max-width: 992px) {

  .growth-container {

    grid-template-columns: 1fr;

    gap: 30px;

  }



  h2.growth-heading {

    font-size: 30px;

  }



  .growth-description {

    margin-top: 0;

  }

}



@media (max-width: 576px) {

  .organic-growth-section {

    padding: 50px 0;

  }



  h2.growth-heading {

    font-size: 26px;

  }



  .growth-cta {

    width: 100%;

    justify-content: center;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63072ab */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/* Main Section Wrapper (Full Width) */
.why-matters-section {
  background-color: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 90px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #0b2146;
  overflow: hidden; /* Off-screen overflow prevent karne ke liye */
}

/* Inner Container (1200px Limited & Centered) */
.why-matters-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center; /* Vertical alignment center rakhi hai */
}

.eyebrow-tag {
  display: inline-block;
  color: #ff5c2b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h2.why-heading {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #0b2146;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.why-text-primary {
  font-size: 15.5px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 25px;
}

.why-alert-box {
  position: relative;
  background-color: #fff8f5;
  border: 1px solid #ffe3d9;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
}

.alert-border {
  width: 4px;
  background-color: #ff5c2b;
  border-radius: 2px;
  flex-shrink: 0;
}

.why-text-secondary {
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

/* Right Column Card Outer Frame */
.why-visual-col {
  position: relative;
  display: flex;
  width: 100%;
}

.why-image-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 16px 30px 16px; /* Top/Bottom internal padding adjusted */
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(11, 33, 70, 0.08);
  display: flex;
  flex-direction: column;
}

/* Dual Images Container - Dynamic Layout */
.images-grid {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Space between both screenshots */
  width: 100%;
  position: relative;
}

/* Base Image Styling */
.why-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
}

/* Top Image: Shifted slightly down */
.why-img.img-top {
  transform: translateY(10px);
}

/* Bottom Image: 1 Inch (40px) niche overlap kar ke nikal rahi hai */
.why-img.img-bottom {
  transform: translateY(40px);
  margin-bottom: 20px; /* Adjusting whitespace overflow */
}

.card-accents {
  position: absolute;
  bottom: -8px;
  left: 24px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.accent-orange {
  width: 32px;
  height: 6px;
  background-color: #ff5c2b;
  border-radius: 3px;
}

.accent-blue {
  width: 32px;
  height: 6px;
  background-color: #2563eb;
  border-radius: 3px;
}

/* Floating Badges Adjustments */
.badge-float {
  position: absolute;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #f1f5f9;
  z-index: 4;
}

.badge-top {
  top: -15px;
  left: -15px;
  animation: floatUp 3.5s ease-in-out infinite alternate;
}

.badge-bottom {
  bottom: -15px;
  right: -15px;
  animation: floatDown 3s ease-in-out infinite alternate;
}

.badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-icon svg {
  width: 18px;
  height: 18px;
}

.badge-icon.green {
  background-color: #dcfce7;
  color: #16a34a;
}

.badge-icon.orange {
  background-color: #ffedd5;
  color: #ff5c2b;
}

.badge-text strong {
  display: block;
  font-size: 13px;
  color: #0b2146;
}

.badge-text small {
  display: block;
  font-size: 11px;
  color: #64748b;
}

@keyframes floatUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes floatDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(10px); }
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 992px) {
  .why-matters-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-img.img-bottom {
    transform: translateY(20px);
  }
}

@media (max-width: 576px) {
  .why-matters-section {
    padding: 50px 0;
  }

  h2.why-heading {
    font-size: 26px;
  }

  .badge-top {
    left: 0;
  }

  .badge-bottom {
    right: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-578dc04 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.ranksolv-counter-section {
  background-color: #0b2146;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 35px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #ffffff;
}

.counter-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  align-items: center;
}

.stat-card {
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

.stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.stat-number {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color: #ff5c2b;
  margin: 0 0 4px 0;
  letter-spacing: -0.5px;
}

/* Dynamic Rolling CSS Animation (Slow & Smooth 3.5s) */
.num-roll-1000,
.num-roll-87,
.num-roll-7,
.num-roll-80 {
  transition: --num 3.5s ease-out;
  counter-reset: num var(--num);
  animation: countUpSlow 3.5s forwards cubic-bezier(0.1, 0.8, 0.3, 1);
}

.num-roll-1000::before,
.num-roll-87::before,
.num-roll-7::before,
.num-roll-80::before {
  content: counter(num);
}

@keyframes countUpSlow {
  from {
    --num: 0;
  }
}

.stat-number .symbol {
  color: #ff7e54;
  margin-left: 1px;
}

.stat-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #cbd5e1;
  margin: 0;
}

.trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.trust-item {
  font-size: 12.5px;
  color: #94a3b8;
  font-weight: 500;
}

.trust-item strong {
  color: #ffffff;
  font-weight: 700;
}

.trust-divider {
  color: #ff5c2b;
  opacity: 0.5;
  font-size: 11px;
}

@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stat-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .trust-footer {
    flex-direction: column;
    gap: 6px;
  }
  .trust-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-561f48c */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.ranksolv-services-section {
  padding: 50px 20px;
  background-color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1e293b;
}

.services-container {
  max-width: 1140px;
  margin: 0 auto;
}

.services-header {
  text-align: center;
  margin-bottom: 30px;
}

.services-header .eyebrow {
  font-size: 13px;
  font-weight: 800;
  color: #ff5c2b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.services-header .main-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b2146;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}

.services-header .sub-heading {
  font-size: 14.5px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Tabs Styling */
.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.tab-btn {
  background-color: #edf4ff;
  color: #475569;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.tab-btn:hover {
  background-color: #e2eefd;
  color: #0b2146;
}

.tab-btn.active {
  background-color: #0b2146;
  color: #ffffff;
}

/* Tab Switching Control */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Blue AI Banner (For Next-Gen Tab) */
.ai-banner {
  background-color: #0b2146;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 6px;
  margin-bottom: 22px;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
}

/* Grid & Cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e0ebf6;
  border-radius: 8px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  border-color: #ff5c2b;
  transform: translateY(-2px);
}

.card-title {
  font-size: 17px;
  font-weight: 800;
  color: #0b2146;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow-icon {
  font-size: 10px;
  color: #0b2146;
}

.card-text {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 18px 0;
}

.link-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-link {
  color: #ff5c2b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.card-link:hover {
  color: #e04818;
}

.link-arrow {
  transition: transform 0.2s ease;
}

.card-link:hover .link-arrow {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */