/* Style carousel images */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins",sans-serif;
}
html{
  scroll-behavior: smooth;

}

.hero-section {
    position: relative;
    height: 90vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e0e2c; /* Optional background color */
    color: white;
    overflow: hidden;
  }
  .trustrow{
    padding-left: 130px;
    padding-right: 130px;;
  }

  .hero-section .container {
    z-index: 2;
    position: relative;
    margin-top: 154px
  }

  .hero-section .hero-content {
    color: white;
    /* max-width: 600px; */
    animation: fadeInLeft 1s ease;
  }

  .hero-section h6 {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: 0.58px;
    font-size: 14px;
    line-height: 24px;
    color: #d5d5ea;
    margin-bottom: 20px;
  }

  .hero-section h6::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right, #766ee6 0, #3540b0);
border-radius: 50px;
    opacity: 0.5;
    z-index: -1;
  }

  .hero-section h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
    line-height: 65px !important;
  }

  .hero-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 200;
    color: #d5d5ea;
  }

  .hero-section .cta-btn {
    background: #4628ff;
    color: white;
    padding: 15px 45px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: background 0.3s ease;
    margin-right: 15px;
  }

  .hero-section .cta-btn:hover {
    background: #e64a19;
    color: #fff;
  }

  .hero-section img.img-fluid {
    max-width: 100%;
    height: auto;
  }
  .hercol1{
    padding-left: 100px;;
  }
  .hercol2{

  }

  .activeuser{
display: flex;
gap: 20px;
margin-top: 30px;

  }
  .activeuser p{
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: 600
  }
  .activeuser h2{
    font-weight: 800;
    font-size: 45px;
  }
  .divider {
    width: 1px;
    height: 30px; /* adjust as needed */
    background-color: #ccc; /* or your preferred color */
    margin-top: 10px;
}

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }


  .fetaures-section {
    background-image: url('images/features_bg-2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 60px;
    color: white;

  }

  .fetaures-section h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .fetaures-section p {
    text-align: center;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 40px;
  }

  .fetaures-section .card {
    background: linear-gradient(135deg, rgba(28,28,28,0.95), rgba(17,17,17,0.9));
    border: 2px solid transparent;
    border-radius: 1px;
    backdrop-filter: blur(8px);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px 15px;
  }

  .fetaures-section .card-body {
    padding: 25px;
    position: relative;
    z-index: 2;
  }
  .fetaures-section h1{
    font-size: 45px;
    font-weight: 800;
  }

  .fetaures-section .card h1 {
    font-size: 21px;
    margin: 15px 0 8px;
    font-weight: 700;
    color: #ffffff;
    font-weight: normal;
  }
  .fetaures-section .card p{
    font-size: 16px;
    font-weight: 200;
  }
  .fetaures-section i {
    font-size: 38px;
    color: #00ffd5;
    transition: color 0.4s ease, transform 0.4s ease;
  }

  .fetaures-section .card::before,
  .fetaures-section .card::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      135deg,
      rgba(0, 255, 213, 0.05),
      rgba(0, 0, 0, 0)
    );
    transform: rotate(30deg);
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
  }

  .fetaures-section .card::after {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(0, 0, 0, 0)
    );
  }

  .fetaures-section .card:hover {
    /* transform: translateY(-10px) scale(1.03); */
    box-shadow: 0 24px 60px rgba(0, 255, 213, 0.15);
    border: 2px solid;
    border-image: linear-gradient(135deg, #00ffd5, #005eff) 1;
  }

  .fetaures-section .card:hover::before,
  .fetaures-section .card:hover::after {
    opacity: 1;
  }

/* Add this inside your .fetaures-section styles */

.fetaures-section .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 213, 0.08); /* soft neon background */
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 255, 213, 0.3);
  transition: all 0.4s ease-in-out;
}

.fetaures-section .icon-box i {
  font-size: 32px;
  color: #00ffd5;
  transition: color 0.4s ease, transform 0.4s ease;
}

/* Hover effects for card */
.fetaures-section .card:hover .icon-box {
  background: rgba(0, 225, 255, 0.1);
  box-shadow: 0 0 25px rgba(0, 225, 255, 0.6);
}

