@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:not(i) {
  font-family: "Poppins", sans-serif;
}
body {
  scroll-behavior: smooth;
}
:root {
  --baseShade1: #060118;
  --darkShade1: #112532;
  --accentShade: #1f9c8a;
  --lightShade1: #edf5ff;
  --lightShade2: #fbf2f2;
  --blackShade1: #060118;
  --blackShade2: #575f80;
  --whiteShade1: #ffffff;
  --whiteShade2: #e1e6e5;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
.navbar-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 100px;
}
.navbar {
  background-color: #ffffff;
}
.header {
  padding: 10px;
}
.upper-bar {
  display: flex;
  justify-content: space-between;
  background-color: var(--baseShade1);
  height: 3em;
}
.upper-bar a {
  color: var(--accentShade);
  text-decoration: none;
}
.contact-container {
  width: 75%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9em;
}
.upper-bar a {
  display: flex;
}
.upper-bar i {
  margin-right: 1em;
}
.social-container {
  background-color: var(--accentShade);
  color: var(--baseShade1);
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 3em;
}
.social-container a {
  color: var(--baseShade1);
  font-size: 1.5em;
}

.logo img {
  width: 4em;
  display: flex;
  text-decoration: none;
  color: var(--baseShade1);
  font-weight: 600;
}

.logo p {
  font-size: 1.56em;
}

.nav-links {
  display: flex;
  gap: 2em;
}

.nav-links a {
  text-decoration: none;
  color: var(--baseShade1);
  font-weight: 400;
  position: relative;
  transition: color 0.3s ease;
  display: inline-block;
  padding: 0.2em;
}

.nav-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--accentShade);
  transition: width 0.3s ease;
  z-index: -1;
}

.nav-links a:hover {
  color: var(--accentShade);
}
.nav-links a:hover:before {
  background-color: var(--baseShade1);
  width: 100%;
}

.navbar-btn {
  background-color: var(--baseShade1);
  color: #1f9c8a;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  font-weight: 600;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 0.31em;
}

.hamburger span {
  display: block;
  width: 1.56em;
  height: 0.18em;
  background-color: var(--blackShade1);
  border-radius: 3px;
}

.hero {
  background-color: #eeeeee;
  display: flex;
  text-align: center;
  margin-top: 8em;
  overflow: hidden;
  perspective: 1200px;
}
.hero p {
  text-align: center;
}
.hero-left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 0 8em 0 2em;
}

.hero-left-text h1 {
  font-size: 42px;
}

.hero-right-img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.hero-right-img img {
  width: 100%;
  max-width: 500px;
  animation: float 6s ease-in-out infinite;
}

/* Buttons Hover Effect */
.cta-1,
.cta-2 {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 1em 2em;
  top: 2em;
  text-decoration: none;
  border-radius: 2em;
}
.cta-2 {
  color: var(--accentShade);
}
.cta-1::after,
.cta-2::after {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 120%;
  height: 100%;
  transition: left 0.4s ease;
}

.cta-1:hover::after,
.cta-2:hover::after {
  left: 120%;
}
.cta-1 {
  background-color: var(--accentShade);
  color: var(--baseShade1);
}
.cta-1:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.cta-2:hover {
  color: var(--baseShade1);
  transform: translateY(-5px);
}

.ticker {
  position: relative;
  background: var(--blackShade1); /* slate-900 */
  color: #e5e7eb; /* gray-200 */
  overflow: hidden;
  padding: 0.65rem 0; /* bar height */
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: scroll 28s linear infinite;
  will-change: transform;
}

.ticker:hover .ticker__track {
  animation-play-state: paused;
}

.ticker__list {
  display: inline-flex;
  gap: 2rem;
  padding: 0 1.25rem;
  margin: 0;
  list-style: none;
  align-items: center;
  white-space: nowrap;
}

.ticker__item {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ticker__item::after {
  content: "✱";
  color: var(--accentShade);
  margin-left: 1.125rem;
}
.ticker__item:last-child::after {
  content: "";
}

.ticker__item:hover {
  color: var(--accentShade);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}
.about-us span {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--accentShade);
}
.about-us h2 {
  text-align: center;
  color: var(--baseShade1);
  font-size: 38px;
}
.about-us-container {
  display: flex;
}

