/********** Template CSS **********/
:root {
  --primary: #06bbcc;
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.hero-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background-image: url("https://img.freepik.com/free-vector/orange-gradient-wave-background-design-vector_343694-4281.jpg?semt=ais_hybrid&w=740&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}














 .banner {
      position: relative;
      background: url("https://assets.datacom.com/is/image/datacom/DatacomStoreSolutionsAlternate_PromoImage_624x400px_2x?$nav-card--standard$") no-repeat center center/cover;
      min-height: 100vh;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      padding: 60px 15px;
    }
    .banner-overlay {
      position: absolute;
      inset: 0;
      background: rgb(0 0 50 / 40%);
    }
    .banner-content {
      position: relative;
      z-index: 2;
      max-width:  79%;
    }

    /* Typing Effect */
    .typing-text {
     font-size: 3rem;
    font-weight: 800;
      white-space: nowrap;
      overflow: hidden;
      color: #ff9324;
      border-right: 3px solid #7cffe6;
      width: 0;
      /* animation: typing 4s steps(30, end) forwards, blink 0.7s infinite; */
      animation: typing 6s steps(100, end) infinite, 
             blink 0.2s step-end infinite;
      
    }
    @keyframes typing {
  0% { width: 0 }
  70% { width: 100% }   /* Finish typing in 70% of time */
  90% { width: 100% }   /* Pause for 20% (3s if 4s=typing) */
  100% { width: 0 }     /* Reset to start again */
}   

.animate__fadeInUp{

animation: fadeInUp 2s 
linear(0 0%, 0.22 2.1%, 0.28 2.21%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 0.51 93.63%) infinite;
}



/* Cursor blinking */
@keyframes blink {
  50% { border-color: transparent }
}

    .sub-heading {
      font-size: 2rem;
      font-weight: 700;
      margin-top: 10px;
      color: #fff;
      /* animation: fadeInUp 2s ease forwards; */
          animation: fadeInUp 2s 
ease infinite;
    }

    .btn-custom {
      background: #073bb1;
      color: #000;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 8px;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background: #073bb1;
      color: #fff;
    }

    .partner-logos {
      margin-top: 30px;
    }
    .partner-logos img {
      max-height: 40px;
      margin: 10px 20px;
      opacity: 0.8;
      transition: 0.3s;
    }
    .partner-logos img:hover {
      opacity: 1;
    }

    /* Wave Shape */
    .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
    }
    .wave svg {
      position: relative;
      display: block;
      width: calc(200% + 1.3px);
      height: 100px;
    }
    .wave .shape-fill {
      fill: #fff;
    }






/* subtle dark overlay */
/* .hero-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.hero-content h1 {
  font-size: clamp(1.6rem, 4vw, 3rem);
  margin: 0 0 0.5rem;
}
.hero-content p {
  font-size: 1.05rem;
  margin-bottom: 1.15rem;
  opacity: 0.95;
} */



.btn-cta {
  display: inline-block;
  padding: 0.7rem 1.25rem;
  background: #ff6b6b;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px) {
  .hero-hero {
    min-height: 45vh;
    padding: 1rem;
  }
}
/* header.jumbotron {
  background-image: url(https://img.freepik.com/free-vector/half-tone-blue-abstract-background-with-text-space_1017-41428.jpg);
  background-size: cover;
       color: white;
} */

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
      color: #073bb1;
    font-weight: 900;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #073bb1;
  border-color: #073bb1;
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(https://static.vecteezy.com/system/resources/previews/005/263/636/non_2x/contact-us-concept-icons-such-as-mobile-phone-e-mail-address-chat-global-communication-on-dark-blue-background-for-presentation-web-banner-article-business-and-network-connection-and-company-free-vector.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: #073bb1;
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: #073bb1;
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: #073bb1;
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: #073bb1;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* course section */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header p {
  margin: 0;
  color: #555;
  font-weight: 500;
}
.section-header h2 {
  font-weight: 600;
  font-size: 2.2rem;
  color: #333;
}
.section-header h2 span {
  color: #2a4dff;
  border-bottom: 3px solid #073bb1;
  padding-bottom: 5px;
}
/* ===== PACKAGE CARD ===== */
.package-card {
  max-width: 970px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.3s;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.package-img {
  flex: 0 0 400px;
  /* max-width: 300px; */
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.package-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-content {
  flex: 1;
  padding: 25px;
}

.package-content:hover {
  background: #fff2f2;
}

.package-content h4 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 29px;
  color: #222;
}
.package-content p {
  font-size: 16px;
}

.package-badge {
  background: #edf2ff;
  color: #0044ff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.package-meta {
  font-size: 17px;
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.package-meta i {
  color: #0044ff;
  margin-right: 5px;
}

.package-features {
  font-size: 14px;
  margin-bottom: 15px;
}

.package-price {
  font-size: 27px;
  font-weight: 600;
  color: #222;
  margin-bottom: 17px;
}

.package-btn {
  background: #073bb1;
  color: #fff;
  border-radius: 30px;
  padding: 6px 20px;
  border: none;
  transition: 0.3s;
}

.package-btn:hover {
  background: yellow;
}

/* Responsive */
@media (max-width: 768px) {
  .package-card {
    flex-direction: column;
    text-align: center;
  }
  .package-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .package-content {
    padding: 15px;
  }
}

 

.choose-section {
  position: relative;
  text-align: center;
  padding: 80px 20px 0;
  background: #fff;
}

/* Heading */
.choose-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1b3d;
}
.choose-section h2 span {
  color: #2339d6;
  border-bottom: 3px solid #073bb1;
}
.choose-section > p {
  color: #333;
  font-size: 16px;
  margin: 15px auto 40px;
  max-width: 850px;
}

/* Blue Background Bottom */
.choose-blue {
  background: aliceblue;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 70px 20px 40px;
  position: relative;
  overflow: hidden;
}

/* Circular pattern lines */
.choose-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle 150px at 20% 80%,
      rgba(255, 255, 255, 0.15) 2px,
      transparent 2px
    ),
    radial-gradient(
      circle 220px at 80% 40%,
      rgba(255, 255, 255, 0.08) 2px,
      transparent 2px
    );
  background-repeat: no-repeat;
  z-index: 1;
}

