@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

:root{
    --border-color:#012a64;
    --text-hover-color:#012a64;
    --button-bg-color:#004aad;
    --button-bg-hover-color:#012a64;
    --text-white:#fff;
    --button-border-radius:8px;
    --royal-blue:#004aad;
    --dark-blue:#012a64;
    --gradient-color:linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    --heading-color:#004aad;
    --sub-heading-color:#012a64;
    --bg-color:#e0f2fe;
    --icon-bg-color:#0ea5e9;
    --bg-color2:#0ea5e9;
    --heading-color-sky:#0ea5e9;
    --border-color2:#049fd9;
    --sub-heading1:#334249;
    --p-color:#334249;

    /* banner grid */
    --gird-width:30px;
  --gird-height:30px;
  --line-color:#999;
  --dot-color:#ccc;
  --dot-size:2px;
  --point-gap-width:calc(var(--gird-width) * 4);
  --point-gap-height:calc(var(--gird-height) * 4);

  /*  */

  --primary-color: #0ea5e9;
  --secondary-color: #ffffff;
  --text-dark: #0f172a;
  --text-light: #1b1b1b;
  --white: #ffffff;

  /*  */

  --red: #e31b23;
  --bodyColor: #292a2b;
  --borderFormEls: hsl(0, 0%, 10%);
  --bgFormEls: hsl(0, 0%, 14%);
  --bgFormElsFocus: hsl(0, 7%, 20%);

  /*  */

  --bg-dark: #0f172a;
  --particle-color-1: #05bcff;
  --particle-color-2: #5c5cf6;
  --particle-color-3: #21b2d2;
  --particle-color-4: #00ddff;
  --particle-color-5: #0b58be;
}



.section{
  padding: 50px 0;
}
.container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
 .heading-dot-parents{
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 9;
 }
.heading{
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--heading-color);
  text-transform: uppercase;
  font-weight: 600;
 }
 .instructor{
  padding: 50px 0;
 }
 .instructor-head{
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--icon-bg-color);
  text-transform: uppercase;
  font-weight: 600;
 }
 .heading-dot{
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  display: flex;
 }
.heading-span{
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.paragraph{
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}
.min-w-350{
    min-width: 350px !important;
}
.text-stroke1{
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.text-stroke2{
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.hr{
  width: 50px;
  border: 1px solid var(--text-white);
  height: 1px;
}
.all-hr{
  border: none;
  height: 1px;
  background-color: #e2e8f0;
  margin: 20px 0;
}
.dot-hr{
  display: flex;
  align-items: center;
  gap: 5px;
}
.dot-hr span{
  width: 8px;
  height: 8px;
  display: block;
  background: #00d5fe;
  border-radius: 50%;
}
.sub-heading{
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 9;
}
.sub-heading1{
  font-size: 50px;
  color: #334249;
  text-transform: capitalize;
  font-weight: 900;
  line-height: normal;
  margin-top: -13px;
}
.sub-heading-first{
  font-size: 50px;
  color: var(--text-white);
  text-transform: capitalize;
  font-weight: 900;
  line-height: normal;
  margin-top: -13px;
}
.sub-heading2{
  font-size: 50px;
  background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(3, 36, 205)50%, rgb(1, 14, 80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 900;
  line-height: normal;
  margin-top: -13px;
}
.sub-heading22{
  font-size: 50px;
  background: linear-gradient(166deg, rgb(0 226 255) 0%, rgb(5 131 252) 50%, rgb(0 33 201) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  margin-top: -13px;
  text-transform: capitalize;
  font-weight: 900;
}
input,
select,
textarea,
button {
  font-size: 100%;
}

button,
label {
  cursor: pointer;
}
.line-height1{
  line-height: 55px;
  padding-top: 15px;
}
.expert-sub-heading{
  padding-bottom: 20px;
}
select {
  appearance: none;
}
a{
  text-decoration: none;
}
.pt-50{
  padding-top: 50px;
}
.pt-30{
  padding-top: 30px;
}
.realative{
  position: relative;
}
.swiper-wrapper{
  padding-bottom: 50px;
}
.pages-banner-content-top{
  padding-top: 110px;
}
.banner-content-middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.breadcamp{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;

}
.courses-p{
  color: #ffffff;
}
.banner-content{
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
}
.banner-middle-h2{
  font-size: 40px;
  color: #ffffff;
  padding-top: 40px;
}
.banner-para{
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}
.download-button{
  padding: 15px 25px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 20px;
}
.swiper-button-prev.swiper-button-disabled{
  left: -60px;
  width: 60px;
  height: 60px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 50px;
}
.swiper-button-next.swiper-button-disabled{
  width: 60px;
  height: 60px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 50px;
  right: -60px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 25px;
  color: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: -60px;
  width: 60px;
  height: 60px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 50px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 50px;
  right: -60px;
}
.swiper-button-parents{
  width: 80px;
  max-width: 20px;
  position: absolute;
  top: 0;
  right: 70px;
}

/* whatsapp button */

.whatsapp-button{
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #25D366;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.whatsapp-button i{
  font-size: 45px;
  color: #fff;
}

/* scroll button */

.scrollbtn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  background: transparent;
}
.scrollbtn img{
  width: 70x;
  height: 70px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 4px solid #056e94;
}
/* HEADER START */

.header{
  width: 100%;
}

nav{
  height: 6rem;
  width: 100vw;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  z-index: 999;
  background-color: #e7eeff;
  justify-content: space-between;
  top: 0;
}

/*Styling logo*/
.logo{
  display: flex;
  align-items: center;
  padding-left: 70px;
}
.logo img {
    width: 5rem;
    min-width: 160px;
}

/*Styling Links*/
.nav-links{
  display: flex;
  list-style: none; 
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}
.nav-links li a{
  text-decoration: none;
  margin: 0 20px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-links li a.active{
  color: #00a6f0 !important;
}
.nav-links li a i{
  font-size: 7px;
}
.nav-dot{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--border-color);
}
.nav-links li a:hover {
    color: #00a6f0;
}
.nav-links li {
    position: relative;
}

/*Styling Buttons*/

.login-button, .join-button{
  display: none;
}
.header-button{
  padding-right: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.login-button-desktop{
    background-color:transparent;
    color: var(--dark-blue);
    border: 1.5px solid var(--border-color);
    border-radius: var(--button-border-radius);
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all ease-in-out 350ms;
    text-transform: capitalize;
    box-shadow: rgb(38, 57, 77) 0px 2px 3px;
}
.login-button-desktop:hover {
    color: #131418;
    background-color: var(--button-bg-hover-color);
    border:1.5px solid var(--border-color);
    transition: all ease-in-out 350ms;
    color: var(--text-white);
}
.join-button-desktop{
    background-color: var(--button-bg-color);
    color: var(--text-white);
    border: 1.5px solid var(--border-color);
    border-radius: var(--button-border-radius);
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all ease-in-out 350ms;
    text-transform: capitalize;
    box-shadow: rgb(38, 57, 77) 0px 2px 3px;
}
.join-button-desktop:hover {
    color: var(--text-white);
    background-color: var(--button-bg-hover-color);
    border:1.5px solid var(--border-color);
    transition: all ease-in-out 350ms;
}

/*  */
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
  width: 30px;
  height:3px;
  background: var(--dark-blue);
  margin: 5px;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.hamburger{
    display: none;
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


/* BANNER STAART */

.banner{
  width: 100%;
  /* height: calc(100vh - 96px); */
  height: auto;
  margin-top: 96px;
}
.banner-wraper{
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
.content-box-banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: calc(100vh - 96px);
  position: relative;
  z-index: 99;
  padding-left: 50px;
}
.heading-content .heading1-banner{
  font-size:55px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-transform: capitalize;
}
.heading-content .heading2-banner{
  font-size: 80px;
  color: #00bbff;
  text-transform: capitalize;
  text-shadow: 2px 2px 4px #000;
  line-height: 65px;
  padding-bottom: 40px;
  
}
.banner-h3{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-optical-sizing: auto;
  font-style: normal;
}
.typing-icon{
  padding: 2px;
  background: #05447b;
  border-radius: 6px;
  box-shadow: 1px 2px 3px #000;
}
.txt-rotate{
  font-size: 20px;
}
.typing-animation{
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 25px;
  background: rgb(0, 160, 223);
  border-radius: 12px;
  border: 2px solid #ffffff;
}
.goal-banner{
  padding-top: 40px;
}
.goal-banner span{
  font-size: 16px;
  color: var(--text-white);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.goal-hr{
  width: 50px;
  border: 1px solid var(--text-white);
  height: 1px;
}
.banner-goals-box{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.goals-box{
  padding: 8px 12px;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--text-white);
  background: linear-gradient(166deg,rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: var(--button-border-radius);
  box-shadow: 1px 2px 4px #000000;
  display: flex;
  gap: 4px;
  align-items: center;
}
.goals-box img{
  width: 20px;
}

/*  */

.grid-bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ba-grid{
  position: relative;
  z-index: 1;
  background-image: 
    radial-gradient(ellipse at bottom left, rgba(104,128,138,0.4) 10%, rgba(138,114,76,0) 40%),
    linear-gradient(to bottom, rgba(57,173,219,.25), rgba(42,60,87,0.4)),
    linear-gradient(135deg, #113b44, #092756);
}
.ba-grid:before,
.ba-grid:after,
.inner:before,
.inner:after{
  content:'';
  position: absolute;
  z-index: 1;
  top:0;
  bottom:0;
  left:0;
  right:0;
  mix-blend-mode: overlay;
}
.ba-grid:before{
  background-image: 
    linear-gradient(var(--line-color), transparent 1px),
    linear-gradient(to right, var(--line-color), transparent 1px);
  background-size:
    100% var(--gird-height),
    var(--gird-width) 100%;
}
.ba-grid:after{
  background-image: radial-gradient(var(--dot-color) 1px, transparent 1px);
  background-size: var(--point-gap-width) var(--point-gap-height);
  background-position: calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);
}
.inner:before,
.inner:after{
  background-image: radial-gradient(var(--dot-color) var(--dot-size), transparent var(--dot-size));
  background-size: var(--point-gap-width) var(--point-gap-height);
  background-position: calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);  
}
.inner:after{
  transform: scale(1.1, 1.1);
}

.inner:before{
  transform: scale(1.2, 1.2);
}

.anim:after{
  animation: 6.4s linear move infinite;
}

.anim .inner:after{
  animation: 3.2s linear move infinite;
}

.anim .inner:before{
  animation: 1.6s linear move infinite;
}

@keyframes move{
  0%{
    background-position:calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2);
  }
  100%{
    background-position:calc(var(--point-gap-width) / 2) calc(var(--point-gap-height) / 2 * -1);
  }
}

/* slider box */

.slider-box{
  width: 50%;
  position: relative;
  z-index: 99;
  padding-right: 20px;
  margin-top: 30px;
}
.slider-middle{
  top: 50% !important;
  transform: translateY(-50%);
}
.swiper-pagination-banner .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
/*  */

 /* Card 1: Modern with Hover Lift */
.card-1 {
    width: 100%;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.card-1 .card-image {
    height: 200px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    position: relative;
    overflow: hidden;
}

.card-1 .card-image::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: linear-gradient(45deg, transparent, rgba(0, 55, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: shimmeron 3s infinite;
}

.card-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 200px;
  border-radius: 20px 20px 0 0;
}


@keyframes shimmeron {
    100% { transform: translateX(100%); }
}

.card-1 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-1 .card-content {
    padding: 25px;
}

.card-1 .badge-card {
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(166deg, rgb(65 182 255) 0%, rgb(2, 29, 167) 100%);
    color: white;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    position: absolute;
    top: 14px;
    left: 20px;
    box-shadow: 1px 2px 4px #000000;
  z-index: 9;
}

.card-1 h3 {
    color: var(--sub-heading-color);
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.card-1 p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-1 .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-1 .price {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-1 .enroll-btn-on-card {
    padding: 12px 25px;
    background: transparent;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #012a64;
      border: 2px solid #012a64;
}

.card-1 .enroll-btn-on-card:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

/*  */

.top-university{
  overflow: hidden;
  width: 100%;
}

.top-university-wraper{
  display: flex;
}
.heading-left{
  width: 30%;
  background: #0c91d1;
  height: 150px;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.heading-left h5{
  font-size: 25px;
  color: #fff;
}
.icon-slider-right{
  width: 70%;
}

.slideItem {
  display: inline-block;
  width: auto;
  height: 150px;
  vertical-align: middle;
	margin-left:30px;
}
.row {
  position: absolute;
  white-space: nowrap;
  font-size: 0;
	height: 150px;
}
#clientMarquee {
  background: #001944;
}
#carousel {
    position: absolute;
    white-space: nowrap;
    width: 100%;    
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}
.centerHelper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#carousel img {
  width: 200px;
  height: 60%;
  z-index:999999;
  vertical-align:middle;
  border: 3px solid var(--bg-color2);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 1px 2px 4px blue;
  background: #edfbff;
}
#carousel img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0) cubic-bezier(0.6,0,0.3,1);
    transition:filter .3s cubic-bezier(0.6,0,0.3,1);

}
.rtl {
    -webkit-animation: scrollRtL 30s linear infinite;
    animation: scrollRtL 30s linear infinite;
    animation-play-state:running;
    -webkit-animation-play-state:running;
}

@-webkit-keyframes scrollRtL {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, 0); }
}
@keyframes scrollRtL {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, 0); }
}

/* our courses design section */

.courses-slider{
  padding-top: 50px;
}

.swiper-card{
  width:100%;
  background:#fff;
  border-radius:15px;
  box-shadow:0 5px 20px rgba(0,0,0,.1);
  transition:.3s;
  margin:20px auto;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  border: 1px solid var(--bg-color2);
  transition: .3s;
}
.swiper-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,.15)
}
.swiper-card:hover .title{
  color: #046fa3;
  transition: .3s;
}
.badge{
  position:absolute;
  top:10px;
  right:10px;
  background: linear-gradient(to right,  rgba(169,3,41,1) 0%,rgba(196,72,72,1) 44%,rgba(170,34,56,1) 100%);
  color:#fff;
  padding:5px 10px;
  font-size:11px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  border-radius:10px;
  box-shadow:0 3px 10px rgba(0,0,0,.2);
  z-index:10;
}
.tilt{
  overflow:hidden;
}
.img{
  height:200px;
  overflow:hidden;
}
.img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s;
}
.swiper-card:hover .img img{
  transform:scale(1.05);
}
.info{
  padding:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 390px;
}
.cat{
  font-size:11px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--bg-color2);
  margin-bottom:5px;
}
.title{
  font-size:18px;
  font-weight:700;
  color:#18181B;
  margin:0 0 10px;
  letter-spacing:-.5px;
}
.desc{
  font-size:13px;
  color:#52525B;
  line-height:1.4;
  margin-bottom:12px;
}
.feats{
  display:flex;
  gap:6px;
  margin-bottom:15px;
}
.feat{
  font-size:12px;
  background-color: #0ea5e9;
  color:#fff;
  padding:3px 8px;
  border-radius:10px;
  font-weight:500;
  box-shadow: 1px 2px 4px #000;
}
.bottom{
  display:flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom:12px;
}
.price{display:flex;flex-direction:column}
.old{font-size:13px;text-decoration:line-through;color:#A1A1AA;margin-bottom:2px}
.new{font-size:20px;font-weight:700;color:#18181B}
.btn{background:linear-gradient(45deg,#18181B,#27272A);color:#fff;border:none;border-radius:10px;padding:8px 15px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.3s;box-shadow:0 3px 10px rgba(0,0,0,.1)}
.btn:hover{background:linear-gradient(45deg,#27272A,#3F3F46);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.15)}
.btn:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:.5s}
.btn:hover:before{left:100%}
.icon{transition:transform .3s}
.btn:hover .icon{transform:rotate(-10deg) scale(1.1)}
.meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #F4F4F5;padding-top:12px}
.rating{display:flex;align-items:center;gap:2px}
.rcount{margin-left:6px;font-size:11px;color:#71717A}
.stock{font-size:11px;font-weight:600;color:#22C55E}

.courses-img-span{
  display: flex;
  gap: 8px;
  align-items: center;
}
.courses-img-span .courses-img-span-img{
  width: 22px;
  height: 22px;
}
.courses-button{
  margin-top: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.courses-button1{
  width: 100%;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  background: transparent;
  transition: .3s ease-in-out;
  padding: 10px 0;
}
.courses-button1:hover{
  background-color: var(--dark-blue);
  color: #fff;
  transition: .3s ease-in-out;
}
.pt{
  margin-top: 20px;
}
.courses-button2{
  width: 100%;
  padding: 10px 15px;
  border: 2px solid var(--dark-blue);
  color: var(--text-white);
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--dark-blue);
  transition: .3s ease-in-out;
  text-align: center;
}
.buisness-cont{
  width: 100%;
}
.courses-button2:hover{
  background-color: transparent;
  color:var(--dark-blue);
  transition: .3s ease-in-out;
}
.courses-position{
  position: absolute;
  right: 10px;
  background-image: radial-gradient(circle at center, #e66465, #9198e5);
}

.free-courses-button{
  padding: 10px 15px 10px 15px;
  background-color: var(--button-bg-color);
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  align-items: center;
  border-radius: 8px;
}
.free-courses-button-parent{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.free-courses-button-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0ea5e9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid #fff;
  transition: .3s ease-in-out;
}

.free-courses-button-icon i{
   rotate: -45deg;
   transition: .3s ease-in-out;
}
.free-courses-button:hover .free-courses-button-icon i{
  rotate: 0deg;
  transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* vertical-section section start */


.vertical-section{
  position: relative;
  background: aliceblue;
}


.orb-animation {
  background: linear-gradient(135deg, #f5f7fa 0%, #e6f0ff 100%);
  position: relative;
  overflow: hidden;
}

.orb-animation::before,
.orb-animation::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  animation: float 8s ease-in-out infinite;
}

.orb-animation::before {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #a8edea 0%, #caedff 100%);
  top: -100px;
  left: -100px;
}

.orb-animation::after {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #e6f0ff 0%, #89d8ff 100%);
  bottom: -50px;
  right: -50px;
  animation-delay: -4s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 50px) scale(1.1); }
}

/*  */


.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.course-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
   z-index: 9;
   box-shadow: 1px 1px 8px #9395f4;
   display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Staggered animation delays for course cards */
.course-card:nth-child(1) { animation-delay: 0.1s; }
.course-card:nth-child(2) { animation-delay: 0.2s; }
.course-card:nth-child(3) { animation-delay: 0.3s; }
.course-card:nth-child(4) { animation-delay: 0.4s; }
.course-card:nth-child(5) { animation-delay: 0.5s; }
.course-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Shimmer effect on hover */
.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 132, 255, 0.26), transparent);
    transition: left 0.5s ease;
}

.course-card:hover::before {
    left: 100%;
}

/* Enhanced hover effects */
.course-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.25);
    border-color: #667eea;
}

.course-card:hover .course-icon {
    animation: iconBounceon 0.6s ease;
}

@keyframes iconBounceon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Floating animation for icons */
.course-icon {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    animation: floaton 3s ease-in-out infinite;
    padding: 7px 14px;
        background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    border-radius: 12px;
}

@keyframes floaton {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Icon shimmer effect on hover */
.course-card:hover .course-icon {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
    animation: shimmer 1.5s ease-in-out infinite;
    /* rotate:360deg; */
}
.course-icon i{
  transition: .3s;
}
.course-card:hover .course-icon i{
  rotate:360deg;
  transition: .3s;
}

@keyframes shimmer {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

/* Available Badge */
.available-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #012a64;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
    animation: pulseavi 2s infinite;
}

@keyframes pulseavi {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.course-card:hover .available-badge {
    animation: none;
    transform: scale(1.1);
}

.course-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    transition: color 0.3s ease;
}

.course-card:hover h3 {
    background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.course-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.course-card:hover p {
    color: #444;
}

.course-duration {
    display: inline-block;
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
    padding: 5px 15px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.course-card:hover .course-duration {
    background: #667eea;
    color: white;
}

/* Enroll Button */
.enroll-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 60px;
    background: #004aad;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInBtn 0.4s ease forwards;
    animation-delay: 0.3s;
    width: 100%;
}

@keyframes fadeInBtn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.enroll-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(166deg, rgb(0, 42, 255) 0%, rgb(2, 210, 251) 100%);
}

.enroll-btn:active {
    transform: translateY(0);
}




/*  */
.vartical-grid-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px;
}
.vartical-grid-wraper2{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.vertical-card{
  background: linear-gradient(160deg,rgba(14, 165, 233, 1) 34%, rgba(37, 99, 235, 1) 100%);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 1px 2px 4px #000;
  color: #fff;
  position: relative;
  height: 180px;
}
.vertical-card img{
  width: 80px;
  position: absolute;
  top: -30px;
  padding: 15px;
  background-color: #017bb1;
  border-radius: 12px;
  box-shadow: 0px 1px 4px #000;
}
.vertical-card-title{
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
}
.margin-card{
  margin: 0;
}

/* TESTIMONIAL SECTION START */

.section__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5rem 2rem 2rem;
  background-color:#fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: 1px solid var(--bg-color2);
}

.section__card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width:60%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  transition: 0.5s;
}

.section__card span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 3rem;
  color: var(--white);
}

