        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
        }

        .hero-banner video {
            object-fit: cover;
            z-index: -1;
        }

        .hero-overlay {
            z-index: 0;
        }

        .hero-banner .container {
            z-index: 1;
        }

        .hero-banner {
            position: relative;
            overflow: hidden;
        }



        .top-header {
            background-color: #3F396F;
            color: #fff;
            padding: 10px 0;
        }

        .contact-info i {
            font-size: 16px;
            font-weight: 400;
        }

        .contact-info a {
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            font-weight: 500px;
        }

        .menu-tem li a {
            text-transform: uppercase;
            color: black;
            padding: 0px 5px;
            font-size: 16px;
            font-weight: 500;
        }

        .custom-button {
            text-decoration: none;
            color: #3F396F;
            padding: 10px 20px;
            border: 1px solid #3F396F;
            background-color: #ffffff;
        }

        .custom-button:hover {
            color: #fff;
            border: 1px solid #ffffff;
            background-color: #3F396F;
        }

        .a.nav-link.item-active {
            color: #3F396F !important;
        }

        .title {
            font-size: 45px;
        }

        .content-area {
            margin: 0px 80px 0px 0px;
            background-color: #3F396F87;
            padding: 25px 35px;
        }

        .about-img img:hover {
            transform: scale(1.05);
        }

        .industry-card:hover .overlay {
            background: rgba(0, 0, 0, 0.7);
        }

        .btn-pink {
            background-color: #e6007e;
            color: #fff;
            border: none;
        }

        .btn-pink:hover {
            background-color: #cc006f;
            color: #fff;
        }

        .card:hover {
            transform: translateY(-5px);
            transition: 0.4s ease;
        }

        .btn-primary {
            background-color: #e7652f;
            border: none;
        }

        .btn-primary:hover {
            background-color: #e7652f;
        }

        .thankyou-container {
            min-height: 100vh;
        }

        .thankyou-card {
            max-width: 550px;
        }
        
                
        /* WHATSAAP CSS */
        .btn-sonar {
          background-color: #25d366;
          position: fixed;
          width: 50px;
          line-height: 50px;
          height: 50px;
          bottom: 22px;
          left: 34px;
          border-radius: 50px;
          text-align: center;
          font-size: 24px;
          z-index: 100;
        }
        
        .my-whatsApp {
          margin-top: 6px;
          color: #fff;
        }
        
        .btn-sonar::before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          top: 0;
          left: 0;
          animation: sonar-effect 1s ease-in-out .1s infinite;
        }
        
        .btn-sonar1 {
          background-color: #000;
          position: fixed;
          width: 50px;
          line-height: 50px;
          height: 50px;
          bottom: 22px;
          right: 70px;
          border-radius: 50px;
          text-align: center;
          font-size: 24px;
          z-index: 100;
        }
        
        .my-whatsApp1 {
          font-size: 18px;
          margin-top: 6px;
          color: #fff;
        }
        
        .btn-sonar1::before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          top: 0;
          left: 0;
          animation: sonar-effect 1s ease-in-out .1s infinite;
        }
        
        @keyframes sonar-effect {
          0% {
            opacity: .3
          }
        
          40% {
            opacity: .5;
            box-shadow: 0 0 0 5px #c40d0d, 0 0 10px 10px #c40d0d, 0 0 0 10px #c40d0d
          }
        
          100% {
            box-shadow: 0 0 0 5px #25d366, 0 0 10px 10px #25d366, 0 0 0 10px #25d366;
            transform: scale(1.5);
            opacity: 0
          }
        }


        .justify-text {
    text-align: justify;
}

/* =========
   Design Tokens
   ========= */
:root {
  --radius-xl: 20px;
  --shadow-1: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-2: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 12px 32px rgba(15, 23, 42, 0.12);

  /* Blue theme */
  --blue-50: #eaf3fb;
  --blue-100: #cfe7fb;
  --blue-400: #3a7bd5;
  --blue-500: #2a6fd0;
  --blue-ink: #0f172a;

  /* Rose theme */
  --rose-50: #fdecee;
  --rose-100: #ffdbe0;
  --rose-400: #f06292;
  --rose-500: #e45785;

  --card-text: #1f2937;
  --card-muted: #475569;
}

/* Dark mode tweaks (optional) */
@media (prefers-color-scheme: dark) {
  :root {
    --card-text: #e5e7eb;
    --card-muted: #cbd5e1;
    --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.25);
    --shadow-2: 0 8px 24px rgba(0, 0, 0, 0.35);
    --shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.45);
  }
}

/* =========
   Core Utilities
   ========= */
.justify-text { text-align: justify; hyphens: auto; }
.card-title-lg {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  /* Responsive size: min..pref..max */
  font-size: clamp(1.25rem, 1rem + 1.2vw, 1.75rem);
  color: var(--blue-ink);
  margin-bottom: 0.5rem;
}
.lead,
.title-para { font-size: clamp(1rem, 0.95rem + 0.35vw, 1.125rem); }

/* =========
   Card Shell
   ========= */