.fetaures-section .card:hover .icon-box i {
  color: #00e1ff;
  transform: scale(1.2);
}



  .trusted{
    padding: 60px;
    background-color: #000000 !important;
    color: white;
  }
  .trusted .firsth1{
font-size: 40px;
text-align: center;
  }
  .trusted .firstp{

text-align: center;
  }

  .custom-card {
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 50px;
    padding: 35px 15px 25px;
    min-height: 225px;
    max-width: 190px;
    box-shadow: 4px 4px 10px 0 rgb(168 67 253 / 30%);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
    text-align: center;
  }
  .trusted img{
max-height: 90px;
padding: 10px;
  }

  .custom-card i {
    /* color: #a843fd; */
    font-size: 24px;
  }
  .dream-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
  }

  .dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  .checkdiv{
    height: 40px;
    margin: 0 10px;
    background-color: rgba(13, 0, 59, .9);
    border-radius: 5px;
    color: #25cbd3 !important;
    position: relative;
    padding: 5px;
  }
  .checkdiv p{
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 243, 255, .5);
    position: absolute;
    top: 50%;
    left: 50%;
  }

  /* Custom colors for each dot */
  .dream-dots span:nth-child(1) {
    background-color: #e84118;
  }
  .dream-dots span:nth-child(2) {
    background-color: #42e818;
  }
  .dream-dots span:nth-child(3) {
    background-color: #1521ce;
  }
  .dream-dots span:nth-child(4) {
    background-color: #e818e8;
  }
  .dream-dots span:nth-child(5) {
    background-color: #0bb959;
  }
  .dream-dots span:nth-child(6) {
    background-color: #2a07ec;
  }

  .aboutus{
    background-color: #000000;
    padding: 60px 0;
    color: white;
  }
  .aboutus .dream-dotss{


display: flex;

    margin-top: 20px;
    margin-bottom: 10px;;
  }
 .aboutus .dream-dotss span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  .dream-dotss span:nth-child(1) {
    background-color: #e84118;
  }
  .dream-dotss span:nth-child(2) {
    background-color: #42e818;
  }
  .dream-dotss span:nth-child(3) {
    background-color: #1521ce;
  }
  .dream-dotss span:nth-child(4) {
    background-color: #e818e8;
  }
  .dream-dotss span:nth-child(5) {
    background-color: #0bb959;
  }
  .dream-dotss span:nth-child(6) {
    background-color: #2a07ec;
  }
  .aboutus h2{
    margin-bottom: 15px;
  }
  .aboutus p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;;
    font-weight: 300;
  }
  .aboutus button{
    background-color: #4628ff !important;
    box-shadow: 0 2px 10px 0 #4628ff;
    color: white;
    padding: 15px 30px;
    outline: none;
    border: none;
    transition: all 0.5s ease-in;
  }
  .aboutus button:hover{
    background-color: dodgerblue;
  }
  .aboutus img{
    padding: 50px;
  }
  .ablcol{
    padding-left: 100px;
    margin-top: 50px;
  }
  .abfcol{
    padding-right: 100px;
  }
  .ourser {
    padding: 80px 0;
    background-color: #0e0e0e;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .ourser h2,
  .ourser p {
    text-align: left;
  }

  .ourser h2 {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 800;
    color: #f1f1f1;
    letter-spacing: 0.5px;
  }

  .ourser p {
    font-size: 17px;
    color: #b0b0b0;

    margin-bottom: 40px;
  }

  .ourser .card {
    background: linear-gradient(135deg, #1c1c1c, #121212);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1px;
    backdrop-filter: blur(6px);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }

  .ourser .card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 0%, transparent 70%);
    transform: rotate(25deg);
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 0;
  }

  .ourser .card:hover::before {
    opacity: 1;
  }

  .ourser .card:hover {
    /* transform: translateY(-12px) scale(1.01); */
    box-shadow: 0 14px 40px rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .ourser .card-body {
    padding: 60px 40px;

  }

  .ourser .card img {
    margin-bottom: 25px;
    width: 60px;
    transition: transform 0.3s ease;
  }

  .ourser .card:hover img {
    /* transform: scale(1.1); */
  }

  .ourser .card h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
  }

  .ourser .card p {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 1.7;
    letter-spacing: 0.2px;
  }

  .ourser .ourrow1{
padding-left: 100px;
padding-right: 100px;
  }
  .workss{
    background-color: #000000;
    color: white;
    padding: 60px 0;
  }
  .workcol1{

padding-left: 100px;


  }
  .works h2{
    font-size: 45px;
    font-weight: 800;
    padding-top: 15px;
  }
  .works p.text-center{
    font-weight: 200 !important;
  }
  .workcol1 .workimg1{
padding: 60px;
width: 380px;
  }
  .workimg1{
    position: relative;
    z-index: 100;
    margin-top: -20px;
  }
  .workimg2{
    position: relative;
    z-index: 99;
  }
  .workimg2 img{
position: absolute;
bottom: 50px;
z-index: -99;
  }
  .workss p.text-center{
    margin-bottom: 20px;

  }
  .dabbadiv{
    padding-right: 100px;
  }
  .updates{
    background-color: #000000;
    padding: 20px 0;
    color: white;
  }
  .updates .container{
padding: 60px;
  }
  .updates .container .subscribe-wrapper{
    background-image: url('images/gradient.png') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 46px 52px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;

    background-size: cover;
    box-shadow: 0 10px 80px rgba(15, 62, 153, .3);
  }
  .updates h2{
  font-weight: 700;
  font-size: 35px;
  }
  .updates p{
    color: #ffffde;
    font-weight: 200;
    margin-top: 20px;
  }

  .updates img{
    padding: 30px;
  }
  /* img {

    animation: floatUpDown 3s ease-in-out infinite;
  } */


