/********** Template CSS **********/
:root {
    --primary: #16D5FF;
    --secondary: #999999;
    /*--light: #F2F8FE;*/
    /*--dark: #111111;*/
    --light: 111111;
    --dark: #fff;
    --text:#fff;
}

body{
    background: radial-gradient(at center,#2c00a4 20%,#00164a ) fixed !important;
    color: #c4c1c1 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color:var(--text) !important ;
}

.form-control {
  color: #fff;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #ced4da;

}
.form-control:focus {
  color: #fff;
  background-color: #fff0;
  border-color: #8beaff;
}

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

.bg-white1::before{
   background: linear-gradient(20deg, #0e0535,#1d0aa6);
}



h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}


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

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


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    /*color: #FFFFFF;*/
    color: #262626;
}

.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background: #0d00a6;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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

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

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

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

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -80px;
    right: -80px;
    border: 80px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
}

.service-item.bg-white::after {
    border-color: transparent transparent var(--light) transparent;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}   

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

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

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

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

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

/*....................................*/


 #blue {
    color: rgb(31, 81, 255) !important;
  }
  
 #bluebg {
  background-color: blue !important;
  color: white !important; /* ✅ Use `color` to set text color */
  border: none;
}

  
 #btn1 {
     border : none; !important;
     color: white; !important;
     
 }
 
 #black {
     color: black; !important;
 }
 
 
 
 
 /*polrtfolio */
 .portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.portfolio-card:hover {
  transform: scale(1.02);
}

.portfolio-img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent overlay */
  color: #fff;
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.portfolio-card:hover .overlay-box {
  opacity: 1;
}

#heading-line1,
#heading-line2 {
  color: black !important;
}


.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.portfolio-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.05);
}

.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* dark transparent */
  backdrop-filter: blur(5px);     /* blur effect */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}

.portfolio-card:hover .overlay-box {
  opacity: 1;
  transform: translateY(0);
}


/*section */
 .work-process-section {
      background-color: #001f3f; /* dark blue background */
      color: white;
    }

    .work-process-section h1 {
      color: #00bfff; /* bright cyan blue */
    }

    .work-process-section .subtitle {
      color: #d0d0d0;
    }

    .process-step {
      background-color: #003388; /* deep blue */
      border-radius: 1rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: white;
    }

    .process-step:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0, 191, 255, 0.4);
    }

    .process-step h4 {
      color: #00bfff;
    }

    .process-step p {
      color: #d0e7ff;
      font-size: 0.9rem;
    }
    
    
    
    /*section */
    
    .team_area {
  background-color: #001f3f;
  color: white;
  padding: 70px 20px;
}

.section_main_title {
  text-align: center;
  margin-bottom: 40px;
}

.section_main_title h1 {
  color: #00bfff;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
}

.team_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.team_single_box {
  background-color: #003366;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 191, 255, 0.2);
}

.team_single_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 191, 255, 0.4);
}

.team_-thumb {
  position: relative;
}

.team_-thumb img {
  width: 100%;
  display: block;
}

.team_social_icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  background-color: rgba(0, 191, 255, 0.1);
  padding: 5px 10px;
  border-radius: 20px;
}

.team_social_icon a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}

.team_single_content {
  padding: 15px;
}

.team_single_content h4 {
  color: #00bfff;
  margin: 0;
}

.team_single_content span {
  display: block;
  color: #d0e7ff;
  font-size: 0.9rem;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .team_grid {
    flex-direction: column;
    align-items: center;
  }
}

  .team_area {
    background: #fff;
    padding: 70px 20px;
    font-family: sans-serif;
  }

  .section_main_title {
    text-align: center;
    margin-bottom: 50px;
  }

  .section_main_title h1 {
    font-size: 2.2rem;
    color: #001f3f;
    margin: 0;
  }

  .section_main_title h1 span {
    color: #00bfff;
  }

  .team_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .team_single_box {
    background: #f8f9fa;
    border-radius: 1rem;
    overflow: hidden;
    width: 250px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    position: relative;
  }

  .team_single_box:hover {
    transform: translateY(-6px);
  }

  .team_-thumb {
    position: relative;
  }

  .team_-thumb img {
    width: 100%;
    display: block;
  }

  .team_social_icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .team_single_box:hover .team_social_icon {
    opacity: 1;
    visibility: visible;
  }

  .team_social_icon a {
    background: #00bfff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.8rem;
    text-decoration: none;
  }

  .team_single_content {
    padding: 15px;
  }

  .team_single_content h4 {
    margin: 10px 0 5px;
    font-size: 1.1rem;
    color: #001f3f;
  }

  .team_single_content span {
    font-size: 0.9rem;
    color: #555;
  }

  @media (max-width: 768px) {
    .team_grid {
      flex-direction: column;
      align-items: center;
    }
  }


#border1{
    border-radius: 20px;
    
}

/*login */
/* Wrapper for centering the login card */
.login-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa; /* Bootstrap's light background */
}

/* Login card styling */
.login-card {
  width: 100%;
  max-width: 400px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}


/*registration */

.registration-section {
  min-height: 100vh;
  background-image: url('../img/bg3.jpg'); /* Change this */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-card {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  color: #fff;
}

.logo-img {
  max-width: 150px;
}

/*...........................................*/
.login-section {
  min-height: 100vh;
  background-image: url('../img/bg3.jpg'); /* Replace with your background */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-card {
  background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
  color: #fff;
}

.logo-img {
  max-width: 150px;
}

.bghero{
background: radial-gradient(at center,#2e4a49 20%,#075b6c ) fixed !important;
  color: #c4c1c1 !important;
}
}


.process-step {
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Unique vibrant colors for each box */
.step-1 {
  background: linear-gradient(135deg, #00c9ff, #92fe9d); /* Cyan to Lime */
}

.step-2 {
  background: linear-gradient(135deg, #f2709c, #ff9472); /* Rose to Peach */
}

.step-3 {
  background: linear-gradient(135deg, #f7971e, #ffd200); /* Orange to Yellow */
}

.step-4 {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb); /* Purple to Pink */
}