/* Cards */
.choose-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-height: 240px;
  transition: transform 0.3s ease;
  z-index: 2;
}
.choose-box:hover {
  transform: translateY(-8px);
}
.choose-box img {
  width: 55px;
  margin-bottom: 15px;
}
.choose-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.choose-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

/* Arrow Button */
.circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 4px solid #073bb1;
  background: #fff;
  color: #073bb1;
  font-size: 18px;
  font-weight: bold;
}

/* Bottom Text */
.register-text {
  margin-top: 40px;
  font-size: 15px;
  color: #073bb1;
  z-index: 2;
  position: relative;
}
.register-text a {
  color: #073bb1;
  font-weight: 600;
  text-decoration: underline;
}






.container-flip{
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}


.content-inner{
  /* width: 30%; */
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media screen and (max-width:768px){
  .content-inner{
    width:80%;
  } 
}
 
.content-inner:hover .content-front{
  transform: rotateY(-180deg);
}
 
.content-inner:hover .content-back{
  transform: rotateY(0deg);
}
 
.content-inner .content-front, .content-inner .content-back{
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
 
.content-front{
  background: #292929;
}
 
.content-inner > *{
  transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 
.content-inner .cf-inner{
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  padding: 150px 30px;
}
 
.content-front .cf-inner:before, .content-front .cf-inner:after{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
}
 
.content-front .cf-inner:before{
  top: 20px;
  left: 20px;
  border-left: 1px dotted;
  border-top: 1px dotted;
  border-color: rgba(255, 255, 255, .6);
}
 
.content-front .cf-inner:after{
  bottom: 20px;
  right: 20px;
  border-right: 1px dotted;
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, .6);
}
 
.bg{
  background-image: url(https://cdn.pixabay.com/photo/2021/04/20/16/32/woman-6194370_960_720.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
 
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 3;
}
 
.content-inner .cf-inner .inner{
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}
 
.content-inner .cf-inner .inner h2{
  position: relative;
  font-size: 22px;
  font-weight: 900;
  /* padding-bottom: 20px; */
    background: #073bb1;
    color: #ffffff;
    border-right: 6px solid #f0f8ff;
    padding: 6px;
    border-radius: 8px;
}
 
.content-inner .cf-inner .inner h2:before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}
 
.content-inner .cf-inner .inner h2:after{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #C19D60;
}
 
.content-inner .cf-inner .inner h4{
  display: inline-block;
   text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 4px;
 font-family: sans-serif;
 font-weight: 800;
    padding: 6px;
    border-radius: 8px;
    background: aliceblue;
    color: #073bb1;
     border-left: 6px solid #073bb1;
}
 
.serv-num{
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  z-index: 3;
  font-size: 20px;
}
 
.content-inner .content-back{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
  background: #292929;
}
 
.content-back .dec-icon{
  top: -20px;
}
 
.dec-icon{
  position: relative;
  display: inline-table;
  width: 80px;
  height: 80px;
}
 
.dec-icon:before{
  left: -15px;
  top: 12px;
}
 
.dec-icon:after{
  right: -15px;
  bottom: 12px;
}
 
.dec-icon:before, .dec-icon:after{
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
}
 
.dec-icon i{
  color: #C19D60;
  z-index: 3;
}
 
.content-back i{
  font-size: 54px;
  position: relative;
}
 
.content-back:after{
  color: #C19D60;
  position: absolute;
  content: "\25CF\25CF\25CF";
  width: 50px;
  left: 50%;
  bottom: 30px;
  margin-left: -25px;
  font-size: 9px;
  letter-spacing: 4px;
}
 
.fas{
  font-weight: 300;
  font-family: 'Font Awesome\ 5 Free';
}
 
.fa-utensils:before{
  content: "\f2e7";
}
 
.content-inner .cf-inner .inner p{
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
}





 

 .register-container {
            max-width: 900px;
            margin: 2rem auto;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .register-header {
            /* background-color: #2c3e50; */
            background: linear-gradient(184deg, #12248e, #228edf);
            color: white;
            padding: 1.5rem;
            text-align: center;
        }

        .register-header h1 {
            margin: 0;
            font-weight: 600;
            color: white;
        }

        .form-section {
            padding: 2rem;
        }

        .form-label {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .form-control,
        .form-select {
            padding: 0.75rem;
            border-radius: 5px;
            border: 1px solid #ced4da;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
        }

        .input-note {
            font-size: 0.875rem;
            color: #6c757d;
            margin-top: 0.25rem;
        }



        .terms-section {
            padding: 1.5rem 2rem;
        }

        .form-check-input:checked {
            background-color: #3498db;
            border-color: #3498db;
        }

        .register-btn {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 0.75rem 2rem;
            font-weight: 600;
            border-radius: 5px;
            width: 100%;
            transition: background-color 0.3s;
        }

        .register-btn:hover {
            background-color: #2980b9;
        }

        .login-link {
            text-align: center;
            margin-top: 1.5rem;
            color: #6c757d;
        }

        .login-link a {
            color: #3498db;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .register-container {
                margin: 1rem;
            }

            .form-section,
            .packages-section,
            .payment-section,
            .terms-section {
                padding: 1.5rem;
            }
        }






         
.moving-border { 
  position: relative;
  background: #ffffff;
  padding: 2px;
}
.moving-border::before,
.moving-border::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
    background: linear-gradient(var(--angle), #032146, #006f8d, #064eea);
  animation: rotate 10s linear infinite;
}
.moving-border::after {
  filter: blur(10px);
}
@keyframes rotate {
  0%     { --angle: 0deg; }
  100%   { --angle: 360deg;
  }
}











 

.card-glowing {
      margin-top: 12%;

  position: relative;
  width: 350px;
  height: 190px;
  background: white;
  transition: 0.5s;
}

.card-glowing:hover {
  height: 367px;
}

.card-glowing .lines {
  position: absolute;
  inset: 4px;
  background: white;
  overflow: hidden;
}

.card-glowing .lines::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 120px;
  background: linear-gradient(transparent, #45f3ff, #5858fb, #4577ff, transparent);
  animation: animate 4s linear infinite;
}

.card-glowing .lines::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: white;
}

.card-glowing .imageBox {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: white;
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
}

.card-glowing:hover .imageBox {
    width: 202px;
    height: 198px;
}

.card-glowing .imageBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 150px;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(transparent, #ff3c7b, #ff3c7b, #ff3c7b, transparent);
  animation: animate 4s linear infinite; */
      background: linear-gradient(transparent, #071ee9, transparent);
    animation: animate 3s linear infinite reverse;
}

.card-glowing .imageBox::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 23px;
     background: white;
}

.card-glowing .imageBox img {
  position: absolute;
  background: white;
  top: 10px;
  left: 10px;
  height: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  filter: grayscale(1);
  transition: 0.5s;
  z-index: 1;
}

.card-glowing:hover .imageBox img {
  filter: grayscale(0);
}


@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.card-glowing .content {
  border-radius: 10px;
      background: #f0f8ff;
    width: 96%;
    height: 93%;
    margin: 2%;
  position: absolute;
  
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.card-glowing .content .details {
  width: 100%;
  text-align: center;
  transition: 0.5s;
  transform: translateY(115px);
}

.card-glowing:hover .content .details {
  transform: translateY(100px);
}

.card-glowing .content .details h2 {
 font-size: 2.2rem;
    font-weight: 800;
    color: black;
    line-height: 3.2rem;
}

.card-glowing .content .details h2 span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}

.card-glowing .content .details .info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 30px 0;
}

.card-glowing .content .details .info h3 {
  font-size: 1rem;
  color: #45f3ff;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.card-glowing .content .details .info h3 span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.card-glowing .content .details .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px
}

.card-glowing .content .details .actions button {
  min-width: 100px;
  padding: 10px 0;
  border: none;
  outline: none;
  background: #45f3ff;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s;
}

.card-glowing .content .details .actions button:nth-child(2) {
  background: #fff;
}

.card-glowing .content .details .actions button:hover {
  opacity: 1;
}

.card-glowing .content .details .actions button:active {
  opacity: 1;
  transform: scale(0.98);
}







.support-section {
      background-color: #5a6bd4; /* same purple-blue tone */
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
    }

    .support-section h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .support-section h1 span {
      color: #ffffff;
    }

    .support-section p {
      font-size: 1.2rem;
      margin-top: 15px;
      color: #e0e0e0;
    }

    .btn-call, .btn-whatsapp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      border-radius: 10px;
      padding: 15px 25px;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      margin: 15px 10px;
      border: none;
    }

    .btn-call {
      background-color: #ffcc4d;
      color: #000;
    }

    .btn-call:hover {
      background-color: #f4c03d;
      transform: scale(1.05);
    }

    .btn-whatsapp {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .btn-whatsapp:hover {
      background-color: #25d366;
      border-color: #25d366;
      color: #fff;
      transform: scale(1.05);
    }

    /* Decorative background pattern */
    .support-section::before {
      content: "";
      position: absolute;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.05);
      top: -200px;
      left: -150px;
    }

    .support-section::after {
      content: "";
      position: absolute;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.05);
      bottom: -250px;
      right: -200px;
    }

    @media (max-width: 768px) {
      .support-section h1 {
        font-size: 2rem;
      }
      .btn-call, .btn-whatsapp {
        font-size: 1rem;
        padding: 12px 20px;
      }
    }






    .certificate-section {
      padding: 80px 0;
    }

    .certificate-section img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }

    .certificate-content {
      padding-left: 40px;
    }

    .certificate-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .certificate-content p {
      font-size: 1.1rem;
      color: #444;
      margin-bottom: 25px;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .feature-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #eef2ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #304ffe;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .feature-text h5 {
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 1.1rem;
    }

    .feature-text p {
      margin: 0;
      font-size: 1rem;
      color: #555;
    }

    @media (max-width: 991px) {
      .certificate-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
      }

      .feature-item {
        justify-content: center;
        text-align: left;
      }
    }

    @media (max-width: 576px) {
      .certificate-content h2 {
        font-size: 1.9rem;
      }
      .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
      }
    }






     .services-section {
      padding: 100px 0;
      text-align: center;
      background: linear-gradient(180deg, #f9faff 0%, #eef2ff 100%);
    }

    .services-section h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #111;
    }

    .services-section p {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 60px;
    }

    .service-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 20px;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }

    .service-card::before {
      content: "";
      position: absolute;
      top: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, #4f46e5, #6366f1);
      transition: all 0.4s ease;
      z-index: 0;
    }

    .service-card:hover::before {
      top: 0;
    }

    .service-card:hover {
      transform: translateY(-10px);
      color: #fff;
    }

    .service-icon {
      font-size: 3rem;
      color: #4f46e5;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
      transition: color 0.4s ease;
    }

    .service-card:hover .service-icon {
      color: #fff;
    }

    .service-title {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 10px;
      position: relative;
      z-index: 1;
    }

    .service-desc {
      font-size: 1rem;
      color: #555;
      position: relative;
      z-index: 1;
      transition: color 0.4s ease;
    }

    .service-card:hover .service-desc {
      color: #e8e8e8;
    }

    /* Fade-up animation */
    @keyframes fadeUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-up {
      opacity: 0;
      animation: fadeUp 1s forwards;
    }

    /* Animate each card with delay */
    .service-card:nth-child(1) { animation-delay: 0.1s; }
    .service-card:nth-child(2) { animation-delay: 0.2s; }
    .service-card:nth-child(3) { animation-delay: 0.3s; }
    .service-card:nth-child(4) { animation-delay: 0.4s; }
    .service-card:nth-child(5) { animation-delay: 0.5s; }
    .service-card:nth-child(6) { animation-delay: 0.6s; }
    .service-card:nth-child(7) { animation-delay: 0.7s; }
    .service-card:nth-child(8) { animation-delay: 0.8s; }

    @media (max-width: 768px) {
      .services-section h2 {
        font-size: 2rem;
      }
      .service-card {
        margin-bottom: 20px;
      }
    }




     
