@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  background-color: #1A0129;
  color: #EDD6F8;  overflow-y: auto;
  overflow-x: hidden; 
}

.body-function {
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    color: #66008F;
    overflow-y: auto; 
    overflow-x: hidden; 
    background: linear-gradient(145deg, 
        #fbf3ff, 
        #ebf2f7 30%, 
        #fbf3ff 70%, 
        #ebf2f7);
    background-size: 200% 200%;
    animation: gradientAnimation 6s ease infinite;
  }

@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
  
  .body-function::-webkit-scrollbar {
    width: 8px; /* Adjust scrollbar width */
  }
  
 .body-function::-webkit-scrollbar-thumb {
    background-color: #6f00a8; /* Scrollbar thumb color */
    border-radius: 4px; /* Rounded edges for thumb */
  }
  
  .body-function::-webkit-scrollbar-track {
    background-color: #270039; /* Scrollbar track color */
  }

.body-function h3 {
    color: #66008F;
    text-align: center;
}

.body-function p {
    font-weight: bold;
}

.blog-page p {
  font-weight: normal !important;
}

.body-function form input type {
    color: #160020;
}

.one_page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f8f9fa; 
}


.body-noscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #f8f9fa;
}
.noscroll-container {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.noscroll-container img {
  max-width: 150px;
  margin-bottom: 20px;
}
.noscroll-container h1 {
  font-size: 28px;
  color: #dc3545;
  margin-bottom: 15px;
}
.noscroll-container p {
  font-size: 16px;
  color: #66008F;
  margin-bottom: 25px;
}

.custom-field {
    box-shadow: 0 0 5px #66008F;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 0px 15px rgba(102, 0, 143, 0.3);
  }

  .custom-field::placeholder { 
    color: #9a4bb5; /* Lighter shade of #66008F */
    opacity: 1; /* Ensure consistent opacity */
  }
  
  .custom-field::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #9a4bb5;
  }
  
  .custom-field:-ms-input-placeholder { /* IE 10-11 */
    color: #9a4bb5;
  }
  
  .custom-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #9a4bb5;
  }

    
    h3 {
    font-weight: 650 !important;
    color: #ffff;
    }
    
    .blog-page h1 {
      font-weight: 650 !important;
      font-size: 30px;
      color: #0e0015;
    }
    
    .blog-page h2 {
      font-weight: 650 !important;
      color: #ffffff;
    }
    
    .blog-page h3 {
      font-weight: 650 !important;
      color: #0e0015;
    }
    
    .blog-page h4 {
      font-weight: 650 !important;
      color: #0e0015;
    }
    
    .blog-page h5 {
      font-weight: 650 !important;
      color: #0e0015;
    }
    
    .blog-page h6 {
      font-weight: 650 !important;
      color: #0e0015;
    }

a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}
    
.navbar-brand {
    font-family: montserrat;
    font-size: 60;
    color: #EDD6F8;
}

.collapse navbar-collapse ul li a:hover {
    color: #e21eb4;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #E100FF;
    text-decoration: none;
}

.active li a {
    color: #E100FF;
} 

.logo img {
    height: 10%;
    width: 30px;
}

  .flexbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-bar {
    border-radius: 20px;
  }

.modal-title {
    color: #66008F;
}

.modal-body {
    color:#66008F;
}

img {
    width: 100%;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 2;
    position: relative;
}

.service {
    border-radius: 30px;
    border-color: #ec5eff;
    border-style: solid;
    width: 80%;
    background-color: #270039;
    box-shadow: 0 0 15px #ec5eff;
  
}

.features {
    border-radius: 30px;
    border-color: #ec5eff;
    border-style: solid;
    background-color: #270039;
    box-shadow: 0 0 15px #ec5eff;
}

.features-img {

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.features-img img {

    width: 100%;
    height:auto;
}

#services .features {
  word-wrap: break-word;
  margin: 0 auto; /* Ensures centering on small screens */
}

@media (max-width: 768px) {
  #services .features {
      text-align: start; /* Align text centrally for smaller screens */
      padding: 20px; /* Adjust padding for better responsiveness */
  }

  #services h1 {
      font-size: 44px; /* Scale down header size on small screens */
  }

  #services p {
      font-size: 16px; /* Ensure text is readable */
  }

  /* Add breathing room between sections */
  #services .col-md-7 {
      margin-top: 80px; /* Add space above the "Our Values" section */
  }
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(127, 63, 161, 0.7), rgba(100, 29, 222, 0.7));
    z-index: -1;
    backdrop-filter: blur(3px); /* For content behind the element */
    filter: blur(1px); /* For the element itself */
}