.section__card h4 {
  margin-top: 50px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3s;
}

.section__card p {
  margin-bottom: 2rem;
  color: var(--text-light);
  transition: 0.3s;
}

.section__card img {
  margin-bottom: 1rem;
  max-width: 80px;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  transition: 0.3s;
}

.section__card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3s;
}

.section__card h6 {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-light);
  transition: 0.3s;
}

.section__card:hover::before {
  width: 400%;
}

.section__card:hover :is(h4, h5) {
  color: var(--white);
}

.section__card:hover :is(p, h6) {
  color: var(--secondary-color);
}

.section__card:hover img {
  border-color: var(--white);
}

/*  */

.lkd-card{
  --lkd-blue:#0A66C2;
  --lkd-bg:#ffffff;
  --lkd-text:#0b0f17;
  --lkd-sub:#5b6573;
  width: 100%;
  background: var(--lkd-bg);
  color: var(--lkd-text);
  border: 1px solid #a8c4fd;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(16,24,40,0.06);
  overflow: hidden;
  font: 15px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.lkd-brand{
  display: flex; 
  align-items: center; 
  gap: 8px;
  padding: 12px 14px;
  background: linear-gradient(160deg,#2563eb 34%, #043192 100%);
  border-bottom: 1px solid #e6e9ef;
  font-weight: 600; 
  color: #fff;
  text-transform: capitalize;
}
.lkd-brand img{
  width: 35px;
  border-radius: 50px;
}
.quites-testimonial i{
  position: absolute;
  right: 20px;
  width: 80px;
  height: 80px;
  top: 20px;
  padding: 6px;
  background-color: var(--bg-color2);
  font-size: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
}
.testimonial-avatar-card{
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-social-icon{
  display: flex;
  gap: 5px;
}
.testimonial-social-icon i{
  font-size: 13px;
  color: #fff;
  padding: 5px;
  width: 25px;
  height: 25px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 3px #000;
}

.lkd-body{
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 16px;
}

.lkd-avatar{
  width: 88px; height: 88px; object-fit: cover;
  border-radius: 50%;
  border: 2px solid #eef3f8;
  box-shadow: 0 1px 6px rgba(16,24,40,0.08);
}

.lkd-meta{ display: grid; gap: 6px; }

.lkd-name{
  margin: 0;
  font-size: 18px; line-height: 1.25;
  letter-spacing: 0.2px;
}

.lkd-role{
  margin: 0;
  color: var(--lkd-sub);
  font-size: 14px;
}

.lkd-quote{
  margin: 6px 0 0 0;
  padding: 20px 14px;
  border-left: 3px solid var(--lkd-blue);
  background: #f7f9fc;
  border-radius: 8px;
  font-style: italic;
  font-size: 18px;
}

.lkd-footer{
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #a8c4fd;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
}

.lkd-btn{
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--lkd-blue);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 6px;
  transition: background .2s ease;
}
.lkd-btn:hover{
  background:#004182;
 }

/* business section start */


/* Digital Marketing Business Edge Section */
.business-edge-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #020211 0%, #0d2564 50%, #04182f 100%);
    overflow: hidden;
    padding: 80px 20px;
}

/* Animated Background Particles */
.particles-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.particle-on {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: floatpartical 15s infinite ease-in-out;
}

.particle-on:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 12s; }
.particle-on:nth-child(2) { left: 20%; animation-delay: 1s; animation-duration: 14s; }
.particle-on:nth-child(3) { left: 30%; animation-delay: 2s; animation-duration: 16s; }
.particle-on:nth-child(4) { left: 40%; animation-delay: 3s; animation-duration: 11s; }
.particle-on:nth-child(5) { left: 50%; animation-delay: 4s; animation-duration: 13s; }
.particle-on:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 15s; }
.particle-on:nth-child(7) { left: 70%; animation-delay: 6s; animation-duration: 12s; }
.particle-on:nth-child(8) { left: 80%; animation-delay: 7s; animation-duration: 14s; }
.particle-on:nth-child(9) { left: 90%; animation-delay: 8s; animation-duration: 16s; }
.particle-on:nth-child(10) { left: 15%; animation-delay: 9s; animation-duration: 11s; }
.particle-on:nth-child(11) { left: 25%; animation-delay: 0.5s; animation-duration: 13s; }
.particle-on:nth-child(12) { left: 35%; animation-delay: 1.5s; animation-duration: 15s; }
.particle-on:nth-child(13) { left: 45%; animation-delay: 2.5s; animation-duration: 12s; }
.particle-on:nth-child(14) { left: 55%; animation-delay: 3.5s; animation-duration: 14s; }
.particle-on:nth-child(15) { left: 65%; animation-delay: 4.5s; animation-duration: 16s; }
.particle-on:nth-child(16) { left: 75%; animation-delay: 5.5s; animation-duration: 11s; }
.particle-on:nth-child(17) { left: 85%; animation-delay: 6.5s; animation-duration: 13s; }
.particle-on:nth-child(18) { left: 95%; animation-delay: 7.5s; animation-duration: 15s; }

@keyframes floatpartical {
    0%, 100% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
        transform: translateY(90vh) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateY(10vh) scale(1);
    }
    100% {
        transform: translateY(-10vh) scale(0);
        opacity: 0;
    }
}