.info-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: clamp(1.25rem, 1rem + 1vw, 2rem);
  box-shadow: var(--shadow-1), var(--shadow-2);
  border: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  color: var(--card-text);
  backdrop-filter: saturate(110%);
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-1), var(--shadow-hover);
  border-color: rgba(15, 23, 42, 0.12);
}

/* Accent bar at the top */
.info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
  background: linear-gradient(90deg, var(--accent-400), var(--accent-500));
}

/* Decorative soft glow in the corner */
.info-card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -20%;
  width: 60%;
  height: 60%;
  filter: blur(40px);
  opacity: 0.25;
  background: radial-gradient(60% 60% at 50% 50%, var(--accent-400), transparent 70%);
  pointer-events: none;
}

/* Blue Card */
.info-card--blue {
  --accent-400: var(--blue-400);
  --accent-500: var(--blue-500);
  background:
    radial-gradient(120% 120% at 110% -10%, rgba(58, 123, 213, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(234, 243, 251, 0.92), rgba(234, 243, 251, 0.9));
}

/* Rose Card */
.info-card--rose {
  --accent-400: var(--rose-400);
  --accent-500: var(--rose-500);
  background:
    radial-gradient(120% 120% at 110% -10%, rgba(240, 98, 146, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(253, 236, 238, 0.95), rgba(253, 236, 238, 0.92));
}

/* Body text polish */
.info-card p {
  color: var(--card-text);
  line-height: 1.72;
  margin-bottom: 1rem;
}
.info-card p:last-child { margin-bottom: 0; }
.info-card .muted { color: var(--card-muted); }

/* =========
   Nicer Lists (optional)
   ========= */
.k-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.k-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.k-list li::before {
  content: "";
  flex: 0 0 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 0.45rem;
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.65);
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  .info-card { transition: none; }
}



:root{
  /* ==== Single brand color (edit this one value to re-theme) ==== */
  --brand: #3f396f;
  --brand-rgb: 63,57,111;          /* r,g,b of #3f396f */

  /* Mapped tokens (all derived from brand) */
  --accent: var(--brand);          /* title hover, icon hover */
  --accent-ink: var(--brand);      /* darker accent if needed */
  --ink: #111827;                  /* main text */
  --muted: #6b7280;
  --card-bg: #fff;
  --card-soft-1: rgba(var(--brand-rgb), .08); /* active bg (light) */
  --card-soft-2: rgba(var(--brand-rgb), .03); /* active bg (lighter) */
  --focus: rgba(var(--brand-rgb), .28);
  --radius: 16px;

  --shadow-sm: 0 2px 8px rgba(17,24,39,.06);
  --shadow: 0 12px 24px rgba(17,24,39,.08);
  --shadow-hover: 0 16px 32px rgba(17,24,39,.12);
}

.card-feature{
  position: relative;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius);
  background: var(--card-bg);
  padding: 32px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-sm);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    background-color .25s ease;
}

/* soft brand glow on hover */
.card-feature::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
  background: radial-gradient(60% 50% at 50% 0%,
              rgba(var(--brand-rgb), .14), transparent 60%);
}

.card-feature:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(17,24,39,.16);
}
.card-feature:hover::after{ opacity: 1; }

/* selected cards: subtle brand-tinted background */
.card-feature.is-active{
  background: linear-gradient(180deg, var(--card-soft-1), var(--card-soft-2));
  border-color: transparent;
}

/* circular icon holder */
.card-feature .feature-icon{
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fafafa, rgba(var(--brand-rgb), .06));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 6px 18px rgba(17,24,39,.08);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.card-feature i{
  font-size: 34px; line-height: 1;
  color: #111;
  transition: transform .25s ease, color .25s ease;
}

.card-feature:hover .feature-icon{ transform: translateY(-2px); }
.card-feature:hover i{ transform: scale(1.05); color: var(--accent); }

/* active icon tone (slight brand tint behind) */
.card-feature.is-active .feature-icon{ background: rgba(var(--brand-rgb), .10); }
.card-feature.is-active i{ color: #111; }

/* titles */
.card-feature .title{
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(1rem, .9rem + .6vw, 1.15rem);
  margin: 0;
  color: var(--ink);
}
.card-feature .title.title-accent{ color: var(--accent); }

/* hover title color */
.card-feature:hover .title{ color: var(--accent); }
.card-feature.is-active:hover .title{ color: var(--ink); } /* keep black on active */

/* keyboard focus (brand-colored ring) */
.card-feature:focus-within,
.card-feature:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px var(--focus), var(--shadow-hover);
}

/* motion safety */
@media (prefers-reduced-motion: reduce){
  .card-feature,
  .card-feature .feature-icon,
  .card-feature i { transition: none; }
}


.text-custom{
color: #E7652F;
}

  /* Same height for all service card images */
  .card .card-img-top {
    height: 500px;        /* set the uniform height you want */
    width: 100%;
    object-fit: cover;    /* crops without distortion */
  }

  /* Optional: slightly smaller height on mobile */
  @media (max-width: 576px) {
    .card .card-img-top {
      height: 200px;
    }
  }

