  .grid .infographic {
            padding: 50px 0;
        }
        .grid .card {
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            background-color: #fff;
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 50px;
        }
        .grid .circle {
            width: 380px;
            /* height: 380px; */
            background: linear-gradient(to right, #3FA8F4, #39B44A);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        .grid .carousel-inner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
        .grid .row.infographic {
            display: flex;
            align-items: stretch;
        }
    
        .grid .col-md-4.d-flex .card {
            height: 70%;
        }
        .grid .text
        {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }
        .grid .para
        {
            font-size: 16px;
        }
        @media (max-width: 1024px) 
        {
            .grid .col-md-4.d-flex .card {
            height: auto;
        }
        .grid .circle {
            width: 250px;
            /* height: 250px; */
            border-radius: 50%;
        }
        }
        @media (max-width: 768px) {
        .grid .infographic {
            padding: 20px 0;
        }

        .grid .circle {
            width: 300px;
            /* height: 300px; */
            margin-bottom: 20px; /* Add space between circle and cards */
        }

        .grid .text {
            font-size: 18px;
            text-align: center;
        }

        .grid .para {
            font-size: 16px;
            text-align: center;
        }

        .grid .row.infographic {
            flex-direction: column;
            align-items: center;
            
        }

        .grid .col-md-4 {
            width: 100%;
            margin-bottom: 20px; /* Add space between the cards */
        }

        /* Stacking the image above the cards */
        .grid .col-md-4.text-center {
            order: -1; /* Move the image to the top */
        }
    }




  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      /* background: #f8f8f8; */
      font-size: 18px;
      line-height: 1.8;
      font-weight: 400;
      /* color: #999999; */
    }
   
     .nav-full {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2000;
      background-color: transparent;
    }
    
    .nav-logo {
      width: 50%;
    }
     
     .navbar-nav .nav-link {
      color: black;
      font-weight: 500;
      margin: 0px 13px 0px 13px;
    }
    .navbar-nav .nav-link:hover {
      color: #007bff !important;
    }
    
    .login {
      background: rgba(255, 255, 255, 0.3);
      background: linear-gradient(to right, #3fa9f5, #39b54a);
      color: #fff;
      border-radius: 0;
      position: relative;
      display: inline-block;
      z-index: 0;
      text-align: center;
      border: 1px solid transparent;
      letter-spacing: 2px;
      width: 120px;
      clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .login a {
      text-decoration: none;
      color: white;
      font-weight: 700;
      margin-left: 13px;
    }

    .top-wrap,
    .nav-two {
      position: relative;
      width: 100%;
      z-index: 1101;
      transition: backdrop-filter 0.3s ease;
    }
    .top-wrap {
      /* position: fixed; */
      top: 0;
      left: 0;
      right: 0;
      z-index: 1101;
      /* padding: 20px; */
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .nav-two-logo {
      width: 10%;
      transition: opacity 0.3s ease-in-out; /* Smooth fade-in effect */
    }
    .nav-two .show-logo {
      display: block; /* Show when scrolling */
      opacity: 1;
    }
    .nav-two {
      position: fixed;
      left: 0;
      right: 0;
      color: white;
      background-color: #ffffff;
    }
    .nav-two ul {
      padding-left: 25px;
      text-align: center;
    }
    .nav-two-logo {
      margin-right: 20px;
    }
    .nav-two.hidden-space {
      top: 0px; /* Adjust the positioning of nav-two */
    }
    /* Initially hidden for smooth transition */
    .hidden {
      transform: translateY(-100%);
      opacity: 0;
    }

    .navbar-scrolled {
      z-index: 1111;
    }

    .navbar-scrolled .nav-link {
      color: black !important;
    }
    .navbar-scrolled .nav-ul:hover {
      color: #007bff !important;
    }
    .navbar-scrolled .nav-two-logo {
      color: black !important;
    }
    button {
      color: white;
      margin-right: 40px;
    }
    .custom-toggler .navbar-toggler-icon {
      border-color: white !important; /* Change the color of the icon to white */
    }

    @media (min-width: 1025px) {
      .nav-logo {
        width: 50%;
      }

      .nav-two-logo {
        width: 10%;
        margin-left: 20px;
      }

      .navbar-nav .nav-link {
        margin: 0 15px;
        font-size: 1.2rem;
      }

      .login {
        width: 130px;
        font-size: 1.1rem;
      }

      .icons-container a i {
        font-size: 1.6rem;
      }

      .bg-img {
        height: 90vh;
      }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
      .nav-logo {
        width: 50%;
      }
      .nav-two-logo {
        width: 20%;
      }
      .navbar-nav .nav-link {
        margin: 0 12px;
        font-size: 15px;
      }

      .login {
        width: 120px;
        font-size: 1rem;
      }

      .top-wrap {
        padding: 13px;
      }

      .icons-container a i {
        font-size: 1.5rem;
      }

      .bg-img {
        height: 85vh;
      }
    }
    @media (min-width: 577px) and (max-width: 768px) {
      .nav-logo {
        width: 50%;
      }
      .nav-two-logo {
        width: 30%;
      }
      .navbar-nav .nav-link {
        margin: 8px 10px;
        font-size: 1rem;
      }
      .login {
        width: 110px;
        font-size: 0.9rem;
      }

      .top-wrap {
        padding: 15px;
      }

      .icons-container a i {
        font-size: 1.4rem;
      }

      .bg-img {
        height: 75vh;
      }
    }
    @media (max-width: 576px) {
      .nav-logo {
        width: 70%; /* Smaller logos */
      }
      .nav-two-logo {
        width: 30%;
      }
      .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
        font-size: 0.9rem;
      }

      .login {
        width: 100px;
        font-size: 0.8rem;
      }

      .top-wrap {
        padding: 10px; /* Less padding on top */
      }

      .navbar-toggler {
        margin-right: 10px;
      }

      .icons-container a i {
        font-size: 1.2rem; /* Smaller icons */
      }

      .bg-img {
        height: 60vh; /* Reduce banner height on small screens */
      }
    }