/* Glowing Orbs Background */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: glowPulse 8s ease-in-out infinite;
}
.extra-flex{
  justify-content: center;
  margin-bottom: 30px;
}

.glow-orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(102, 126, 234, 0.4);
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.glow-orb-2 {
    width: 500px;
    height: 500px;
    background: rgba(11, 64, 200, 0.4);
    bottom: -150px;
    right: -150px;
    animation-delay: 4s;
}

.glow-orb-3 {
    width: 300px;
    height: 300px;
    background: rgba(79, 172, 254, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 2s;
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Main Content Container */
.edge-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

/* Badge */
.edge-badge {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #a8c0ff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    animation: fadeInDown 1s ease-out;
    backdrop-filter: blur(10px);
}

/* Main Title */
.edge-title {
    font-size: 50px;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.edge-title .highlight {
    background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(0 197 255) 50%, rgb(8 100 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subtitle */
.edge-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 750px;
    margin: 0 auto 40px;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.4s both;
}

/* CTA Buttons */
.edge-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
    margin-top: 50px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
        background: linear-gradient(135deg, #00b0ff 0%, #0560e0 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0560e0 0%, #00b0ff 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.btn-primary:hover::before {
    left: 0;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: transparent;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
}
/*  */


/* --- 4. CARD GRID --- */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* --- 5. THE CARD --- */
.card-edge {
    position: relative;
    background: rgb(255 255 255 / 6%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    color: #fff;
    
    /* Entrance Animation */
    opacity: 0;
    transform: translateY(30px);
}

/* Staggered Entrance */
.card-edge:nth-child(1) { animation: fadeInUp 0.8s ease-out forwards 0.2s; }
.card-edge:nth-child(2) { animation: fadeInUp 0.8s ease-out forwards 0.4s; }
.card-edge:nth-child(3) { animation: fadeInUp 0.8s ease-out forwards 0.6s; }

/* --- 6. HOVER EFFECTS --- */
.card-edge:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
                0 0 30px var(--glow);
    background: rgb(5 7 27 / 10%);
}

/* Shine Effect */
.card-edge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent
    );
    transition: 0.5s;
    pointer-events: none;
}

.card-edge:hover::before {
    left: 100%;
    transition: 0.7s ease-in-out;
}

/* Icon Styling */
.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00b0ff 0%, #006aff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: var(--transition);
    margin: auto;
}

.card-edge:hover .icon-wrapper {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #006aff 0%, #00b0ff 100%);
}

/* Content Styling */
.card-edge h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 25px;
}

