  .body {
    background-color: #F4FBFE;
    overflow-x: hidden;
  }

  /* .dropdown-item.active{
  background-color: #052C5C;
} */

  .navbar {
    padding: 20px 10px !important;
    background-color: #052C5C !important;
  }

  .navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    margin: 0 12px;
  }

  .navbar-nav .nav-link:hover {
    color: #ffc107 !important;
  }




  .navbar-nav .nav-link.active {
    color: #ffc107 !important;
    /* apna desired color, yahan light blue */
    font-weight: 600;
    /* optional: thoda bold dikhe */
  }

  .carousel-item {
    /* height: 100vh;
    min-height: 600px; */
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .carousel {
    width: 100%;
  }

  .navbar .dropdown-menu .dropdown-item {
    color: #052C5C;

  }

  .navbar .dropdown-menu ::after {
    color: #fff;
    background-color: #052C5C;
  }

  .dropdown-item img {
    margin-right: 10px;
    vertical-align: middle;
  }


  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #DBF2FF;
    color: #052C5C;
  }

  .navbar .dropdown-menu .dropdown-item:active {
    background-color: #052C5C !important;
    color: #fff;
  }

  .stats-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px 20px;
    margin-top: -180px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    justify-content: center;
  }

  .stats-box h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
    text-align: start;
    color: #052C5C;
  }

  .stats-box p {
    margin: 0;
    font-size: 1.5rem;
    text-align: start;
    color: #555;
  }


  .social-icons {
    position: absolute;
    padding: 14px;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;


    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;


    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .social-icons a {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052C5C;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .logo {
    height: 50px;
  }

  .aboutImg,
  .aboutDetails {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
  }

  /* Zoom on hover for image */
  .aboutImg img {
    width: 100%;
    height: auto;
    margin-right: 50px;
    transition: transform 0.5s ease;
  }

  /* .aboutImg img:hover {
  transform: scale(1.1);
} */

  /* Active animation class */
  .animate {
    opacity: 1;
    transform: translateY(0);
  }

  .cursor-trail {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: normal;
  }

  .cursor-main {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: radial-gradient(circle at 40% 30%,
        rgba(173, 216, 255, 0.95),
        rgba(173, 216, 255, 0.65) 30%,
        rgba(173, 216, 255, 0.18) 55%,
        rgba(173, 216, 255, 0.06) 70%,
        transparent 80%);
    box-shadow: 0 0 18px rgba(173, 216, 255, 0.85),
      0 0 40px rgba(123, 180, 255, 0.4);
    transition: transform 120ms linear;
    will-change: transform, left, top;
    mix-blend-mode: screen;
  }

  @media (prefers-reduced-motion: reduce) {
    .cursor-trail {
      display: none;
    }
  }

  @media (hover: none) and (pointer: coarse) {
    .cursor-trail {
      display: none;
    }
  }

  /* .cursor-star {
  position: fixed;
  font-size: 20px;
  pointer-events: none;
  animation: fade-move 1s linear forwards;
  z-index: 9999;
}

@keyframes fade-move {
  0%   { opacity: 1; transform: scale(1) translateY(0); }
  100% { opacity: 0; transform: scale(0.5) translateY(-30px); }
} */
  .aboutDetails h2 {
    color: #052C5C;
    font-size: 36px;
    font-weight: 500;
  }

  .aboutDetails h5 {
    color: #052C5C;
    font-size: 28px;
    font-weight: 400;
  }


  .aboutDetails p {
    color: #7B7A7B;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 300;
    font-weight: normal;
  }

  .aboutDetails {
    background-color: #fff;
    padding: 80px;
    border-radius: 40px;
  }


  .btn-gradient-border {
    position: relative;
    color: #0062CC;
    background-color: #fff;
    border: 8px solid transparent;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border-image: linear-gradient(135deg, #0DCAF0, #0062CC);
    border-image-slice: 1;
  }

  .gradient-border-btn {
    --border-width: 4px;
    --radius: 20px;
    --gap: 12px;

    display: inline-flex;
    align-items: center;
    gap: var(--gap);
    padding: calc(8px + var(--border-width)) 18px;
    background: transparent;
    color: #052C5C;
    font-weight: 600;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 15px;
    border-radius: var(--radius);
    border: var(--border-width) solid transparent;
    cursor: pointer;
    line-height: 1;
    outline: none;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;

    border-image: linear-gradient(90deg, #052C5C, #1877F2, #65C8FF) 1;

    -webkit-tap-highlight-color: transparent;
    border-radius: 20px;
  }

  .gradient-border-btn .btn-icon {
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 auto;
    color: inherit;
  }

  .gradient-border-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 46, 255, 0.08);
    color: #000;
  }

  .gradient-border-btn:focus-visible {
    box-shadow: 0 0 0 4px rgba(123, 46, 255, 0.12);
    outline: none;
  }

  .gradient-border-btn.sm {
    padding: calc(4px + var(--border-width)) 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  .soft-light-blue-glow {
    position: fixed;
    /* poore viewport ke liye */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* content ke interactions block na kare */
    background: radial-gradient(circle at center, rgba(50, 150, 255, 0.35), transparent 30%);
    filter: blur(260px);
    z-index: 0;
    /* content ke neeche */
  }

  .CenterHeading h3 {
    color: #052C5C;
    font-size: 30px;
    text-align: center;
  }

  .CenterHeading h5 {
    color: #052C5C;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }



  .service-card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    text-align: left;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }

  .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #E2F5FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    color: #0d6efd;
  }

  .service-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #002147;
  }

  .service-text {
    font-size: 0.95rem;
    color: #555;
    min-height: 60px;
  }

  /* ✅ Gradient Border Button */
  .btn-read {
    border: 3px solid transparent !important;
    border-radius: 8px;
    padding: 8px 18px;
    font-weight: 600 !important;
    margin-top: 15px;
    color: #052C5C !important;
    background-color: #000;
    background: linear-gradient(#fff, #fff) padding-box,
      linear-gradient(45deg, #65C8FF, #052C5C) border-box;
    transition: 0.3s;
  }

  .btn-read:hover {
    color: #fff !important;
    background: linear-gradient(45deg, #052C5C, #65C8FF);
  }

  /* Initial state before animation */
  .animate-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
  }

  /* Animated state when in viewport */
  .animate-section.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .techSuccess {
    background-color: rgba(255, 255, 255, 0.8);
    /* White with 80% opacity */
    padding: 40px;
  }

  .techSuccess P {
    color: #7B7A7B;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    font-weight: normal;
  }

  .OuterpContainer {
    padding-inline: 160px;

  }

  .OuterpContainerr {
    padding-right: 120px;
    padding-left: 120px;

  }


  .gradientText {
    /* background: linear-gradient(20deg, #052C5C, #65C8FF); */
    /* blue → purple */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    background-clip: text;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    color: #052C5C !important;
  }

  .gradientTextt {
    background: linear-gradient(20deg, #052C5C, #65C8FF);
    /* blue → purple */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.5;
  }

  /* Background */
  /* Background */
  .product-showcase {
    background: url('../images/blueBG.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 20px;
    position: relative;
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
  }

  .white-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 36px;
    padding-left: 100px;
  }

  .product-logo {
    height: 40px;
  }

  .product-title {
    color: #052C5C;
  }

  .product-desc {
    color: #7D7E80;
    line-height: 1.8;
  }

  .Thum2Thief p {
    font-size: 20px;
    color: #7D7E80;
  }

  /* Buttons */
  .btn-readmore {
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    margin-right: 10px;
    text-decoration: none;
  }

  .btn-download img {
    display: inline-block;
  }

  /* Trusted section */
  .trusted {
    display: flex;
    align-items: center;
  }

  .trusted-img {
    height: 30px;
    margin-right: 8px;
  }



  .statsContainer {
    margin-top: 80px;
  }

  /* Responsive tweaks */
  @media (max-width: 767px) {
    .white-card {
      text-align: center;
    }

    .btn-group {
      justify-content: center;
    }

    .white-card {

      padding-left: 10px;
    }

  }




  * {
    position: relative;
    box-sizing: border-box;
  }

  /* body {
    padding: 0;
    margin: 0;
    border: none;
    color: aliceblue;
    display: flex;
    align-items: center;
    background: ;
    min-height:100vh;
  overflow:hidden;
} */
  .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d);
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    min-height: 100vh;
    opacity: 0.55;
  }

  .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: auto;
  }

  .quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
    /*     transition: .4s; */
  }

  .col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
    z-index: 1;
  }

  .col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
  }

  .col-active .col-inner {
    max-width: 100%;
  }


  .author-meta {
    width: 100%;
    position: relative;
    border: none;
  }

  .col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
  }

  .image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
  }

  .col-active .image-cover {
    position: relative;
    width: 90%;
    max-width: 200px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
  }


  .author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
  }

  .col-active .author-info {
    visibility: visible;
  }

  .author-info .author-name,
  .author-info .person-title {
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }

  .show .author-info .author-name {
    transform: translate(0%, 0%);
  }

  .show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: .2s;
  }

  .person-name {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
  }

  .person-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
  }

  .quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
  }

  .col-active .quote-wrapper {
    visibility: visible;
  }

  .box-image-inner img {
    object-fit: cover;
    position: relative;
   
    height: 100%;
     width: 350 !important;
  }

  .box-text-inner {
    /* width: 400px; */
    margin: auto;
    color: #000;
  }

  .quote-wrapper .quote-symbol {
    font-size: 14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }

  .quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
  }

  .quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
  }

  .show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
  }

  .show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
  }

  .arrows-wrap {
    position: unset;
  }

  .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

  }

  .left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
  }

  .right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

  }

  .clientSection {
    margin-top: 0px;
  }

  @media (min-width:640px) {
    .col-active {
      width: 75% !important;
      height: unset !important;
      transform: translate(-50%, -50%) !important;
      top: 50% !important;
      left: 50% !important;
    }

    .quote-row {
      overflow: hidden;
    }

  }

  @media (min-width:840px) {
    .col-active {
      width: 50% !important;
    }

    .quote-row {
      overflow: hidden;
    }

  }

  @media (min-width:1080px) {
    .col-active {
      width: 33.33% !important;
    }

    .clientSection {
      margin-top: 10px;
    }

    .quote-row {
      overflow: hidden;
    }

  }

  @media (max-width:640px) {

    .quote-column {
      width: 90% !important;
      top: 50%;
      position: absolute;
      opacity: 0;
      transform: translate(-50%, -50%) !important;
      left: 50%;
      height: auto !important;
      z-index: 0;
      transition: .5s all;
    }

    .quote-row {
      overflow: hidden;
    }


    .col-active {
      opacity: 1;
      z-index: 1;
    }

    .col-inner {
      max-width: 100%;
    }

    .author-meta {
      width: 100%;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }

    .image-cover {
      position: relative;
      width: 30%;
      max-width: 140px;
      float: left;
      aspect-ratio: 1/1;
      overflow: hidden;
      border-radius: 1.3rem 0rem 1.3rem 0rem;
      z-index: 1;
    }

    .quote-wrapper {
      visibility: visible;
    }


    .quote-wrapper .quote-symbol {
      font-size: 34vh;
    }

    .gradient-box {
      display: none;
    }

    .gradient-box-right {
      display: none;
    }

    .clientSection {
      margin-top: 10px;
    }
  }

  .gradient-box {
    width: 300px;
    height: 700px;
    /* Horizontal gradient left to right */
    background: linear-gradient(to right, #cdf2ff, #F4FBFE);
    border-radius: 20px;
    /* optional */
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.05);  */
  }


  .gradient-box-right {
    width: 300px;
    height: 700px;
    /* Horizontal gradient left to right */
    background: linear-gradient(to right, #F4FBFE, #cdf2ff);
    border-radius: 20px;
    /* optional */
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.05);  */
  }


  .ShareDetails h2 {
    color: #052C5C;
    font-size: 36px;
    font-weight: 500;
  }

  .ShareDetails h5 {
    color: #052C5C;
    font-size: 28px;
    font-weight: 400;
  }


  .ShareDetails p {
    color: #7B7A7B;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 300;
    font-weight: normal;
  }

  .ShareDetails {
    /* background-color: #fff; */
    /* padding: 60px; */
    /* padding-top: 20px; */
    border-radius: 40px;
    margin-top: 30px;
  }

  .sharbtn {
    color: #fff !important;
    background: linear-gradient(45deg, #052C5C, #65C8FF);
    border-style: none;
    direction: none;
    margin-top: 14px;
  }

  .ChooseUs {
    background-color: #fff;
    width: 100%;
    /* full width inside col */
    padding: 20px;
    height: 350px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
  }
  .ChooseUs img{
    width: 70%;

  }

  .whatRudraumCare {
    margin-top: 80px;
  }

  .contact-section {
    background: url("../images/ContactBG.png") no-repeat center center/cover;
    border-radius: 12px;
    position: relative;
    z-index: 1;
  }

  .contact-form-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 600px;
  }

  @media (max-width: 768px) {
    .contact-form-box {
      margin: 0 auto 20px;
    }
  }

  .contact-form-box input {
    background-color: #F8FCFF;
    height: 50px;
    border: 1px solid #E5E5E5;
    color: #7A8EA7;
  }

  .contact-form-box textarea {
    background-color: #F8FCFF;
    height: 80px;
    border: 1px solid #E5E5E5;
    color: #7A8EA7;
  }

  .contact-form-box input::placeholder {
    color: #7A8EA7;
  }

  .contact-form-box textarea::placeholder {
    color: #7A8EA7;
  }





  .to-top {
    position: fixed;
    right: 20px;
    bottom: 24px;
    /* ya top:20px; agar upar chahiye */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #052C5C 0%, #65C8FF 100%);
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    border: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s, transform .25s;
    z-index: 9999;
  }

  .to-top.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .to-top svg {
    width: 28px;
    height: 28px;
  }


  .footerContain {
    width: 100%;
    min-height: 500px;
    height: auto;
    background: linear-gradient(150deg, #052C5C 0%, #65C8FF 100%);
  }

  .footerContain h6 {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .footerCol {
    padding: 40px;
  }


  .FooterFirst {
    padding-top: 70px;
  }

  .LinksColums h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .LinksColums h5 {
    padding: 20px;
  }


  .footer-links {
    list-style: none;
    margin: 0;
    text-align: start;
    padding-left: 40px;
  }

  .footer-links li {
    position: relative;
    margin-bottom: 8px;
    color: #fff;
    text-align: start;
  }

  .footer-links li::before {
    content: "★";
    /* star instead of dot */
    position: absolute;
    left: -25px;
    color: #fff;
    /* star color white */
    font-size: 18px;
    line-height: 1;

  }

  .footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    transition: color 0.3s;
    text-align: start;

  }

  .footer-links li a:hover {
    color: #ffc107;
    /* hover pe link ka color */
  }

  .ChooseUs h4 {
    margin-top: 20px;
  }

  .headingLeft {
    font-size: 34px;
    /* padding: 10px; */
    padding-top: 15px;
    font-weight: 700;
  }

  .leftsmallHeading {
    font-weight: 400;
    color: #052C5C;
  }

  .leftTextH1 {
    /* color: #052C5C; */
    margin-left: 180px;
    font-weight: 700;
    background: linear-gradient(20deg, #052C5C, #65C8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
  }

  .leftTextH2 {
    /* color: #052C5C; */
    margin-left: 180px;
    font-weight: 700;
    color: #052C5C;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }

  /* ========================================= */


  .scroll-wrapper {
    height: 600px;
    /* visible window height */
    overflow: hidden;
    position: relative;
  }

  .scroll-container {
    display: flex;
    /* flex-direction: column; */
    animation: scrollUp 20s linear infinite;
  }

  /* Auto scrolling keyframes */
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-50%);
    }
  }

  /* 🔹 FIXED card size */

  /* =========================
   GLOBAL RESPONSIVENESS
   ========================= */

  @media (max-width: 575.98px) {
    /* .carousel-item {
      height: auto; */
    /* min-height: 400px;
    } */

    .stats-box {
      margin-top: -150px;
      padding: 20px 15px;
      position: relative;
      z-index: 3;
      justify-content: start;
    }

    .stats-box h4 {
      font-size: 1.2rem;
    }

    .social-icons {
      right: 0px;
      gap: 8px;
    }

    .carousel-item {
      /* height: 50vh;
      min-height: 400px; */
      width: 100%;
      background-size: cover;
      background-position: center;
      margin-top: 60px;
    }

    .navbar {
      padding: 15px 40px !important;
      background-color: #052C5C !important;
    }

    .social-icons {
      display: none;
    }


    .carousel-item {
      /* height: 50vh;
      min-height: 350px; */
      width: 100%;
      background-size: cover;
      background-position: center;
    }

    .aboutImg img {
      width: 100%;
      height: auto;
      margin-right: 0px;
    }

    .aboutDetails {
      background-color: #fff;
      padding: 20px;
      border-radius: 40px;
    }

    .service-card {

      text-align: center;
    }

    .service-icon {
      margin: auto;
    }

    .stats-box h4 {
      font-size: 1.4rem;
      font-weight: 700;

    }

    .stats-box p {
      margin: 0;
      font-size: 1rem;
      color: #555;
    }

    .CenterHeading h3 {
      font-size: 22px;
    }

    .CenterHeading h5 {
      font-size: 14px;
    }

    .quote-row {
      overflow: hidden;
    }


    .OuterpContainer {
      padding: 0px;
    }

    .product-showcase {


      height: auto;
    }

    .white-card {

      padding-left: 10px;
    }

    .clientSection {
      margin-top: 10px;
    }

    .ShareDetails {
      /* background-color: #fff; */
      /* padding: 20px; */
      border-radius: 40px;
      margin-top: 30px;

    }

    .footerCol {
      padding: 10px;
    }

    .footerContain {
      background: linear-gradient(100deg, #052C5C 0%, #65C8FF 100%);
    }

    .footer-links li a {
      font-size: 14px;
      padding: 0px;
    }

    .LinksColums h5 {
      font-size: 22px;
      padding: 10px;
    }

    .ChooseUs h4 {
      margin-top: 0px;
    }


    .whatRudraumCare {
      margin-top: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

    .sharbtn {
      margin-top: 0px;
    }
      .ChooseUs img{
    width: 50%;
    
  }
  }

  @media (min-width: 576px) and (max-width: 767.98px) {
    /* .carousel-item {
      height: 60vh;
      min-height: 450px;
    } */

    .stats-box h4 {
      font-size: 1.4rem;
    }

    .social-icons {
      right: 0px;
    }

    .carousel-item {
      /* height: 60vh;
      min-height: 600px; */
      width: 100%;
      background-size: cover;
      background-position: center;
      margin-top: 60px;
    }

    .navbar {
      padding: 15px 40px !important;
      background-color: #052C5C !important;
    }

    .social-icons {
      display: none;
    }

    .carousel-item {
      /* height: 50vh;
      min-height: 400px; */
      width: 100%;
      background-size: cover;
      background-position: center;
    }

    .stats-box {
      margin-top: -150px;
      padding: 20px 15px;
      position: relative;
      z-index: 3;
      justify-content: start;
    }

    .aboutImg img {
      width: 100%;
      height: auto;
      margin-right: 0px;
    }
         .ChooseUs img{
    width: 50%;
    
  }

    .aboutDetails {
      background-color: #fff;
      padding: 20px;
      border-radius: 40px;
    }

    .service-card {

      text-align: center;
    }

    .service-icon {
      margin: auto;
    }

    .stats-box h4 {
      font-size: 1.5rem;
      font-weight: 700;

    }

    .quote-row {
      overflow: hidden;
    }


    .stats-box p {
      margin: 0;
      font-size: 1rem;
      text-align: Start;
      color: #555;
    }

    .CenterHeading h3 {
      font-size: 22px;
    }

    .CenterHeading h5 {
      font-size: 14px;
    }

    .OuterpContainer {
      padding: 0px;
    }

    .product-showcase {


      height: auto;
    }

    .white-card {

      padding-left: 10px;
    }

    .gradient-box {
      display: none;
    }

    .gradient-box-right {
      display: none;
    }

    .clientSection {
      margin-top: 10px;
    }

    .ShareDetails {
      /* background-color: #fff; */
      padding: 20px;
      border-radius: 40px;
      margin-top: 0px;

    }

    .footerCol {
      padding: 10px;
    }

    .footerContain {
      background: linear-gradient(100deg, #052C5C 0%, #65C8FF 100%);
    }

    .footer-links li a {
      font-size: 14px;
      padding: 0px;
    }


    .LinksColums h5 {
      font-size: 22px;
      padding: 10px;
    }

    .ChooseUs h4 {
      margin-top: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

    .sharbtn {
      margin-top: 0px;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    /* .carousel-item {
      height: 60vh;
      min-height: 500px;
    } */

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      font-size: 14px;
      margin: 0 0px;
    }

    .carousel-item {
      width: 100%;
      background-size: cover;
      background-position: center;
      margin-top: 60px;
    }



    .stats-box {
      margin-top: -60px;
      padding: 25px 20px;
    }

    .social-icons {
      display: none;
    }

    .aboutDetails {
      background-color: #fff;
      padding: 30px;
      border-radius: 40px;
    }

    .stats-box h4 {
      font-size: 1.5rem;
      font-weight: 700;

    }

    .stats-box p {
      margin: 0;
      font-size: 1.2rem;
      text-align: start;
      color: #555;
    }

    .CenterHeading h3 {
      font-size: 22px;
    }

    .CenterHeading h5 {
      font-size: 14px;
    }

    .OuterpContainer {
      padding: 0px;
    }

    .product-showcase {


      height: auto;
    }

    .white-card {

      padding-left: 10px;
    }

    .gradient-box {
      display: none;
    }

    .gradient-box-right {
      display: none;
    }

    .clientSection {
      margin-top: 10px;
    }

    .ShareDetails {
      /* background-color: #fff; */
      padding: 20px;
      border-radius: 40px;
      margin-top: 0px;

    }

    .quote-row {
      overflow: hidden;
    }

    .footerCol {
      padding: 10px;
    }


    .footerContain {
      background: linear-gradient(100deg, #052C5C 0%, #65C8FF 100%);
    }

    .footer-links li a {
      font-size: 14px;
      padding: 0px;
    }

    .LinksColums h5 {
      font-size: 22px;
      padding: 10px;
    }

    .ChooseUs h4 {
      margin-top: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

    .sharbtn {
      margin-top: 0px;
    }
         .ChooseUs img{
    width: 50%;
    
  }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* .carousel-item {
      height: 50vh;
      min-height: 550px;
    } */

    .carousel-item {
      width: 100%;
      background-size: cover;
      background-position: center;
      margin-top: 60px;
    }

    .social-icons {
      display: none;
    }
         .ChooseUs img{
    width: 50%;
    
  }

    .aboutDetails {
      background-color: #fff;
      padding: 30px;
      border-radius: 40px;
    }

    .product-showcase {


      height: auto;
    }

    .OuterpContainer {
      padding: 0px;
    }

    .gradient-box {
      display: none;
    }

    .gradient-box-right {
      display: none;
    }

    .quote-row {
      overflow: hidden;
    }

    .footer-links li a {
      font-size: 14px;
      padding: 0px;
    }

    .LinksColums h5 {
      font-size: 22px;
      padding: 10px;
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      font-size: 14px;
      margin: 0 0px;
    }

    .whatRudraumCare {
      margin-top: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

    .sharbtn {
      margin-top: 0px;
    }
  }



  @media (min-width: 1200px) {
    /* .carousel-item {
      height: 100vh;
      min-height: 600px;
    } */

    .ShareDetails {
      /* background-color: #fff; */
      padding: 20px;
      border-radius: 40px;
    }

    .OuterpContainer {
      padding-inline: 160px;

    }

    /* .whatRudraumCare{
    margin-top: 0px;
  } */

  }

  @media (min-width: 1000px) and (max-width: 1500px) {
    .OuterpContainer {
      padding: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

    .footer-links li a {
      font-size: 14px;
      padding: 0px;
    }
         .ChooseUs img{
    width: 50%;
    
  }
  }

  @media (min-width: 1180px) and (max-width: 1620px) {
    .whatRudraumCare {
      margin-top: 0px;
    }

    .OuterpContainer {
      padding: 0px;
    }

    .leftTextH1 {
      /* color: #052C5C; */
      margin-left: 10px;

    }

    .leftTextH2 {
      margin-left: 10px;

    }

  }

  @media (min-width: 1500px) and (max-width: 1800px) {
    .footer-links li a {
      font-size: 14px;
    }

  }


  @media (max-width: 768px) {

    .wrapper,
    .quote-row {
      min-height: 450px !important;
      height: auto !important;
    }

    .left-arrow {
      margin-top: 30px;
    }

    .right-arrow {
      margin-top: 30px;
    }
  }

  /* ========================================App development===================== */


  .feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    padding-top: 30px;
    margin-top: 10px;
    /* padding-bottom: 30px; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  }

  .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .feature-icon {
    font-size: 32px;
    color: #2563eb;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .feature-item h5 {
    margin: 0;
    font-weight: 600;
    color: #1e3a8a;
  }

  .feature-item p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
  }

  .image-col {
    /* background: #fff; */
    border-radius: 16px;
    padding: 20px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
  }

  .image-col img {
    border-radius: 12px;
    max-width: 100%;
  }





  .process-wrapper {
    position: relative;
    text-align: center;
    padding: 40px 0;
    /* reduced padding */
  }

  /* Center GIF circle - Bigger */
  .center-gif {
    position: relative;
    width: 380px;
    /* increased size */
    height: 380px;
    /* increased size */
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .center-gif img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;

  }

  .center-text {
    position: absolute;
    text-align: center;
    color: #003366;
    padding: 0 20px;
  }

  .center-text h3 {
    font-size: 36px;
    font-weight: 700;
  }

  .center-text p {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 0;
  }

  /* Step cards */
  .step-card {
    position: relative;
    background: #fff;
    padding: 30px 20px 25px 50px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 116px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: space-between;
    /* content left, icon right */
  }








  /* Step number - half inside */
  .step-number {
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    /* background: #0d6efd; */
    background: linear-gradient(65deg, #052C5C 0%, #3771C8 100%);
    color: #fff;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }



  .center-text p {
    font-size: 18px;
  }


  .step-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px 0;
    /* margin-top: 16px; */
    color: #052C5C;
  }

  .step-content p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px 0;

  }


  .step-content p {
    font-size: 14px;
    margin: 0;
    color: #555;
    line-height: 1.5;
  }

  .Process-icon {
    background: #deedfd;
    /* light blue */
    color: #0d6efd;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    flex-shrink: 0;
  }



  .tech-section {
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

  .tech-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
  }

  .scroll-container {
    display: flex;
    gap: 40px;
    animation: scrollTech 25s linear infinite;
  }

  .tech-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 180px;
  }

  .top-align {
    justify-content: flex-start;
  }

  .bottom-align {
    justify-content: flex-end;
  }

  .tech-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border: 4px solid #cce7ff;
    transition: transform 0.3s ease;
  }

  .tech-icon img {
    max-width: 60%;
    max-height: 60%;
  }

  .tech-icon:hover {
    transform: translateY(-8px);
  }

  .buildApp {
    border-radius: 12px;
  }


  .faq-container {
    max-width: 700px;
    margin: auto;
  }

  .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #052c5c;
    font-size: 20px;
    height: 80px;
  }


  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
  }


  .faq-question:hover {
    background: #f1f7ff;
  }


  .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px;
  }

  .icon {
    transition: transform 0.3s ease;
  }

  .faq-item.active .icon {
    transform: rotate(180deg);
  }

  .emoji {
    margin-right: 8px;
  }



 .about-section {
  position: relative;
  background-color: #052C5C;
  padding: 80px 20px 150px;
  text-align: center;
  color: #fff;
  height: 600px;
  overflow: visible; /* allows cards to overlap properly */
}

/* About Text */
.about-section h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #eaeaea;
}

/* Company Owners Heading */
.owners-heading {
  margin-top: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
}

/* Owner Cards Row */
.owners-row {
  position: relative;
  margin-top: 80px;
  z-index: 5;
  justify-content: center;
  top: 60px; /* overlap effect */
  margin-bottom: 140px; /* space for next section */
}

/* Owner Card */
.owner-card {
  border-radius: 12px;
  text-align: center;
  width: 280px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  position: relative; /* keep in normal flow for mobile */
}

.owner-card:hover {
  transform: translateY(-5px);
}

/* Profile Image */
.owner-card img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.owner-card h5 {
  font-weight: 700;
  color: #052C5C;
  margin-top: 10px;
  font-size: 22px;
}

.owner-card p {
  color: #052C5C;
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.TeamMember h6{
  font-size: 22px;
  font-weight: 700;
  color:#052C5C ;
  margin-top: 15px;
}

.TeamMember p{
  font-size: 18px;
  font-weight: 400;
  color:#052C5C ;
  margin-top:6px;
}
/* .subheadingSec p{
  color:#052C5C;
  font-size: 20px;
} */

/* Responsive Adjustments */
@media (max-width: 991px) {
  .about-section {
    height: auto; /* remove fixed height for smaller screens */
    padding-bottom: 80px;
  }

  .owners-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    top: 20px; /* reduce overlap */
    margin-bottom: 60px;
  }

  .owner-card {
    width: 90%;
    max-width: 320px;
    padding: 10px 8px;
  }
       .ChooseUs img{
    width: 50%;
    
  }

  .owner-card img {
    width: 220px;
    height: 220px;
  }
  .owner-card h5 {
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
}

.owner-card p {
  color: #fff;
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}
}

/* Team Section */
.team h5 {
  margin-top: 30px;
  font-size: 40px;
  color: #002147;
}





  /* ============================================ */
  .teamContainer {
    width: 100%;
    height: 450px;
    background-color: #052C5C;
  }





  .testimonial-bg {
    position: relative;
    background: linear-gradient(to bottom, #F4FBFE 50%, #DAF2FF 50%);
    padding: 60px 0;
  }

  .testimonial-section .card {
    border: none;
    border-radius: 14px;
    background: #fff;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .testimonial-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }

  .testimonial-section img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .testimonial-section .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007bff;
    transition: all 0.3s ease;
  }

  .testimonial-section .carousel-indicators .active {
    background-color: #004a99;
    transform: scale(1.3);
  }

  .familyFirstImg img {
    padding: 20px;
    margin-top: 20px;
    border-radius: 16px !important;
  }



  /* ✅ Responsive Fixes */
  @media (max-width: 1400px) {
    .testimonial-section .card {
      padding: 20px;
    }
  }

  @media (max-width: 1200px) {
    .testimonial-section .card {
      margin-bottom: 25px;
    }
  }

  @media (max-width: 992px) {
    .testimonial-section img {
      width: 70px;
      height: 70px;
    }
  }

  @media (max-width: 768px) {
    .testimonial-section .card {
      padding: 18px;
    }
  }

  @media (max-width: 576px) {
    .testimonial-section .card {
      width: 90%;
      margin: 0 auto 20px;
    }

    .testimonial-section img {
      width: 60px;
      height: 60px;
    }

         .ChooseUs img{
    width: 50%;
    
  }

    .testimonial-section p.small {
      font-size: 13px;
      line-height: 1.5;
    }
  }


  .ClientName {
    color: #052C5C;
    font-size: 18px;
  }

  .star {
    font-size: 26px;
    color: #FFA600;
  }

  .small {
    text-align: start;
  }


  .keyFeatures {
    width: 100%;
    background-color: #fff;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }

  .KeyFeatureContainer {
    padding: 30px 160px 30px 160px;
  }

  .keys {
    display: flex;
    flex-direction: column;
    /* each key-item on a new line */
    gap: 20px;
    /* space between rows */
    padding: 20px;
  }

  .key-item {
    display: flex;
    align-items: center;
    gap: 15px;
    /* space between circle, heading, text */
  }

  /* .circle {
  width: 36px;
  height: 36px;
  background-color: #DAF2FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

  .circle img {
    width: 80px;
    height: 80px;
  }

  .key-title {
    color: #052C5C;
    font-weight: 500;
    margin: 0;
    width: 220px;
    font-size: 18px;
  }

  .key-text {
    color: #807F80;
    margin: 0;
    font-size: 20px;
    /* font-weight: 500; */
    text-align: start;

    
    /* use 'left' instead of 'start' */
  }


  .pricing-section {
    background: linear-gradient(180deg, #f4fbfe, #daf2ff);
    padding: 60px 0;
  }

  /* Card Styles */
  .pricing-card {
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #a1dbfa 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .pricing-card h3 {
    font-weight: 700;
    color: #052C5C;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  /* Common bullet style for all cards (blue dots) */
  .pricing-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
  }

  .pricing-card ul li {
    margin-bottom: 12px;
    color: #052C5C;
    position: relative;
    padding-left: 22px;
    /* space for bullet */
    text-align: start;
  }

  .pricing-card ul li::before {
    content: "•";
    /* bullet */
    color: #3771C8;
    /* blue for normal cards */
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* ✅ Only for Lifetime Plan (center card with .featured) */
  .pricing-card.featured ul li {
    color: #fff;
    /* text white */
  }

  .pricing-card.featured ul li::before {
    color: #fff;
    /* bullet white */
  }


  .btn-pricing {
    background: linear-gradient(120deg, #65C8FF, #052C5C 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.3s;

  }

  .btn-pricing:hover {

    font-weight: 700;

  }

  /* .btn-pricing:hover {
    opacity: 0.9;
  } */
  .btn-pricing-light {
    background-color: #fff;
    font-weight: 600;

  }

  .btn-pricing-light:hover {
    background-color: #fff;
    color: #002147 !important;
    font-weight: 700;

  }

  .glass-box ul {
    list-style-position: inside;
    /* bullets inside box */
    /* list-style-type: disc;        */
  }

  .glass-box ul li {
    color: #fff;
    /* text color */
    text-align: start;
  }

  .glass-box ul li::marker {
    color: #fff;
    /* bullet color */
    font-size: 14px;
    /* adjust bullet size */
  }

  /* Featured Center Card */
  .pricing-card.featured {
    color: #fff;
    transform: scale(1.08);
    background: none;
    padding: 30px 20px 20px;
  }

  /* GIF Background */
  .pricing-card.featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/price\ \(1\).gif") center/cover no-repeat;
    z-index: 0;
  }

  /* Heading outside the glass box */
  .featured h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  /* Glassmorphism Overlay at Bottom */
  .glass-box {
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: auto;
    /* Push glass box to bottom */
  }

  .glass-box p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .btn-pricing-light {
    background: #fff;
    color: #052C5C;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
  }


  .portfolio-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .portfolio-tabs .tab-btn {
    border: none;
    background: #f0f0f0;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .portfolio-tabs .tab-btn.active,
  .portfolio-tabs .tab-btn:hover {
    background: #CCEEFF;
    color: #052C5C;
  }

  .portfolio-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .portfolio-card:hover {
    transform: translateY(-5px);
  }

  .portfolio-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .portfolio-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

  .portfolio-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* overlay base (gradient + center content) */
  .portfolio-card .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.65));
    opacity: 0;
    transition: opacity .35s ease;
  }

  /* show on hover */
  .portfolio-card:hover .overlay {
    opacity: 1;
  }

  /* overlay image (you can control size here) */
  .overlay-image {
    width: 120px;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
  }

  /* button */
  .overlay-btn {
    background: linear-gradient(90deg, #052C5C, #65C8FF);
    border: none;
    padding: 10px 22px;
    border-radius: 28px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }

  .overlay img {
    width: 180px;
  }

  .blogIMG {

    padding: 0px;
  }

  .blogIMG img {
    margin-top: 100px;

  }

  .blog1 {
    margin-top: 20px;
  }

  .CardBlog {
    padding: 0px;
    height: 400px;
    background-color: #fff;
  }

  .CardBlog img {
    width: 100%;
    height: 260px;

  }




  .blog-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #fff;
    min-height: 450px;
    height: auto;

  }

  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .blog-card-body {
    padding: 20px;
  }

  .blog-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .blog-card p {
    font-size: 15px;
    color: #555;
  }

  .blog-card a {
    font-weight: 700;
    text-decoration: none;
    color: #052C5C;
  }

  .WhatsConnect {
    justify-content: center;
  }

.benefits li{
  color: #7B7A7B;
}
.benefits h4{
  color: #052C5C;
}







  /* Responsive 980px - 14450px */
  @media (min-width: 980px) and (max-width: 1440px) {

    /* .circle {
    width: 80px;
    height: 80px;
  } */
    .key-title {

      font-weight: 700;
      font-size: 12px;
    }

    .circle img {
      width: 60px;
      height: 60px;
    }

    .key-title {
      font-size: 1.2rem;
    }

    .key-text {
      font-size: 1rem;
    }

    .key-item {
      gap: 20px;
    }

    .KeyFeatureContainer {
      padding: 15px 10px 15px 10px;
    }

    .pricing-section {
      padding: 20px 0;
    }


     .key-text {
    color: #807F80;
    margin: 0;
    font-size: 18px;
    /* font-weight: 500; */
    text-align: left;
    /* use 'left' instead of 'start' */
  }

  }

  @media (max-width: 1199px) {
    .testimonial-section .carousel-item .row {
      flex-wrap: wrap;
      /* allow 2 cards per row */
    }

    .KeyFeatureContainer {
      padding: 15px 10px 15px 10px;
    }

    .WhatsConnect {
      justify-content: start;
    }

  }

  @media (max-width: 767px) {
    .testimonial-section .carousel-item .row {
      flex-direction: column;
      /* stack cards vertically */
    }

    .KeyFeatureContainer {
      padding: 15px 10px 15px 10px;
    }

    .pricing-section {
      padding: 20px 0;
    }


    .WhatsConnect {
      justify-content: start;
    }
         .key-text {
    color: #807F80;
    margin: 0;
    font-size: 16px;
    /* font-weight: 500; */
    text-align: left;
    /* use 'left' instead of 'start' */
  }


  }



  @keyframes scrollTech {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }



  @media (max-width: 768px) {
    .center-gif {
      width: 280px;
      height: 280px;
      margin-bottom: 30px;
    }

    .center-text h3 {
      font-size: 32px;
    }

    .center-text p {
      font-size: 13px;
    }

    .groupofBTn {
      text-align: center;
    }

    .faq-question {
      padding: 15px 20px;
      font-size: 16px;
      height: 80px;
    }

    .faq-answer {
      padding: 0 20px;
      font-size: 14px;
    }

    .testimonial-bg {
      padding: 0px 0;
      background: linear-gradient(to bottom, #F4FBFE 50%, #F4FBFE 50%);

    }

    .pricing-section {
      padding: 20px 0;
    }

  }


  @media (max-width: 575.98px) {
    .feature-card {
      padding: 10px;
    }

    .step-number {
      left: 5px;
      width: 40px;
      height: 40px;
      font-size: 16px;
    }

    .step-content h5 {
      font-size: 18px;
      margin: 0 0 2px 20px;
    }

    .step-content p {
      font-size: 14px;
      margin: 0 0 2px 20px;

    }
     .key-text {
    color: #807F80;
    margin: 0;
    font-size: 14px;
    /* font-weight: 500; */
    text-align: left;
    /* use 'left' instead of 'start' */
  }



    .step-card {
      padding: 30px 20px 25px 40px;
      min-height: 116px;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
    }

    .center-gif img {
      object-fit: cover;

    }

    .groupofBTn {
      text-align: center;
      /* gap: 60px; */
    }

    .process-wrapper {
      padding: 0px 0;
    }

    .testimonial-bg {
      padding: 0px 0;
      background: linear-gradient(to bottom, #F4FBFE 50%, #F4FBFE 50%);

    }

    .pricing-section {
      padding: 20px 0;
    }

    .blog1 {
      margin-top: 80px !important;
    }

    .blog1 h2 {
      font-size: 26px !important;
    }

    .blogIMG img {
      margin-top: 10px;
    }
  }

  @media (min-width: 576px) and (max-width: 767.98px) {
    .feature-card {
      padding: 10px;
    }

    .groupofBTn {
      text-align: center;
    }

    .process-wrapper {
      padding: 0px 0;
    }

    .testimonial-bg {
      padding: 0px 0;
      background: linear-gradient(to bottom, #F4FBFE 50%, #F4FBFE 50%);

    }

    .blog1 {
      margin-top: 80px !important;
    }

    .blog1 h2 {
      font-size: 26px !important;
    }

    .blogIMG img {
      margin-top: 10px;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .feature-card {
      padding: 20px;
    }

    .center-gif img {
      width: 100%;
      object-fit: cover;
    }

    .center-text h3 {
      font-size: 24px;
    }

    .Process-icon {
      width: 36px;
      height: 36px;
      margin-left: 10px;
      font-size: 22px;

    }

    .step-number {
      left: -20px;
      width: 40px;
      height: 40px;
      font-size: 16px;
    }

    .step-content h5 {
      font-size: 18px;
      margin: 0 0 2px 10px;
    }

    .step-content p {
      font-size: 14px;

      margin: 0 0 2px 20px;

    }

    .blog1 {
      margin-top: 80px !important;
    }

    .blog1 h2 {
      font-size: 24px !important;
    }

    .step-card {

      padding: 30px 20px 25px 30px;

    }

    .testimonial-bg {
      padding: 0px 0;
      background: linear-gradient(to bottom, #F4FBFE 50%, #F4FBFE 50%);

    }

    .pricing-section {
      padding: 20px 0;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-card {
      padding: 20px;
    }

    .center-gif img {
      width: 100%;
      height: 100%;
      object-fit: cover;

    }

    .testimonial-bg {
      padding: 0px 0;
    }

    .Thum2Thief p {
      font-size: 14px;
    }
  }


  @media (min-width: 1000px) and (max-width: 1500px) {
    .testimonial-bg {
      padding: 0px 0;
    }

    .Thum2Thief p {
      font-size: 16px;
    }

    .blog1 {
      margin-top: 80px !important;
    }

    .blog1 h2 {
      font-size: 24px !important;
    }
  }


  @media (min-width: 1500px) and (max-width: 1620px) {

    .blog1 {
      margin-top: 80px !important;
    }

    .blog1 h2 {
      font-size: 24px !important;
    }
  }

  @media (min-width: 1500px) and (max-width: 1800px) {
    .testimonial-bg {
      padding: 0px 0;
    }


  }



  @media (max-width: 1024px) {
    .pricing-card {
      width: 100% !important;
      margin: 0 auto 20px auto;
    }

    .row.g-4>div {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }


  @media (max-width: 1024px) {
    .offset-md-1 {
      margin-left: 0 !important;
      /* offset हटेगा */
    }
  }


  .glowing {
  position: relative;
  max-width: 1000px;
  /* height: 550px; */
  /* margin: -150px; */
  /* transform-origin: right; */
  animation: colorChange 5s linear infinite;
  overflow: hidden;
}

.glowing:nth-child(even) {
  transform-origin: left;
}
.adddetails{
  padding: 30px 60px 30px 60px;
}

@keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
}

.glowing span {
  position: absolute;
  top: calc(80px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}

.glowing span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #f00;
  border-radius: 50%;
}

.glowing span:nth-child(3n + 1)::before {
  background: rgba(134,255,0,1);
  box-shadow: 0 0 20px rgba(134,255,0,1),
    0 0 40px rgba(134,255,0,1),
    0 0 60px rgba(134,255,0,1),
    0 0 80px rgba(134,255,0,1),
    0 0 0 8px rgba(134,255,0,.1);
}

.glowing span:nth-child(3n + 2)::before {
  background: rgba(255,214,0,1);
  box-shadow: 0 0 20px rgba(255,214,0,1),
    0 0 40px rgba(255,214,0,1),
    0 0 60px rgba(255,214,0,1),
    0 0 80px rgba(255,214,0,1),
    0 0 0 8px rgba(255,214,0,.1);
}

.glowing span:nth-child(3n + 3)::before {
  background: rgba(0,226,255,1);
  box-shadow: 0 0 20px rgba(0,226,255,1),
    0 0 40px rgba(0,226,255,1),
    0 0 60px rgba(0,226,255,1),
    0 0 80px rgba(0,226,255,1),
    0 0 0 8px rgba(0,226,255,.1);
}

.glowing span:nth-child(3n + 1) {
  animation: animate 10s alternate infinite;
}

.glowing span:nth-child(3n + 2) {
  animation: animate-reverse 3s alternate infinite;
}

.glowing span:nth-child(3n + 3) {
  animation: animate 8s alternate infinite; 
}


.downloadBTN{
  margin-left: 50px;
}

@keyframes animate {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-reverse {
  0% {
    transform: rotate(360deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .ChooseUs img {
    width: 40%;
  }
}




