* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    background: #ffffff;
    color: #000000;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

#particleCanvas {
    position: fixed;
    top: 0;
    left: 0;
}


/* products-menu */
.flux-card:hover ,.cognify-card:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 15px 15px rgba(172, 172, 172, 0.4);
}

.btn-group .get-started{
  color: #8512E0;
}
.btn-group .get-started:hover{
  color: #2712e0;
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px !important;
}
.card-text{
  font-size: 0.8rem;
}





/* navbar */
.navbar{
  margin-top: 30px;
}
.nav-container {
  position:fixed;
    z-index: 100;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); 
}
.navbar-brand span{
    font-weight: 500;
}

.nav-links .nav-link {
    font-size: 15px;
    color: #686868 !important;
    text-decoration: none;
    padding: 1px 0px;
    transition: 0.25s ease;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;      
    margin: 0 auto;  
}
.nav-link:hover{
  color: #017aea !important;
}
.products-menu {
  cursor: pointer;
}
.sign-in-btn{
  position: relative;
  padding: 9px 20px;
  border-radius: 28px;
  background: #ffffff;
  color: #6857ff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;              
  z-index: 1;
  transition: color .2s;
}

.sign-in-btn:hover{
  background:#0774e810;
  color:#3e3e3e;
}

.sign-in-btn::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1.5px;               
  border-radius:inherit;
  background:linear-gradient(120deg,#00f5ff,#a855f7,#00f5ff);
  background-size:200% 200%;
  animation:borderMove 3s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
    mask-composite:exclude;
  z-index:-1;
}
@keyframes borderMove{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}
.rad-btn {
  padding: 9px 22px;
  border-radius: 28px;
  background: linear-gradient(to right, #017AEA, #5929D7);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  border: none;
  transition: 0.5s;
}
.rad-btn:hover {
  background: linear-gradient(to left, #017AEA, #5929D7);
}

@media(min-width: 992px){
  .cards-group{
    padding: 25px;
  }
  .col .card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .dropdown{
    border-radius: 22px;
    width: 650px !important; 
    left: 50% !important;
    transform: translateX(-50%) translateY(-10px) !important; 
    background: white;
    position: fixed !important;
    top: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    opacity:0;
    pointer-events:none;
    transition:opacity .5s ease, transform .5s ease;
  }
.nav-item:hover > .dropdown,
.dropdown:hover {
  display: block !important;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
}

@media (max-width: 992px){
  .nav-container{
    position: relative !important;
    flex-wrap: wrap !important;
    border-radius: 20px !important;
  }
  .nav-links{
    margin: 0 !important;
    width: 100%;
    display: block !important;
  }
  .nav-item{
    padding: 12px 0;
    width: 100%;
  }
  .rad-btn{
    display: none;
  }
  .sign-in-btn {
    padding: 0px 0px;
    border-radius: 0px;
    border: none;
    color: #017AEA;
    background: none !important;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
    }
  .sign-in-btn::before{
    background: none;
  }  
  .products-menu > .d-flex{
    width: 100%;
    align-items: center;
  }
  .dropdown{
    position: relative !important;
    width: 100% !important;     
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #fff;
    display: block;
  }
  .dropdown .row{
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
    margin: 0;
  }
  .col{
    display: block;     
    width: 100%;
  }
  .dropdown .card{
    width: 100%;
  }
  .navbar-collapse{
    margin-top: 10px;
    width: 100%;
    overflow-x: hidden;
  }
}







/* section 1 */
.section1{
    height: 72vh;
}

.section1-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    animation: titleAppear 2.5s ease-out forwards;
}

.center-node {
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: breathe 4s ease-in-out infinite;
}

.center-content {
    position: absolute;
    left: 50%;
    top: calc(50% + 130px); 
    transform: translateX(-50%);
    max-width: 650px;
}
.center-content a {
    display: inline-block;
    margin-top: 10px;
}
.title span{
  background: linear-gradient(180deg, #6a11cb, #2575fc); 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
}
.node {
    width: 90px;
    height: 90px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    box-shadow: 0 16px 35px rgba(0,0,0,0.15);
    animation: float 6s ease-in-out infinite;
}
.purple { background: #9966ff; color: #fff; }
.yellow { background: #ffdd5c; }
.blue { background: #d3dbff; }
.red { background: #f2cfc9; color: #fff; }
.white { background: #ffffff; }
.cyan { background: #bbf4e1; }

/* Groups */
.group-left {
    position: absolute;
    width: 42%;
    top: 50%;
    transform: translateY(-50%);
}
.group-right {
    position: absolute;
    width: 42%;
    justify-items: end;
    top: 50%;
    transform: translateY(-50%);
}

.node-p{
    width: 100%;
    align-items: center;
}

.left { left: 5%; }
.right { right: 5%; }
.margin-t{margin-top: 10px;}
.margin-b{margin-bottom: 10px;}
.node-ml-1{margin-left: 35%;}
.node-ml-2{margin-left: 28%;}
.node-mr-1{margin-right: 35%;}
.node-mr-2{margin-right: 28%;}

.profile {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    animation: breathe 4s ease-in-out infinite;
}

.line {
    display: inline-block;
    height: 1.5px;
    background: #d6d6d6;
    margin: 0 15px;
    flex-grow: 1;
}

.angled-left {
    width: 30px;

    transform: rotate(45deg);
}

.angled-right {
    width: 130px;
    transform: rotate(-20deg);
}

.line-container {
    display: flex;
    align-items: center;
    width: 250px; 
}
.line-jointer{
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.linee {
    height: 1px;
    background: #cfcfcf;
    display: inline-block;
}

.straight {
    flex-grow: 1;
}

.d-angled {
    width: 150px;     
    transform: rotate(42deg);
    transform-origin: left center;
}
.u-angled {
    width: 150px;     
    transform: rotate(-42deg);
    transform-origin: left center;
}
.d-angled {
    width: 150px;    
    transform: rotate(42deg);
    transform-origin: left center;
}
.u-2-angled {
    width: 150px;    
    transform: rotate(-42deg);
    transform-origin: right center;
}
.d-2-angled {
    width: 150px;    
    transform: rotate(42deg);
    transform-origin: right center;
}
.title {
    opacity: 0;
    margin-top: 0px;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    border-right: 3px solid #fff;
    animation: titleAppear 1.1s ease-out forwards;
    animation-delay: 1s; 
    
}

.subtitle {
    font-size: 17px;
    color: #242424a7;
    
    font-style: italic;
    margin: 10px 0px;
    animation: slowAppear 2.5s ease-out forwards;
}

.radbtn {
    opacity: 0;
    width: 0;
    padding: 15px 22px;
    border-radius: 28px;
    background: linear-gradient(90deg, #017AEA, #704ADD);
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    animation: Expand 1.5s ease-out forwards;
    animation-delay: 1s; 
}
.radbtn:hover{
    box-shadow: 0 0 30px rgba(0, 106, 255, 0.9);

}

@keyframes Expand {
    0% {
        opacity: 0;
        width: 0;
        transform: scale(0.95);
    }
    60% {
        opacity: 1;
        width: 170px;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        width: 170px;
        transform: scale(1);
    }
}
@keyframes titleAppear {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.92);
    }
    50% {
        opacity: 0.6;
        transform: translateY(10px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

@keyframes breathe {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.07); }
  100% { transform: scale(1); }
}
@keyframes slowAppear {
    from {opacity: 0; }
    to {opacity: 1;}
}

@media (max-width:2560px) {
    .section1{
        max-width: 1300px;
        margin: auto;
        transform: translateY(40px);
    }
    
}
@media (max-width:1226px) {
    .section1{
      height: 82vh;
      max-width: 1800px;
    }
    .line-container {
    display: flex;
    align-items: center;
    width: 188px;
    }
    
}
@media (max-width:993px) {
  .section1{
    height: 72vh;

  }
  .u-2-angled {
    width: 122px;
    transform: rotate(-42deg);
    transform-origin: right center;
  }
  .d-2-angled {
    width: 123px;
    transform: rotate(42deg);
    transform-origin: right center;
  }
  .d-angled {
    width: 124px;
    transform: rotate(42deg);
    transform-origin: left center;
  }
  .u-angled {
    width: 123px;
    transform: rotate(-42deg);
    transform-origin: left center;
  }
  .node-right-width{
    width: 82%;
  }
  .node-left-width{
    width: 63%;
  }
  .center-content a {
    margin-top: 0px;
  }
}

@media (max-width:992px) {
    .section1 {
      height: 80vh;
    }
    .hero-connect {
      margin-top: 120px;
    }
    .group-left, .group-right {
      width: 50%;
    }
    .node {
      width: 72px;
      height: 72px;
      font-size: 28px;
    }
    .profile {
      width: 72px;
      height: 72px;
    }
    .line-container {
      width: 180px;
    }
    .title {
      font-size: 50px;
    }
    .subtitle {
      font-size: 15px;
      margin-bottom: 2rem;
    }
    .node-ml-1 { margin-left: 20%; }
    .node-ml-2 { margin-left: 18%; }
    .node-mr-1 { margin-right: 20%; }
    .node-mr-2 { margin-right: 18%; }
}

@media (max-width:768px) {

    .d-2-angled{
      width: 119px;
      transform: rotate(42deg);
      transform-origin: right center;
    }
    .u-2-angled{
      width: 119px;
      transform: rotate(-42deg);
      transform-origin: right center;
    }
    .d-angled {
      width: 119px;
      transform: rotate(42deg);
      transform-origin: left center;
    }
    .u-angled {
      width: 118px;
      transform: rotate(-42deg);
      transform-origin: left center;
    }
    .center-content {
      max-width: 90%;
      padding: 0 15px;
    }
    .node {
      width: 70px;
      height: 70px;
    }
    .profile {
      width: 70px;
      height: 70px;
    }
    .line-container {
      width: 150px;
    }
    .title {
      font-size: 50px;
    }
    .subtitle {
      font-size: 15px;
      margin-bottom: 2rem;
    }
}
@media (max-width:680px) {
    .section1{
      height: 55vh;
    }
    .max-width{
      max-width: 100vw;
    }
    .line-container {
      display: none;
    }
    .line{
      display: none;
    }
    .center-content {
      top: 0;
      margin-left: 5px;
    }
    .title {
      font-size: 10vw;
    }
    .group-left{
      display: none;
    }
    .group-right{
      display: none;
    }
    .node{
      animation: none;
    }
    .profile {
      display: none;
    }
    .center-node {
      padding: 1%;
      animation: none;
      justify-content: center;
      display: flex;
      position: relative;
      transform: translateY(41vh);
    }
}





/* section 2 */
.section2{
    height: 90vh;
    position: relative;
    background: linear-gradient(90deg , #000000, #030034, #000000);
    overflow-x: hidden;
}
.fadeOutUp {
    animation: fadeOutUp 0.7s ease forwards;
}
.fadeInUp {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeOutUp {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-40px); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

.section2-btn {
    background: linear-gradient(to right, #017AEA, #5929D7);
    border: none;
    text-decoration: none;
    color: white;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 17px;
    opacity: 0;
    animation: fadeInUp 1s ease 0.6s forwards;
}
.section2-btn:hover{
    background: linear-gradient(to right, #5929D7, #017AEA);
    color: white;
}
.box {
    width: 140px;
    height: 180px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 40px 0;
}

.flex-col{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 200px;
    position: relative;
}
.images {
    position: absolute;
    top: 55%;
    width: 450px;
    height: 450px;
    transform: translate(-50%, -50%);
}

.left-circle {
    left: 0%; 
}

.right-circle {
    right: 0;
    transform: translate(25%,-50%); 
}

.item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: rotate(calc(60deg * var(--i))) translate(180px) rotate(calc(-60deg * var(--i)));
    transform-origin: center;
    animation: rotate 10s linear infinite;
}

.right-circle .item {
    animation: rotate-anticlock 10s linear infinite;
}

@keyframes rotate {
    from {transform: rotate(calc(60deg * var(--i))) translate(180px) rotate(calc(-60deg * var(--i)));}
    to {transform: rotate(calc(60deg * var(--i) + 360deg)) translate(180px) rotate(calc(-60deg * var(--i) - 360deg));}
}
@keyframes rotate-anticlock {
    from {transform: rotate(calc(60deg * var(--i))) translate(180px) rotate(calc(-60deg * var(--i)));}
    to {transform: rotate(calc(60deg * var(--i) - 360deg)) translate(180px) rotate(calc(-60deg * var(--i) + 360deg));}
}
.item img {
    width:120px;
    height:160px; 
    border-radius:12px;
    object-fit:cover;
}
.icon-premium{
  width: 90px;
  height: 90px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background-color: white;
  color: #0b1220;
  font-size: 34px;
  border: 1px solid rgba(11,18,32,0.06);
  backdrop-filter: blur(6px);
  box-shadow:
    0 8px 18px rgba(11,18,32,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform .25s cubic-bezier(.2,.9,.3,1), box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
        .images{
          display: none;
        }
    }












/* build for everyone */

/* shuffle container */
.shuffle-area{
  position: relative;
  height: 420px;
  display: flex;
  justify-content: center;
}

.shuffle-card{
  color: #e5e7eb;
  position: absolute;
  width: 300px;
  height: 85%;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,.25);
  transition: .5s ease;
  cursor: pointer;
}
.startup{
  background: linear-gradient(135deg,#fff7cc,#fde68a);
  transform: translate(-380px, 0px) rotate(5deg);
  z-index:1;
}

.scale{
  background: linear-gradient(135deg,#dbeafe,#93c5fd);
  transform: translate(-190px, 0px) rotate(-5deg) ;
  z-index:2;
}

.teams{
  background: linear-gradient(135deg,#dcfce7,#86efac);

  transform: translate(0, 0) ;
  z-index:3;
}

.industries{
  background: linear-gradient(135deg,#ede9fe,#c4b5fd);
  transform: translate(190px, 0px) rotate(5deg);
  z-index:4;
}

.devs{
  background: linear-gradient(135deg, #ffedd5, #fdba74);
  transform: translate(380px, 0px) rotate(-5deg);
  z-index:5;
}

.shuffle-card h4{
  color:#020617;
  font-weight:500;
}

.shuffle-card p{
  color:#334155;
}
.shuffle-card:hover{
  box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.4),
              0 40px 90px rgba(0, 0, 0, 0.655);
  z-index: 10;
}
@media (max-width: 1060px){
  .shuffle-area{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    }

    .industries{
      z-index:4;
    }

    .devs{
      z-index:5;
    }
    .shuffle-card:hover{
      z-index: 10;
    }

  .shuffle-card{
    position: relative;
    width: calc(50% - 20px);
    height: auto;
    transform: none !important;
  }
}

@media (max-width: 576px){
  .shuffle-card{
    width: 100%;
  }
}







/* product */
.product-box{
 background:
  radial-gradient(
    circle at 20% 30%,
    rgba(59,130,246,0.30),
    transparent 50%
  ),
  radial-gradient(
    circle at 80% 70%,
    rgba(63, 197, 112, 0.167),
    transparent 50%
  ),
  linear-gradient(
    135deg,
    #020617 0%,
    #071a33 35%,
    #041a2c 55%,
    #020617 100%
  );

  backdrop-filter: blur(40px);
  border-radius: 33px;
  max-width:1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}




.product-icon{
  border-radius: 18px;
  top: 0%;
  width:100px;
  height:100px;
}
.product-red     { background-color: #f8d7d7; }   
.product-blue    { background-color: #D6E4FF; }   
.product-purple  { background-color: #E9D7FF; }   
.product-green   { background-color: #D7F8E4; }   
.product-icon-box{
  top: -30px;
}
.icon-card {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: .3s ease;
}
.icon-card:nth-child(1) { transform: rotate(-10deg); }
.icon-card:nth-child(2) { transform: rotate(-4deg); }
.icon-card:nth-child(3) { transform: rotate(5deg); }
.icon-card:nth-child(4) { transform: rotate(12deg); }

.icon-card:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 10px 22px rgba(0,0,0,0.07);
}

.bg-purple {
  background-color: #E9D7FF !important;
}

@media (max-width: 775px) {
  .icon-box .icon-card {
    width: calc(50% - 50px); 
    height: 120px;
  }
}

@media(max-width: 425px) {
    .icon-box{
        display: flex;
        flex-direction: column;
    }
    .icon-box .icon-card {
    width: 120px;  
    height: 120px;
  }  
}



/* service section */
.services-section {
  background: rgb(7, 23, 45);
  padding: 50px 0;
}

.services-box {
  max-width: 1250px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  flex-grow: 1;
}

.services-heading {
  font-size: 38px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.services-subtext {
  font-size: 18px;
  color: #e4e4e4;
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 10px;
}

.service-card{
  background: rgb(7, 25, 50);
  border-radius: 22px;
  padding: 35px 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: .35s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none; 
}

.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1.5px; 
  border-radius:inherit;
  background:linear-gradient(120deg,#00f5ff,#a855f7,#00f5ff);
  background-size:200% 200%;
  animation:borderFlow 4s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;

  z-index:-1;
}
@keyframes borderFlow{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}


.service-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 20px rgba(255, 255, 255, 0.1);
}

.service-icon {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 22px;
  box-shadow: 0 4px 10px #05287993;
}

.service-icon i {
  font-size: 36px;
  color: #052a82;
}

.service-title {
  color: white;  
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 15px;
  color: #d3d3d3;
  line-height: 1.6;
  margin-bottom: 25px;
}

.service-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 22px;
  border-radius: 14px;
  background: linear-gradient(to right, #017AEA, #5929D7);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 1s ease;
}

.service-btn:hover {
  background: linear-gradient(to right, #5929D7,#017AEA );
  color: white;
}




/* pricing card */
.custom-card {
    color: #2e2e2e;
    border-radius: 18px;
    padding: 35px 25px;
  }

.custom-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 18px;
    background: linear-gradient(120deg,red, orange, yellow, green, cyan, blue, violet, red);
    background-size: 300% 300%;
    animation: rgbBorder 4s linear infinite;
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }

  @keyframes rgbBorder {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }




/* features services */
.cards-wrapper {
  height: 500px;
}

.card-1 { top: 0px; }
.card-2 { top: 70px; }
.card-3 { top: 140px; }
.card-4 { top: 210px; }
.card-5 { top: 280px; }
.card-6 { top: 350px; }
.card-7 { top: 420px; }

.glass-card {
  background-color: #F4E6FF;
  backdrop-filter: blur(14px) saturate(160%);
}

.feature-card {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(40px) scale(0.92);
  transition: 0.5s ease;
  border-radius: 22px;
}
.contactUs{
    background: linear-gradient(to right, #017AEA, #5929D7);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    color: #ebebeb;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}
.contactUs:hover{
    background: linear-gradient(to right, #5929D7,#017AEA );
    color: #ffffff;
}

.feature-card.active {
  opacity: 1;
  transform: translateY(0px) scale(1);
  pointer-events: auto;
  z-index: 10;
}

.feature-item:hover h4 {
  color: #0d6efd;
  transform: translateX(4px);
  transition: 0.5s;
}
@media(max-width: 992px) {
    .cards-wrapper{
        display: none;
    }
}




/* footer */
.newsletter-section {
    padding: 30px 0 20px;
}

.newsletter-box {
    background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #1d4ed8 45%,
    #0b3aa4 100%
  );
    padding: 40px;
    border-radius: 20px;
    gap: 40px;
    color: white;  
    max-width: 1400px;   
}
.news-input  {
    padding: 7px;
}
.news-input input {
    outline: none; 
    border-radius: 50px;
}

@media(max-width: 992px) {
    .newsletter-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        width: 98%; 
    }

    .news-left img {
        display: none;
    }
}

@media(max-width: 576px) {
    .newsletter-box {
        width: 94%;
        padding: 25px;
    }
}

@media(max-width: 380px) {
    .news-input {
        padding: 12px;
        flex-direction: column;
        background: none;
    }
}

.link-hover {
  transition: 0.3s;
}
.link-hover:hover {
  color: #017aea !important;
  padding-left: 6px;
}

.footer-icon {
  transition: 0.3s ease;
}
.footer-icon:hover {
  color: #017aea !important;
  transform: translateY(-3px);
}
@media (max-width: 450px) {
    .footer-media{
        display: flex;
        flex-direction: column;
    }
}