.about-right-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}
.about-left-image {
  width: 50%;
}
.check-list {
  list-style-type: none;
}
.check-list li {
  position: relative;
  padding: 0.6em 0 0.6em 2.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
  font-size: 1.05rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 1em;
  font-weight: bold;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.check-list li:hover {
  color: var(--blackShade1);
  background: #e4c0ff;
  border-radius: 6px;
  padding-left: 36px;
}

.check-list li:hover::before {
  color: var(--accentShade);
  transform: scale(1.3) rotate(-10deg);
}
.about-stats {
  display: flex;
  gap: 50px;
  text-align: center;
  flex-wrap: wrap;
}

.about-stats div {
  width: 100px;
}

.about-stats strong {
  display: block;
  font-size: 2.5rem;
  color: var(--accentShade);
  font-weight: 400;
}
.about-stats h4 {
  margin-top: 20px;
  font-size: 1em;
  color: var(--baseShade1);
  font-weight: 600;
}
.our-services span {
  display: block;
  text-align: center;
  color: var(--accentShade);
}
.our-services h2 {
  color: var(--baseShade1);
  text-align: center;
  margin-bottom: 3em;
}
.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.service {
  background-color: #e0e0e0;
  padding: 2em 1em;
  border-radius: 1em;
}
.services-container .number {
  height: 40px;
  width: 40px;
  background-color: var(--baseShade1);
  color: var(--accentShade);
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.service h4 {
  margin: 1em 0 1.5em 0;
}
.service:hover {
  background-color: var(--baseShade1);
}
.service:hover .number {
  background-color: var(--accentShade);
}
.service:hover h2 {
  color: #ffffff;
}
.service:hover p {
  color: #e0e0e0;
}
.why-choose-us h2 {
  text-align: center;
}
.why-choose-us span {
  display: block;
  text-align: center;
  color: var(--accentShade);
}
.why-choose-us-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6em;
  perspective: 1000px; /* Needed for 3D */
  gap: 2em;
}

.why-choose-us-card {
  width: 18em;
  height: 18em;
  background-color: transparent;
  perspective: 1000px;
  cursor: pointer;
}
.card-inner {
  position: relative;
  width: 18em;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.why-choose-us-card:hover .card-inner {
  transform: rotateY(180deg); /* flip on Y axis */
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
}

.front img {
  width: 6em;
  margin-top: 5em;
}
.front h4 {
  display: block;
  width: 100%;
}
.back {
  justify-content: center;
}
.front h4,
.back h4 {
  text-align: center;
  padding: 1em;
  background: var(--baseShade1);
  color: var(--accentShade);
}

.back {
  transform: rotateY(180deg);
}
.back h4 {
  background-color: var(--whiteShade1);
  color: var(--blackShade1);
  font-weight: 400;
}
.projects h2 {
  text-align: center;
}
.projects span {
  text-align: center;
  display: block;
  color: var(--accentShade);
}
.project-container {
  display: flex;
  justify-content: space-around;
  margin-top: 3em;
  gap: 1.5em;
}
.project-card {
  width: 350px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  padding: 2em 3em;
  border-radius: 1em;
}
.project-card .category {
  text-align: left;
  margin: 2em 0 1.5em 0;
  font-size: 0.9em;
}
.project-card img {
  width: 100%;
}
.project-card a {
  text-decoration: none;
  background-color: var(--baseShade1);
  color: var(--accentShade);
  padding: 0.5em 2em;
  border-radius: 2em;
}
.project-card p {
  text-align: justify;
}
.project-card:hover {
  cursor: pointer;
  transform: scale(1.05);
  border-bottom: 8px solid var(--accentShade);
}
.testimonials {
  display: flex;
  align-items: center;
}

.testimonials-left {
  width: 50%;
  padding: 2em;
  text-align: justify;
}
.testimonials-right {
  width: 50%;
  padding: 2em;
}
.testimonials h2 {
  font-size: 38px;
}
.testimonial-card {
  display: flex;
  margin-bottom: 2em;
  margin-left: 4em;
}
.testimonial-card p,
.testimonial-card h4 {
  margin-left: 1em;
}
.testimonial-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.testimonial-card:hover {
  margin-left: -1em;
  transition: 0.8s margin;
  border-left: 10px solid var(--accentShade);
  padding: 0 0 0 2em;
  cursor: pointer;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-image:
    linear-gradient(45deg, rgba(44, 185, 164, 0.5), rgba(6, 90, 77, 0.6)),
    url(cta-background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta h2 {
  font-size: 38px;
  color: #ffffff;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.cta a {
  text-decoration: none;
  background-color: #ffffff;
  padding: 1em 2.5em;
  border: none;
  color: #1f9c8a;
  border-radius: 2em;
}
.faq {
  max-width: 900px;
  margin: 5em auto;
  text-align: center;
  padding: 0 1.5em;
}

.faq span {
  color: var(--accentShade);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}

.faq h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.faq-intro {
  color: #555;
  margin-bottom: 2em;
  font-size: 1.1em;
}

.faq-container {
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--baseShade1);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1em;
}

.faq-answer p {
  margin: 1em 0;
  color: #444;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}
.about-us-hero {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10em;
  padding: 5em;
}
.about-us-hero-left,
.about-us-hero-right {
  position: relative;
  width: 50%;
}
.about-us-hero-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-hero-img {
  position: relative;
  width: 50%;
}
.about-us-hero-right h2 {
  color: var(--accentShade);
  font-size: 38px;
}
.about-us-hero-right h4 {
  color: var(--baseShade1);
  font-size: 28px;
}
.about-us-hero a {
  display: inline-block;
  background-color: var(--baseShade1);
  color: var(--accentShade);
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 2em;
  margin-top: 1em;
}
.about-us-story {
  background-color: #dddddd;
  padding: 6em;
  text-align: center;
}
.about-us-story h4 {
  color: var(--accentShade);
  font-size: 28px;
}
.about-us-story h2 {
  font-size: 38px;
}
.about-us-story ul {
  list-style-type: none;
}
.about-us-story-container {
  background-color: #ffffff;
  padding: 5em;
}
.about-us-story h5 {
  font-size: 20px;
  margin-top: 2em;
}
.icon-container {
  background-color: var(--baseShade1);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -150px;
}
.icon-container img {
  display: block;
  width: 100px;
}

.about-us-story-container {
  background-color: #ffffff;
  padding: 5em;
  opacity: 1;
}

.about-us-story span,
.about-us-story h2,
.about-us-story p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.about-us-story h2 {
  transition-delay: 0.8s;
}
.about-us-story p {
  transition-delay: 1.6s;
}
.about-us-story.active span,
.about-us-story.active h2,
.about-us-story.active p {
  opacity: 1;
  transform: translateY(0);
}
.icon-container {
  background-color: var(--baseShade1);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -150px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.icon-container:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.mission-vision {
  display: flex;
  flex-direction: column;
}
.mission,
.vision {
  width: 100vw;
  height: 40vh;
  display: flex;
  align-items: center;
}
.mission-icon,
.mission-text,
.vision-icon,
.vision-text {
  height: 100%;
}
.mission-icon,
.vision-icon,
.mission-text,
.vision-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
}
.mission .mission-icon img,
.vision .vision-icon img {
  width: 10em;
}
.mission .mission-icon,
.mission .mission-text,
.vision .vision-icon,
.vision .vision-text {
  width: 50vw;
}
.mission-icon,
.vision-icon {
  background-color: var(--baseShade1);
}
.mission-text,
.vision-text {
  flex-direction: column;
}
.mission-text h4,
.vision-text h4 {
  color: var(--accentShade);
}
.how-we-work {
  text-align: center;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
  padding: 3em;
}

.how-we-work h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #333;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  gap: 80px;
  position: relative;
}

/* dashed line track across all steps */

.step {
  background-color: #fff;
  text-align: center;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.6s forwards;
  z-index: 1; /* above line */
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.step:nth-child(1) {
  animation-delay: 0.3s;
}
.step:nth-child(2) {
  animation-delay: 1.2s;
}
.step:nth-child(3) {
  animation-delay: 2.1s;
}
.step:nth-child(4) {
  animation-delay: 3s;
}

/* circles */
.step-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* animations */
@keyframes drawLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 120px);
  } /* full width minus circle offsets */
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Core Values */
.core-values {
  text-align: center;
  padding: 5em 2em;
  background: #f9f9f9;
  position: relative;
}

.core-values h2 {
  font-size: 2.5em;
  margin-bottom: 2em;
}

.circle-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--accentShade, #4caf50);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.8s ease;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.circle.core {
  background: var(--accentShade);
  color: var(--baseShade1);
  z-index: 10;
}

.circle.value {
  background-color: var(--baseShade1);
  color: var(--accentShade);
}

.services-banner {
  width: 100vw;
  height: auto;
  margin-top: 100px;
}
.about-banner {
  width: 100vw;
  height: auto;
  margin-top: 100px;
}
.contact-us-banner {
  width: 100vw;
  height: auto;
  margin-top: 100px;
}
/* ===== Our Services Section ===== */
.services {
  padding: 80px 20px;
  background: #f9f9f9;
  text-align: center;
}

.services h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #333;
  font-weight: bold;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.4s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-card i {
  margin: 0 auto;
}
/* Gradient background reveal */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f9c8a, #7f16f7);
  transition: left 0.4s ease;
  z-index: 0;
}

