/*Custom Styles for Effects */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');


    body {
      font-family: 'Inter', sans-serif;
      background-color: #111827;
      color: white;
      overflow-x: hidden;
    }

    .gradient-text {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .gradient-bg {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    .glass-effect {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hover-float:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .hover-glow:hover {
      box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    }
.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--bs-bg-opacity)) ;
}
.bg-opacity-50{
      --bs-bg-opacity: 0.5;
}
    .pulse-dot {
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }

      50% {
        transform: scale(1.2);
        opacity: 0.7;
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .floating {
      animation: floating 3s ease-in-out infinite;
    }

    @keyframes floating {
      0% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-20px);
      }

      100% {
        transform: translateY(0px);
      }
    }

    .nav-blur {
      background: rgba(17, 24, 39, 0.8);
      backdrop-filter: blur(12px);
    }

    .btn {
     transition: all 0.2s ease-in-out;
    }

    .btn:hover {
      transform: scale(1.03);
      opacity: 1;
      /* transition: all 0.2s ease-in-out; */
    }

    .hover-float {
      transition: all 0.3s ease-in-out;
    }

    .hover-float:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .bg-indigo-blur {
      background: radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.15), transparent);
    }

    .hero-blur-purple {
      width: 18rem;
      height: 18rem;
      background-color: rgba(168, 85, 247, 0.2);
      filter: blur(60px);
      top: 5rem;
      left: 2rem;
    }

    .hero-blur-indigo {
      width: 24rem;
      height: 24rem;
      background-color: rgba(99, 102, 241, 0.2);
      filter: blur(60px);
      bottom: 5rem;
      right: 2rem;
      animation-delay: 1s;
    }
    /*.step-circle {
      position: relative;
    }*/

      .step-circle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        width: 100%; /* Adjust spacing between circles */
        height: 2px;
        background-image: linear-gradient(to right, #8b5cf6, rgba(139, 92, 246, 0)); /* gradient line */
        transform: translateY(-50%);
      }
    .col-md-3:last-child .step-circle::after {
      content: none; /* Remove line after the last circle */
    }

    @media (max-width: 767.98px) {
      .step-circle::after {
        content: none;
      }
      .m-navbar-brand{
font-size: 1.5rem ;
      }
      .navbar-nav .nav-link{
        font-size: initial !important;
      }
      .hero-title {
        font-size: 1.8rem !important;
      }
      .hero-subtitle {
        font-size: 1rem !important;
    }
.cta-title{
  font-size: 1.5rem !important;
}
.sub-cta-title{
  font-size: 1rem !important;
}

      .navbar-toggler {
        width: 40px;
        height: 40px;
      }

      .navbar-toggler-icon {
        width: 30px;
        height: 30px;
      }

      .navbar-collapse button {
        font-size: small;
      }
    }

    @media (min-width: 992px) {
      .navbar-nav .nav-link{
        font-size: initial !important;
      }
      .hero-title {
        font-size: 3rem !important;
      }
      .hero-subtitle {
        font-size: 1.2rem !important;
    }
}


    
    @media (max-width:991px) {
      .navbar-nav .nav-link{
        font-size: .7rem;
      }
      .navbar-collapse button{
        font-size: x-small;
      }
    }

    .text-gray-400{
      color: rgba(156, 163, 175, 1);
    }
    .text-green-400{
      color: rgba(52, 211, 153, 1);
    }
    .text-blue-400 {
      color: rgba(96, 165, 250, 1);
  }
  .text-purple-400 {
    color: rgba(167, 139, 250, 1);
}
.bg-purple {
  background-color: rgba(139, 92, 246, var(--bs-bg-opacity)) !important;
}
    .strategy-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
  }
  .strategy-card:hover{
    background: rgba(255, 255, 255, 0.047);
    border: 1px solid rgba(59, 130, 246, 0.5);
  }
  .border-gray-800 {
    border-color: rgba(255, 255, 255, 0.122) !important; 
}
.s-media a:hover, .f-link:hover{
  color: white !important;
}
.navbar-toggler:focus{
  box-shadow:none
}
.navbar-toggler.open .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar-toggler.open .navbar-toggler-icon::before,
  .navbar-toggler.open .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff; /* <-- white color */
  }

  .navbar-toggler.open .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler.open .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }


  /*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    position: relative;
}

.footer-bg {
    background: rgb(68, 0, 121);
    background: radial-gradient( circle, rgba(68, 0, 121, 1) 0%, rgba(0, 0, 0, 1) 100% );
    background-size: 300% 300%;
    animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.footer h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
    color: #fff;
}

.footer p {
    /* color: #fff; */
    font-size: 1.2rem;
}

.footer .btn-get-started {
    color: var(--contrast-color);
    background: var(--blue-magenta-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 4px;
    transition: 0.5s;
}

    .footer .btn-get-started:hover {
        color: var(--contrast-color);
        background: color-mix(in srgb, var(--accent-color), transparent 15%);
    }

/* .footer .branding {
    width: 265px;
    height: auto;
} */

    .footer .branding p {
        font-size: 0.8rem;
    }

    .footer .branding img {
        width: 100%;
    }

.c-address {
    padding-left: 40px;
    color: white;
}

    .c-address h3 {
        font-size: 1.2em;
        color: var(--contrast-color);
    }

    .c-address p {
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

.f_contact p {
    color: white;
    font-size: 0.9em;
    margin-bottom: 0;
}

.footer a {
    color: white;
}

    .footer a:hover {
        color: var(--blue-magenta-color);
    }

.footer .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    /* line-height: 0; */
    padding: 3px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #4d4d4d;
}

.in {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.insta {
    background: radial-gradient( circle farthest-corner at 35% 90%, #fec564, transparent 50% ), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient( ellipse farthest-corner at 20% -50%, #5258cf, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient( ellipse farthest-corner at 60% -20%, #893dc2, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient( #6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100% );
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218dff;
}

@media screen and (max-width: 768px) {
    .footer h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .footer p {
        font-size: 0.7rem;
    }

    .footer .btn-get-started {
        font-size: 13px;
    }

    .footer .branding {
        text-align: left !important;
        margin: auto;
    }

    .c-address {
        padding-left: 0px;
    }
}

.footer-bottom {
    font-size: 0.7rem;
    color: white;
}