.hercol2 img{
  animation: floatUpDown 3s ease-in-out infinite;

}
.abimg1,.abimg2{

  animation: floatUpDown 3s ease-in-out infinite;
}
.workimg1 img,.workimg2 img{
  animation: floatUpDown 3s ease-in-out infinite;

}

  @keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
  }

















  .inputdivs {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.1); /* Optional: for a frosted-glass feel */
    padding: 10px 15px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    width: fit-content;
  }
  .inputdivs input::placeholder{
     color:white;
  }

  .inputdivs input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px;
    color: white;
    font-size: 16px;
    transition: border 0.3s;
    border-bottom: 2px solid transparent;
    width:600px;;
  }

  .inputdivs input:focus {
    border-bottom: 2px solid rgb(255, 255, 255);
  }

  .inputdivs button {
    background-color: #00aaff;
    border: none;
    padding: 10px 14px;
    border-radius: 10%;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
  }

  .inputdivs button:hover {
    background-color: #0088cc;
  }

  .inputdivs i {
    font-size: 16px;
  }



  .works{
    background-color: #000000;
    color: white;
    padding: 60px 0;
  }
  .works .section-title {
  font-size: 42px;
  font-weight: bold;
}

.works .section-desc {
  font-size: 18px;
  color: #ffffffcc;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgb(41, 22, 116);;
  border: 1px solid rgb(41, 22, 116);;
  backdrop-filter: blur(12px);
  border-radius: 0px;
  padding: 16px 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-header {
  background: rgb(125, 96, 249);
  border-color: rgb(125, 96, 249);
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgb(125, 96, 249);
}

.step-content {
  flex: 1;
}

.step-content h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.step-content p {
  color: #ffffffb3;
  font-size: 13px;
  margin: 0;
}


.social-links {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.social-links i {
  font-size: 36px; /* Make icons bigger */
  color: #ffffff;
  transition: transform 0.3s, color 0.3s;
  cursor: pointer;
}

/* Hover effects for each platform (customizable) */
.social-links i:hover {
  transform: scale(1.2);
}

.social-links i:hover{
  color:lightblue;
}


  @media screen and (min-width:300px) and (max-width:767px) {
    body,html{
      overflow-x: hidden;
      overflow-y: none;
    }
    .hercol1{
      padding-left: 0;
    }
    .hero-section h1{
      font-size: 50px;
      line-height: 67px !important;
      margin-top: -90px;
    }
    .hero-section p{
      font-size: 15px;
    }
    .hero-section h6{
      font-size: 11px;
      padding: 5px 10px;
      margin-top: -120px;
    }
    .hercol2 img{
      display: none;
    }
    .hero-section .cta-btn {
    padding: 10px 20px;
    font-size: 12px;
    }
    .hero-section .hero-content{
      padding: 10px;
    }
    .hero-section{
      height: 85vh !important;
    }
    .trusted{
      padding: 0px;
    }
    .trusted .dream-dots{
padding-top: 20px;
    }
    .trustrow{
      padding-left: 0;
      padding-right: 0;
    }
    .hero-section img.img-fluid{
      width: 106px;
    }
    .trusted .firstp {
      text-align: center;
      font-size: 14px;
      line-height: 27px;
    }
    .trusted .firsth1 {
      font-size: 28px;
      text-align: center;
      margin-top: 20px;;
  }
  .aboutus{
    border: none;
    overflow: hidden;
    padding: 45px 0;
  }
  .aboutus img{
    padding: 0px;
  }
  .abfcol{
    padding-right: 0;
  }
  .ablcol{
    padding-left: 12px;
  }
  .ourser{
    padding: 15px 0;
  }
  .ourser .ourrow1{
    padding-left: 0;
    padding-right: 0;
  }
  .ourser .card-body {
    padding: 40px 40px;
}
.works{
  padding: 10px 0;
  padding-top: 20px;
}
.workcol1{
  padding-left: 0;
}
.works h2{
  margin-top: 20px;
}
.works p{
font-size: 13px;
}
.dabbadiv{
  padding-right: 10px;
}
.steps{
  gap: 12px;
}
.updates img{
padding: 10px;
}
.updates .container .subscribe-wrapper{
  padding: 37px 10px;
}
.updates{
  padding: 20px 0;
}
.updates .container{
  padding: 0px 0;
}
.inputdivs input{
  width: 100%;
}
.updates h2{
  text-align: left;
  font-size: 25px;
}

.updates p{
  text-align: left;
}
.inputdivs{
  width: 100%;
}
.fetaures-section{
  padding: 10px 0;
}
.fetaures-section .card{
  margin-top: 10px;
  margin-bottom: 10px;
}
.fetaures-section p{
  margin-bottom: 0px;
}
.fetaures-section h1{
  font-size: 35px;
}
  }
  @media screen and (min-width:768px) and (max-width:820px) {
    body,html{
      overflow-x: hidden;
      overflow-y: none;
    }
    .trustrow{
      padding-left: 0;
      padding-right: 0;
    }
    .hercol1{
      padding-left: 0px ;
      margin-bottom: 40px;
    }
    .fetaures-section{
      padding: 25px 0;
    }
    .fetaures-section .card{
      margin-bottom: 10px;
    }
    .ablcol{
      padding-left: 0px;
    }
    .aboutus img{
      padding: 0;
    }
    .ourser{
      padding: 25px 0;
    }
    .ourser .ourrow1{
      padding-left: 0;
      padding-right: 0;
    }
    .ourser .card-body{
      padding: 10px 20px;
    }
    .ourser .card h2 {
      font-size: 17px;
      color: #ffffff;
      margin-bottom: 12px;
      /* letter-spacing: 0.3px; */
      line-height: 25px;
  }
  .updates .container{
    padding: 10px 0;
  }
  .inputdivs input{
    width: 100%;
  }
  .updates h2{
    font-size: 28px;
  }
  .dabbadiv{
    padding-right: 0px;
  }
  .hero-section h6 {
    padding: 8px 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: 0.58px;
    font-size: 13px;
    line-height: 24px;
    color: #d5d5ea;
    margin-bottom: 20px;
}
  }
  @media screen and (min-width:821px) and (max-width:1024px) {
    .hero-section{
height: 60vh !important;
    }
    .hercol1{
      padding-left: 10px;
    }
    .hero-section h1{
      font-size:40px;
    }
    .activeuser h2{
      font-size: 35px
    }
    .fetaures-section{
      padding: 16px 0;
    }
    .fetaures-section .card{
      padding: 7px 15px;
    }
    .fetaures-section .card-body{
      padding: 15px 0;
    }
    .fetaures-section .card h1{
      font-size: 21px
    }
    .ourser .ourrow1{
      padding-left: 0px;
      padding-right: 0px;
    }
    .works{
      padding: 30px 0;
    }
    .dabbadiv{
      padding-right: 0;
    }
    .workcol1{
      padding-left: 0px;
    }
    .inputdivs{
      width: 100%;
    }
    .inputdivs input{
      width: 100%;
    }
    .updates .container {
      padding: 0px 0;
  }
  }

  @media screen and (min-width:1025px) and (max-width:1366px) {
    .hero-section{
      height: 65vh !important;
    }
    .hercol1{
      padding-left: 0px ;
    }
    .fetaures-section .card h1 {
      font-size: 22px;
      margin: 15px 0 8px;
      font-weight: 700;
      color: #ffffff;
  }
  .fetaures-section .card{
    padding: 10px 10px;
  }
  .fetaures-section .card-body{
    padding: 15px 0;
  }
  .trustrow{
    padding-left: 0px;
    padding-right: 0px;
  }
  .ourser{
    padding: 40px 0;
  }
  .ourser .ourrow1{
    padding-left: 0px;
    padding-right: 0px;
  }
  .dabbadiv{
    padding-right: 0px;
  }
  .workcol1{
    padding-left: 0px;
  }
  .updates .container {
    padding: 0px 0;
}
.inputdivs{
  width: 100%;
}
  }

  body {
    margin: 0;
    padding: 0;
  }

  .navbarsec {
    background: transparent;
    top: 0;
    z-index: 1;

    width: 100%;
    position: absolute;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s ease-in;
    padding: 5px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color:rgba(255,255,255,.87) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    margin: 3px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  /* Hover effect for the navbar */
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: white!important;
  }

  /* Create the bottom border on hover */
  .navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: rgb(247, 252, 255);
    width: 0; /* Start with no width */
    transition: width 0.4s ease-out; /* Smooth width expansion */
  }

  /* On hover, expand the width of the border */
  .navbar-light .navbar-nav .nav-link:hover::before {
    width: 60%; /* Control the width of the bottom border */
    left: 20%; /* Center the border (adjust if necessary) */
  }

  .navbar-toggler-icon {
    background-color: #f8f9fa;
  }

  .navbar .btn {
    background:transparent;
    border: 1px solid rgb(116, 80, 254) !important;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: 0.3s ease;
    margin-left:20px;
  }

  .btn-primary:hover {
    background-color: #1a67a0;
  }

  .navbar-collapse {
    justify-content: space-between;
  }

  .sticky {
    position: fixed;
    top: 0%;
    width: auto;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgb(38, 34, 65) !important;
    border-radius: 0px;
    width: 100%;
    padding: 0px 0px !important;
    margin-left: 0px;
  }

  .logo-img {
    width: 220px;
  margin-left:60px;
  }

  /* Dropdown menu styling */
  .dropdown-menu {
    background-color: #f0f8ff; /* Light Blue background */
    border: 1px solid #1e90ff;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); /* Start off-screen */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* Show dropdown on hover */
  .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Dropdown comes into view */
  }

  /* Styling for dropdown items */
  .dropdown-item {
    color: #333;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }

  /* Hover effect on dropdown items */
  .dropdown-item:hover {
    background-color: #1e90ff;
    color: white;
    border-radius: 5px;
  }

  /* Add slight hover effect to dropdown items */
  .dropdown-item:active {
    background-color: #1c86ee;
  }

  /* Add a smooth fade-up transition for the dropdown */
  .dropdown-menu.fade-up {
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInUp 0.3s forwards;
  }

  /* Keyframes for fade-up effect */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media screen and (min-width: 300px) and (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
      color: white;
    }

    .navbar .btn {
      padding: 15px 40px;
      margin-bottom: 10px;
    }
  .navbar{
    margin:-10px;

  }
    .logo-img {
      width: 160px;
    }

    .navbarsec {
      margin-left: 0px;
      width: 100%;
      top: 0;
      z-index: 9999;
      padding: 0px 0px;
      border-radius:0px;
      background-color: rgb(38, 34, 65) !important;
    }

    .nvabarsec button {
      padding: 14px 34px;
    }
    .navbar .btn{
      margin-left:0px
    }
    .logo-img{
      margin-left:8px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 820px) {
    .navbarsec {
      background-color: #020b6d;
    }
    .logo-img{
      margin-left:0px;
    }
  }
  @media screen and (min-width: 825px) and (max-width: 1024px) {
    .navbarsec {
      background-color: #292b31 !important
    }
    .logo-img{
      margin-left:0px;
    }
    .navbar .btn{
      margin-left:0px !important;
    }
  }