.overlay-testi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #270039;
    z-index: -1;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(102, 0, 143, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bg-cover-achieve {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    padding: 14px 22px;
    transition: all 0.3s ease;
    color: #66008F;
}

.btn-function {
  padding: 14px 22px;
  transition: all 0.3s ease;
  color: #66008F;
  text-decoration: underline;
}

.btn-main {
    background: linear-gradient(to right,#2CCDFF, #E100FF);
    border-radius: 100px;
    border: none;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.btn-custom {
  background-color: #66008F;
  color: #ffffff;
}
.btn-clear {
  background-color: #cccccc;
  color: #333333;
  border-radius: 100px;
}

.btn-light {
  background:(#ffffff);
  border-radius: 100px;
  border: solid 1px #E100FF;
  font-weight: 600;
  color: #66008F;
   margin-bottom: 6px;
}

.btn:hover {
    color: #270039;
    transform: translateY(-5px);
}

.d-none {
  display: none !important;
}

#successMessage {
  transition: opacity 1s ease-in-out; /* Smooth fading transition */
}


.special-btn {
    width: 60px;
    height:60px;
    background: linear-gradient(to right,#2CCDFF, #E100FF);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border-radius: 100px;
}

.special-btn i {
    font-size: 32px;
}

.special-btn:hover {
  transform: translateY(-6px);
}

.navbar {
    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}

.image-preview button:hover {
  background: darkred;
}

.image-preview {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.image-preview img {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background: -webkit-linear-gradient(#2CCDFF, #E100FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-intro {
    margin-bottom: 40px;
}

.divider {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right,#2CCDFF, #E100FF);
    margin: 16px auto;
}

.divider-left {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right,#2CCDFF, #E100FF);
    margin-top: 16px;
    margin-bottom: 32px;
    
}

.service .service-img {
    max-width: 200px;
    margin: 10px auto;
}

.feature i {
    background: -webkit-linear-gradient(#2CCDFF, #E100FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
}


.review {
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    background-color: #160020;
    border-radius: 30px;
}
.review .person {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding-bottom: 18px;
}

.review .person img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.review .stars {
    color: orange;
}


.team-features {
    border-top: 2px solid #E100FF;
}

.team-img {

    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.team-img img {
    max-width: 87px;
    margin: 10px auto;
}

.team-img-about {
  max-width: 155px;
  margin: 10px auto;
  padding: 7px;
  border-radius: 90px;
  border-color: #ec5eff;
  border-style: solid;
  background-color: #270039;
  box-shadow: 0 0 15px #ec5eff; /* Shadow effect */
}

.achievement-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69); /* Dark overlay */
  z-index: -1;
}

.achievement {
  max-width: 185px;
  height: 185px;
  margin: 10px auto;
  padding: 20px;
  border-radius: 50%;
  border: 3px solid #ec5eff;
  box-shadow: 0 0 15px #ec5eff;
  background: rgba(236, 94, 255, 0.1); /* Transparent Background */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Responsive Fix: Ensuring Perfect Circle on Small Screens */
@media (max-width: 768px) {
  .achievement {
      max-width: 150px;
      height: 150px;
      padding: 15px;
  }
}


/* Reduce font size for all text inside tables */
table {
  font-size: 12px; /* Adjust to your desired size */
}
  

.text-justify {
    text-align: justify;
}



form .form-control {
    border-radius: 40px;
    background: transparent;
    color: #270039;
    border-bottom: 1px solid hwb(290 3% 19% / 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

form .form-control:focus {
    color: #270039;
    background: transparent;
    border-color: #fff;
}

form input.form-control {
    height: 54px;
}

form .form-control::placeholder {
    color: #fff;
}

#review-details {
  padding: 1rem;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.review-item {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.review-item strong {
  color: #333;
}


footer {
  background: #160020;
    color: #fff;
}

.footer-admin {
    background: #160020;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; /* Adjust as needed */
    text-align: center;
    
}

footer a {
    color: #fff;
}

.social {
    background-color: #66008F;
}

.team4 {
    font-family: "Montserrat", sans-serif;
      color: #8d97ad;
    font-weight: 300;
  }
  
  .team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
    color: #3e4555;
  }
  
  .team4 .font-weight-medium {
      font-weight: 500;
  }
  
  .team4 h5 {
      line-height: 22px;
      font-size: 18px;
  }
  
  .team4 .subtitle {
      color: #8d97ad;
      line-height: 24px;
          font-size: 13px;
  }
  
  .team4 ul li a {
    color: #8d97ad;
    padding-right: 15px;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  
  .team4 ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
      color: #316ce8;
  }

  .members h6 {
    color: #E100FF;
    font-size: small;    
  }

  .members h5 {
    font-size: medium;    
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(225, 0, 255, 0.318); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    backdrop-filter: blur(3px); /* Blur effect */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
.btn-action .btn {
    margin-bottom: 10px;
}


 /* =============== Navigation ================ */
 .navigation {
  position: fixed; /* Ensures it covers the entire page height */
  width: 270px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #270039;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .navigation {
      width: 0;
      position: fixed;
      left: -100%;
      height: 100%;
      z-index: 1000;
  }

  .navigation.active {
      width: 70vw; /* Expand to 83% of the screen */
      left: 0;
  }

  /* Prevent body scrolling when the nav is open */
  body.nav-open {
      overflow: hidden;
      position: fixed;
      width: 100%;
      height: 100%;
  }
}



.navigation::-webkit-scrollbar {
  width: 8px; /* Adjust scrollbar width */
}

.navigation::-webkit-scrollbar-thumb {
  background-color: #6f00a8; /* Scrollbar thumb color */
  border-radius: 4px; /* Rounded edges for thumb */
}

.navigation::-webkit-scrollbar-track {
  background-color: #270039; /* Scrollbar track color */
}
 

.navigation.active {
  width: 80px;
}

.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.navigation ul li:hover,
.navigation ul li.hovered {
  background-color: #ffffff;
}

.navigation ul li:nth-child(1) {
  margin-bottom: 0px;
  pointer-events: none;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #FFFFFF;
}
.navigation ul li:hover a,
.navigation ul li.hovered a {
  color: var(--blue);
}

.navigation ul li a .icon {
  position: relative;
  margin-left: 10px;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 75px;
  text-align: center;
}
.navigation ul li a .icon ion-icon {
  font-size: 1.75rem;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  color: #E100FF;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

/* Ensure dropdown menu does not overlap unintended areas */
.custom-dropdown {
  position: absolute;
  margin-top: 55px; /* Directly below the toggle */
  left: 0;
  background-color: #66008F;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 0;
  list-style: none;
  display: none; /* Hidden initially */
  z-index: 9999; /* Ensure it's above other elements */
  width: 75%;
}

/* Dropdown items */
.custom-dropdown .dropdown-item {
  position: relative; /* Ensure each item is isolated */
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 1; /* Make clickable */
}

.custom-dropdown .dropdown-item:hover {
  background-color: #E100FF;
  color: #ffffff;
}

.custom-dropdown {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.custom-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



/* Dropdown Styling */
.dropdown-menu {
  background-color: #270039;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  display: none;
  transition: all 0.3s ease;
}

.dropdown-menu.show {
  display: block;
}


/* Dropdown Menu Styling */

.dropdown-menu .dropdown-item {
  color: #ffffff;
  border-bottom: 1px solid #66008F;
}

.dropdown-item:hover {
  background-color: FFF(102, 0, 143, 0.1);
  color: #E100FF;
}

/* ===================== Main ===================== */
.main {
  position: absolute;
  width: calc(100% - 270px);
  left: 270px;
  min-height: 100vh;
  background: var(--white);
  transition: 0.5s;
  padding-bottom: 80px;
  
}
.main.active {
  width: calc(100% - 80px);
  left: 80px;
}

.topbar {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  cursor: pointer;
}

.search {
  position: relative;
  width: 400px;
  margin: 0 10px;
}

.search label {
  position: relative;
  width: 100%;
}

.search label {
  display: flex;
  align-items: center; /* Vertically centers the items */
}

.search label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 5px 20px;
  padding-left: 35px;
  font-size: 18px;
  outline: none;
  border: 1px solid #E100FF;
  display: inline-block;
}

.search label ion-icon {
  position: absolute;
  left: 10px; /* Adjusts the icon's position inside the input */
  font-size: 20px;
}

.search label ion-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
}

.user {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================= Cards ====================== */

.cardBox {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.cardBox .card {
  position: relative;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.cardBox .card .numbers {
  position: relative;
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--blue);
}

.cardBox .card .cardName {
  color: #E100FF;
  font-size: 1.1rem;
  margin-top: 5px;
}

.cardBox .card .iconBx {
  font-size: 3.5rem;
  color: var(--black2);
  margin-bottom: 15px;
}

/* Total Sign Ups Card */
.cardBox .card.total-signups {
  background: #c6fbc6; /* Teal */
}

/* Blog Visits Card */
.cardBox .card.blog-visits {
  background: #b4d7ff; /* Deep Blue */
}

/* Total Affiliates Card */
.cardBox .card.total-affiliates {
  background: #e8c3ff; /* Purple */
}

/* Total Users Card */
.cardBox .card.total-users {
  background: #ffd5b4; /* Red */
}

/* Total Sign Ups Card */
.cardBox .card.total-signups:hover {
  background: #275e28; /* Teal */
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 77, 64, 0.3);
}

/* Blog Visits Card */
.cardBox .card.blog-visits:hover {
  background: #1565c0; /* Deep Blue */
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(21, 101, 192, 0.3);
}

/* Total Affiliates Card */
.cardBox .card.total-affiliates:hover {
  background: #6a1b9a; /* Purple */
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(106, 27, 154, 0.3);
}

/* Total Users Card */
.cardBox .card.total-users:hover {
  background: #ff811a; /* Red */
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(198, 40, 40, 0.3);
}


.cardBox .card:hover .numbers,
.cardBox .card:hover .cardName,
.cardBox .card:hover .iconBx {
  color: #FFFFFF;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures equal spacing */
  align-items: center;
  text-align: center;
  
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%; /* Ensures full height */
}

.card-header {
  display: flex;
  justify-content: space-between; /* Number on left, icon on right */
  align-items: center;
  width: 100%;
}

.numbers {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.iconBx {
  font-size: 2rem;
  color: #6a0dad;
  margin-top: 15px;
}

.card-body {
  flex-grow: 1; /* Pushes the cardName to the middle */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cardName {
  font-size: 1.2rem;
  font-weight: 600;
}

.cardFooter {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  color: gray;
}



.highlight {
  font-size: 16px; 
}

.highlight-number {
  color: #E100FF;
  font-weight: bold;
}


/* ================== Order Details List ============== */
.details {
  position: relative;
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  /* margin-top: 10px; */
}

.details .recentOrders {
  position: relative;
  display: grid;
  min-height: 500px;
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.details .cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cardHeader h2 {
  font-weight: 600;
  color: var(--blue);
}
.cardHeader .btn {
  position: relative;
  padding: 5px 10px;
  background: #66008F;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 6px;
}

.details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.details table thead td {
  font-weight: 600;
}
.details .recentOrders table tr {
  color: var(--black1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.details .recentOrders table tr:last-child {
  border-bottom: none;
}
.details .recentOrders table tbody tr:hover {
  background: var(--blue);
  color: var(--white);
}
.details .recentOrders table tr td {
  padding: 10px;
}
.details .recentOrders table tr td:last-child {
  text-align: end;
}
.details .recentOrders table tr td:nth-child(2) {
  text-align: end;
}
.details .recentOrders table tr td:nth-child(3) {
  text-align: center;
}

.table-responsive-custom {
  max-height: 400px; /* Adjust as per your design */
  overflow-y: auto; /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on touch devices */
}

.table {
  width: 100%; /* Ensure the table takes full width */
  table-layout: auto; /* Optional: adjust table layout */
}

@media (max-width: 768px) {
  .table-responsive-custom {
      max-height: 100%; /* Reduce the height on smaller screens */
  }
}


/*=========PASSWORD FIELDS=========== */
.password-container {
  position: relative;
}

.password-container .eye-icon {
  position: absolute;
  top: 65px;
  right: 25px; /* Adjusts spacing from the right edge */
  transform: translateY(-50%);
  cursor: pointer;
  color: #66008F;
  font-size: 25px;
  z-index: 2;
}


/* Password container styling for login form */
.password-container-login {
  position: relative;
  width: 100%;
}

.password-container-login .eye-icon {
  position: absolute;
  top: 74%;
  right: 10px; /* Adjust spacing from the input's edge */
  transform: translateY(-50%);
  cursor: pointer;
  color: #66008F;
  font-size: 25px;
}

/*===================== Progress Bar Styles===================*/
/* Progress Container */
.progress-container {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  height: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #4caf50, #81c784);
  transition: width 0.4s ease-in-out;
  border-radius: 5px;
}

/* Step Indicators */
.step-indicators {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

.step-indicator {
  width: 30px;
  height: 30px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: all 0.4s ease-in-out;
}

.step-indicator.active {
  background: #4caf50;
  border-color: #4caf50;
}

.step-indicator.completed::after {
  content: "✔";
  color: #fff;
  font-weight: bold;
}


.status.delivered {
  padding: 2px 4px;
  background: #8de02c;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.pending {
  padding: 2px 4px;
  background: #e9b10a;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.return {
  padding: 2px 4px;
  background: #f00;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.status.inProgress {
  padding: 2px 4px;
  background: #1795ce;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.recentCustomers {
  position: relative;
  display: grid;
  height: auto;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.recentCustomers .imgBx {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.recentCustomers .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recentCustomers table tr td {
  padding: 12px 10px;
}
.recentCustomers table tr td h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2rem;
}
.recentCustomers table tr td h4 span {
  font-size: 14px;
  color: #270039;
}
.recentCustomers table tr:hover {
  background: #66008F;
  color: #FFFFFF;
}
.recentCustomers table tr:hover td h4 span {
  color: #FFFFFF;
}

/* ====================== Responsive Design ========================== */
@media (max-width: 991px) {
  .navigation {
    left: -300px;
  }
  .navigation.active {
    width: 300px;
    left: 0;
  }
  .main {
    width: 100%;
    left: 0;
  }
  .main.active {
    left: 300px;
  }
  .cardBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .details {
    grid-template-columns: 1fr;
  }
  .recentOrders {
    overflow-x: auto;
  }
  .status.inProgress {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .cardBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .cardHeader h2 {
    font-size: 20px;
  }
  .user {
    min-width: 40px;
  }
  .navigation {
    width: 100%;
    left: -100%;
    z-index: 1000;
  }
  .navigation.active {
    width: 100%;
    left: 0;
  }
  .toggle {
    z-index: 10001;
  }
  .main.active .toggle {
    color: #fff;
    position: fixed;
    right: 0;
    left: initial;
  }
}


.featured-img {
    width: 100%;
    height: auto;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
}

.featured-img-container {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px 20px 0 0; /* Top corners rounded */
  position: relative; /* Required for absolute positioning of child elements */
}

.post-caption img {
  width: 300px !important;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.post-caption {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

/* ================ COOKIES ================== */
.cookies-banner {
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}

#cookiesNotification {
  display: none;
}


  /* Extend controls to the edges */
.custom-control {
  width: 4%;
}


/* ================ CAROUSELS ================== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%;
}

.custom-indicators {
  position: absolute;
  bottom: -130px; 
  left: 34%;
  transform: translateX(-50%);
  z-index: 10;
}


.testimonialCarousel .custom-indicators {
  position: absolute;
  bottom: -70px; 
  left: 35%;
  transform: translateX(-50%);
  z-index: 10;
}


.custom-indicators button {
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
  border: none;
}

.custom-indicators .active {
  background-color: #E100FF;
  opacity: 1;
}

@media (max-width: 767px) { 
  .carousel-inner {
    margin-top: -80px;
  }
}



/* ================ CAROUSELS ================== */
#reviews {
  position: relative;
  background-image: url('assets/img/testimonial_bg.jpg'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 90px;
}

#reviews .overlay-testi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#reviews .container {
  position: relative;
  z-index: 2;
}

.readonly-field {
  opacity: 0.4 !important;
  cursor: not-allowed;
}

/* ================ CONTACT ================== */

.map-container iframe {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.col-md-6.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.divider {
  height: 4px;
  width: 0;
  background: linear-gradient(to right, #2CCDFF, #E100FF);
  margin: 16px auto;
  border-radius: 2px;
  animation: width-expand 1.5s ease-in-out infinite alternate; 
}

@keyframes width-expand {
  0% {
    width: 0;
  }
  100% {
    width: 70px;
  }
}


.divider.contact {
  height: 4px;
  width: 0;
  background: linear-gradient(to right, #2CCDFF, #E100FF);
  margin: 16px 0;
  border-radius: 2px;
  animation: width-expand 1.5s ease-in-out infinite alternate;
}

@keyframes width-expand {
  0% {
    width: 0;
  }
  100% {
    width: 70px;
  }
}


.faq summary {
  background-color: rgba(231, 74, 252, 0.142); /* Semi-transparent background */
  padding: 10px;
  cursor: pointer;
  border: 1px solid #E100FF;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: background-color 0.5s ease;
}

.faq summary:hover {
  background-color: rgba(62, 19, 67, 0.382); /* Slightly more opaque on hover */
}

.faq p {
  padding: 10px;
  border: 1px solid #4da9ff;
  border-radius: 5px;
  margin-top: 5px;
  display: none; /* Hidden by default */
}

.faq details[open] p {
  display: block;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.faq-answer {
  display: none;
}



/* ================ TEAM MEMBER MODAL ================== */

/* Team Member Modal Styles */
.team-member-modal .modal-content {
  background: rgba(56, 0, 78, 0.7); /* Background with transparency */
  border: 2px solid #e100ff; /* Border with specific color */
  border-radius: 25px; /* Rounded corners */
  color: #fff; /* White text */
  backdrop-filter: blur(5px); /* Blur effect */
  margin: 30px;
}

.team-member-modal .modal-body {
  display: flex;
  align-items: center;
}

.team-member-modal .modal-img img {
  max-width: 400px; /* Fixed image size */
  border-radius: 50%; /* Circular image */
}

.team-member-modal .modal-details {
  color: #fff; /* Ensure all text is white */
}

.team-member-modal .modal-details h5,
.team-member-modal .modal-details h6,
.team-member-modal .modal-details p {
  margin: 0 0 1rem;
}

.team-member-modal .modal-details h6 {
  margin: 0 0 1rem;
  color: #E100FF;
  font-size: small;
}

.team-member-modal .modal-details h5 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: x-large;

}

.team-member-modal .modal-details h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: medium;

}


/* ================ BLOG POSTS ================== */

/* Add shadow to the input field */
.blog_search {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(202, 67, 255, 0.3);
  color: #333; /* Ensures the input text is readable */
}

/* Change placeholder color */
input[name="search"]::placeholder {
  color: #66008F;
  opacity: 0.3; /* Adjust opacity as needed */
}

/* Add hover focus effect */
input[name="search"]:focus {
  outline: none;
  box-shadow: 0px 4px 10px rgb(250, 211, 255);
}

.post {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}

.post-container {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px; /* Bottom corners rounded */
  background: #FFFFFF;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}

.post-details.caption {
  font-weight: lighter;
}

#myParagraph .content {
  font-weight: 300;
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

#fullText .content {
  font-weight:0;
  color: #000b14;
  font-size: 0.9rem;
  line-height: 1.5;
}

.title-overlay {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  background-color: rgba(160, 100, 251, 0.507);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1; /* Ensure it's above the image but below the badge */
}

.post-title {
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  z-index: 2;
  margin: 0;
}

.category-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: rgba(220, 255, 217, 0.796);
  padding: 5px 10px;
  border-radius: 0px 15px 0px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  z-index: 2;
}

.post-icons i {
  margin-left: 10px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s ease;
}

.post-icons i:hover {
  color: #E100FF;
}



/* ================ BLOG POSTS PAGINATION ================== */
.pagination {
  margin-top: 20px;
}

.pagination .page-link {
  color: #e100ff;
  border: 1px solid #e100ff;
  margin: 0 5px;
  border-radius: 5px;
}

.pagination .page-item.active .page-link {
  background-color: #66008F;
  color: #fff;
  border-color: #e100ff;
}

.pagination {
  white-space: nowrap;
  overflow-x: auto;
}

.login_alert {
  position: fixed; /* Stays fixed on the screen */
  top: 20px;       /* Position it below the top edge */
  left: 50%;       /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  z-index: 9999;   /* Ensure it's in front of other elements */
  background-color: #d4edda; /* Success background color */
  color: #155724;  /* Success text color */
  padding: 15px;   /* Add some padding */
  border: 1px solid #c3e6cb; /* Add a border */
  border-radius: 5px; /* Rounded corners */
  text-align: center; /* Center the text */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a shadow for visibility */
  opacity: 1; /* Default to fully visible */
}


/* Center Sign Up and adjust spacing */
.text-center h3 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .px-3 {
      padding-left: 15px;
      padding-right: 15px;
  }
}

/* ================ Sharing MODAL ================== */

/* Share button styling */

#share-count {
  margin-left: 10px;
  font-size: 14px;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  float: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.social-links {
  list-style-type: none;
}

.social-icon {
  font-size: 20px;
  margin: 10px;
  color: #007bff;
  text-decoration: none;
}

.copy-btn {
  background-color: #28a745;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}



/* ================== Home Page Blog Post Carousel ================== */
/* Blog Post Carousel */
.blog-card {
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  border-radius: 25px;
}

/* Post Image Styling */
.post-img {
  width: 100%;
  height: 250px; /* Adjusted height properly */
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* Post Content Styling */
.post-content {
  background: #270039;
  color: white;
  padding: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: left;
}

/* Post Header */
.post-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Post Date */
.post-date {
  color: #ffffff;
  font-weight: bold;
}

/* Post Title */
.post-content h5 a {
  color: #EC5EFF;
  font-weight: 300;
  text-decoration: none;
}

.post-content h5 a:hover {
  text-decoration: underline;
}

/* Carousel Controls */
.wider-control {
  width: 6%;
}

/* Indicators */
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ec5eff;
  border-radius: 50%;
  margin-bottom: -80px;
}

.carousel-indicators .active {
  background-color: #e100ff;
}

/* Small Screen Adjustments */
@media (max-width: 768px) {
  .carousel-inner .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.chart-container {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

canvas {
  width: 100% !important;
  height: 100% !important;
}

/* Connection.php Page */
.nav-pills .nav-link {
  border-radius: 20px;
  font-weight: bold;
}

.nav-pills .nav-link.active {
  background-color: #66008F;
  color: white;
}

.text-purple {
  color: #66008F;
  font-weight: bold;
}

.card {
  border-radius: 15px;
  overflow: hidden;
  height: 100%; 
}

.card-img-top {
  width: 100%; 
  height: 150px;
  object-fit: cover; 
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card .badge.bg-success {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: rgba(220, 255, 217, 0.796);
  padding: 5px 10px;
  border-radius: 0px 15px 0px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  z-index: 2;
}

.custom-badge {
  background-color: #E3F2FD;
  color: #0D47A1;
  border-radius: 15px;
  font-size: 0.85rem;
  padding: 5px 10px;
}

.card-body p {
  font-size: 11px;
  color: #444;
  font-weight: bold;
  text-align: left !important;
  margin-bottom: 0; /* Optional: Prevent extra spacing if needed */
}

.btn-light {
  border: 1px solid #ccc;
}

.btn-apply {
  padding: 2px 8px;
  font-size: 12px;
  color: white;
  border-radius: 15px;
  margin: 10px;
  background: linear-gradient(to right,#2CCDFF, #E100FF);
}

.btn-wishlist {
  padding: 2px 8px;  /* Adjust padding */
  font-size: 12px;   /* Reduce font size */
  color: white;
  border-radius: 15px;
  margin: 10px;
  background: #4caf50;
}

/* STYLING FOR UPLOADED DOCUMENTS REVIEW */
.review-container {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 20px auto;
}

.card {
  border: 1px solid #ddd;
  overflow: hidden;
  background: #f9f9f9;
}

.card-header {
  
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.card-body {
  padding: 15px;
}

.review-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.review-item strong {
  color: #5a5a5a;
}

.review-actions {
  display: flex;
  justify-content: space-between;
}


.business-model-card {
  display: block;
  cursor: pointer;
}

.business-model-card input {
  display: none;
}

.business-model-card .card {
  transition: 0.3s;
  border: 2px solid transparent;
  text-align: center;
}

.business-model-card input:checked + .card {
  border-color: #007bff;
  background-color: #e9f5ff;
}

.service-card {
  display: block;
  cursor: pointer;
}
.service-card input[type="radio"] {
  display: none;
}
.service-card .card {
  border: 2px solid transparent;
  border-radius: 16px;
  transition: all 0.3s;
}
.service-card input[type="radio"]:checked + .card {
  border-color: #E100FF;
  box-shadow: 0 0 10px rgba(187, 0, 255, 0.5);
}
.sub-services {
    margin-top: 10px;
}

.status-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 20px;
  color: white;
}

.status-active {
  background-color: #28a745;
}

.status-inactive {
  background-color: #dc3545;
}