ul.product-plans {
 
}
ul.product-plans li.one { --accent-color: #fa0038 }
ul.product-plans li.two { --accent-color: #2499ff }
ul.product-plans li.three { --accent-color: #1a9b8b }
ul.product-plans li.four { --accent-color: #012b7a }

ul.product-plans li.product-plan {
  --overlap-size: 1.5rem;
  --border-radius: 5rem;
  width: min(15rem, 100%);
  margin-inline: var(--overlap-size);
  padding-block: 2rem;
  display: grid;
  grid-template-rows: max-content max-content 1fr max-content;
  gap: 0.5rem;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

ul.product-plans li.product-plan .title {
  font-size: 2rem;
  color: var(--accent-color);
  text-align: center;
}

ul.product-plans li.product-plan .price {
  margin-right: calc(var(--overlap-size) * -1);
  justify-self: end;
  padding-block: 0.25rem;
  padding-inline: var(--overlap-size);
  background-color: var(--accent-color);
  color: white;
  position: relative;
}
ul.product-plans li.product-plan .price::after {
  content: "";
  position: absolute;
  height: var(--overlap-size);
  width: var(--overlap-size);
  right: 0;
  top: 100%;
  background-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

ul.product-plans li.product-plan .btn {
  justify-self: start;
  margin-left: calc(var(--overlap-size) * -1);
  padding-block: 0.5rem;
  padding-inline: 2.5rem;

  border: none;
  font-family: inherit;
  color: white;
  font-size: 1.1rem;

  background-color: var(--accent-color);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 0);
  background-size: 100% 200%;
  transition: background-position 100ms ease;

  position: relative;
  cursor: pointer;
}
ul.product-plans li.product-plan .btn:focus-visible {
  outline-offset: 5px;
  outline: 2px solid var(--accent-color);
  background-position: 0 100%;
}

ul.product-plans li.product-plan .btn:hover {
  background-position: 0 100%;
}

ul.product-plans li.product-plan .btn::after {
  content: "";
  position: absolute;
  height: var(--overlap-size);
  width: var(--overlap-size);
  left: 0;
  bottom: 100%;
  background-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

ul.product-plans li.product-plan .btn:active {
  transform: scale(0.95);
}
ul.product-plans li.product-plan .btn:active::after {
  transform-origin: left bottom;
  transform: scale(0.9);
}

ul.product-plans li.product-plan .features {
  align-self: flex-start;
  list-style: none;
  padding-inline: 2rem;
  display: grid;
}

ul.product-plans li.product-plan .features li:not(:first-child) {
  border-top: 1px solid rgb(200, 200, 200);
}
ul.product-plans li.product-plan .features li {
  padding: 0.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1rem 1fr;
}

ul.product-plans li.product-plan .features li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: grid;
  place-items: center;
}
ul.product-plans li.product-plan .features li.check::before {
  content: "\2713";
  color: green;
}
ul.product-plans li.product-plan .features li.cross::before {
  content: "\d7";
  color: red;
}
.credits {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.credits a {
  color: var(--color);
}




/* media query */

@media (max-width: 767px) {
  .container-flip{
     display: flex;
  }
   .typing-text{
       font-size: 1.7rem;
    font-weight: 800;
    white-space: pre-line;
  }
  
  
}