.service-card:hover::before {
  left: 0;
}
.services-grid a {
  text-decoration: none;
}
/* Card content */
.service-card i,
.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

/* Icon */
.service-card i {
  font-size: 30px;
  color: var(--accentShade);
  margin-bottom: 20px;
  display: inline-block;
  transition:
    transform 0.4s ease,
    color 0.3s ease;
}

.service-card:hover i {
  transform: rotate(15deg) scale(1.2);
  color: #fff;
}

/* Title */
.service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
}

.service-card:hover h3 {
  color: #fff;
}

/* Description */
.service-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.service-card:hover p {
  color: #fff;
}

/* Card hover lift */
.service-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* ===== Detailed Services Section ===== */
.detailed-services {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.detailed-services h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
  color: #333;
  font-weight: bold;
}

/* Service Item */
.service-detail {
  display: flex;
  align-items: center;
  gap: 40px;
}

.service-detail.reverse {
  flex-direction: row-reverse;
}

.service-image {
  text-align: center;
}

.service-image i {
  font-size: 80px;
  color: #2196f3;
}

.service-text {
  flex: 2;
}

.service-text h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.service-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
.service-text {
  background-color: #ffffff;
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.service-image {
  width: 5em;
  height: 5em;
  background-color: var(--baseShade1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
}
.service-detail {
  display: flex;
  flex-direction: column;
  padding: 2em;
  margin: 10em;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
}
.service-detail p,
.service-detail h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.service-content {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.service-detail img {
  width: 400px;
  flex: 1;
}
.service-detail p {
  flex: 1;
}
.service-detail {
  gap: 1em;
}
/* Case Study */
/* Hero Section */
.case-hero,
.case-intro,
.case-objectives,
.case-process,
.case-results,
.case-cta {
  padding: 0 10em;
  margin: 3em 0;
}
.case-results li {
  line-height: 2.2;
}
.case-hero {
  background-image: linear-gradient(45deg, #65dfcd, #10584d);
  text-align: center;
  padding: 120px 20px;

  color: var(--baseShade1);
  position: relative;
}
.case-hero:nth-child(2) {
  margin-top: 6.5em;
}

/* Gradient background animation */
.case-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #1f9c8a, #7c15ca, #1f9c8a);
  background-size: 600% 600%;
  animation: gradientShift 12s ease infinite;
  opacity: 0.25;
  z-index: 0;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Content fade-in */
.case-hero-content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.case-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  animation: slideIn 1s ease forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.case-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Hover interactions */
.case-hero:hover h1 {
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.case-hero:hover p {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
/* ========== Prosumers Case Process ========== */
.case-process-prosumer {
  padding: 80px 20px;
  background: #f0f0f0;
}

.case-process-prosumer__head {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.case-process-prosumer__head h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.case-process-prosumer__sub {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

/* Grid Layout */
.case-process-prosumer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 auto;
}

/* Step Card */
.case-process-prosumer__card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.case-process-prosumer__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Badge (Number) */
.case-process-prosumer__badge {
  position: absolute;
  top: -18px;
  left: 20px;
  background: var(--accentShade, #0073e6);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* Icon */
.case-process-prosumer__icon {
  font-size: 2rem;
  color: var(--accentShade, #0073e6);
  margin-bottom: 15px;
}

/* Title */
.case-process-prosumer__card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

/* Description */
.case-process-prosumer__card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.case-process-prosumer__goal {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  background: #eef5ff;
  padding: 10px 14px;
  border-left: 4px solid var(--accentShade, #0073e6);
  border-radius: 6px;
}

/* Objectives */
.case-objectives ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-objectives ul li {
  background: #f0f0f0;
  margin: 10px 0;
  padding: 12px 18px;
  border-left: 4px solid var(--accentShade);
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.case-objectives ul li:hover {
  background: #ffffff;
  transform: translateX(15px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} /* ===== Case Process — Royal Court (FontAwesome version) ===== */
.case-process-rc {
  background: #f0f0f0;
  color: var(--baseShade1);
  padding: 6em 4em;
  border-radius: 16px;
}

.case-process-rc__head {
  text-align: center;
  margin-bottom: 40px;
}

.case-process-rc__head h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.case-process-rc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.case-process-rc__card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
}

.case-process-rc__card:hover {
  transform: translateY(-6px);
}

.case-process-rc__badge {
  background: var(--accentShade);
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.case-process-rc__card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.case-process-rc__card p {
  font-size: 0.95rem;
  color: var(--baseShade1);
  margin-bottom: 10px;
}

.case-process-rc__goal {
  font-size: 0.9rem;
  color: #7c5cff;
  font-weight: 500;
}

/* Results */
.case-results p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Call to Action */
.case-cta {
  background: var(--accentShade);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
}

.case-cta h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.case-cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.case-cta .btn {
  background: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.case-cta .btn:hover {
  background: #333;
  color: #fff;
}
.case-hero p {
  color: #ffffff;
}
/* Case Process — Royal Court */
.case-process-rc {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.case-process-rc__head {
  max-width: 800px;
  margin: 0 auto 50px;
}

.case-process-rc__head h2 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #222;
}

.case-process-rc__sub {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

/* Grid Layout */
.case-process-rc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards in one row */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Style */
.case-process-rc__card {
  background: #fafafa;
  padding: 30px 25px;
  border-radius: 12px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  height: 100%;
}

.case-process-rc__card:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Badge (Step Number) */
.case-process-rc__badge {
  position: absolute;
  top: -15px;
  left: 20px;
  background: var(--accentShade, #007bff);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: 20px;
}

/* Headings */
.case-process-rc__card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
}

/* Paragraphs */
.case-process-rc__card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* Goal Highlight */
.case-process-rc__goal {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #333;
  background: #f3f6ff;
  padding: 10px 14px;
  border-left: 4px solid var(--accentShade, #007bff);
  border-radius: 6px;
}
/* Trimortal Ventures Case Process */
.case-process-tr {
  padding: 60px 20px;
  background: #fafafa;
}

.case-process-tr__head {
  text-align: center;
  margin-bottom: 50px;
}

.case-process-tr__head h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-process-tr__sub {
  max-width: 650px;
  margin: 0 auto;
  color: #555;
  font-size: 1.1rem;
}

.case-process-tr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.case-process-tr__card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.case-process-tr__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.case-process-tr__badge {
  position: absolute;
  top: -15px;
  left: 20px;
  background: var(--accentShade); /* Accent color for Trimortal */
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: 20px;
}

.case-process-tr__icon {
  font-size: 2rem;
  color: var(--accentShade);
  margin-bottom: 15px;
}

.case-process-tr__card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #222;
}

.case-process-tr__card p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
}

.case-process-tr__goal {
  font-size: 0.95rem;
  color: #333;
  background: #f7f7f7;
  padding: 8px 12px;
  border-left: 3px solid var(--accentShade);
  border-radius: 6px;
}
/* Initial hidden state */
.case-process-tr__card {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

/* Visible state */
.case-process-tr__card.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ---- Scroll reveal base ---- */
.case-process-tr__card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  will-change: transform, opacity;
}

/* When section is revealed, animate cards in */
.case-process-tr.revealed .case-process-tr__card {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger timing (adjust step as you like) */
.case-process-tr.revealed .case-process-tr__card:nth-child(1) {
  transition-delay: 0ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(2) {
  transition-delay: 150ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(3) {
  transition-delay: 300ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(4) {
  transition-delay: 450ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(5) {
  transition-delay: 600ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(6) {
  transition-delay: 750ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(7) {
  transition-delay: 900ms;
}
.case-process-tr.revealed .case-process-tr__card:nth-child(8) {
  transition-delay: 1050ms;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .case-process-tr__card {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
/* --- Scroll reveal (robust) --- */
.case-process-tr .case-process-tr__card {
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}

/* Animate in when section is revealed */
.case-process-tr.revealed .case-process-tr__card {
  animation: tr-fade-up 600ms ease forwards;
  animation-delay: var(--delay, 0ms);
}

@keyframes tr-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduced-motion users still see content without animation */
@media (prefers-reduced-motion: reduce) {
  .case-process-tr .case-process-tr__card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
/* Initial hidden state */
.case-process-tr__card {
  opacity: 0;
  transform: translateY(30px);
}

/* Animate in */
.case-process-tr__card.revealed {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: var(--delay, 0ms);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Initial hidden state */
.case-process-prosumer__card {
  opacity: 0;
  transform: translateY(30px);
}

/* Animate in */
.case-process-prosumer__card.revealed {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: var(--delay, 0ms);
}

/* Reuse same keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section[class*="case-process-"] [class*="__card"] {
  will-change: transform, opacity;
}
.case-process-prosumer__card {
  opacity: 0;
  transform: translateY(26px);
  will-change: opacity, transform;
  transition:
    opacity 600ms cubic-bezier(0.22, 0.9, 0.35, 1),
    transform 600ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition-delay: var(--delay, 0ms);
}

.case-process-prosumer__card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.case-process-rc__card {
  opacity: 0;
  transform: translateY(26px);
  will-change: opacity, transform;
  transition:
    opacity 600ms cubic-bezier(0.22, 0.9, 0.35, 1),
    transform 600ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition-delay: var(--delay, 0ms);
}

.case-process-rc__card.revealed {
  opacity: 1;
  transform: translateY(0);
}
.case-process-tr__card {
  opacity: 0;
  transform: translateY(26px);
  will-change: opacity, transform;
  transition:
    opacity 600ms cubic-bezier(0.22, 0.9, 0.35, 1),
    transform 600ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition-delay: var(--delay, 0ms);
}

.case-process-tr__card.revealed {
  opacity: 1;
  transform: translateY(0);
}
.contact-heading {
  margin-top: 8em;
  text-align: center;
}
.contact-subheading {
  text-align: center;
}
form {
  padding: 0 5em;
}
.form-group {
  display: flex;
  gap: 100px;
}
input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em;
  border-radius: 0.5em;
  border: 2px solid #d0d0d0;
}
.form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-container span {
  color: red;
}
label {
  margin-top: 2em;
  margin-bottom: -1em;
}
textarea {
  width: 100%;
  line-height: 1.5;
  min-height: calc(1.5em * 3 + 24px); /* 24px accounts for vertical padding */
  resize: vertical;
  border-radius: 0.5em;
  padding: 1em;
}
form button {
  position: relative;
  display: block;
  background-color: var(--accentShade);
  padding: 1em 2em;

  margin: 3em auto;
  font-size: 1em;
  border: none;
  border-radius: 2em;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 500px;
}
footer {
  background-color: var(--baseShade1);
}
.footer-container {
  display: flex;
  width: 100vw;
}
.logo-container {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container img {
  width: 70%;
}
.footer-about {
  flex: 2;
}
.footer-about p {
  text-align: justify;
}
.footer-links {
  flex: 1;
}
.footer-services {
  flex: 1;
}
.footer-social {
  flex: 1;
}
.footer-links ul,
.footer-services ul,
.footer-social ul {
  list-style-type: none;
}
footer a {
  text-decoration: none;
  color: #d0d0d0;
  display: block;
  margin-bottom: 1em;
}
footer h3 {
  color: #ffffff;
  margin-bottom: 1em;
}

.footer-links,
.footer-services,
.footer-social {
  padding: 1em 2em;
}
.footer-bottom {
  padding: 1.5em 0;
  background-color: var(--accentShade);
  text-align: center;
}
.logo-container {
  margin-bottom: 2em;
}
.footer-about {
  padding: 2em;
  color: var(--whiteShade1);
}
/* SEO Page Styles */
section {
  padding: 2em;
}
.seo-hero {
  background:
    linear-gradient(rgba(192, 121, 247, 0.7), rgba(124, 21, 202, 0.7)),
    url("seo-banner.jpg") center/cover no-repeat;
  color: var(--whiteShade1);
  text-align: center;
  padding: 3em;
  margin-top: 120px;
}

.seo-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: var(--baseShade1);
}

.seo-overview {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
}
.seo-benefits {
  display: flex;
}
.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-8px);
}

.seo-process {
  padding: 60px 20px;
  background: #f9fafb;
  text-align: center;
}

.seo-process h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #111827;
  text-align: center;
}

.subtitle {
  font-size: 1.1rem;
  color: #4b5563;
  margin: 40px auto;
  text-align: center;
}

.process-steps {
  display: grid;
  gap: 30px;
  margin: 0 auto;
}

.process-step {
  width: 300px;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

.process-step:nth-child(1) {
  animation-delay: 0s;
}
.process-step:nth-child(2) {
  animation-delay: 1s;
}
.process-step:nth-child(3) {
  animation-delay: 2s;
}
.process-step:nth-child(4) {
  animation-delay: 3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-number {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.seo-cta {
  background: var(--baseShade1);
  color: var(--accentShade);
  text-align: center;
  padding: 80px 20px;
}
.seo-cta .cta-btn {
  display: inline-block;
  background: var(--accentShade);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
.seo-img-left {
  display: flex;
  flex-direction: column;
}
.seo-img-left img {
  width: 450px;
}

.seo-img-left,
.seo-text-right {
  padding: 2em;
}
.seo-process {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.seo-process h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
}

.seo-process .subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.process-steps {
  gap: 100px;
}

.process-step {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
}
.step-number {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  background: var(--accentShade);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--baseShade1);
}

.process-step p {
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
}

/* Right Arrow */
.process-step:not(:last-child)::after {
  content: "➔";
  font-size: 30px;
  color: var(--accentShade);
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.seo-process {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.seo-process h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
}

.seo-process .subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.process-step {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  opacity: 0;
  animation: zoomIn 0.6s forwards;
}

.process-step:nth-child(1) {
  animation-delay: 0.2s;
}
.process-step:nth-child(2) {
  animation-delay: 0.6s;
}
.process-step:nth-child(3) {
  animation-delay: 1s;
}
.process-step:nth-child(4) {
  animation-delay: 1.4s;
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.process-step:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
}

.step-number {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  background: var(--accentShade);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--baseShade1);
}

.process-step p {
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
}

/* Right Arrow */
.process-step:not(:last-child)::after {
  content: "➔";
  font-size: 30px;
  color: var(--accentShade);
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.cm-hero {
  background: linear-gradient(
    45deg,
    rgba(192, 121, 247, 0.7),
    rgba(124, 21, 202, 0.7)
  );
  color: var(--whiteShade1);
  text-align: center;
  padding: 1em;
  margin-top: 100px;
}

.cm-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.cm-overview {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
}

.cm-benefits {
  display: flex;
}

.cm-img-left {
  display: flex;
  flex-direction: column;
  padding: 2em;
}
.cm-img-left img {
  width: 450px;
}

.cm-text-right {
  padding: 2em;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 2em;
}

.choose-card {
  background: #ffffff;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.choose-card h2 {
  font-size: 2rem;
  color: #111827;
  margin-bottom: 10px;
}

.choose-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #1f2937;
}

.choose-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

/* Hover effect */
.choose-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
  color: #ffffff;
}

.choose-card:hover h2,
.choose-card:hover h3,
.choose-card:hover p {
  color: #ffffff;
}
.cm-process {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.cm-process h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
}

.cm-process .subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}
.web-process {
  padding: 2em;
}
.process-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.process-step {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  opacity: 0;
  animation: zoomIn 0.6s forwards;
}
.process-step:nth-child(1) {
  animation-delay: 0.2s;
}
.process-step:nth-child(2) {
  animation-delay: 0.6s;
}
.process-step:nth-child(3) {
  animation-delay: 1s;
}
.process-step:nth-child(4) {
  animation-delay: 1.4s;
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.process-step:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  background: var(--accentShade);
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  margin: 0 auto 2em auto;
}

.process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--baseShade1);
  text-align: center;
}

.process-step p {
  text-align: center;
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
}
.web-process h2 {
  text-align: center;
}

/* Right Arrow */
.process-step:not(:last-child)::after {
  content: "➔";
  font-size: 30px;
  color: var(--accentShade);
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}

.cm-cta {
  background: var(--baseShade1);
  color: var(--accentShade);
  text-align: center;
  padding: 80px 20px;
}
.cm-cta .cta-btn {
  display: inline-block;
  background: var(--accentShade);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

/* Hero Section */
.smm-hero {
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  margin-top: 80px;
}
.smm-hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.smm-hero p {
  font-size: 18px;
}

/* Overview Section */
.smm-overview {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
}
.smm-overview h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.smm-overview p {
  color: #555;
  font-size: 17px;
}

/* Benefits Section */
.smm-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
.smm-img-left img {
  width: 450px;
  border-radius: 8px;
}
.smm-text-right {
  flex: 1;
  font-size: 17px;
  color: #444;
}

/* Why Choose Section */
.smm-choose {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}
.smm-choose h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}
.smm-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.smm-choose-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.smm-choose-card h3 {
  color: #2a7ca8;
  margin-bottom: 10px;
}

/* Process Section */
.smm-process {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}
.smm-process h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.smm-process .subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
}
.smm-process-steps {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.smm-process-step {
  flex: 1 1 200px;
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  transform: scale(0.9);
  opacity: 0;
  animation: zoomIn 0.6s forwards;
}
.smm-process-step:nth-child(1) {
  animation-delay: 0.2s;
}
.smm-process-step:nth-child(2) {
  animation-delay: 0.6s;
}
.smm-process-step:nth-child(3) {
  animation-delay: 1s;
}
.smm-process-step:nth-child(4) {
  animation-delay: 1.4s;
}
@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.smm-step-number {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  background: #2a7ca8;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  line-height: 50px;
}
.smm-process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.smm-process-step p {
  font-size: 16px;
  color: #606060;
}
.smm-process-step:not(:last-child)::after {
  content: "➔";
  font-size: 30px;
  color: #2a7ca8;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

/* CTA Section */
.smm-cta {
  background: #2a7ca8;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.smm-cta h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.smm-cta .cta-btn {
  display: inline-block;
  background: #fff;
  color: #2a7ca8;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
.em-hero {
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );

  color: var(--whiteShade1);
  text-align: center;
  padding: 1em;
  margin-top: 100px;
}

.em-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.em-overview {
  margin: 80px auto;
  text-align: center;
}

.em-benefits {
  display: flex;
}

.em-img-left {
  display: flex;
  flex-direction: column;
  padding: 2em;
}
.em-img-left img {
  width: 400px;
}

.em-text-right {
  padding: 2em;
}

.em-process {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.em-process h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #222;
}

.em-process .subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.em-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  flex-wrap: nowrap;
}

.em-process-step {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  width: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
  opacity: 0;
  animation: zoomIn 0.6s forwards;
}
.em-process-step:nth-child(1) {
  animation-delay: 0.2s;
}
.em-process-step:nth-child(2) {
  animation-delay: 0.6s;
}
.em-process-step:nth-child(3) {
  animation-delay: 1s;
}
.em-process-step:nth-child(4) {
  animation-delay: 1.4s;
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.em-process-step:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
}

.em-step-number {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  background: var(--accentShade);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  line-height: 50px;
}

.em-process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--baseShade1);
}

.em-process-step p {
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
}

/* Right Arrow */
.em-process-step:not(:last-child)::after {
  content: "➔";
  font-size: 30px;
  color: var(--accentShade);
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}

.em-cta {
  background: var(--accentShade);
  color: var(--baseShade1);
  text-align: center;
  padding: 80px 20px;
}
.em-cta .cta-btn {
  display: inline-block;
  background: var(--baseShade1);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
/* Hero Section */
.em-hero {
  text-align: center;
  padding: 80px 20px;
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
}

.em-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.em-hero p {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
}

/* Overview */
.em-overview {
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.em-overview h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.em-overview p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/* Benefits Section */
.em-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  margin: 0 auto;
}

.em-benefits img {
  max-width: 500px;
  border-radius: 8px;
}

.em-text-right h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.em-text-right ul {
  list-style: disc;
  padding-left: 20px;
}

.em-text-right li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Why Choose Section */
.em-choose {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.em-choose h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.em-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.em-choose-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.em-choose-card:hover {
  transform: translateY(-6px);
}

.em-choose-card h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.em-choose-card p {
  font-size: 16px;
  color: #555;
}

/* Process Section */
.em-process {
  padding: 70px 20px;
  text-align: center;
}

.em-process h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.em-process .subtitle {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #555;
}

.em-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.em-process-step {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.em-step-number {
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: var(--accentShade);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA */
.em-cta {
  padding: 70px 20px;
  text-align: center;
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
}

.em-cta h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.em-cta p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-btn {
  background: #fff;
  color: var(--accentShade);
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #e6e6e6;
}
.web-benefits {
  display: flex;
}
.web-hero {
  text-align: center;
  padding: 80px 20px;
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
  margin-top: 100px;
  color: #ffffff;
}

.web-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--baseShade1);
}

.web-hero p {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
}

/* Overview */
.web-overview {
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.gd-hero {
  text-align: center;
  padding: 80px 20px;
  background-image: linear-gradient(
    45deg,
    rgb(192, 121, 247, 0.6),
    rgb(124, 21, 202, 0.6)
  );
  margin-top: 100px;
}

.gd-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.gd-hero p {
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
  color: #ffffff;
}

/* Overview */
.gd-overview {
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.gd-overview h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.gd-overview p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/* Benefits Section */
.gd-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.gd-img-left h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.gd-img-left p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.gd-img-left img {
  max-width: 100%;
  border-radius: 10px;
}

.gd-text-right h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.gd-text-right .subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.choose-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.choose-card h2 {
  font-size: 28px;
  color: var(--accentShade);
  margin-bottom: 10px;
}

.choose-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
.section {
  padding: 2em;
}
.gd-process {
  width: 100vw !important;
  padding: 4em;
}

.gd-process .container {
  margin: 0 auto;
  text-align: center;
}

.gd-process h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.gd-process .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
}

.process-step {
  flex: 1;
  min-width: 220px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.process-step .step-number {
  display: flex;
  background: var(--accentShade);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.process-step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Arrows between cards */
.process-step:not(:last-child)::after {
  content: "➔";
  font-size: 24px;
  color: var(--accentShade);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.gd-cta {
  background: var(--accentShade);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  border-radius: 12px;
  margin: 60px auto;
  max-width: 900px;
}

.gd-cta h2 {
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.gd-cta .cta-btn {
  display: inline-block;
  background: #fff;
  color: var(--accentShade);
  font-size: 18px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gd-cta .cta-btn:hover {
  background: #f5f5f5;
  transform: translateY(-3px);
}
.details-btn {
  display: inline-block;
  margin-top: 2em;
  background-color: var(--accentShade);
  padding: 1em 3em;
  text-decoration: none;
  border-radius: 2em;
}
.cm-cta {
  background-color: var(--accentShade);
  color: var(--baseShade1);
  margin-bottom: 3em;
}
.cm-cta .cta-btn {
  background-color: var(--baseShade1);
}
.seo-cta {
  background-color: var(--accentShade);
  color: var(--baseShade1);
  margin-bottom: 3em;
}
.seo-cta .cta-btn {
  background-color: var(--baseShade1);
}
.blogs-list {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.blog-card {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
  padding: 2em;
}
.blog-card img {
  width: 100%;
}
.blogs-title {
  margin-top: 200px;
  text-align: center;
  font-size: 45px;
}
.blog-post {
  padding: 3em 6em;
  margin-top: 300px;
}
.blog-post h1 {
  font-size: 45px;
}
.blog-meta {
  text-align: right;
}
.blog-post img {
  width: 100%;
}
/* Blog Post Container */
.blog-post {
  max-width: 992px;
  margin: 300px auto 30px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  line-height: 1.7;
  font-family: "Segoe UI", Roboto, sans-serif;
}

/* Headings */
.blog-post h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #222;
}
.blog-post h2 {
  margin-top: 40px;
  font-size: 1.6rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
}
.blog-post h3 {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #444;
}

/* Meta */
.blog-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Featured Image */
.blog-post img {
  width: 100%;
  border-radius: 6px;
  margin: 20px 0;
}

/* Lead Paragraph */
.post-body .lead {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

/* Table of Contents */
.toc {
  background: #f9fafb;
  padding: 15px 20px;
  border-left: 4px solid var(--accentShade);
  margin: 25px 0;
  border-radius: 6px;
}
.toc h3 {
  margin-top: 0;
}
.toc ol {
  margin: 0;
  padding-left: 20px;
}
.toc a {
  color: var(--accentShade);
  text-decoration: none;
}
.toc a:hover {
  text-decoration: underline;
}

/* Lists */
.blog-post ul,
.blog-post ol {
  margin: 15px 0 20px 25px;
}
.blog-post li {
  margin-bottom: 8px;
}

/* Callouts */
.callout {
  background: #eef7ff;
  padding: 15px 20px;
  border-left: 4px solid var(--accentShade);
  margin: 20px 0;
  border-radius: 6px;
}

/* Grid Layout */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* Code Blocks */
pre {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 15px 0;
}
code {
  font-family: Consolas, monospace;
  color: #d6336c;
}

/* KPI Divider */
.divider {
  border-top: 1px solid #ddd;
  margin: 25px 0;
  display: block;
}

/* CTA Footer */
.footer-cta {
  background: var(--accentShade);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 20px;
  flex-wrap: wrap;
}
.footer-cta h3 {
  margin: 0 0 8px;
}
.footer-cta p {
  margin: 0;
}
.footer-cta .btn {
  background: #fff;
  color: var(--accentShade);
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.footer-cta .btn:hover {
  background: #f0f0f0;
}

/* Navigation Links */
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.nav-links a {
  color: var(--accentShade);
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
}

/* Accessibility: hide sr-only */
.sr-only {
  position: absolute;
  left: -9999px;
}
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 500px;
  perspective: 1200px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  position: absolute;
  width: 300px;
  height: 400px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.8s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  background-color: var(--baseShade1);
  color: var(--whiteShade1);
  padding: 2em;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.controls {
  position: relative;
  bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 5em;
  top: 11em;
}

.controls button {
  position: relative;
  display: block;
  border: 1px solid var(--baseShade1);
  color: var(--baseShade1);
  font-size: 22px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 3em;
}

.controls button:hover {
  background: rgba(255, 255, 255, 0.3);
}
h3 {
  color: var(--accentShade);
  margin-bottom: 2em;
}
.slide a {
  background-color: var(--accentShade);
  padding: 0.8em 2.5em;
  text-decoration: none;
  font-size: 1em;
  border-radius: 2em;
  color: var(--baseShade1);
  margin-top: 2em;
}
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 500px;
  perspective: 1200px;
  position: relative; /* needed for controls positioning */
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  position: absolute;
  width: 300px;
  height: 400px;
  font-size: 8em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  background-color: var(--baseShade1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.controls {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.controls button {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #000000;
  font-size: 45px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 8em;
}

.controls button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.service-detail {
  font-size: 14px;
}
.slide {
  font-size: 15px;
}

.services-container .service {
  transition-delay: 0s; /* will set via JS */
}

.sm-logo {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  top: 60px;
  margin: -6em auto;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sm-logo img {
  position: relative;
  top: 1.5em;
}
.title h4 {
  position: relative;
  height: 40px;
  top: 80px;
}
.title p {
  position: relative;
  top: 0;
}
.sm-links {
  background-color: #1f9c8a;
}
.social-media-links {
  text-align: center;
  width: 420px;
  margin: 0 auto;
  margin-top: 13em;
  background-color: #ffffff;
  padding: 2em 1em;
  border-radius: 1em;
  box-sizing: content-box;
}
.social-media-links h4 {
  margin-top: 20px;
  font-size: 32px;
}
.social-media-links p {
  color: #909090;
}

.link-icon,
.link-text {
  display: inline;
}
.links a {
  padding: 0 20px;
}
.links {
  width: 420px;
  margin: 0 auto;
  margin-top: 6em;
  font-size: 16px;
}
.link {
  position: relative;
  background-color: #e0e0e0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1em;
  color: #060118;
  width: 380px;
  left: 1em;
  font-weight: 600;
}
.link a {
  text-decoration: none;
}
.link-icon {
  font-size: 1.5em;
  display: flex;
  width: 2em;
  height: 2em;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.facebook {
  background-color: #1673ea;
}
.instagram {
  background-color: #e92027;
}
.twitter {
  background-color: #000000;
}
.linkedin {
  background-color: #1673ea;
}
.youtube {
  background-color: #ed1011;
}
.links a {
  text-decoration: none;
}
.page-header {
  background-color: var(--accentShade);
  color: #ffffff;
  text-align: center;
  padding: 3em 0;
}
.page-header h1 {
  color: var(--baseShade1);
}
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 3em 2em;
}

.footer-social-privacy ul {
  display: flex;
  font-size: 2em;
  text-decoration: none;
  list-style-type: none;
  gap: 1.5em;
}
.footer-social-privacy ul li a {
  color: var(--accentShade);
}
.footer-address {
  color: #ffffff;
}
.main-heading {
  padding: 2em 5em;
  background-color: var(--accentShade);
  font-size: 42px;
  text-align: center;
}
.main-heading span {
  color: #ffffff;
}
.circle-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 10em;
}
.core-circle {
  position: absolute;
  left: 148.5px;
  top: 148px;
  font-size: 16px;
}
.core-values {
  margin: 10em 0;
}
.nav-dropdown {
  position: relative;
  display: inline-block;
}

/* Make Services look exactly like other nav links */
.nav-dropdown .nav-link {
  cursor: pointer;
  color: var(--baseShade1);
  font-weight: 400;
  position: relative;
  padding: 0.2em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

/* Hover color same as your links */
.nav-dropdown .nav-link:hover {
  color: var(--accentShade);
}

/* Dropdown panel */
.dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  min-width: 240px;
  background: var(--whiteShade1);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease;
  z-index: 999;
}

/* Dropdown links inherit your nav link style */
.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  color: var(--baseShade1);
  text-decoration: none;
  font-size: 14px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.dropdown-menu a:hover {
  background: var(--lightShade1);
  color: var(--accentShade);
}

/* Show dropdown on hover */
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hero-content a {
  background-color: #ffffff;
  color: #1f9c8a;
}
img[src="contact us banner.webp"] {
  margin-top: 10em;
}
.nav-dropdown .nav-link {
  position: relative;
  color: #ffffff;
  bottom: 0.5em;
}
.nav-container .nav-link {
  color: #10584d;
  bottom: 0;
}
.user {
  background-color: #ffffff;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.2);
  padding: 3em;
  border-radius: 1em;
}
.team {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: center;
  gap: 2em;
}