.card-edge:hover .card-edge-h3{
    background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(0 197 255) 50%, rgb(8 100 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-edge p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Link Styling */
.card-link {
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.card-edge:hover .card-link {
    background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(0 197 255) 50%, rgb(8 100 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    gap: 12px;
}

/* --- 7. KEYFRAMES --- */
@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, 50px); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Stats Grid */
.edge-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 60px;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: #a8c0ff;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Floating Icons */
  .floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.float-icon {
    position: absolute;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.15);
    animation: iconFloat 6s ease-in-out infinite;
}

.float-icon:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.float-icon:nth-child(2) { top: 25%; right: 15%; animation-delay: 1s; }
.float-icon:nth-child(3) { bottom: 20%; left: 8%; animation-delay: 2s; }
.float-icon:nth-child(4) { bottom: 30%; right: 10%; animation-delay: 3s; }
.float-icon:nth-child(5) { top: 50%; left: 5%; animation-delay: 4s; }
.float-icon:nth-child(6) { top: 40%; right: 5%; animation-delay: 5s; }

@keyframes iconFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/*  */

.business{
  background-color: var(--dark-blue);
}
.business-layer{
  width: 100%;
  height: 100%;
  background: url(./images/dots.png);
  padding: 50px 0;
}
.business-wraper{
  display: flex;
  gap: 40px;
}
.business-left-content, .busniess-right-slider{
  width: 50%;
}
.sub-heading .para{
  font-size: 16px;
  color: var(--text-white);
  padding: 20px 0;
}
.business-card-on img{
  width: 100%;
  border-radius: 12px;
  height: 200px;
  box-shadow: 1px 2px 4px #000;
}
.hr-buis{
  width: 80px;
  border: none;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}
.business-card-on{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 12px;
  background: var(--bg-color2);
}
.Commendation{
  color: var(--bg-color2);
  padding: 20px 0 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.business-card-on p{
  text-align: center;
  color: #e8e8e8;
}

/*  */


.card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(31, 38, 135, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 48px 0 rgba(31, 38, 135, 0.5);
}

.card-header {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.profile-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-badge {
  display: inline-block;
  background: #10b981;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.4);
}

.card-body {
  text-align: center;
  color: white;
}

.name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--dark-blue);
}

.title-ins {
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 15px;
  font-weight: 500;
}

.bio {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 25px;
}

.stats-on {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
  padding: 10px 0;
  background: var(--bg-color2);
  border-radius: 15px;
}

.stat-item-ono h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.stat-item-ono p {
  font-size: 12px;
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.social-btn {
  flex: 1;
  padding: 10px;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.github{
  border: 2px solid #6e5494;
  color: #6e5494;
}
.linkdin{
  border: 2px solid #0077B5;
  color: #0077B5;
}
.twitter{
  border: 2px solid #1DA1F2;
  color: #1DA1F2;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.follow-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.follow-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* expert-curated section start */
.expert-curated{
  background: #162561;
  background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #ffffff, #ffffff, #ffffff, #d4ddff);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-layer{
  width: 100%;
  height: 100%;
  background: url(https://i.imgur.com/wCG2csZ.png);
}
.expert-curated-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.expert-right-img img{
  width: 100%;
}
.expert-para{
  font-size: 17px;
  color: var(--text-dark);
  line-height: 1.6;
  padding: 20px 0;
}
.expert-right-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Awards & Accomplishments section start */

.awards-card img{
  width: 200px;
  margin-bottom: 20px;
  height: 150px;
  object-fit: contain;
}
.awards-card{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--bg-color2);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: .3s;
}
.awards-card p{
  font-size: 16px;
  color: var(--text-dark);
  margin-top: 15px;
  text-align: center;
}
/* Footer */  

.footer-wraper{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 70px 0 30px 0;
}
.icon-leftside-footer{
  width: 30%;
}
.footer-heading{
  color: var(--text-white);
  font-size: 22px;
  text-transform: capitalize;
}
.footer-nav-links{
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.footer-heading-nav{
  color: var(--text-white);
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-ul{
  list-style: none;
  padding-top: 20px;
}
.footer-ul li{
  margin-bottom: 10px;
      
}
.copywrite-p{
  text-align: center;
  font-size: 14px;
  color: var(--text-white);
}
.footer-ul li a{
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: .3s ease-in-out;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
}
.footer-nav{
  width: 20%;
}
.footer-social-icon-phone-mail{
  width: 30%;
}

.footer-social-icon{
  width: 30%;
}
.icon-leftside-footer{
  width: 30%;
}
.footer-heading-nav-social{
  color: var(--text-white);
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-contact-div{
  margin-top: 20px;
  display: flex;
}
.footer-contact-div i{
  color: var(--bg-color2);
  margin-right: 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.footer-contact-span{
  color: var(--text-white);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
}
.social-footer{
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.social-footer .social-footer-a{
  color: var(--bg-color2);
  font-size: 20px;
  transition: .3s ease-in-out;
  width: 40px;
  height: 40px;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.hr-footer{
  width: 80px;
  border: none;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}
.footer-hr{
  border: 1px solid #00d6ff;
  margin-top: 40px;
  opacity: .6;
}
.text-saraz-text{
  color: var(--text-white);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.copywrite{
  padding: 20px 0;
}

footer{
  position:relative;
  background-color:#1D6D98;
  background-image:linear-gradient(to top,#0D0557 0%,#1D6D98 50%,#2c9fd9 100%)!important;
  color:#989b9f;
  font-size:13px;
  margin-top: 100px;
}  
footer .credit{pointer-events:auto;
  text-transform:uppercase;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.1);
}  
footer .credit p{
  margin:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#EBEDF0;
}  
footer .credit a{
  color:#b2cdf3;
}  
footer .credit a:hover{
  text-decoration:underline;
}  
footer .credit .creator{display:inline-block;
  opacity:0;
}  
.social_btn{margin-top:15px;
  margin-bottom:25px;
  text-align:center;
}
.social_btn svg{
  fill:#EBEDF0;
  height:50px;
  width:50px;
  position:relative;
  z-index:10;
  padding-right:10px;
}
#foot-design{
  clear:both;
  max-width:100%;
  display:block;
  position:relative;
  margin:0% auto 0;
  justify-content:center;
  z-index:2;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#tb-foot-icon{
  position:absolute;
  margin:0 auto;
  width:100%;
  display:block;
  bottom:calc(100% - 25px);
}
.footer-foot-logo{
  background:#2cd4d9;
  display:inline-flex;
  flex-wrap:wrap;
  padding:15px;
  text-align:center;
  border-radius:50%;
  position:relative;
}
.footer-foot-logo:before{
  content:"";
  border-radius:50%;
  position:absolute;
  margin:7px;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:#1D6D98;
  background-image:linear-gradient(50deg,#0D0557 0%,#1D6D98 20%,#2CD4D9 100%)!important;
}.footer-foot-logo svg{
  fill:#EBEDF0;
  height:110px;
  width:110px;
  position:relative;
  z-index:10;
}
.footer-foot-design{
  clear:both;
  overflow:hidden;
  position:absolute;
  left:0;
  bottom:100%;
  width:100%;
  margin-bottom:-2px;
  direction:ltr;}.footer-foot-design[data-negative="false"].footer-foot-design-bottom,.footer-foot-design[data-negative="true"].footer-foot-design-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.footer-foot-design svg{z-index:-1;display:block;position:relative;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
svg:not(:root){
  overflow:hidden;
};
.footer-foot-design .footer-foot-design-fill{fill:#2cd4d9;width:calc(100% + 2.5px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.footer-foot-design-bottom svg{fill:#2c9fd9;width:calc(130% + 2.5px);height:125px}#tb-subscribe{position:relative;display:block;overflow:hidden;width:100%;text-align:center;padding:100px 0 50px;margin:0 auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10}.tb-subsfield{max-width:680px;margin:0 auto;text-align:center;padding:0 15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#subscribe-limit,.subs-field,.subs-form{border-radius:99em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.subs-form{clear:both;display:block;margin:0 auto;padding:0;position:relative;float:left;width:100%}input.subs-field[type="text"]{color:#3a7bd5;border:0!important;outline:none!important;font-size:108%}.subs-field{background-color:#1D6D98;margin:0 auto;padding:0 15px;height:65px;line-height:65px;width:100%;outline:none;text-align:left}.subs-field[type="text"]:focus{border:0;color:#EBEDF0}input.subs-field::placeholder{color:#EBEDF0;font-weight:400}.subs-button{cursor:pointer;border-radius:99em;font-weight:400;padding:0;height:65px;line-height:65px;border:0!important;transition:all 0.25s;margin:0 auto;text-align:center;display:block;background-color:#1D6D98;background-image:linear-gradient(50deg,#0D0557 0%,#1D6D98 20%,#2CD4D9 100%)!important;color:#EBEDF0;position:absolute;right:0;top:0;padding:0;text-transform:uppercase;font-size:150%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:65px;outline:none}.subs-button .icons{fill:#EBEDF0;vertical-align:middle;height:35px;width:35px}.subs-button:hover{background-color:#1D6D98;background-image:linear-gradient(50deg,#2CD4D9 0%,#1D6D98 80%,#0D0557 100%)!important}.footer-foot-logo svg:hover{cursor:pointer;animation: shakeme 0.82s cubic-bezier(.36,.07,.19,.97) both;transform: translate3d(0, 0, 0);perspective: 1000px;}  
/* Circles */  
.circles{pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;margin:0}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(255,255,255,0.07);animation:animate 30s linear infinite;bottom:-150px;z-index:0}.circles li:nth-child(1){left:25%;width:60px;height:60px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:10px;height:10px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:10px;height:10px;animation-delay:4s}.circles li:nth-child(4){left:35%;width:130px;height:130px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:10px;height:10px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:90px;height:90px;animation-delay:3s}.circles li:nth-child(7){left:55%;width:60px;height:60px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:15px;height:15px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:80%;width:5px;height:5px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:130px;height:130px;animation-delay:10s;animation-duration:11s}.circles li:nth-child(11){left:10%;width:100px;height:100px;animation-delay:22s;animation-duration:11s}.circles li:nth-child(12){left:3%;width:50px;height:50px;animation-delay:10s;animation-duration:30s}


/* ABOUT PAGE START */

.about-banner{
  width: 100%;
  height: calc(70vh - 96px);
  margin-top: 96px;
  background: url('./images/vecteezy_portrait-group-of-different-ethnicity-diversity-people-in_48428274.jpg') no-repeat center center fixed;	
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

#particles-js{
  background: linear-gradient(166deg, rgb(14 57 66) 0%, rgb(7 41 216 / 64%) 100%);   
	background-size: cover;
	position: absolute;
	top: 96px;
	left: 0;
  height: calc(70vh - 96px);
  width:100%;
}
.about-middle-h2{
  background: linear-gradient(90deg, #00c3ff, #0062ff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  text-shadow: 2px 2px 0px #fff;
  text-transform: capitalize;
}
.about-p{
  color: #ffffff;
}
/*  */

.about-content{
  background-color: var(--dark-blue);
}
.about-wraper{
  width: 100%;

}
.about-content-h3{
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.about-content-span{
  font-size: 30px;
  color: var(--heading-color-sky);
}

/* about content start */

.aboutcontent-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.aboutpage-content-text-h2{
  font-size: 32px;
  background: linear-gradient(90deg, #0ea5e9, #1d4ed8 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutpage-content-text-span{
  font-size: 40px;
  color: var(--heading-color-sky);
}
.about-center-img{
  display: flex;
  justify-content: center;
}
.about-content-para{
  font-size: 19px;
  color: var(--text-dark);
  line-height: 1.6;
  font-weight: 500;
  border-left: 2px solid var(--dark-blue);
  margin: 30px 0 20px 0;
  background-color: var(--bg-color);
  padding: 20px 20px 20px 30px;
  border-radius: 8px;
}
.aboutpage-gap{
  padding-top: 10px;
}

/*  */

.text-blk {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 20px;
  color: white;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bigContainer {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(51, 51, 51);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 0 0 0 0;
}

.responsive-container-block.Container {
  max-width: 1320px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.responsive-container-block.leftSide {
  width: auto;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  flex-direction: column;
  position: static;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 300px;
}

.text-blk.heading {
  font-size: 40px;
  line-height: 64px;
  font-weight: 900;
  color: #00B2EB;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.text-blk.btn {
  color: rgb(0, 178, 235);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(160, 121, 0, 0.2) 0px 12px 35px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  cursor: pointer;
}

.responsive-container-block.rightSide {
  width: 675px;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  height: 700px;
  min-height: auto;
}

.number1img {
  margin-top: 39%;
  margin-right: 80%;
  margin-bottom: 29%;
  margin-left: 0px;
  height: 32%;
  width: 20%;
  position: absolute;
  border-radius: 6px;
}

.number2img {
  margin-top: 19%;
  margin-right: 42%;
  margin-bottom: 42%;
  margin-left: 23%;
  width: 35%;
  height: 39%;
  position: absolute;
  border-radius: 6px;
}

.number3img {
  width: 13%;
  height: 21%;
  position: absolute;
  margin-top: 62%;
  margin-right: 64%;
  margin-bottom: 30%;
  margin-left: 23%;
  border-radius: 6px;
}

.number4vid {
  width: 34%;
  height: 33%;
  position: absolute;
  margin-top: 62%;
  margin-right: 27%;
  margin-bottom: 0px;
  margin-left: 39%;
  border-radius: 6px;
}

.number5img {
  position: absolute;
  width: 13%;
  height: 21%;
  margin-top: 38%;
  margin-right: 27%;
  margin-bottom: 41%;
  margin-left: 60%;
  border-radius: 6px;
}

.number6img {
  position: absolute;
  margin-top: 0px;
  margin-right: 3%;
  margin-bottom: 67%;
  margin-left: 62%;
  width: 35%;
  height: 33%;
  border-radius: 6px;
}

.number7img {
  position: absolute;
  width: 25%;
  margin-top: 40%;
  margin-right: 0px;
  margin-bottom: 18%;
  margin-left: 75%;
  height: 42%;
  border-radius: 6px;
}

.text-blk.subHeading {
  font-size: 14px;
  line-height: 25px;
}

/* mission vision section */

.row-mission {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-box {
  background-color: var(--bg-color);
}
.section-box .list-box {
  display: flex;
  margin-bottom: 35px;
}

.section-box {
  height: auto;
}

.section-box .box {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

.section-box .box {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgb(8 0 84);
  color: black;
  padding: 25px 15px;
  border-radius: 5px 25px 25px 25px;
  position: relative;
  margin: 0 15px;
}

.section-box .box {
  border-top: 3px solid #1aa5e5;
}

.section-box .top {
  display: flex;
  justify-content: space-between;
}
.section-box .box .mini-title {
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.section-box .box .icon-logo {
  width: 45px;
}

.section-box .box .content {
  margin-top: 30px;
}
.section-box .box .big-title {
  color: rgb(0, 0, 0);
  font-size: 32px;
  text-transform: uppercase;
}
.section-box .box .text {
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin: 10px 0;
}

.section-box .box .details {
  list-style: none;
  margin-top: 25px;
}
.section-box .box .details .detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.section-box .box .details svg {
  height: 25px;
  width: 25px;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.section-box .box .details .detail-name {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.enrollnow-outer {
  margin-top: 20px;
}
.enrollnow {
  background: rgb(8 0 84);
  color: #fff;
  padding: 8px 30px;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
}

/* counter section start */

.counter-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.counter-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
}

.counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00d4ff, #7b2ff7);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.counter-card:hover {
  transform: translateY(-15px);
  background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #1a1a2e  100%);
  box-shadow: 0 25px 50px rgba(0, 212, 255, 0.15);
}

.counter-card:hover::before {
  transform: scaleX(1);
}

.counter-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(123, 47, 247, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
}

.counter-icon::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(0, 212, 255, 0.3);
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
}

.counter-icon i {
  font-size: 2.2rem;
  color: #00d4ff;
}

.counter-card:nth-child(2) .counter-icon i { color: #ff6b6b; }
.counter-card:nth-child(2) .counter-icon::before { border-color: rgba(255, 218, 107, 0.3); }
.counter-card:nth-child(2)::before { background: linear-gradient(90deg, #ffc16b, #f3840d); }

.counter-card:nth-child(3) .counter-icon i { color: #4ecdc4; }
.counter-card:nth-child(3) .counter-icon::before { border-color: rgba(107, 233, 255, 0.3); }
.counter-card:nth-child(3)::before { background: linear-gradient(90deg, #6bf3ff, #01bac8); }

.counter-card:nth-child(4) .counter-icon i { color: #ffd93d; }
.counter-card:nth-child(4) .counter-icon::before { border-color: rgba(255, 217, 61, 0.3); }
.counter-card:nth-child(4)::before { background: linear-gradient(90deg, #ffd93d, #ff9f1c); }

.counter-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.counter-suffix {
  font-size: 2rem;
  font-weight: 700;
  color: #00d4ff;
  position: absolute;
  top: 5px;
  right: -20px;
}
.counter-suffix-max{
right: -27px;
}

.counter-card:nth-child(2) .counter-suffix { color: #ff6b6b; }
.counter-card:nth-child(3) .counter-suffix { color: #4ecdc4; }
.counter-card:nth-child(4) .counter-suffix { color: #ffd93d; }

.counter-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.counter-card:nth-child(1) .floating-shape {
  width: 150px;
  height: 150px;
  background: #00d4ff;
  top: -50px;
  right: -50px;
  animation: float 6s ease-in-out infinite;
}

.counter-card:nth-child(2) .floating-shape {
  width: 120px;
  height: 120px;
  background: #ffd56b;
  bottom: -40px;
  left: -40px;
  animation: float 6s ease-in-out infinite 1s;
}

.counter-card:nth-child(3) .floating-shape {
  width: 100px;
  height: 100px;
  background: #4ecdc4;
  top: -30px;
  left: -30px;
  animation: float 6s ease-in-out infinite 2s;
}

.counter-card:nth-child(4) .floating-shape {
  width: 80px;
  height: 80px;
  background: #ffd93d;
  bottom: -25px;
  right: -25px;
  animation: float 6s ease-in-out infinite 0.5s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(10px, -10px) rotate(180deg); }
}

/* how we work */

.hero-section {
  background: radial-gradient(ellipse at top, #1a1f3a 0%, #080b1e 50%);
  position: relative;
  padding: 50px 0 50px;
  overflow: hidden;
}
        
/* Animated particles */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(99, 102, 241, 0.6);
  border-radius: 50%;
  animation: float-particle 15s infinite ease-in-out;
}
        
.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 2s; background: rgba(168, 85, 247, 0.6); }
.particle:nth-child(3) { left: 30%; top: 40%; animation-delay: 4s; background: rgba(236, 72, 153, 0.6); }
.particle:nth-child(4) { left: 40%; top: 60%; animation-delay: 1s; }
.particle:nth-child(5) { left: 50%; top: 30%; animation-delay: 3s; background: rgba(168, 85, 247, 0.6); }
.particle:nth-child(6) { left: 60%; top: 70%; animation-delay: 5s; background: rgba(236, 72, 153, 0.6); }
.particle:nth-child(7) { left: 70%; top: 50%; animation-delay: 2s; }
.particle:nth-child(8) { left: 80%; top: 25%; animation-delay: 4s; background: rgba(168, 85, 247, 0.6); }
.particle:nth-child(9) { left: 90%; top: 65%; animation-delay: 1s; background: rgba(236, 72, 153, 0.6); }
        
@keyframes float-particle {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(50px);
        opacity: 0;
    }
}
            
/* Diagonal light beam */
.light-beam {
    position: absolute;
    width: 400px;
    height: 800px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    top: -200px;
    right: 20%;
    transform: rotate(25deg);
    animation: beam-pulse 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes beam-pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

/* Title Section */
.title-section {
  margin-bottom: 50px;
}

.pre-title {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--heading-color-sky);
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInDown 0.8s ease forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-title {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.1;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
    font-weight: 900;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gradient-text {
    background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899, #6366f1);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s linear infinite;
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.subtitle {
    font-size: 1.3rem;
    color: #94a3b8;
    font-weight: 300;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

.feature-column {
    padding:40px;
    position: relative;
    border: 1px solid rgb(99 102 241 / 74%);
    transition: all 0.5s ease;
    cursor: pointer;
    background: linear-gradient(160deg, rgb(2 138 199) 34%, rgb(0 35 113) 100%);
    border-radius: 12px;
}
.ai-textstroke{
    -webkit-text-stroke: 0.8px #ffffff;
    text-stroke: 0.8px #ffffff;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

}

.feature-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(99, 102, 241, 0.03));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.feature-column:nth-child(2)::before {
    background: linear-gradient(180deg, transparent, rgba(168, 85, 247, 0.03));
}

.feature-column:nth-child(3)::before {
    background: linear-gradient(180deg, transparent, rgba(236, 72, 153, 0.03));
}

.feature-column:hover::before {
    opacity: 1;
}

.feature-column:hover {
    transform: translateY(-10px);
}

.feature-icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 40px;
    position: relative;
}

.hex-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hex-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s ease;
    border-radius: 6px;
}

.feature-column:hover .hex-icon::before {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.9;
}

.feature-column:nth-child(1) .hex-icon {
    color: #6366f1;
}

.feature-column:nth-child(2) .hex-icon {
    color: #a855f7;
}

.feature-column:nth-child(3) .hex-icon {
    color: #ec4899;
}

.hex-icon i {
    font-size: 3rem;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.feature-column:hover .hex-icon i {
    transform: scale(1.1) rotateY(360deg);
}

.feature-label {
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e7f1ff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.feature-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3;
}

.feature-description {
    color: #dfecff;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 300;
}

/* Progress bars at bottom */
.progress-bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 60px;
}

.progress-item {
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0;
    transition: width 2s ease;
}

.feature-column:hover ~ .progress-bars .progress-item:nth-child(1) .progress-fill,
.feature-column:nth-child(1):hover ~ .progress-bars .progress-item:nth-child(1) .progress-fill {
    width: 100%;
}

.feature-column:hover ~ .progress-bars .progress-item:nth-child(2) .progress-fill,
.feature-column:nth-child(2):hover ~ .progress-bars .progress-item:nth-child(2) .progress-fill {
    width: 100%;
}

.feature-column:hover ~ .progress-bars .progress-item:nth-child(3) .progress-fill,
.feature-column:nth-child(3):hover ~ .progress-bars .progress-item:nth-child(3) .progress-fill {
    width: 100%;
}

.progress-item:nth-child(1) .progress-fill {
    background: linear-gradient(90deg, #6366f1, #4f46e5);
}

.progress-item:nth-child(2) .progress-fill {
    background: linear-gradient(90deg, #a855f7, #9333ea);
}

.progress-item:nth-child(3) .progress-fill {
    background: linear-gradient(90deg, #ec4899, #db2777);
}



/* COURSES SECTION START -----------------------------------------------*/

.courses-banner{
  width: 100%;
  height: calc(70vh - 96px);
  margin-top: 96px;
  background: url('./images/courses-main-banner.jpg') no-repeat center center fixed;	
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.courses-middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 50px;
  text-align: center;
}
.courses-middle-h2{
  background: linear-gradient(90deg, #03415d, #085b81 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  text-shadow: 2px 2px 0px #00b4ff;;
}
.courses-tab-h2{
  font-size: 32px;
  background: linear-gradient(90deg, #0ea5e9, #1d4ed8 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.courses-tab-p{
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.6;
}
.tab-option{
  padding-top: 50px;
}

/* tab section start */

.tab-grid-courses{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.tabs-container {
  margin: 0 auto;
  background: #ffffffdd;
}
.tabs-section{
  margin-top: 40px;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #00b4db;
  list-style: none;
  margin: 0;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 12px;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tab.active {
  background: linear-gradient(308deg, rgb(14 4 194) 0%, rgb(13 40 213) 16%, rgb(0 212 255) 100%);
  font-weight: 600;
  color: #ffffff;
  border-radius: 12px;
}

/* Content panes */
.tabs-content {
  padding: 40px 0px;
  background-color: #fff;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 18px;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* course details page start */

.courses-details-banner{
  width: 100%;
  height: calc(70vh - 96px);
  margin-top: 96px;
  background: url('./images/courses-details-banner-main.jpg') no-repeat center center fixed;	
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.courses-details-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.course-details-para{
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.6;
  font-weight: 500;
  padding-top: 20px;
}
.courses-details-middle-right-image img{
  width: 100%;
}
.courses-details-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 30px;
}
.courses-details-grid-item{
  background: linear-gradient(166deg, rgb(228 251 255) 0%, rgb(244 232 255) 100%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  border: 1px solid #000;
}
.courses-details-grid-item img{
  width: 50px;
}
.grid-item-heading{
  padding-top: 10px;
  font-size: 20px;
}
.grid-item-para{
  color: #151a1f;
}

/* overview section */

.overview{
  background: var(--bg-color);
}
.overview-section ul {
list-style: none;
padding: 0;
margin-top: 40px;
}

.overview-section ul li {
background: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin: 10px 0;
padding: 12px 18px;
border-radius: 6px;
font-size: 1rem;
border-left: 3px solid var(--border-color2);
}

.overview-section ul li strong {
color: #2980b9;
}

.overview-section button {
display: block;
padding: 15px 25px;
font-size: 1rem;
font-weight: bold;
color: #fff;
background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
border: none;
border-radius: 6px;
cursor: pointer;
transition: 0.3s ease;
margin-top: 30px;
    }

.overview-section button:hover {
background: linear-gradient(166deg, rgb(0, 42, 255) 0%, rgb(2, 210, 251) 100%);
}

/* specialization section */


.specilization-wraper{
  display: flex;
  gap: 20px;
}
.specilization-content{
  width: 40%;
}
.specilization-img{
  width: 60%;
}
.specilization-img img{
  width: 100%;
  border-radius: 8px;
}
.duel-button{
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.button1, .button2{
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}


/* curriculum section */

.curiculuamn{
  background: linear-gradient(to top, #040715, #02122b);
}
.main-content {
  height: auto;
  max-width: 100%;
  height: auto;
  border-style: border-box;
  margin-top: 40px;
}

.accordion-main-content img {
  height: 250px;
  border-radius: 8px;
  margin-top: 20px;
  width: 100%;
  object-fit: cover;
}
.accordion-main-content h1{
  color: #fff;
}
.accordion-main-content p{
  color: #fff;
}
.accordion-number span{
  background: linear-gradient(90deg, #00b3ff, #0059ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-description span{
  text-transform: uppercase;
  color: var(--bg-color);
  letter-spacing: 2px;
}
.key-skills-span{
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 20px 0 10px 0;
}
.curiculuam-flex-span{
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
}
.accordion {
  height: 600px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.accordion-element {
  display: flex;
  height: 100%;
  overflow: hidden;
  transition: flex-grow 0.3s ease-in-out;
  border-right: 1px solid #ccc;
}

.preview {
  flex: none;
  color: white;
  width: 5rem;
  height: 100%;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.accordion-main-content {
  flex-grow: 1;
  display: none;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  transition: display none 1s;
  width: min-content;
}

.active .accordion-main-content {
  display: block;
}

.accordion-number {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
}

.accordion-description {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.5rem;
  border-style: border-box;
  position: absolute;
  bottom: 20px;
  line-height: 5rem;
}

/* Tabset Styles */

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
  background-color: var(--bg-color);
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
  border-radius: 12px;
}

input:focus-visible {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
}

.tabset > input:checked + label {
  border-color: var(--border-color2);
  border-bottom: 1px solid var(--bg-color);
  margin-bottom: -1px;
  background: var(--bg-color);
}

.tab-panel {
  padding: 30px;
  border: 1px solid var(--border-color2);
}

.tabset {
  margin-top: 60px;
}
.tab-dots{
  display: flex;
  gap: 10px;
}
.tab-dots span{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  min-width: 8px;
  min-height: 8px;
  margin-top: 8px;
}
.tab-dots-parents{
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  
}   

/* job section start */

.job{
  background: var(--bg-color);
}
.job-swiper{
  padding-top: 50px;
}
 .job-card {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 
  0 4px 6px -1px rgba(0, 0, 0, 0.1),
  0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.job-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  justify-content: space-between;
}

.company-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 5px #007fff;
}

.company-logo img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}

.header-content {
  flex: 1;
}

.company-name {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.job-title {
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.job-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.job-type {
  padding: 4px 12px;
  background: var(--dark-blue);
  color: var(--text-white);
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 100px;
  box-shadow: 1px 2px 5px #000;
}

.post-time {
  color: #3e5472;
  font-size: 0.875rem;
}

.save-button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: red;
  background: #f8fafc;
  font-size: 25px;
  border: 1px solid #9e9e9e;
}

.save-button:hover {
  background: #f1f5f9;
  color: #1e293b;
  transform: translateY(-2px);
}

.details-section {
  margin: 15px 0;
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.detail-row:last-child {
  margin-bottom: 0;
}

.detail-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.detail-content {
  flex: 1;
}

.detail-label {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.detail-value {
  color: #1e293b;
  font-size: 0.9375rem;
  font-weight: 500;
}

.skills-section {
  margin-bottom: 24px;
}

.section-title-job {
  color: #1e293b;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-tag {
  padding: 6px 12px;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.875rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 1px solid var(--border-color);
}

.skill-tag:hover {
  background: #e2e8f0;
  color: #1e293b;
  transform: translateY(-2px);
}

.action-buttons {
  display: flex;
  gap: 12px;
}

.button {
  flex: 1;
  padding: 12px 12px;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.primary-button {
  background: #3b82f6;
  color: #fff;
  border: none;
  box-shadow: 1px 2px 5px #000;
}

.primary-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.secondary-button {
  background: #f1f5f9;
  color: #1e293b;
  border: none;
  border: 1px solid var(--border-color);
}

.secondary-button:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}

@media (prefers-color-scheme: dark) {
.card {
  background: #1e293b;
}

.company-logo {
  background: #334155;
}

.company-name {
  color: #94a3b8;
}

.job-title {
  color: #f1f5f9;
}

.job-type {
  background: #334155;
  color: #94a3b8;
}

.save-button {
  background: #334155;
  color: #94a3b8;
}

.save-button:hover {
  background: #475569;
  color: #f1f5f9;
}

.detail-icon {
  background: #334155;
  color: #94a3b8;
}

.detail-label {
  color: #94a3b8;
}

.detail-value {
  color: #f1f5f9;
}

.section-title {
  color: #f1f5f9;
}

.skill-tag {
  background: #334155;
  color: #94a3b8;
}

.skill-tag:hover {
  background: #475569;
  color: #f1f5f9;
}

.secondary-button {
  background: #334155;
  color: #f1f5f9;
}

.secondary-button:hover {
  background: #475569;
}
}

/* campus gallery section start */

.slider-campus {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 10s linear infinite;
    padding: 0 0 20px 0;
}

@keyframes scrolling {

    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 300px;
    border-radius: 12px;
    box-shadow: 1px 2px 5px #000;
}
.campus-gallery-section{
  margin-top: 50px;
}

/* students trust section start */

.students-trust{
  display: flex;
  gap: 40px;
  background-color: var(--dark-blue);
}
.students-left-content{
  width: 50%;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.students-right-img{
  width: 50%;
  margin: auto;
}
.students-right-img img{
  width: 100%;
  height: 450px;
  border-radius: 100px 0 0 100px;
}
.student-button{
  margin-top: 30px;
}
.students-trust-para{
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
}

/* FAQ SECTION START */

.dl-faq {
  position: relative;
  margin-top: 20px;
}
.faq{
  padding: 50px 0 90px 0 !important;
}

.dl-faq > dt {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 1rem;

  /* Fix for IE9 & 10 */
  border-top: 1px solid rgba(255,255,255,.2);
}

dt > button {
  color: inherit;
  background-color: inherit;
}
.dl-faq > dt:first-child .pab-btn,
.dl-faq > dt:first-child {
  border-top: 0;
}

.dl-faq.pab_container > dt {
  /* added via JS */
  padding: 0;
}

.dl-faq > dd {
  margin: 0 auto;
  padding: 0 1.5em;
  font-weight:100;
}

.dl-faq > dd > div {
  padding: 20px 0;
}

.dl-faq div > p {
  color: var(--dark-blue);
  font-weight: 500;
}

.dl-faq div >:last-child {
  margin: 0;
}


/* The acivating buttons added via JS */

.pab-btn {
  position: relative;
  cursor: pointer;
  transition: color .3s ease-in;
  color: #fff;

  /* Using absolute positioning for SVG so reserve some space */
  padding: 1rem 2.5rem 1rem .5rem;
  border: 0 solid transparent;

  /* inherit doesn't work in IE */
  font-size: inherit;
  text-align: left;
  width: 100%;
  background: var(--bg-color2);
  border-radius: 6px;
}

.pab-btn:hover,
.pab-btn:focus,
.pab-btn:active {
  color:#fff;
}

.pab-btn:focus {
  outline: 0 solid;
}

.pab-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}


/* Underline text on button hover (Tesco requirement) */

.pab-btn > span {
  position: relative;
  pointer-events: none;
  transition: border-color .3s;
}

.pab-btn:hover > span,
.pab-btn:focus > span {
  border-bottom-color: rgba(255,255,255,.5);
}

.pab-btn:active > span {
  border-bottom-color: transparent;
}


/* SVG plus */

.pab-svg-plus {
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - .75em);
  right: 4px;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  pointer-events: none;
  stroke-width: 4;
  stroke-linecap: square;
  stroke: currentColor;
  -webkit-transition: transform .7s ease-out, box-shadow .3s ease-out;
  transition: transform .7s ease-out, box-shadow .3s ease-out;
}

[aria-expanded="true"] > .pab-svg-plus {
  transform: rotateZ(360deg);
}

.use-plus {
  /* used to animate plus into minus */
  -webkit-transition: stroke .5s ease-out, opacity .7s ease-out;
  transition: stroke .5s ease-out, opacity .7s ease-out;
}

[aria-expanded=true] .use-plus {
  opacity: 0;
}

.isSafari .pab-btn .pab-svg-plus {
  box-shadow: none;
}


/* Open / close animation - The inaccurate CSS max-height is resolved via JS adding an inline style */

[data-pab] + [aria-hidden] {
  overflow: hidden;
  opacity: 1;
  max-height: 50rem;
  visibility: visible;
  transition: visibility 0s ease 0s, max-height .65s ease-out 0s, opacity .65s ease-in 0s;
  background-color: var(--bg-color);
  border-radius: 6px;
}

[data-pab] + [aria-hidden="true"] {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: .66s, 0s, 0s;
}


/* Overide the max-height set as an inline style by the JS */

[data-pab] + [style][aria-hidden="true"] {
  max-height: 0 !important;
}


/* courses testimonial start */

.courses-testimonial{
  background-color: var(--bg-color);
}
.blog-slider {
  width: 95%;
  position: relative;
  margin: 50px 0 0 auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
.blog-slider__item {
  display: flex;
  align-items: center;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #00ceff 0%, #000d63 74%);
  box-shadow: 4px 13px 30px 1px rgb(56 175 252 / 20%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.7;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.blog-slider__content {
  padding-right: 25px;
}
.blog-slider-parents{
  display: flex;
  justify-content: center;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 17px;
  font-weight: 600;
  color: #0d0925;
}
.blog-slider__text {
  color: var(--dark-blue);
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 18px;
  padding-top: 20px;
  font-weight: 600;
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
.courses-star-icon-five i{
  color: #ff8c00;
}
.courses-star-icon-five-child{
  padding: 4px 12px;
  border-radius: 50px;
  border: 2px solid #0045ff;
  box-shadow: 0px 1px 2px #0029f4;
  background: aliceblue;
}
.courses-star-icon{
  display: flex;
  justify-content: space-between;
}
.courses-right-icon i{
  font-size: 50px;
  color: #b3d7f7;
}
.blog-slider__para{
  font-size: 15px;
  color: #393939;
}

/* skills-first section start ------------------------------------------------------------------------  */

.skills-first{
  display: flex;
  gap: 40px;
}
.skills-para{
  font-size: 16px;
  padding-top: 30px;
}

/* skills-course --------------------------------------------------------------------------------------- */
.skills-course-para{
  padding-top: 20px;
}
.skills-course{
  background-color: var(--bg-color);
}
.same-hr{
  width: 100%;
  margin-top: 20px;
  border: 1px solid #07336b5c;
}
.skills-courses-h2{
  font-size: 24px;
  color: var(--p-color);
  padding: 20px 0 50px;
}

/* SKILLS PROJECTS SECTION START -------------------------------------------------------------------------*/

.projects-section{
  background: var(--bg-color);
}

.projects-h2 {
  font-weight: 100;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255); /* Stroke width and color */
  background: transparent;
}

.project__info h2 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

/* free-course section ----------------------------------------------------------------- */

.free-course{
  background-color: var(--bg-color);
}
.certificate-img{
  background: url(./images/skills-course.webp);
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.free-courses{
  padding: 4px 15px;
  background-color: var(--border-color2);
  color: var(--white);
  text-align: right;
  height: max-content;
  border-radius: 50px;
  box-shadow: 1px 2px 4px #000;
  text-transform: capitalize;
  font-size: 15px;
}
.free-courses-hours{
  padding: 4px 12px;
  background-color: #ff8729;
  color: var(--white);
  text-align: right;
  height: max-content;
  border-radius: 50px;
  box-shadow: 1px 2px 4px #000;
  text-transform: capitalize;
  font-size: 12px;
}
.certificate-free-parents{
  width: 100%;
  display: flex;
  justify-content: end;
}
.certificate-content{
  padding: 15px;
}
.certificate-content-h3{
  font-size: 20px;
}
.certificate-content-para{
  font-size: 16px;
  padding-top: 10px;
}
.certificate-card-parents{
  background: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.free-courses-btn{
  width: 100%;
}

/* SKILLS BLOG SECTION CREATE ---------------------------------------------------------------------- */

.skill-blog-card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.skill-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 2px 40px #d7dfe2;
}
.card-banner{
  height: 224px;
}
.banner-img {
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
  box-shadow: 1px 2px 4px #000;
}

.popular {
  background: #651fff;
}

.skill-blog-body {
  margin: 1rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;

}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
  font-size: 17px;
  color: var(--dark-blue);
}

.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.skills-profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 14px;
  color: var(--dark-blue);
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}
.skillsblogSwiper{
  padding-top: 50px;
}

/* skill-explore section start */

.skills-explore{
  background-color: var(--dark-blue);
  display: flex;
  gap: 40px;
}

/* BLOG SECTION START ---------------------------------------------------------------------------------------- */

.blog {
  position: relative;
  overflow: hidden;
}


@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(15px, 25px) rotate(120deg); }
    66% { transform: translate(-20px, 10px) rotate(240deg); }
}

@keyframes floatShapeReverse {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-15px, -15px) rotate(-180deg); }
}

.slider-container {
  display: flex;
  height: 80vh;
  gap: 20px;
  padding: 20px;
}
.image-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
}
.image-swiper{
    width: 45%;
}
.content-swiper{
  width: 55%;
}
.image-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 2px 6px 15px #000;
}
.content-swiper .swiper-slide {
    background: transparent;
    backdrop-filter: blur(10px);
    padding: 40px 80px 40px 0;
    color: #333;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-swiper h2 {
    background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(3, 36, 205) 50%, rgb(1, 14, 80) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.swiper-pagination-bullet-active {
    background: #002eff  !important;
}

.swiper-blog-wraper{
  display: flex;
  gap: 50px;
}
.blog-left-img{
  width: 50%;
}
.blog-left-img img{
  width: 100%;
  border-radius: 20px;
  box-shadow: 1px 2px 5px #000;
}
.blog-right-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-top-h2-content{
  font-size: 35px;
  padding-top: 30px;
  line-height: 45px;
}
.blog-para{
  font-size: 16px;
  padding-top: 20px;
}
.blog-avatar-name{
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.blog-avatar-name img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.blog-avatar-name span{
  font-size: 17px;
  font-weight: 500;
}
.blog-swiper-wraper{
  padding-bottom: 80px;
}

/* BLOG MAIN SECTION START */
.main-blog{
  padding: 40px 0;
}

.blog-box {
  width: 100%;
  padding: 0px 0 40px 0;
  padding-bottom: 50px;
}

.blog-box .main-title {
  font-size: 28px;
  font-weight: 600;
  color: indigo;
}

.blog-box .blog-card {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* To make radio button hidden */
.blog-card input[type="radio"] {
  display: none;
}

.blog-card .list {
  width: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.list label {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px 10px 10px 15px;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  color: var(--dark-blue);
  z-index: 5;
  cursor: pointer;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 12px;
  box-shadow: 1px 2px 3px #000;
  border: 1px solid #0067ff;
}

.list label:hover {
  color: white;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
}

/* To make label color white */
#home:checked ~ .list .home,
#blog:checked ~ .list .blog,
#help:checked ~ .list .help,
#code:checked ~ .list .code,
#about:checked ~ .list .about,
#General:checked ~ .list .General,
#Digital:checked ~ .list .Digital,
#Management:checked ~ .list .Management,
#Legal:checked ~ .list .Legal{
  color: white;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  border-radius: 12px;
}
.list label i {
  font-size: 20px;
  border-radius: 4px;
  padding: 4px;
}

.list .topic {
  font-size: 16px;
  font-weight: 600;
}

.indicator {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in;
}

/* To move the indicatore based on click */
#home:checked ~ .list .indicator {
  top: 0;
}

#blog:checked ~ .list .indicator {
  top: 50px;
}

#help:checked ~ .list .indicator {
  top: 100px;
}

#code:checked ~ .list .indicator {
  top: 150px;
}

#about:checked ~ .list .indicator {
  top: 200px;
}

.blog-card .content {
  width: calc(100% - 300px);
}

/* To hide all the content */
.content .home,
.content .blog,
.content .help,
.content .code,
.content .about,
.content .General,
.content .Digital,
.content .Management,
.content .Legal {
  display: none;
}

.content .sub-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--text-dark);
}

.content hr {
  height: 3px;
  background-color: black;
}

.content .txt {
  margin-top: 5px;
  color: gray;
  text-align: justify;
  font-size: 16px;
}

/* To show the content based on selection */

#home:checked ~ .content .home {
  display: block;
}

#blog:checked ~ .content .blog {
  display: block;
}

#help:checked ~ .content .help {
  display: block;
}

#code:checked ~ .content .code {
  display: block;
}

#about:checked ~ .content .about {
  display: block;
}

#General:checked ~ .content .General {
  display: block;
}

#Digital:checked ~ .content .Digital {
  display: block;
}

#Management:checked ~ .content .Management {
  display: block;
}

#Legal:checked ~ .content .Legal {
  display: block;
}

.blog-grid-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

/* contact us section start */

.contact-banner{
  width: 100%;
  height: calc(70vh - 96px);
  margin-top: 96px;
  background: url(./images/contact-banner.jpg) no-repeat center center fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.contact-banner-button{
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-address-img i{
  font-size: 45px;
  padding: 15px 20px;
  border-radius: 12px;
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.contact-form{
  position: relative;
}
.contact-form-wraper{
  padding-top: 50px;
}
.contact-form-wraper{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-address-box{
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  gap: 30px;
  border: 1px solid rgb(97, 104, 140);
  transition: .3s;
}
.contact-address{
  text-align: center;
  transition: .3s;
}
.contact-address-h3{
  text-transform: capitalize;
  transition: .3s;
}
.contact-address-box:hover
.contact-address-img i{
  transform: translateY(-10px);
  transition: .3s;
}
.contact-address-img i{
  width: 85px;
  transition: .3s;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-address-box:hover
.contact-address-h3{
  transform: translateY(-10px);
  transition: .3s;
}
.contact-address-box:hover
.contact-address-p{
  transform: translateY(-10px);
  transition: .3s;
}
.contact-address-p{
  transition: .3s;
  padding-top: 10px;
}
.contact-address-box:hover{
  border: 1px solid var(--bg-color2);
}

/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}


select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

ul {
  list-style: none;
}


/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
  margin-bottom: 1.5rem;
}

/* .my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
} */

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: #fff;
  background: hsl(202.63deg 63.33% 15.65%);
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
  transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  border-radius: 6px;
}

.my-form textarea {
  height: 170px;
  font-size: 18px;
}

.my-form ::placeholder {
  color: inherit;
  opacity: 1;
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
  border-radius: 6px;
}

.my-form *:required {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);  
}

.my-form select {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin-left: auto;
}

.my-form button {
  font-weight: bold;
}

.privacy-text{
  text-transform: capitalize;
  font-weight: 700;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.grid-policy{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  color: #000;
  font-size: 16px;
  top: 0;
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  font-size: 1rem;
  backface-visibility: hidden;
}

footer a {
  text-decoration: none;
}

footer span {
  color: var(--red);
}

/* SIGN IN FORM START ------------------------------------------------------------------------------------------ */

.sign-parents {
  background: linear-gradient(166deg, rgb(6 156 185) 0%, rgb(2 10 49) 100%);
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

button,
input {
  border: none;
  outline: none;
}

/****************
      FORM
*****************/
.signup {
  background-color: white;
  width: 100%;
  max-width: 500px;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.sign-parents-h1 {
  text-align: center;
  color: #0d81dd;
}
.sign-parents-h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;

  margin-bottom: 40px;
}

.sign-parents-h2 span {
  text-decoration: underline;
  cursor: pointer;
  color: #0d81dd;
}

/*  Field */
.signup__field {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.signup__field:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: #0d81dd;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.signup__field:hover:before {
  width: 100%;
}

/*  Input */
.signup__input {
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  padding: 10px 2px 0;
  border-bottom: 2px solid #e0e0e0;
}

/*  Label */
.signup__label {
  color: #042851;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  padding: 0 5px;
}

.signup__input:focus + .signup__label,
.signup__input:valid + .signup__label {
  top: 0;
  font-size: 1rem;
  background-color: white;
}

/*  Button */
.sign-up-button {
  background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  color: white;
  padding: 12px 0;
  font-size: 1.2rem;
  border-radius: 25px;
  cursor: pointer;
}

.sign-up-button:hover {
  background: linear-gradient(166deg, rgb(0, 42, 255)  0%, rgb(2, 210, 251) 100%);
}


/*  */


.sign-form-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-container {
  width: 500px;
  margin: 0 auto;
  padding: 35px;
  background: linear-gradient(166deg, rgb(0 133 159) 0%, rgb(0 5 30) 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.sign-form-h1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
}

form {
  display: flex;
  flex-direction: column;
}
.my-form input[type="checkbox"] + label::before{
  box-shadow: 1px 2px 5pc #000;
  border: 1px solid #000;
}
.sign-label {
  margin-bottom: 6px;
  font-size: 16px;
}

.sign-input-form {
  padding: 12px;
  border: none;
  border-radius: 5px;
  margin-bottom: 12px;
  font-size: 16px;
  background-color: #fff;
}

.sign-button-on {
  padding: 10px;
  background: linear-gradient(166deg,rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
  margin-top: 10px;
}

.sign-button-on:hover {
  background-color: #8c5fb2;
  background: linear-gradient(166deg,rgb(0, 42, 255) 0%, rgb(2, 210, 251) 100%);
}

.sign-a-on {
  text-decoration: none;
  background: linear-gradient(270deg, rgb(2, 210, 251), rgb(0, 42, 255), #0ea5e9);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 8s ease infinite;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
  font-weight: 600;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.sign-a-on:hover {
  color: #8c5fb2;
}

.sign-form-on-p {
  text-align: center;
  margin: 8px;
}
.heading-sign-main{
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.sign-form-hr{
  width: 50px;
  border: 1px solid rgb(0 205 255);
  margin-top: 20px;
  border-radius: 50px;
}
.pulse-dot {
  width: 10px;
  height: 10px;
  background-color: rgb(0 205 255); /* blue dot */
  border-radius: 50%;
  position: relative;
}

/* Pulse ring */
.pulse-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3498db;
  animation: pulse 1.5s ease-out infinite;
  opacity: 0.7;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(2.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/* our mission, vision, value section start */

.mission-vision-value{
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  overflow-x: hidden;
}

.center-title{
  justify-content: center;
  text-align: center;
}

.text-white-c{
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.center-dot{
  margin-top: 7px;
}
.bg-aurora {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.aurora-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: auroraMove 15s ease-in-out infinite;
}

.aurora-blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #45b5e9, #005f89);
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.aurora-blob-1-new{
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #45b5e9, #e8f8ff);
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.aurora-blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgb(2, 210, 251), rgb(0, 42, 255));
    bottom: -100px;
    right: -100px;
    animation-delay: -5s;
}

.aurora-blob-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #8bd9fa, #5ca5f6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes auroraMove {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, -30px) scale(1.1);
    }
    50% {
        transform: translate(-30px, 50px) scale(0.9);
    }
    75% {
        transform: translate(-50px, -20px) scale(1.05);
    }
}

/* Main Container */

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2rem;
    color: white;
    font-weight: 600;
}

.section-title .underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #a78bfa);
    margin: 15px auto 0;
    border-radius: 2px;
    animation: expandWidth 1s ease-out 0.6s both;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

/* Cards Grid */
.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 50px;
}

/* Individual Card Styles */
.mvv-card {
    position: relative;
    padding: 55px 38px 45px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 0.8s ease-out both;
    backdrop-filter: blur(20px);
}

.mvv-card:nth-child(1) { animation-delay: 0.3s; }
.mvv-card:nth-child(2) { animation-delay: 0.5s; }
.mvv-card:nth-child(3) { animation-delay: 0.7s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Glow Effects */
.mvv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, transparent, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

/* Mission Card */
.mission-card {
    background: linear-gradient(145deg, rgb(107 197 255 / 12%), rgb(107 172 255 / 3%));
    border: 1px solid rgb(107 202 255 / 25%);
}

.mission-card::before {
  background: linear-gradient(135deg, rgb(107 182 255 / 50%), rgb(36 124 238 / 30%));
}

.mission-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6bb6ff, #246fee, #6bb6ff);
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

/* Vision Card */
.vision-card {
  background: linear-gradient(145deg, rgb(107 197 255 / 12%), rgb(107 172 255 / 3%));
  border: 1px solid rgb(107 202 255 / 25%);
}

.vision-card::before {
        background: linear-gradient(135deg, rgb(107 182 255 / 50%), rgb(36 124 238 / 30%));
}

.vision-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6bb6ff, #246fee, #6bb6ff);
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

/* Values Card */
.values-card {
  background: linear-gradient(145deg, rgb(107 197 255 / 12%), rgb(107 172 255 / 3%));
  border: 1px solid rgb(107 202 255 / 25%);
}

.values-card::before {
    background: linear-gradient(135deg, rgb(107 182 255 / 50%), rgb(36 124 238 / 30%));
}

.values-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6bb6ff, #246fee, #6bb6ff);
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Card Hover Effects */
.mvv-card:hover {
    transform: translateY(-18px) scale(1.02);
}

.mission-card:hover {
    box-shadow: 0 30px 60px rgb(107 187 255 / 25%), 0 0 40px rgb(107 202 255 / 15%);
}

.vision-card:hover {
    box-shadow: 0 30px 60px rgb(107 187 255 / 25%), 0 0 40px rgb(107 202 255 / 15%);
}

.values-card:hover {
    box-shadow: 0 30px 60px rgb(107 187 255 / 25%), 0 0 40px rgb(107 202 255 / 15%);
}

/* Icon Container */
.icon-container {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
    animation: iconPulse 4s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    }
    50% { 
        transform: scale(1.08);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    }
}

.mission-card .icon-container {
    background: linear-gradient(135deg, #6be2ff, #2446ee);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.45);
}

.vision-card .icon-container {
    background: linear-gradient(135deg, #6be2ff, #2446ee);
    box-shadow: 0 12px 35px rgba(78, 205, 196, 0.45);
}

.values-card .icon-container {
    background: linear-gradient(135deg, #6be2ff, #2446ee);
    box-shadow: 0 12px 35px rgba(167, 139, 250, 0.45);
}

.icon-container i {
    font-size: 2.8rem;
    color: white;
    animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Icon Ring Effect */
.icon-container::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: ringExpand 3s ease-out infinite;
}

.mission-card .icon-container::before {
    border-color: rgb(107 187 255 / 30%);
}

.vision-card .icon-container::before {
    border-color: rgb(107 187 255 / 30%);
}

.values-card .icon-container::before {
    border-color: rgb(107 187 255 / 30%);
}

@keyframes ringExpand {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

        /* Card Content */
.mvv-card .label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mission-card .label {
    color: var(--bg-color2);
}

.vision-card .label {
    color: var(--bg-color2);
}

.values-card .label {
    color: var(--bg-color2);
}

.mvv-card .label::before {
    content: '';
    width: 35px;
    height: 3px;
    border-radius: 2px;
}

.mission-card .label::before {
    background: linear-gradient(90deg, #6bd8ff, #2491ee);
}

.vision-card .label::before {
  background: linear-gradient(90deg, #6bd8ff, #2491ee);
}

.values-card .label::before {
  background: linear-gradient(90deg, #6bd8ff, #2491ee);
}

.mvv-card h2 {
    font-size: 1.9rem;
    color: white;
    margin-bottom: 22px;
    position: relative;
    font-weight: 700;
}

.mvv-card > p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.85;
    font-size: 1rem;
    margin-bottom: 28px;
}

/* Points List */
.mvv-card .points {
    list-style: none;
}

.mvv-card .points li {
    color: rgba(255, 255, 255, 0.8);
    padding: 14px 0;
    padding-left: 35px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.mvv-card .points li:last-child {
    border-bottom: none;
}

.mvv-card .points li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: white;
}

.mission-card .points li::before {
    background: linear-gradient(135deg, #6bd8ff, #2468ee);
}

.vision-card .points li::before {
  background: linear-gradient(135deg, #6bd8ff, #2468ee);
}

.values-card .points li::before {
  background: linear-gradient(135deg, #6bd8ff, #2468ee);
}

.mvv-card .points li:hover {
    padding-left: 45px;
    color: white;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

/* Floating Shapes Inside Cards */
.mvv-card .floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: floatShape 8s ease-in-out infinite;
    pointer-events: none;
}

.mission-card .floating-shape {
    width: 180px;
    height: 180px;
    background: #6bc5ff;
    top: -60px;
    right: -60px;
}

.vision-card .floating-shape {
    width: 140px;
    height: 140px;
    background: #4ecdc4;
    bottom: -50px;
    left: -50px;
    animation-delay: -4s;
}

.values-card .floating-shape {
    width: 120px;
    height: 120px;
    background: #6bc5ff;
    top: 25%;
    right: -40px;
    animation-delay: -2s;
}

.mvv-card .floating-shape-2 {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.06;
    animation: floatShapeReverse 6s ease-in-out infinite;
}

.mission-card .floating-shape-2 {
    background: #6bc5ff;
    bottom: 20%;
    left: -20px;
    animation-delay: -3s;
}

.vision-card .floating-shape-2 {
    background: #6bc5ff;
    top: 10%;
    right: -15px;
    animation-delay: -5s;
}

.values-card .floating-shape-2 {
    background: #6bc5ff;
    bottom: 15%;
    left: 20%;
    animation-delay: -1s;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(15px, 25px) rotate(120deg); }
    66% { transform: translate(-20px, 10px) rotate(240deg); }
}

@keyframes floatShapeReverse {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-15px, -15px) rotate(-180deg); }
}

/* Stats Section */
.stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

.stat-item .number {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.stat-item .number::after {
    content: '+';
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: -25px;
}

.stat-item:nth-child(1) .number {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item:nth-child(2) .number {
    background: linear-gradient(135deg, #4ecdc4, #44bd32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item:nth-child(3) .number {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-item .label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
        /* Scroll Animation */
.mvv-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mvv-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* SIGN IN PAGE START */

.sign-page-parents-container{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: url('./images/sign-contact-banner.png');
  background-position: center;
  background-size: cover;
}

.sign-page-parents-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.particle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* --- 3. PARTICLE STYLES --- */
.particle-sign-on {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 8s infinite ease-in-out;
}

/* Small Particles */
.particle-sign-on.small {
  width: 4px;
  height: 4px;
}

.particle-sign-on.small:nth-child(1) {
  left: 10%;
  top: 20%;
  background: var(--particle-color-1);
  animation-delay: 0s;
  animation-duration: 6s;
}

.particle-sign-on.small:nth-child(2) {
  left: 20%;
  top: 50%;
  background: var(--particle-color-2);
  animation-delay: 1s;
  animation-duration: 7s;
}

.particle-sign-on.small:nth-child(3) {
  left: 30%;
  top: 80%;
  background: var(--particle-color-3);
  animation-delay: 2s;
  animation-duration: 8s;
}

.particle-sign-on.small:nth-child(4) {
  left: 40%;
  top: 30%;
  background: var(--particle-color-4);
  animation-delay: 3s;
  animation-duration: 6s;
}

.particle-sign-on.small:nth-child(5) {
  left: 50%;
  top: 60%;
  background: var(--particle-color-5);
  animation-delay: 4s;
  animation-duration: 7s;
}

.particle-sign-on.small:nth-child(6) {
  left: 60%;
  top: 10%;
  background: var(--particle-color-1);
  animation-delay: 5s;
  animation-duration: 8s;
}

.particle-sign-on.small:nth-child(7) {
  left: 70%;
  top: 70%;
  background: var(--particle-color-2);
  animation-delay: 6s;
  animation-duration: 6s;
}

.particle-sign-on.small:nth-child(8) {
  left: 80%;
  top: 40%;
  background: var(--particle-color-3);
  animation-delay: 7s;
  animation-duration: 7s;
}

.particle-sign-on.small:nth-child(9) {
  left: 90%;
  top: 90%;
  background: var(--particle-color-4);
  animation-delay: 8s;
  animation-duration: 8s;
}

.particle-sign-on.small:nth-child(10) {
  left: 15%;
  top: 75%;
  background: var(--particle-color-5);
  animation-delay: 9s;
  animation-duration: 6s;
}

/* Medium Particles */
.particle-sign-on.medium {
  width: 8px;
  height: 8px;
}

.particle-sign-on.medium:nth-child(11) {
  left: 25%;
  top: 15%;
  background: var(--particle-color-1);
  animation-delay: 0.5s;
  animation-duration: 9s;
}

.particle-sign-on.medium:nth-child(12) {
  left: 35%;
  top: 45%;
  background: var(--particle-color-2);
  animation-delay: 1.5s;
  animation-duration: 10s;
}

.particle-sign-on.medium:nth-child(13) {
  left: 45%;
  top: 75%;
  background: var(--particle-color-3);
  animation-delay: 2.5s;
  animation-duration: 9s;
}

.particle-sign-on.medium:nth-child(14) {
  left: 55%;
  top: 25%;
  background: var(--particle-color-4);
  animation-delay: 3.5s;
  animation-duration: 10s;
}

.particle-sign-on.medium:nth-child(15) {
  left: 65%;
  top: 55%;
  background: var(--particle-color-5);
  animation-delay: 4.5s;
  animation-duration: 9s;
}

.particle-sign-on.medium:nth-child(16) {
  left: 75%;
  top: 85%;
  background: var(--particle-color-1);
  animation-delay: 5.5s;
  animation-duration: 10s;
}

.particle-sign-on.medium:nth-child(17) {
  left: 85%;
  top: 35%;
  background: var(--particle-color-2);
  animation-delay: 6.5s;
  animation-duration: 9s;
}

.particle-sign-on.medium:nth-child(18) {
  left: 5%;
  top: 65%;
  background: var(--particle-color-3);
  animation-delay: 7.5s;
  animation-duration: 10s;
}

/* Large Particles */
.particle-sign-on.large {
  width: 12px;
  height: 12px;
}

.particle-sign-on.large:nth-child(19) {
  left: 12%;
  top: 35%;
  background: var(--particle-color-1);
  animation-delay: 1s;
  animation-duration: 12s;
}

.particle-sign-on.large:nth-child(20) {
  left: 22%;
  top: 65%;
  background: var(--particle-color-2);
  animation-delay: 2s;
  animation-duration: 13s;
}

.particle-sign-on.large:nth-child(21) {
  left: 32%;
  top: 15%;
  background: var(--particle-color-3);
  animation-delay: 3s;
  animation-duration: 12s;
}

.particle-sign-on.large:nth-child(22) {
  left: 42%;
  top: 45%;
  background: var(--particle-color-4);
  animation-delay: 4s;
  animation-duration: 13s;
}

.particle-sign-on.large:nth-child(23) {
  left: 52%;
  top: 75%;
  background: var(--particle-color-5);
  animation-delay: 5s;
  animation-duration: 12s;
}

.particle-sign-on.large:nth-child(24) {
  left: 62%;
  top: 25%;
  background: var(--particle-color-1);
  animation-delay: 6s;
  animation-duration: 13s;
}

.particle-sign-on.large:nth-child(25) {
  left: 72%;
  top: 55%;
  background: var(--particle-color-2);
  animation-delay: 7s;
  animation-duration: 12s;
}

.particle-sign-on.large:nth-child(26) {
  left: 82%;
  top: 85%;
  background: var(--particle-color-3);
  animation-delay: 8s;
  animation-duration: 13s;
}

.particle-sign-on.large:nth-child(27) {
  left: 92%;
  top: 15%;
  background: var(--particle-color-4);
  animation-delay: 9s;
  animation-duration: 12s;
}

.particle-sign-on.large:nth-child(28) {
  left: 2%;
  top: 45%;
  background: var(--particle-color-5);
  animation-delay: 10s;
  animation-duration: 13s;
}

/* --- 4. ANIMATION KEYFRAMES --- */
@keyframes particleFloat {
  0%, 100% {
      transform: translateY(0) translateX(0);
      opacity: 0;
  }
  10% {
      opacity: 0.8;
  }
  50% {
      transform: translateY(-100px) translateX(50px);
      opacity: 1;
  }
  90% {
      opacity: 0.8;
  }
}

/* --- 5. CONTENT OVERLAY (Optional) --- */
.content-overlay {
  position: relative;
  z-index: 1;
  color: var(--text-main);
  padding: 40px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 600px;
}


/* SIGN UP POPUP CREATE */

.wrapper-loginon {
  overflow: hidden;
  max-width: 390px;
  width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(102, 126, 234, 0.4);
  position: fixed;
  z-index: 9;
  top: 85px;
  right: 20px;
  /* transform: translate(-50%, -50%); */
  display: none;
  color: #000;
}
.wrapper-loginon .title-text-loginon {
  display: flex;
  width: 200%;
}
.wrapper-loginon .title-loginon {
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper-loginon .slide-controlsonon {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controlsonon .slideonon {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controlsonon label.signup-onon {
  color: #000;
}
.slide-controlsonon .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #003366, #004080, #0059b3, #0073e6);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type="radio"] {
  display: none;
}
#signup-onon:checked ~ .slider-tab {
  left: 50%;
}
#signup-onon:checked ~ label.signup-onon {
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup-onon:checked ~ label.login-onon {
  color: #000;
}
#login-onon:checked ~ label.signup-onon {
  color: #000;
}
#login-onon:checked ~ label.login-onon {
  cursor: default;
  user-select: none;
}
.wrapper-loginon .form-containeronon {
  width: 100%;
  overflow: hidden;
}
.form-containeronon .form-inner {
  display: flex;
  width: 200%;
}
.form-containeronon .form-inner .same-form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-top: 0;
}
.form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus {
  border-color: #1a75ff;
}
.form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder {
  color: #1a75ff;
}
.form-inner form .pass-link {
  margin-top: 5px;
}
.form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
  text-decoration: underline;
}
form .btn-form-onon {
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
form .btn-form-onon .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(
    right,
    #003366,
    #004080,
    #0059b3,
    #0073e6
  );
  border-radius: 15px;
  transition: all 0.4s ease;
}
form .btn-form-onon:hover .btn-layer {
  left: 0;
}
form .btn-form-onon input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.show {
  display: block;
}

/* Hero with Morphing Gradient */
.hero {
  position: relative;
  display: flex;
  overflow: hidden;    
  flex-direction: column;   
  color: white; 
  background: linear-gradient(135deg, #020211 0%, #0d2564 50%, #04182f 100%);
  overflow: hidden;
  padding: 80px 20px;
}

@keyframes morphGradient {
    0%, 100% { 
        border-radius: 40% 60% 70% 30% / 30% 40% 60% 70%;
    }
    25% { 
        border-radius: 60% 40% 30% 70% / 70% 30% 60% 40%;
    }
    50% { 
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
    }
    75% { 
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
    }
}

.hero-content {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    padding: 80px 60px;
    max-width: 700px;
    z-index: 2;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}

.hero h1 {
    font-size: 4rem;
    background: linear-gradient(45deg, #fff, #a8e6cf, #64ffda);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
    from { filter: drop-shadow(0 0 20px rgba(255,255,255,0.5)); }
    to { filter: drop-shadow(0 0 40px rgba(168,230,207,0.8)); }
}

/* Floating Blobs */
.blobs {
    position: absolute;
    inset: 0;
    overflow: hidden;
    /* z-index: 1; */
}

.blob {
    position: absolute;
    background: rgb(3 127 255 / 5%);
    border-radius: 50%;
    filter: blur(20px);
    animation: blobFloat 20s infinite linear;
}

.blob1 {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.blob2 {
    width: 400px;
    height: 400px;
    bottom: 20%;
    left: 10%;
    animation-delay: -7s;
}

.blob3 {
    width: 250px;
    height: 250px;
    top: 50%;
    right: 30%;
    animation-delay: -14s;
}

@keyframes blobFloat {
    0% { transform: translate(0,0) rotate(0deg) scale(1); }
    33% { transform: translate(30px, -30px) rotate(120deg) scale(1.1); }
    66% { transform: translate(-20px, 20px) rotate(240deg) scale(0.9); }
    100% { transform: translate(0,0) rotate(360deg) scale(1); }
}

/* Sparkle Effects */
.sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    animation: sparkleTwinkle 2s infinite;
    z-index: 3;
}

@keyframes sparkleTwinkle {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1.5); }
}

/* Progress Ring Animation */
.progress-ring {
    position: absolute;
    top: 20%;
    right: 15%;
    width: 150px;
    height: 150px;
    z-index: 2;
}

.ring {
    fill: none;
    stroke: url(#gradient);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: ringSpin 4s linear infinite;
}

@keyframes ringSpin {
    to { stroke-dashoffset: 0; transform: rotate(360deg); }
}

/* Scroll-triggered Background Shift */
.scroll-section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #ff9a8b, #fecfef, #fad0c4);
}

.scroll-bg {
    position: absolute;
    inset: 0;
    background: 
        conic-gradient(from 0deg at 20% 50%, #ff6b6b, #ffa726, #ffcc02, #aeea00, #00bcd4, #ff9ff3, #f368e0, #ff6b6b);
    animation: conicRotate 20s linear infinite;
    mix-blend-mode: screen;
    opacity: 0.3;
}

@keyframes conicRotate {
    to { transform: rotate(360deg); }
}

.scroll-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(30px);
    padding: 60px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.3);
    max-width: 500px;
}

.highlight2{
  background: linear-gradient(166deg, rgb(0, 213, 255) 0%, rgb(0 197 255) 50%, rgb(8 100 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 50px;
  font-weight: 900;
  line-height: normal;
  margin-top: -20px;
}
  /* Cards Container */
.cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1400px;
    width: 100%;
}

.project-card {
    background: rgb(0 143 255 / 8%);
    backdrop-filter: blur(35px);
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 40px 30px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8) translateY(50px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: cardEnter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-align: left;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Staggered entry */
.project-card:nth-child(1) { animation-delay: 0.2s; }
.project-card:nth-child(2) { animation-delay: 0.4s; }
.project-card:nth-child(3) { animation-delay: 0.6s; }
.project-card:nth-child(4) { animation-delay: 0.8s; }
.project-card:nth-child(5) { animation-delay: 1s; }
.project-card:nth-child(6) { animation-delay: 1.2s; }

@keyframes cardEnter {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Continuous animation */
.project-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: gentleFloat 7s ease-in-out infinite;
    border-radius: 50%;
}

.project-card:nth-child(odd)::before { animation-delay: -1s; }
.project-card:nth-child(even)::before { animation-delay: -3.5s; animation-direction: reverse; }

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 0.7; }
}

/* Card Content */
.card-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.card-desc {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

.tech-stack {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    
}

.tech-badge {
    padding: 8px 16px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    animation: badgePulse 3s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(0 144 255), rgb(0 41 254));
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 10px rgba(100,200,255,0.3); }
    50% { box-shadow: 0 0 20px rgba(100,200,255,0.6); }
}

.view-btn {
    padding: 12px 30px;
    background: linear-gradient(45deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 25px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease;
    width: 100%;
}

.view-btn:hover {
    background: linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.15));
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255,255,255,0.2);
}

/* Hover Effects */
.project-card:hover {
    transform: scale(1.08) translateY(-30px) rotateX(10deg);
    box-shadow: 
        0 50px 120px rgba(100,150,255,0.6),
        0 0 60px rgba(120,219,255,0.8),
        inset 0 1px 0 rgba(255,255,255,0.4);
        background: rgb(27 105 245 / 18%);
    border-color: rgba(255,255,255,0.4);
    z-index: 10;
}

.project-card:hover::before {
    opacity: 1;
    animation-play-state: paused;
}

/* Shimmer on hover */
.project-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.8s;
    border-radius: 32px;
}

.project-card:hover::after {
    left: 120%;
}

/* Floating Particles */
.particle {
    position: fixed;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    pointer-events: none;
    animation: particleFloat 10s linear infinite;
    z-index: -1;
}

.particle-1 { width: 6px; height: 6px; top: 20%; left: 15%; animation-delay: 0s; }
.particle-2 { width: 4px; height: 4px; top: 60%; left: 85%; animation-delay: -2.5s; }
.particle-3 { width: 8px; height: 8px; top: 80%; left: 25%; animation-delay: -5s; }
.particle-4 { width: 5px; height: 5px; top: 30%; right: 15%; animation-delay: -7s; }

@keyframes particleFloat {
    0% { transform: translateY(0) scale(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100vh) scale(1.3); opacity: 0; }
}

/*  */
.contact-information{
  position: relative;
}
.contact-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.contact-value{
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}
.contact-label{
  color: #fff;
  text-transform: none;
}

.aurora-blob-contact {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: auroraMove 15s ease-in-out infinite;
}

.aurora-blob-contact-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #45b5e9, #005f89);
    top: 50%;
    left: -150px;
    animation-delay: 0s;
}

.aurora-blob-contact-1-new{
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #45b5e9, #e8f8ff);
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.aurora-blob-contact-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgb(2, 210, 251), rgb(0, 42, 255));
    top: 200px;
    right: -100px;
    animation-delay: -5s;
}

.aurora-blob-contact-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #8bd9fa, #5ca5f6);
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes auroraMove {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, -30px) scale(1.1);
    }
    50% {
        transform: translate(-30px, 50px) scale(0.9);
    }
    75% {
        transform: translate(-50px, -20px) scale(1.05);
    }
}


.circles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.circle {
    position: absolute;
    background: radial-gradient(circle at 40% 40%, #667eea 0%, #764ba2 40%, transparent 70%);
    border-radius: 50%;
    animation: fadeUpBounce 4s ease-in-out infinite;
}
/* Varied sizes, positions, delays for organic effect */
.circle:nth-child(1) {
    width: 10px;
    height: 10px;
    left: 15%;
    animation-delay: 0s;
}
.circle:nth-child(2) {
    width: 7px;
    height: 7px;
    left: 30%;
    animation-delay: -0.5s;
}
.circle:nth-child(3) {
    width: 5px;
    height: 5px;
    left: 50%;
    animation-delay: -1s;
}
.circle:nth-child(4) {
    width: 10px;
    height: 10px;
    left: 65%;
    animation-delay: -1.5s;
}
.circle:nth-child(5) {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: -2s;
}
.circle:nth-child(6) {
    width: 11px;
    height: 11px;
    left: 5%;
    animation-delay: -2.5s;
}
.circle:nth-child(7) {
    width: 5px;
    height: 5px;
    left: 45%;
    animation-delay: -3s;
}
.circle:nth-child(8) {
    width: 5px;
    height: 5px;
    left: 90%;
    animation-delay: -0.8s;
}
@keyframes fadeUpBounce {
    0% {
        transform: translateY(120vh) scale(0);
        opacity: 0;
    }
    15% {
        transform: translateY(60vh) scale(1.1);
        opacity: 1;
    }
    30% {
        transform: translateY(40vh) scale(0.9);
        opacity: 1;
    }
    50% {
        transform: translateY(20vh) scale(1.05);
        opacity: 1;
    }
    70% {
        transform: translateY(30vh) scale(0.95);
        opacity: 0.8;
    }
    85% {
        transform: translateY(10vh) scale(1);
        opacity: 0.3;
    }
    100% {
        transform: translateY(-10vh) scale(0.8);
        opacity: 0;
    }
}

/* Page Model Page Start */

/* .page-model{
  position: relative;
  width: 100%;
  height: 100vh;
} */

.page-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #ffffffe6;
    backdrop-filter: blur(2px);
}

.page-model.active {
    display: flex; /* show when active */
}

/* Floating shapes */
.floating-shape {
    position: absolute;
    background: radial-gradient(circle, rgba(120, 219, 255, 0.4), #92acff);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.shape1 {
    width: 120px;
    height: 120px;
    top: -7%;
    left: -6%;
    animation: float1 6s ease-in-out infinite;
    opacity: .2;
}

.shape2 {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgb(59 117 225), #ffffff00);
    top: 60%;
    right: 20%;
    animation: float2 8s ease-in-out infinite reverse;
    opacity: .2;
}

.shape3 {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(120, 119, 198, 0.4), transparent);
    bottom: 20%;
    left: 20%;
    animation: float3 7s ease-in-out infinite;
    opacity: .2;
}

.shape4 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgb(0, 213, 255), transparent);
    top: 30%;
    right: -11%;
    animation: float4 9s ease-in-out infinite reverse;
    opacity: .2;
}

@keyframes float1 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(120deg); }
    66% { transform: translateY(10px) rotate(240deg); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-30px) scale(1.1); }
}

@keyframes float3 {
    0%, 100% { transform: translateX(0px) rotate(0deg); }
    50% { transform: translateX(20px) rotate(180deg); }
}

@keyframes float4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, -15px) rotate(90deg); }
    75% { transform: translate(-10px, 15px) rotate(270deg); }
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    animation: bounceIn 0.6s ease-out;
}

.close-btn:hover {
    background: rgba(255, 64, 64, 0.3);
    border-color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 20px rgba(255, 68, 68, 0.5);
}

@keyframes bounceIn {
    0% { transform: scale(0) rotate(-180deg); opacity: 0; }
    50% { transform: scale(1.2) rotate(-90deg); opacity: 0.7; }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.form-container-model {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(0, 0, 0, 0.9); */
    background: linear-gradient(166deg, rgb(0 119 142) 0%, rgb(2 10 50) 100%);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(120, 219, 255, 0.5);
    border-radius: 24px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7), 0 0 50px rgba(120, 219, 255, 0.2);
    /* animation: floatIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    z-index: 20;
    overflow: hidden;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.8) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotateX(0deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.open-model-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 900;
    /* background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* animation: fadeInUp 0.5s ease-out 0.2s both; */
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
    /* animation: slideIn 0.8s ease-out both; */
}

/* .form-group:nth-child(2) { animation-delay: 0.9s; }
.form-group:nth-child(3) { animation-delay: 1.0s; }
.form-group:nth-child(4) { animation-delay: 1.1s; }
.form-group:nth-child(5) { animation-delay: 1.2s; }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

.open-model-label {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    /* background: rgba(15, 32, 39, 0.8); */
    padding: 0 8px;
}

input, select {
    width: 100%;
    padding: 12px 20px 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.model-pop-textarea{
  width: 100%;
    padding: 15px 20px 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.text-area-pop{
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}

input:focus, select:focus {
    outline: none;
    border-color: #00d9f5;
    box-shadow: 0 0 20px rgba(0, 217, 245, 0.3);
    transform: scale(1.02);
}

input:focus + label,
select:focus + label,
input:valid + label,
select:valid + label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #00d9f5;
    font-weight: 500;
}

select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 50px;
}

select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2300d9f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(166deg, rgb(2, 210, 251) 0%, rgb(0, 42, 255) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    /* animation: fadeInUp 1.5s ease-out both; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px #000;
}

.submit-btn:active {
    transform: scale(0.98);
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.page-model ::placeholder{
  color: #fff;
  opacity: 1;
}
.group-bg-color{
  background-color: #000d63;
}
.contact-fr-flex{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
/*  */
