html, body {
  font-family: "Dongle", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.text-container {
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  
  color: white;
  
}

@-webkit-keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, #0b1136, rgb(0, 17, 82));
  top: 0;
  left: 0;
}
.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(18, 113, 255, 0.8) 0, rgba(18, 113, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: calc(50% - 40%);
  left: calc(50% - 40%);
  transform-origin: center center;
  -webkit-animation: moveVertical 30s ease infinite;
          animation: moveVertical 30s ease infinite;
  opacity: 1;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(20, 107, 66, 0.8) 0, rgba(221, 74, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: calc(50% - 40%);
  left: calc(50% - 40%);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(76, 169, 197, 0.8) 0, rgba(100, 220, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: calc(50% - 40% + 200px);
  left: calc(50% - 40% - 500px);
  transform-origin: calc(50% + 400px);
  -webkit-animation: moveInCircle 40s linear infinite;
          animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(200, 50, 50, 0.8) 0, rgba(200, 50, 50, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: calc(50% - 40%);
  left: calc(50% - 40%);
  transform-origin: calc(50% - 200px);
  -webkit-animation: moveHorizontal 40s ease infinite;
          animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(180, 180, 50, 0.8) 0, rgba(180, 180, 50, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 160%;
  height: 160%;
  top: calc(50% - 80%);
  left: calc(50% - 80%);
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  -webkit-animation: moveInCircle 20s ease infinite;
          animation: moveInCircle 20s ease infinite;
  opacity: 1;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(140, 100, 255, 0.8) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}
.bannertop-text{
  font-weight: 700;
}
.bannertop-ly3{
  margin-top: 15px;
  margin-bottom: 15px;
}
.bannertop-ly3 img{
  width:38px;
  margin-bottom: 15px;
}
.bannertop-ly3 h5{
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(329deg, #3f97f6 -43.1%, #58ad44 144.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannertop-ly3 p{
  font-size: 14px;
  color:#bebebe
}
.banner-top-tab{
  margin-bottom: 60px;;
}
.custom-form .nav-link{
 color: #bebebe;
 font-size: 12px;
}
.custom-form {
  position: relative;
  top: -250px;
  z-index: 100;
}
.banner-form-below{
  margin-top:  -300px;
}

.custom-form .nav-pills .nav-link.active{
  color: #fff;
    background-color: #007bff;
    border-radius: 20px 2px 20px 2px;
}
.custom-form .nav-pills .nav-link:hover{
  color:#fff
}

.sliderlist {
  padding: 8px;
}
.sliderlist li {
  padding-bottom: 6px;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #bebebe;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
.sliderlist li::before {
  background: url(../images/check_circle.svg);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: 12px;
}


/* ################################################ banner-end ################################################ */
.text-primary-1{
  color:#2196F3
}
.text-primary-2{
  color:#4aae4a
}


.formbg-grad{
  padding:4px;
  background: #cdcdcd66;
  border-radius: 12px;
}
.formbg-grad:hover{
  background: linear-gradient(90deg, #3f97f6 30%, #8BC34A, #58ae44);
}
.form-panel{
  background: linear-gradient(90deg, #cbe1f9 30%, #b6bfab, #dbdbdb);

}



/* .custom-form {outline: solid 3px #fdfdfd5e;} */
.custom-form label{
  font-size: 12px;
    color: #424242;
    font-weight: 400;
}
.custom-form .form-control{
  border: 1px solid #7b9df8;
}

.custom-form .form-group{
  margin-bottom: 0.5rem;
}
.form-mid-border{
  border: 1px solid #5a5a5a; 
}
.cal-rate1{
  background: linear-gradient(90deg, #eaedff 30%, #d1deff, #a8c0ff);
  border-left:solid 2px #a8c0ff;
  border-radius: 6px;
}
.cal-rate1 p{
  font-size: 22px;
  font-weight: 600;
}
.border-r-15{
  border-radius: 15px;
}

.rounded-4{
  border-radius: 15px; 
}

.btn-one {
  background: linear-gradient(90deg, #3f97f6 30%, #8BC34A, #58ae44);
}
.btn-one:hover {
  background: linear-gradient(90deg, #58ae44 30%, #8BC34A, #3f97f6);
}
.fs8 {
font-size: 8px;
}

.fs10 {
font-size: 10px;
}

.fs11 {
font-size: 11px;
}

.fs12 {
font-size: 12px;
}

.fs13 {
font-size: 13px;
}

.fs14 {
font-size: 14px;
}

.fs15 {
font-size: 15px;
}

.fs16 {
font-size: 16px;
}

.fs17 {
font-size: 17px;
}

.fs18 {
font-size: 18px;
}

.fs19 {
font-size: 19px;
}

.fs20 {
font-size: 20px;
}

.fs24 {
font-size: 24px;
}

.fs26 {
font-size: 26px;
}

.fs28 {
font-size: 28px;
}

.fs30 {
font-size: 30px;
}

.fs36 {
font-size: 36px;
}
.fs40{
font-size: 40px;
}

.fs46 {
font-size: 46px;
}

.fw400 {
font-weight: 400;
}

.fw500 {
font-weight: 500;
}

.fw600 {
font-weight: 600;
}

.fw700 {
font-weight: 700;
}

.fw800 {
font-weight: 800;
}
.cabimg{
  width: 50px;
}
.formofr{
  background: #ebedff;
  padding: 8px;
  border-radius: 6px;
}
.offgray-isimg{
  background-image: url("../images/offgray-bg-img.png");
}
.offgray-bg{
  background-color: #F6FAFB;
}

.card-st1 {
  background: rgb(235 241 246);
  padding: 15px;
  border-radius: 12px;
  border: solid 1px #0000001c;
  transition: background 0.3s ease;
}

.card-st1:hover {
  background: linear-gradient(35deg, rgb(220 230 240) 41%, transparent);
}
.card-st1-img{
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.card-st1-img img{
  width: 30px;
  height: 30px;
}
.card-st1-text h5{
  font-weight: 600;
}
.card-st1-text p{
  font-size: 14px;
  color: #666666;
}


.cirblack {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(329deg, #16d6fb -43.1%, #8fff75 144.49%);
  margin-bottom: 20px;
  outline: solid 5px #ffffff1f;
}
.cirblack img {
  width: 40px;
  height: 40px;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
.txt-grad1{
  background: linear-gradient(329deg, #16d6fb -43.1%, #8fff75 144.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stagecard6{
  background: #6940E3;
  padding: 20px;
  border-radius: 2px;
}

.stagebg1{
  background: #29037C;
}
.stagebg2{
  background: #3B1099;
}
.stagebg3{
  background: #4517A9;
}
.stagebg4{
  background: #4F1EBA;
}
.stage-in{
  padding:15px 10px;
}
.stage-in h5, .stage-in p{
  color: #fff;
}

.stage-tbl .table-bordered td.bline-bottom {
  border: none;
  border-bottom: 1px solid #ffffff26;
}
.stage-tbl .table-bordered td.bline-bottom-right {
  border: none;
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
}
.stage-tbl .table-bordered td.bline-bottom-none {
  border: none;
}
.stage-tbl h5{
  font-weight: 600;
}
.stage-tbl h5, .stage-tbl p{
  color: #fff;
}

.badge-ul {
  padding-left: 0;
  margin-bottom: 1rem;
}

.badge-item {
  display: inline-block;
  background-color: #007bff00;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  font-size: 12px;
  font-weight: 500;
  margin: 0.25rem;
  white-space: nowrap;
  border: solid 1px #fff;
  border-radius: 50px;
}
.stagewhite-pnl {
  background: #fff;
  box-shadow: 0 12px 48px -7px #6c8d9d33;
  padding:20px 0px
}
.single-box{
  text-align: center;
}
.single-box p{
  font-size: 12px;
  margin-bottom: 4px;
}

.single-box h3{
  font-size: 36px;
  font-weight: 600;
}

.team-card{
  box-shadow: 0 12px 48px -7px #6c8d9d33;
  padding: 15px;
  border-radius: 12px;
  background: #F6FAFB;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.team-card img{
  border-radius: 12px;
  margin-bottom: 20px;
}
.team-card h6{
  font-weight: 600;
  font-size: 18px;
}
.team-card p{
  margin-bottom: 0px;
}

.bg-gray {
  background-image: url(../images/bg12-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.f-ul-nav {
  list-style: none;
  display: flex;
  padding-left: 0px;
  float: right;
}

.f-ul-nav li {
  margin-right: 15px;
  color: #636363;
}

.f-ul-nav li a {
color: #7ca1fe;
font-size: 14px;
font-weight: 300;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
background: #394e8954;
align-items: center;
justify-content: center;
border: solid 1px #ffffff33;
}
.f-ul-nav li a:hover{
color: #fff;
border: solid 1px #7ca1fe;
}


.f-ul-address i{
 color:#7ca1fe 
}



.bod-fot {
  border-bottom: solid 1px #636363;
}

.f-ul-links, .f-ul-address, .f-ul-social {
  list-style: none;
  padding: 0px;
}

.f-ul-links li a, .f-ul-address a, .f-ul-social a {
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}

.f-ul-links li a span {
  color: #7ca1fe;
  font-size: 9px;
  vertical-align: middle;
  padding-right: 7px;
}

.f-ul-address li a span {
  color: #3a3a3a;
  font-size: 16px;
  vertical-align: middle;
  padding-right: 7px;
}

.f-ul-social li {
  margin-bottom: 15px;
}

.f-ul-social li a {
  background:#212121;
  height: 44px;
  width: 44px;
  display: inline-block;
  padding-top: 13px;
  border-radius: 50px;
}



.mng-adrs-icon {
  float: left;
  margin-bottom: 34px;
  margin-right: 10px;
}

.c-center {
  text-align: center;
}

.mar-r-15 {
  margin-right: 15px;
}
.c-yellow {
  color: #7ca1fe;
}

@media (max-width: 600px) and (min-width: 320px) {
  .mobnot-show{
    display: none;
  }
  .custom-form .nav-link {
    color: #bebebe;
    font-size: 8px;
}
}

 .btcard {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 1rem;
    background: #F1F3F7;
    border-radius: 15px;
    margin-bottom: 15px !important;
  }

  .contc1 img {
    width: 17px;
     height: 17px;
}
.contc1 .d-flex {
    align-items: center;
}
.contc1 p {
    margin-bottom: 0px;
}

.team-slider .card {
      border: 1px solid #b2a4fd;
      background: #e6e2ff;
      border-radius: 8px;
      padding: 8px;
      margin: 10px;
    }

    .team-slider .card img {
      border-radius: 8px;
      height: 328px;
      object-fit: cover;
    }

    .slick-prev:before, .slick-next:before {
      color: #4d36d0;
      font-size: 28px;
    }

     .team-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
  }

  .team-image-wrapper img {
    transition: transform 0.3s ease;
  }

  .team-image-wrapper:hover img {
    transform: scale(1.05);
  }

  .team-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-image-wrapper:hover .team-overlay {
    opacity: 1;
  }

  .team-overlay i {
    color: #fff;
    font-size: 2rem;
  }

  .team-card img {
      border-radius: 8px;
      height: 328px;
      object-fit: cover;
    }


